-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added geography/mapcode #335
Commits on May 5, 2016
-
Noteworthy changes in version 1.22 (2016-04-25) [C18/A18/R0) ----------------------------------------------- * New functions and macros to to provide iconv(3) on Windows. * Support for LeakSanitizer with the gpgrt_annotate_leaked_object inline function. * Interface changes relative to the 1.21 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPG_ERR_DB_CORRUPTED NEW. gpgrt_annotate_leaked_object NEW inline func. GPGRT_ENABLE_W32_ICONV_MACROS NEW. gpgrt_w32_iconv_open NEW. gpgrt_w32_iconv_close NEW. gpgrt_w32_iconv NEW.
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for b5e20ab - Browse repository at this point
Copy the full SHA b5e20abView commit details -
Updated security/libgpg-error to 1.22
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 74c4794 - Browse repository at this point
Copy the full SHA 74c4794View commit details -
Notmuch 0.22 (2016-04-26) ========================= General ------- Xapian 1.3 support Notmuch should now build (and the test suite should pass) on recent releases of Xapian 1.3.x. It has been tested with Xapian 1.3.5. Limited support for S/MIME messages Signature verification is supported, but not decryption. S/MIME signature creation and S/MIME encryption are supported via built-in support in Emacs. S/MIME support is not extensively tested at this time. Bug Fixes Fix for threading bug involving deleting and re-adding messages. Fix for case-sensitive content disposition headers. Fix handling of 1 character directory names at top level. Command Line Interface ---------------------- `notmuch show` now supports verifying S/MIME signatures This support relies on an appropriately configured `gpgsm`. Build System ------------ Drop dependency on "pkg-config emacs". Emacs Interface --------------- Notmuch replies now include all parts shown in the show view There are two main user visible changes. The first is that rfc822 parts are now included in replies. The second change is that part headers are now included in the reply buffer to provide visible separation of the parts. The choice of which part headers to show is customizable via the variable `notmuch-mua-reply-insert-header-p-function`. Filtering or Limiting messages is now bound to `l` in the search view This binding now matches the analogous binding in show view. `F` forwards all open messages in a thread When viewing a thread of messages, the new binding `F` can be used to generate a new outgoing message which forwards all of the open messages in the thread. This is analogous to the `f` binding, which forwards only the current message. Preferred content type can be determined from the message content More flexibility in choosing which sub-part of a multipart/alternative part is initially shown is available by setting `notmuch-multipart/alternative-discouraged` to a function that returns a list of discouraged types. The function so specified is passed the message as an argument and can examine the message content to determine which content types should be discouraged. This is in addition to the current capabilities (i.e. setting `notmuch-multipart/alternative-discouraged` to a list of discouraged types). When viewing a thread ("show" mode), queries that match no messages no longer generate empty buffers Should an attempt be made to view the thread corresponding to a query that matches no messages, a warning message is now displayed and the terminal bell rung rather than displaying an empty buffer (or, in some cases, displaying an empty buffer and throwing an error). This also affects re-display of the current thread. Handle S/MIME signatures in emacs The emacs interface is now capable making and verifying S/MIME signatures. `notmuch-message-address-insinuate` is now a no-op This reduces the amount of interference with non-notmuch uses of message-mode. Address completion improvements An external script is no longer needed for address completion; if you previously configured one, customize the variable `notmuch-address-command` to try the internal completion. If `company-mode` is available, notmuch uses it by default for interactive address completion. Test and experiment with the emacs MUA available in source tree `./devel/try-emacs-mua` runs emacs and fills the window with information how to try the MUA safely. Emacs is configured to use the notmuch (lisp) files located in `./emacs` directory. Documentation ------------- New `notmuch-report(1)` and `notmuch-report.json(5)` man pages describe `notmuch-report` and its JSON configuration file. You can build these files by running `make` in the `devel/nmbug/doc` directory. notmuch-report -------------- Renamed from `nmbug-status`. This script generates reports based on notmuch queries, and doesn't really have anything to do with nmbug, except for sharing the `NMBGIT` environment variable. The new name focuses on the script's action, instead of its historical association with the nmbug workflow. This should make it more discoverable for users looking for generic notmuch reporting tools. The default configuration file name (extracted from the `config` branch of `NBMGIT` has changed from `status-config.json` to `notmuch-report.json` so it is more obviously associated with the report-generating script. The configuration file also has a new `meta.message-url` setting, which is documented in `notmuch-report.json(5)`. `notmuch-report` now wraps query phrases in parentheses when and-ing them together, to avoid confusion about clause grouping.
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 75104f8 - Browse repository at this point
Copy the full SHA 75104f8View commit details -
wiz committed
May 5, 2016 Configuration menu - View commit details
-
Copy full SHA for b0c262d - Browse repository at this point
Copy the full SHA b0c262dView commit details -
Updated py35-betamax to 0.7.0.
0.7.0 - 2016-04-29 ------------------ - Add ``before_record`` and ``before_playback`` hooks - Allow per-cassette placeholders to be merged and override global placeholders - Fix bug where the ``QueryMatcher`` failed matching on high Unicode points
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 358e043 - Browse repository at this point
Copy the full SHA 358e043View commit details -
Updated www/py-betamax to 0.7.0
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for f01331f - Browse repository at this point
Copy the full SHA f01331fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579a31b - Browse repository at this point
Copy the full SHA 579a31bView commit details -
Updated devel/py-enum34 to 1.1.4
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 0621d6c - Browse repository at this point
Copy the full SHA 0621d6cView commit details -
Updated py35-oauthlib to 1.1.1.
1.1.1 (2016-05-01) (Enhancement) Better sanitisation of Request objects __repr__.
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 95e92a7 - Browse repository at this point
Copy the full SHA 95e92a7View commit details -
Updated security/py-oauthlib to 1.1.1
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 587dc17 - Browse repository at this point
Copy the full SHA 587dc17View commit details -
Recursive revbump associated with ocaml update.
jaapb committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 7e656bb - Browse repository at this point
Copy the full SHA 7e656bbView commit details -
Changelog: Fixed Page loading issue related to antivirus software (Bug 1268922) Search plugin issue for various locales (Bug 1246494) Add-on signing certificate expiration (Bug 1267318) Service worker update issue (Bug 1267733) Build issue when jit is disabled (Bug 1266366) Limit Sync registration updates (Bug 1262312)
ryoon committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 873fe18 - Browse repository at this point
Copy the full SHA 873fe18View commit details -
ryoon committed
May 5, 2016 Configuration menu - View commit details
-
Copy full SHA for e178e89 - Browse repository at this point
Copy the full SHA e178e89View commit details -
Updated py-requests to 2.10.0.
2.10.0 (04-29-2016) +++++++++++++++++++ **New Features** - SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks]) **Miscellaneous** - Updated bundled urllib3 to 1.15.1. 2.9.2 (04-29-2016) ++++++++++++++++++ **Improvements** - Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict as its underlying datastore. **Bugfixes** - Don't use redirect_cache if allow_redirects=False - When passed objects that throw exceptions from ``tell()``, send them via chunked transfer encoding instead of failing. - Raise a ProxyError for proxy related connection issues.
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 99cf7fa - Browse repository at this point
Copy the full SHA 99cf7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for edb04a6 - Browse repository at this point
Copy the full SHA edb04a6View commit details -
Updated devel/py-requests to 2.10.0
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for bd8a2f9 - Browse repository at this point
Copy the full SHA bd8a2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2349a34 - Browse repository at this point
Copy the full SHA 2349a34View commit details -
Updated www/firefox-l10n to 46.0.1
ryoon committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 7be5463 - Browse repository at this point
Copy the full SHA 7be5463View commit details -
Changelog: Fixed Build issue when jit is disabled (Bug 1266366) Add-on signing certificate expiration (Bug 1267318) Graphics-related shutdown crash (Bug 1261321)
ryoon committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for bab5e9a - Browse repository at this point
Copy the full SHA bab5e9aView commit details -
Updated www/firefox45 to 45.1.1
ryoon committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for cad6dca - Browse repository at this point
Copy the full SHA cad6dcaView commit details -
Updated py-setuptools to 21.0.0.
v21.0.0 02 May 2016 Removed ez_setup.py from Setuptools sdist. The bootstrap script will be maintained in its own branch and should be generally be retrieved from its canonical location at https://bootstrap.pypa.io/ez_setup.py. v20.10.0 25 Apr 2016 #553: egg_info section is now generated in a deterministic order, matching the order generated by earlier versions of Python. Except on Python 2.6, order is preserved when existing settings are present. #556: Update to Packaging 16.7, restoring support for deprecated python_implmentation marker. #555: Upload command now prompts for a password when uploading to PyPI (or other repository) if no password is present in .pypirc or in the keyring.
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for a14ae45 - Browse repository at this point
Copy the full SHA a14ae45View commit details -
Updated devel/py-setuptools to 21.0.0
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for bf11914 - Browse repository at this point
Copy the full SHA bf11914View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5f4da - Browse repository at this point
Copy the full SHA ab5f4daView commit details -
wiz committed
May 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 3f35931 - Browse repository at this point
Copy the full SHA 3f35931View commit details -
Updated www/firefox45-l10n to 45.1.1
ryoon committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 6950cc5 - Browse repository at this point
Copy the full SHA 6950cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb90c90 - Browse repository at this point
Copy the full SHA eb90c90View commit details -
Updated devel/xulrunner45 to 45.1.1
ryoon committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 5aff970 - Browse repository at this point
Copy the full SHA 5aff970View commit details -
1.11: * Fixed reading APE items with long keys. * Fixed reading ID3v2 SYLT frames when description is empty. 1.11 BETA 2: * Better handling of PCM WAV files with a 'fact' chunk. * Better handling of corrupted APE tags. * Efficient decoding of unsynchronized ID3v2 frames. * Fixed text encoding when saving certain frames in ID3v2.3 tags. * Fixed updating the size of RIFF files when removing chunks. * Several smaller bug fixes and performance improvements. 1.11 BETA: * New API for creating FileRef from IOStream. * Added support for ID3v2 PCST and WFED frames. * Added support for pictures in XiphComment. * Added String::clear(). * Added FLAC::File::strip() for removing non-standard tags. * Added alternative functions to XiphComment::removeField(). * Added BUILD_BINDINGS build option. * Added ENABLE_CCACHE build option. * Replaced ENABLE_STATIC build option with BUILD_SHARED_LIBS. * Better handling of duplicate ID3v2 tags in all kinds of files. * Better handling of duplicate tag chunks in WAV files. * Better handling of duplicate tag chunks in AIFF files. * Better handling of duplicate Vorbis comment blocks in FLAC files. * Better handling of broken MPEG audio frames. * Fixed crash when calling File::properties() after strip(). * Fixed crash when parsing certain MPEG files. * Fixed crash when saving Ogg files. * Fixed possible file corruptions when saving ASF files. * Fixed possible file corruptions when saving FLAC files. * Fixed possible file corruptions when saving MP4 files. * Fixed possible file corruptions when saving MPEG files. * Fixed possible file corruptions when saving APE files. * Fixed possible file corruptions when saving Musepack files. * Fixed possible file corruptions when saving WavPack files. * Fixed updating the comment field of Vorbis comments. * Fixed reading date and time in ID3v2.3 tags. * Marked ByteVector::null and ByteVector::isNull() deprecated. * Marked String::null and String::isNull() deprecated. * Marked XiphComment::removeField() deprecated. * Marked Ogg::Page::getCopyWithNewPageSequenceNumber() deprecated. It returns null. * Marked custom integer types deprecated. * Many smaller bug fixes and performance improvements.
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 47e9297 - Browse repository at this point
Copy the full SHA 47e9297View commit details -
wiz committed
May 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 2ffd3c3 - Browse repository at this point
Copy the full SHA 2ffd3c3View commit details -
Enigmail 1.9.2 Released 2016-04-25, works with Thunderbird 38.0 & newer and SeaMonkey 2.35 & newer. Notable Changes This is a bugfix release Important Note This version requires GnuPG 2.0.7 or newer. GnuPG 1.4.x is not supported anymore. Bugs fixed Check the list of fixed defects at https://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.9.2
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 66e17f7 - Browse repository at this point
Copy the full SHA 66e17f7View commit details -
Updated mail/seamonkey-enigmail to 1.9.2
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 3dfd32d - Browse repository at this point
Copy the full SHA 3dfd32dView commit details -
Updated mail/thunderbird to 45.0
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 355d8bb - Browse repository at this point
Copy the full SHA 355d8bbView commit details -
Noteworthy changes in version 2.1.12 (2016-05-04) ------------------------------------------------- * gpg: New --edit-key sub-command "change-usage" for testing purposes. * gpg: Out of order key-signatures are now systematically detected and fixed by --edit-key. * gpg: Improved detection of non-armored messages. * gpg: Removed the extra prompt needed to create Curve25519 keys. * gpg: Improved user ID selection for --quick-sign-key. * gpg: Use the root CAs provided by the system with --fetch-key. * gpg: Add support for the experimental Web Key Directory key location service. * gpg: Improve formatting of Tofu messages and emit new Tofu specific status lines. * gpgsm: Add option --pinentry-mode to support a loopback pinentry. * gpgsm: A new pubring.kbx is now created with the header blob so that gpg can detect that the keybox format needs to be used. * agent: Add read support for the new private key protection format openpgp-s2k-ocb-aes. * agent: Add read support for the new extended private key format. * agent: Default to --allow-loopback-pinentry and add option --no-allow-loopback-pinentry. * scd: Changed to use the new libusb 1.0 API for the internal CCID driver. * dirmngr: The dirmngr-client does now auto-detect the PEM format. * g13: Add experimental support for dm-crypt. * w32: Tofu support is now available with the Speedo build method. * w32: Removed the need for libiconv.dll. * The man pages for gpg and gpgv are now installed under the correct name (gpg2 or gpg - depending on a configure option). * Lots of internal cleanups and bug fixes.
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for de68c34 - Browse repository at this point
Copy the full SHA de68c34View commit details -
Updated security/gnupg21 to 2.1.12
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for d2698ca - Browse repository at this point
Copy the full SHA d2698caView commit details -
Updated mail/thunderbird-enigmail to 1.9.2
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 10048cb - Browse repository at this point
Copy the full SHA 10048cbView commit details -
Updated py27-mercurial to 3.8.1.
Mercurial 3.8 / 3.8.1 (2016-5-1) (3.8.1 was released immediately after 3.8 to fix a release oversight.) Regularly scheduled feature release. This release contains a low-priority security fix for: CVE-2016-3105 Mercurial: arbitrary code execution when converting Git repos Mercurial prior to 3.8 allowed arbitrary code execution when using the convert extension on Git repos with hostile names. This could affect automated code conversion services that allow arbitrary repository names. This is a further side-effect of Git CVE-2015-7545. Reported and fixed by Blake Burkhart. There's also an overview of new features available. 1.1. commands bookmarks: add 'hg push -B .' for pushing the active bookmark (issue4917) bookmarks: avoid creating a nested repository during testing branchmap: check node against changelog instead of repo commands: add postincoming explicit brev argument (API) commands: centralize code to update with extra care for non-file components commit: block amend while histedit is in progress (issue4800) fileset: replace predicate by filesetpredicate of registrar (API) graft: suggest the correct tool to continue (not graft) graft: use single quotes around command hint log: disable graph styling when HGPLAIN is set (issue5212) log: fix seen state handling for > 2 parents (issue5174) log: fix status template to list copy source per dest (issue5155) merge: minimize conflicts when common base is not shown (issue4447) pull: activate a bookmark matching with the destination of the update (BC) pull: deactivate a bookmark not matching with the destination of the update revert: makes interactive mode ask to forget added files (issue4936) verify: check directory manifests verify: check for orphaned dirlogs verify: include "manifest" prefix in a few more places verify: move cross-checking of changeset/manifest out of _crosscheckfiles() verify: show progress while verifying dirlogs verify: don't init subrepo when missing one is referenced (issue5128) (API) 1.2. core bdiff: balance recursion to avoid quadratic behavior (issue4704) bdiff: further restrain potential quadratic performance hook: report untrusted hooks as failure (issue5110) (BC) revset: remove useless extpredicate class (API) revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218) templater: load and expand aliases by template engine (API) (issue4842) templater: separate function to create templater from map file (API) ui: add prompt argument to write (issue5154) (API) 1.3. extensions convert: keep converted hg parents that are outside convert.hg.revs (BC) histedit: adds hint how to reorder changesets at editor (issue3766) histedit: improve error when run on nodes with children (issue5056) histedit: make histedit aware of obsolescense not stored in state (issue4800) largefiles: add abstract methods in remotestore class largefiles: don't access repo.changelog directly in getlfilestoupload largefiles: don't explicitly list optional parameters that are not used largefiles: drop partial support for not having a user cache largefiles: introduce push --lfrev to control which revisions are pushed largefiles: replace invocation of os.path module by vfs in lfcommands.py largefiles: specify unit for ui.progress when operating on files largefiles: use revisions as a ui.progress unit rebase: 'hg pull --rebase' now update only if there was nothing to rebase rebase: add potential divergent commit hashes to error message (issue5086) rebase: adds storing collapse message (issue4792) rebase: choose default destination the same way as 'hg merge' (BC) rebase: explicitly test abort from ambiguous destination rebase: fix crash when rebase aborts while rebasing obsolete revisions rebase: mention help merge-tools in help rebase: perform update through the 'update' command rebase: remove experimental option from 'rebase' config section rebase: respect checkunknown and checkignored in more cases rebase: suggest the correct tool to continue (not rebase) rebase: restrict rebase destination to the pulled set (issue5214) shelve: adds restoring newly created branch (issue5048) (BC) shelve: changes getting opts values by get method shelve: make non bare shelve not saving branch information in bundle shelve: preserve newly created branch on non-bare shelve in wctx (BC) shelve: suggest the correct tool to continue (not unshelve) 1.4. hgweb hgweb: add option to convert encoding of graphdata() hgweb: add parents to json-log (issue5074) hgweb: generate last change date for an empty atom-bookmarks feed (issue5022) 1.5. unsorted blackbox: optionally log event source bugzilla: do not load style file if template is specified (BC) bundle: move writebundle() from changegroup.py to bundle2.py (API) bundle: warn when update to revision existing only in a bundle (issue5004) bundlerepo: properly handle hidden linkrev in filelog (issue4945) changelog: add class to represent parsed changelog revisions changelog: avoid slicing raw data until needed changelog: backed out changeset 1778770e1982 changelog: backed out changeset 86de91c56355 changelog: lazily parse date/extra field changelog: lazily parse description changelog: lazily parse files changelog: lazily parse manifest node changelog: lazily parse user changelog: lazy decode description (API) changelog: lazy decode user (API) changelog: parse description last chg: fallback to original hg for some unsupported commands or flags chg: forward job control signals to worker process (issue5051) chg: pass sensitive command line flags to server chgserver: create new process group after fork (issue5051) date: reallow negative timestamp, fix for Windows buggy gmtime() (issue2513) debugrevlog: fix dumping manifest fails on empty first revision (issue5062) demandimport: blacklist sqlalchemy.events as it has side effects (issue5085) demandimport: enforce ignore list while processing modules in fromlist destutil: choose non-closed branch head at first (BC) dispatch: add wd parameter to _getlocal dispatch: catch KeyboardInterrupt more broadly dispatch: factor out command failure handling into a function dispatch: flush ui before returning from dispatch dispatch: make cmdalias forward command attributes to function dispatch: make loading extra information from extension extensible dispatch: show deprecation warning if command has no attributes (issue5137) dispatch: store norepo/optionalrepo/inferrepo attributes in function (API) dispatch: strip command line options like config file options encoding: add option to escape non-ascii characters in JSON graphlog: bring back color to node symbol template graphmod: set default edge styles for ascii graphs (BC) hg: perform update after pulling during clone with share (issue5103) http: support sending hgargs via POST body instead of in GET or headers localrepo: move new repo requirements into standalone function (API) localrepo: support background closing for wwrite() mail: retain hostname for sslutil.wrapsocket (issue5203) match: rename "narrowmatcher" to "subdirmatcher" (API) mpatch: un-nest the move() method mpatch: unify mpatchError (issue5182) notify: do not load style file if template is specified (BC) record: deprecate the extension registrar: add templatefilter to mark a function as template filter (API) registrar: add templatefunc to mark a function as template function (API) registrar: add templatekeyword to mark a function as template keyword (API) registrar: remove useless base classes (API) remove: add progress support remove: fix --force option help description (issue5177) remove: queue warnings until after status messages (issue5140) (API) scmutil: support background closing for write() serve: add chdir command for --daemon-postexec serve: rename --daemon-pipefds to --daemon-postexec (BC) sslutil: require a server hostname when wrapping sockets (API) streamclone: specify unit for ui.progress when handling data subrepo: disable localizations when calling Git (issue5176) templatefilters: drop broken "jsonescape" from filters table (BC) templatefilters: make json filter be byte-transparent (BC) (issue4926) templatekw: switch ctx of list expression to rev of {parents} (BC) test-debugextensions: passes with byte-compilation disabled (issue5147) testing: expand Hypothesis tests with branch commands tests: add test for "log -r wdir() -p" (issue4871) tests: ensure that 'hg update' is disabled during histedit (issue3655) tests: update test output for test written on stable branch (issue5104) treemanifest: don't use cp -T, not supported on OS X update: change default destination to tipmost descendant (issue4673) (BC) update: check command line before modifying repo version: verbose list internal and external extension source (issue4731)
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 8656ff0 - Browse repository at this point
Copy the full SHA 8656ff0View commit details -
Updated devel/py-mercurial to 3.8.1
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for cad5c8b - Browse repository at this point
Copy the full SHA cad5c8bView commit details -
Updated py-tortoisehg to 3.8.1.
TortoiseHg 3.8.1 TortoiseHg 3.8.1 is a feature release. 3.8.0 was skipped since Mercurial tagged 3.8.1 the same day as 3.8.0. Bug Fixes guifork: disable interaction with tty input (refs #4469) qtapp: disable interaction with tty on GUI (fixes #4469) postreview: suggest wiki if reviewboard extension not enabled (fixes #4463) workbench: fall back to revset query on "go to revision" (fixes #4084) Improvements clone: add a --config extensions.largefiles= option paths: always respect the HG environment variable Installer updates to packaged dulwich and hgsubversion
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 4a10d2d - Browse repository at this point
Copy the full SHA 4a10d2dView commit details -
Updated devel/py-tortoisehg to 3.8.1
wiz committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 2e3f186 - Browse repository at this point
Copy the full SHA 2e3f186View commit details -
Corrected error in buildlink file
jaapb committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 84448e3 - Browse repository at this point
Copy the full SHA 84448e3View commit details -
Updated package to use correct findlib directory
jaapb committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 67a406d - Browse repository at this point
Copy the full SHA 67a406dView commit details -
Updated package to version 0.9.2. Changes include:
OCamlbuild 0.9.2 is a release to support OCaml 4.03. Martin Neuhäußer contributed new flags for flambda-specific optimization options. We also extend the scope of the flags -opaque and -for-pack, to align with 4.03 best practices. Note that OCamlbuild should still work correctly under older OCaml releases. - 67: Add support for flambda's optimization parameters The flags are named according to the flambda options with two exceptions: optimization_rounds(int) for -rounds <int> optimize({2,3,classic}) for -O{2,3,classic} (Martin Neuhäußer) - 70 (pratial): fix hygiene complains about the build directory under Windows (Andreas Hauptmann, Gabriel Scherer) - 73: also pass predicates(foo) to ocamldep (Jérémie Dimino) - extend the scope of the -opaque flag under 4.03 (Gabriel Scherer) - extend the scope of the -for-pack flag to ocamlc, as recommend by OCaml compiler maintainers in [5996](http://caml.inria.fr/mantis/view.php?id=5995#c13339) (Gabriel Scherer)
jaapb committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 6cecedf - Browse repository at this point
Copy the full SHA 6cecedfView commit details -
Updated package to version 4.1.1, and added some patches from the ups…
…tream git repository to make package compile with ocaml 4.0.3. Changes include: * Cryptography: adding basic support for public key cryptography (provided by GnuTLS) * Authentication: the module types for SASL and HTTP authentication have been changed to a stateless style. Added an experimental SCRAM module for HTTP. * Nethttp_client: Supporting Digest authentication with SHA-256 as hash algorithm. Supporting Basic authentication with "charset" parameter. * XDR/RPC: supporting that direct mappings can be disabled when this is disadvantegous. For now, this is done for internal RPC services, because direct mappings do not copy values, which would be very surprising here. * Netplex: adding support for so-called internal services. This is a fast and type-safe way of exchanging messages between netplex containers. * ALL MODULES: Transitioning to the new "bytes" type for mutable strings while using "string" only for immutable strings. If compiled with OCaml-4.02 or newer, Ocamlnet is built with the -safe-string compiler option. * Netplex_sharedvar: implementing a new protocol that uses shared memory for announcing variable updates. Also, almost all functions can now be called from controller context. * Netsys_global: new module, for keeping a dictionary of global strings. The dictionary is connected with Netplex_sharedvar, so that the strings can be updated across process boundaries if used with Netplex. * Netsys_polysocket: adding this module * Netsys_polypipe: adding this module * Netasn1_encoder: new module for encding ASN.1 messages * Netnumber: on 64 bit platforms, the functions lt_uint4 and lt_uint8 were wrong. Fixed now.
jaapb committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 554699c - Browse repository at this point
Copy the full SHA 554699cView commit details -
jaapb committed
May 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 37f8050 - Browse repository at this point
Copy the full SHA 37f8050View commit details -
Updated devel/ocamlbuild to 0.9.2
jaapb committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 6456e54 - Browse repository at this point
Copy the full SHA 6456e54View commit details -
Updated package to version 0.4.6. Changes include:
* (0.4.6) Major changes: * Create patch functions to mimic the new String.lowercase_ascii, String.uppercase_ascii, String.capitalize_ascii and String.uncapitalize_ascii found in OCaml 4.03.0 * Disable tests depending on not yet buildable units with OCaml 4.03.0 (e.g. expect which depends on batteries, which doesn't yet compile) * Minimal version of OCaml is now 3.12.1. (Debian Wheezy version) * (0.4.5) Major changes: * Build and install annotation files. * Use builtin bin_annot and annot tags. * Tag .mly files on the same basis as .ml and .mli files (required by menhir). * Remove 'program' constraint from C-dependencies. Currently, when a library has C-sources and e.g. an executable depends on that library, then changing the C-sources and running '-build' does not yield a rebuild of the library. By adding these dependencies (rather removing the constraint), it seems to work fine. * Minor changes: * Add tests tag if --enable-tests. * Remove ocaml 4.02 warnings. * Fix the automatic use of -syntax for OCamlVersion >= 3.12.1. * Use the right ocamlfind binary to get all supported packages. The name of the ocamlfind binary should be read from the configuration. This is especially useful when cross-compiling. * Features: * no_automatic_syntax (alpha): Disable the automatic inclusion of -syntax camlp4o for packages that matches the internal heuristic (if a dependency ends with a .syntax or is a well known syntax). * compiled_setup_ml (alpha): Fix a bug using multiple arguments to the configure script. Thanks to Christopher Zimmermann, Jerome Vouillon, Tomohiro Matsuyama and Christoph Höger for their pull requests and to help release this version.
jaapb committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 06f99e3 - Browse repository at this point
Copy the full SHA 06f99e3View commit details -
Updated devel/ocaml-oasis to 0.4.6
jaapb committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for b671061 - Browse repository at this point
Copy the full SHA b671061View commit details -
Don't attempt to build "keyanalyze" and friends. We don't install those
programs anyway and it breaks the build under at least Mac OS X. After this change we also don't need various "auto*" tools during the build phase.
tron committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for f085a3b - Browse repository at this point
Copy the full SHA f085a3bView commit details -
markd committed
May 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 4d06b31 - Browse repository at this point
Copy the full SHA 4d06b31View commit details -
Fix TLS condition on NetBSD to correctly avoid using pthread_specific.
Bump revision.
joerg committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 0d51378 - Browse repository at this point
Copy the full SHA 0d51378View commit details -
joerg committed
May 5, 2016 Configuration menu - View commit details
-
Copy full SHA for abf1f54 - Browse repository at this point
Copy the full SHA abf1f54View commit details -
With newer jsoncpp interface, the iterator has to be constant.
joerg committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 906dc00 - Browse repository at this point
Copy the full SHA 906dc00View commit details
Commits on May 6, 2016
-
Mark as BROKEN until upstream supports current version of py-requests.
wiz committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 6d5c322 - Browse repository at this point
Copy the full SHA 6d5c322View commit details -
Upstream does not want to support python-2.7; mark as such.
wiz committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for d0f426a - Browse repository at this point
Copy the full SHA d0f426aView commit details -
Update to Asterisk 13.8.2: this is mainly a bug fix release. It
also contains fixes for AST-2016-004 and AST-2016-005. However, those issues only affected the pjsip module. Since Asterisk in pkgsrc doesn't (yet) use pjsip, it wasn't affected. ----- 13.8.2 The Asterisk Development Team has announced the release of Asterisk 13.8.2. The release of Asterisk 13.8.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-25929 - res_pjsip_registrar: AOR_CONTACT_ADDED events not raised (Reported by Joshua Colp) * ASTERISK-25928 - res_pjsip: URI validation done outside of PJSIP thread (Reported by Joshua Colp) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.2 Thank you for your continued support of Asterisk! ----- 13.8.0 The Asterisk Development Team has announced the release of Asterisk 13.8.0. The release of Asterisk 13.8.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-24919 - res_pjsip_config_wizard: Ability to write contents to file (Reported by Ray Crumrine) * ASTERISK-25670 - Add regcontext to PJSIP (Reported by Daniel Journo) * ASTERISK-25480 - [patch]Add field PauseReason on QueueMemberStatus (Reported by Rodrigo Ramirez Norambuena) Bugs fixed in this release: ----------------------------------- * ASTERISK-25849 - chan_pjsip: transfers with direct media sometimes drops audio (Reported by Kevin Harwell) * ASTERISK-25113 - install_prereq in Debian 8 without "standard system utilities" (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25814 - Segfault at f ip in res_pjsip_refer.so (Reported by Sergio Medina Toledo) * ASTERISK-25023 - Deadlock in chan_sip in update_provisional_keepalive (Reported by Arnd Schmitter) * ASTERISK-25321 - [patch]DeadLock ChanSpy with call over Local channel (Reported by Filip Frank) * ASTERISK-25829 - res_pjsip: PJSIP does not accept spaces when separating multiple AORs (Reported by Mateusz Kowalski) * ASTERISK-25771 - ARI:Crash - Attended transfers of channels into Stasis application. (Reported by Javier Riveros ) * ASTERISK-25830 - Revision 2451d4e breaks NAT (Reported by Sean Bright) * ASTERISK-25582 - Testsuite: Reactor timeout error in tests/fax/pjsip/directmedia_reinvite_t38 (Reported by Matt Jordan) * ASTERISK-25811 - Unable to delete object from sorcery cache (Reported by Ross Beer) * ASTERISK-25800 - [patch] Calculate talktime when is first call answered (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25727 - RPM build requires OPTIONAL_API cflag due to PJSIP requirement (Reported by Gergely Dömsödi) * ASTERISK-25337 - Crash on PJSIP_HEADER Add P-Asserted-Identity when calling from Gosub (Reported by Jacques Peacock) * ASTERISK-25738 - res_pjsip_pubsub: Crash while executing OutboundSubscriptionDetail ami action (Reported by Kevin Harwell) * ASTERISK-25721 - [patch] res_phoneprov: memory leak and heap-use-after-free (Reported by Badalian Vyacheslav) * ASTERISK-25272 - [patch]The ICONV dialplan function sometimes returns garbage (Reported by Etienne Lessard) * ASTERISK-25751 - res_pjsip: Support pjsip_dlg_create_uas_and_inc_lock (Reported by Joshua Colp) * ASTERISK-25606 - Core dump when using transports in sorcery (Reported by Martin Moučka) * ASTERISK-20987 - non-admin users, who join muted conference are not being muted (Reported by hristo) * ASTERISK-25737 - res_pjsip_outbound_registration: line option not in Alembic (Reported by Joshua Colp) * ASTERISK-25603 - [patch]udptl: Uninitialized lengths and bufs in udptl_rx_packet cause ast_frdup crash (Reported by Walter Doekes) * ASTERISK-25742 - Secondary IFP Packets can result in accessing uninitialized pointers and a crash (Reported by Torrey Searle) * ASTERISK-24972 - Transport Layer Security (TLS) Protocol BEAST Vulnerability - Investigate vulnerability of HTTP server (Reported by Alex A. Welzl) * ASTERISK-25397 - [patch]chan_sip: File descriptor leak with non-default timert1 (Reported by Alexander Traud) * ASTERISK-25702 - PjSip realtime DB and Cache Errors since upgrade to asterisk-13.7.0 from asterisk-13.7.0-rc2 (Reported by Nic Colledge) * ASTERISK-25730 - build: make uninstall after make distclean tries to remove root (Reported by George Joseph) * ASTERISK-25725 - core: Incorrect XML documentation may result in weird behavior (Reported by Joshua Colp) * ASTERISK-25722 - ASAN & testsute: stack-buffer-overflow in sip_sipredirect (Reported by Badalian Vyacheslav) * ASTERISK-25709 - ARI: Crash can occur due to race condition when attempting to operate on a hung up channel (Reported by Mark Michelson) * ASTERISK-25714 - ASAN:heap-buffer-overflow in logger.c (Reported by Badalian Vyacheslav) * ASTERISK-25685 - infrastructure: Run alembic in Jenkins build script (Reported by Joshua Colp) * ASTERISK-25712 - Second call to already-on-call phone and Asterisk sends "Ready" (Reported by Richard Mudgett) * ASTERISK-24801 - ASAN: ast_el_read_char stack-buffer-overflow (Reported by Badalian Vyacheslav) * ASTERISK-25179 - CDR(billsec,f) and CDR(duration,f) report incorrect values (Reported by Gianluca Merlo) * ASTERISK-25611 - core: threadpool thread_timeout_thrash unit test sporadically failing (Reported by Joshua Colp) * ASTERISK-24097 - Documentation - CHANNEL function help text missing 'linkedid' argument (Reported by Steven T. Wheeler) * ASTERISK-25700 - main/config: Clean config maps on shutdown. (Reported by Corey Farrell) * ASTERISK-25696 - bridge_basic: don't cache xferfailsound during a transfer (Reported by Kevin Harwell) * ASTERISK-25697 - bridge_basic: don't play an attended transfer fail sound after target hangs up (Reported by Kevin Harwell) * ASTERISK-25683 - res_ari: Asterisk fails to start if compiled with MALLOC_DEBUG (Reported by yaron nahum) * ASTERISK-25686 - PJSIP: qualify_timeout is a double, database schema is an integer (Reported by Marcelo Terres) * ASTERISK-25690 - Hanging up when executing connected line sub does not cause hangup (Reported by Joshua Colp) * ASTERISK-25687 - res_musiconhold: Concurrent invocations of 'moh reload' cause a crash (Reported by Sean Bright) * ASTERISK-25632 - res_pjsip_sdp_rtp: RTP is sent from wrong IP address when multihomed (Reported by Olivier Krief) * ASTERISK-25637 - Multi homed server using wrong IP (Reported by Daniel Journo) * ASTERISK-25394 - pbx: Incorrect device and presence state when changing hint details (Reported by Joshua Colp) * ASTERISK-25640 - pbx: Deadlock on features reload and state change hint. (Reported by Krzysztof Trempala) * ASTERISK-25681 - devicestate: Engine thread is not shut down (Reported by Corey Farrell) * ASTERISK-25680 - manager: manager_channelvars is not cleaned at shutdown (Reported by Corey Farrell) * ASTERISK-25679 - res_calendar leaks scheduler. (Reported by Corey Farrell) * ASTERISK-25675 - Endpoint not listed as Unreachable (Reported by Daniel Journo) * ASTERISK-25677 - pbx_dundi: leaks during failed load. (Reported by Corey Farrell) * ASTERISK-25673 - res_crypto leaks CLI entries (Reported by Corey Farrell) * ASTERISK-25668 - res_pjsip: Deadlock in distributor (Reported by Mark Michelson) * ASTERISK-25664 - ast_format_cap_append_by_type leaks a reference (Reported by Corey Farrell) * ASTERISK-25647 - bug of cel_radius.c: wrong point of ADD_VENDOR_CODE (Reported by Aaron An) * ASTERISK-25317 - asterisk sends too many stun requests (Reported by Stefan Engström) * ASTERISK-25137 - endpoint stasis messages are delivered twice (Reported by Vitezslav Novy) * ASTERISK-25116 - res_pjsip: Two PeerStatus AMI messages are sent for every status change (Reported by George Joseph) * ASTERISK-25641 - bridge: GOTO_ON_BLINDXFR doesn't work on transfer initiated channel (Reported by Dmitry Melekhov) * ASTERISK-25614 - DTLS negotiation delays (Reported by Dade Brandon) * ASTERISK-25442 - using realtime (mysql) queue members are never updated in wait_our_turn function (app_queue.c) (Reported by Carlos Oliva) * ASTERISK-25625 - res_sorcery_memory_cache: Add full backend caching (Reported by Joshua Colp) * ASTERISK-25601 - json: Audit reference usage and thread safety (Reported by Joshua Colp) * ASTERISK-25624 - AMI Event OriginateResponse bug (Reported by sungtae kim) Improvements made in this release: ----------------------------------- * ASTERISK-25495 - [patch] Prevent old-update packages on repository Debian systems (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25846 - Gracefully deal with Absent Stasis Apps (Reported by Andrew Nagy) * ASTERISK-25791 - res_pjsip_caller_id: Lack of support for Anonymous <anonymous at anonymous.invalid> (Reported by Anthony Messina) * ASTERISK-24813 - asterisk.c: #if statement in listener() confuses code folding editors (Reported by Corey Farrell) * ASTERISK-25767 - [patch] Add check to configure for sanitizes (Reported by Badalian Vyacheslav) * ASTERISK-25068 - Move commonly used FreePBX extra sounds to the core set (Reported by Rusty Newton) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.0 Thank you for your continued support of Asterisk!
jnemeth committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for d873131 - Browse repository at this point
Copy the full SHA d873131View commit details -
Updated comms/asterisk13 to 13.8.2
jnemeth committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for d0e0ba6 - Browse repository at this point
Copy the full SHA d0e0ba6View commit details -
PR/51117: Import iwatch 1.0.3 as misc/iwatch.
iwatch is a program to watch the given command's output periodically and watch the output change. reviewed by wiz@.
nonaka committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for d753968 - Browse repository at this point
Copy the full SHA d753968View commit details -
Update to 2.0.0 from coypu in wip, updated by myself to 2.0.1. What's new in version 2.0.1 * OpenBSD: Various fixes and improvements (thanks to Michael McConville and Juan Francisco Cantero Hurtado) * FreeBSD: fix CPU and memory readings (thanks to Tim Creech, Hung-Yi Chen, Bernard Spil, Greg V) * FreeBSD: add battery support (thanks to Greg V) * Linux: Retain last-obtained name of a zombie process * Mac OS X: Improve portability for OS X versions (thanks to Michael Klein) * Mac OS X: Fix reading command-line arguments and basename * Mac OS X: Fix process state information * Mac OS X: Fix tree view collapsing/expanding * Mac OS X: Fix tree organization * Mac OS X: Fix memory accounting * Fix crash when emptying a column of meters * Make Esc key more responsive * Plus assorted fixes What's new in version 2.0.0 * Platform abstraction layer * Initial FreeBSD support * Initial Mac OS X support (thanks to David Hunt) * Swap meter for Mac OSX (thanks to Ștefan Rusu) * OpenBSD port (thanks to Michael McConville) * FreeBSD support improvements (thanks to Martin Misuth) * Support for NCurses 6 ABI, including mouse wheel support * Much improved mouse responsiveness * Process environment variables screen (thanks to Michael Klein) * Higher-resolution UTF-8 based Graph mode (Thanks to James Hall from vtop for the idea!) * Show program path settings (thanks to Tobias Geerinckx-Rice) * BUGFIX: Fix crash when scrolling an empty filtered list. * Use dynamic units for text display, and several fixes (thanks to Christian Hesse) * BUGFIX: fix error caused by overflow in usertime calculation. (thanks to Patrick Marlier) * Catch all memory allocation errors (thanks to Michael McConville for the push) * Several tweaks and bugfixes (See the Git log for details and contributors!)
wiz committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for f84ad7b - Browse repository at this point
Copy the full SHA f84ad7bView commit details -
Added misc/iwatch version 1.0.3
nonaka committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for f0eaaa8 - Browse repository at this point
Copy the full SHA f0eaaa8View commit details -
Updated sysutils/htop to 2.0.1
wiz committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for bc79bff - Browse repository at this point
Copy the full SHA bc79bffView commit details -
wiz committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for dd8c5cb - Browse repository at this point
Copy the full SHA dd8c5cbView commit details -
nonaka committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for c2e1cbf - Browse repository at this point
Copy the full SHA c2e1cbfView commit details -
- assert: deep{Strict}Equal() now works correctly with circular references. - debugger: Arrays are now formatted correctly in the debugger repl. - deps: Upgrade OpenSSL sources to 1.0.2h - net: Introduced a Socket#connecting property. - process: Introduced process.cpuUsage(). - stream: Writable#setDefaultEncoding() now returns this. - util: Two new additions to util.inspect(): - Added a maxArrayLength option to truncate the formatting of Arrays. - Added a showProxy option for formatting proxy intercepting handlers.
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for d464828 - Browse repository at this point
Copy the full SHA d464828View commit details -
fhajny committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 4ca738b - Browse repository at this point
Copy the full SHA 4ca738bView commit details -
- update openssl to 1.0.2h. (n/a with dynamic OpenSSL)
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 6c642b6 - Browse repository at this point
Copy the full SHA 6c642b6View commit details -
fhajny committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 30f6604 - Browse repository at this point
Copy the full SHA 30f6604View commit details -
Added dependency on ocamlbuild.
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 35a2250 - Browse repository at this point
Copy the full SHA 35a2250View commit details -
Update databases/py-cassandra-driver to 3.3.0.
Features - Add an AddressTranslator interface - New Retry Policy Decision - try next host - Don't mark host down on timeout - SSL hostname verification - Add C* version to metadata or cluster objects - Options to Disable Schema, Token Metadata Processing - Expose listen_address of node we get ring information from - Use A-record with multiple IPs for contact points - Custom consistency level for populating query traces - Normalize Server Exception Types - Propagate exception message when DDL schema agreement fails - Specialized exceptions for metadata refresh methods failure Bug Fixes - Resolve contact point hostnames to avoid duplicate hosts - GeventConnection stalls requests when read is a multiple of the input buffer size - named_tuple_factory breaks with duplicate "cleaned" col names - Connection leak if Cluster.shutdown() happens during reconnection - HostConnection.borrow_connection does not block when all request ids are used - Empty field not being handled by the NumpyProtocolHandler
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 039fe45 - Browse repository at this point
Copy the full SHA 039fe45View commit details -
Updated databases/py-cassandra-driver to 3.3.0
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 4f60d45 - Browse repository at this point
Copy the full SHA 4f60d45View commit details -
Update databases/py-peewee to 2.8.1.
Bugs fixed - #821 - issue warning if Cython is old - #822 - better handling of MySQL connections point for advanced use-cases. - #313 - support equality/inequality with generic foreign key queries, and ensure get_or_create works with GFKs. - #834 - fixed Python3 incompatibilities in the PasswordField, thanks @mosquito. - #836 - fix handling of last_insert_id() when using APSWDatabase. - #845 - add connection hooks to APSWDatabase. - #852 - check SQLite library version to avoid calls to missing APIs. - #857 - allow database definition to be deferred when using the connection pool. - #878 - formerly .limit(0) had no effect. Now adds LIMIT 0. - #879 - implement a __hash__ method for Model - #886 - fix count() for compound select queries. - #895 - allow writing to the foreign_key_id descriptor to set the foreign key value. - #893 - fix boolean logic bug in model_to_dict(). - #904 - fix side-effect in clean_prefetch_query, thanks to @p.kamayev - #907 - package includes pskel now. - #852 - fix sqlite version check in BerkeleyDB backend. - #919 - add runtime check for sqlite3 library to match MySQL and Postgres. Thanks @M157q New features - Added a number of SQLite user-defined functions and aggregates. - Use the DB-API2 Binary type for BlobField. - Implemented the lucene scoring algorithm in the sqlite_ext Cython library. - #825 - allow a custom base class for ModelOptions, providing an extension - #830 - added SmallIntegerField type. - #838 - allow using a custom descriptor class with ManyToManyField. - #855 - merged change from @lez which included docs on using peewee with Pyramid. - #858 - allow arguments to be passed on query-string when using the db_url module. Thanks @RealSalmon - #862 - add support for truncate table, thanks @dev-zero for the sample code. - Allow the related_name model Meta option to be a callable that accepts the foreign key field instance.
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 9cee012 - Browse repository at this point
Copy the full SHA 9cee012View commit details -
Updated databases/py-peewee to 2.8.1
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for a7d0375 - Browse repository at this point
Copy the full SHA a7d0375View commit details -
qiv needs libmagic, so pull in sysutils/file/buildlink3.mk to fix build
on systems where it's not part of base. PKGREVISION not bumped since there's no new dependency for systems where qiv previously built. Pointed out by by Derek Schrock in private mail.
snj committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for cba3801 - Browse repository at this point
Copy the full SHA cba3801View commit details -
Updated package to latest version, 6.16. Changes include:
* [28 Apr 16] Fixed problems of compatibility with previous versions of ocaml. * [23 Jan 16] Fixed bug on optional types (ocaml 4.02). * [15 Jan 16] Fixed bug on methods wrongly interpreted as vals. * [05 Jan 16] Updated for ocaml trunk 4.03.0 (git version be2a7e2f830911b331657b8cfa462f5219dfec5b) * [26 Nov 15] Updated again for ocaml trunk current version (4.03.0). * [23 Sep 15] Updated for ocaml trunk current version (4.03.0).
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 1deb0f5 - Browse repository at this point
Copy the full SHA 1deb0f5View commit details -
jaapb committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 8cb7c1a - Browse repository at this point
Copy the full SHA 8cb7c1aView commit details -
Updated package to new version, 5.0. I could not find a changelog file,
but certainly one change is that the package now compiles with ocaml 4.03.0 whereas the old version did not.
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for a44d862 - Browse repository at this point
Copy the full SHA a44d862View commit details -
Updated devel/ocaml-ppx_tools to 5.0
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 1cde640 - Browse repository at this point
Copy the full SHA 1cde640View commit details -
joerg committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for a910cb4 - Browse repository at this point
Copy the full SHA a910cb4View commit details -
Updated package to latest version, 20160303. Changes include:
2016/05/04: In the Coq backend, split the largest definitions into smaller ones. This circumvenents a limitation of vm_compute on 32 bit machines. This also enables us to perform sharing between definitions, so that the generated files are much smaller. 2016/04/10: When printing a grammar (which is done by the --only-preprocess options), remove the leading bar '|', for compatibility with yacc and bison. 2016/03/11: In the code back-end, generate type annotations when extracting a semantic value out of the stack. When working with a semantic value of some function type, OCaml would incorrectly warn that this function does not use its argument. This warning should now be gone. 2016/03/03: Makefile changes, so as to support ocamlbuild 4.03, which seems to have stricter hygiene rules than previous versions. 2015/12/30: Prevented an incorrect installation that would take place if USE_OCAMLFIND was given during "make all" but not during "make install". Added a command line directive --suggest-ocamlfind. 2015/11/11: Fixed a severe bug in Menhir 20151110 which (when using the code back-end) could cause a generated parser to crash. Thanks to ygrek for reporting the bug. 2015/11/11: The code produced by version XXXXXXXX of menhir --table can now be linked only against a matching version of MenhirLib. If an incorrect version of MenhirLib is installed, the OCaml compiler should complain that [MenhirLib.StaticVersion.require_XXXXXXXX] is undefined. 2015/11/10: Optimized the computation of $symbolstartpos, based on a couple of assumptions about the lexer. (See the manual.) 2015/11/04: Modified the treatment of %inline so that the positions that are computed are the same, regardless of whether %inline is used. This property did not hold until now. It now does. Of course, this means that the positions computed by the new Menhir are not the same as those computed by older versions of Menhir. 2015/11/04: Fixed a bug in the treatment of %inline that would lead to an incorrect position being computed when the caller and callee had a variable by the same name. 2015/11/04: Modified Menhir so as to compute the start and end positions in the exact same way as ocamlyacc. (There used to be a difference in the treatment of epsilon productions.) Of course, this means that the positions computed by the new Menhir are not the same as those computed by older versions of Menhir. Added the keyword $symbolstartpos so as to simulate Parsing.symbol_start_pos() in the ocamlyacc world. The keyword $startpos sometimes produces a position that is too far off to the left; $symbolstartpos produces a more accurate position. 2015/11/04: Incompatible change of the incremental API: instead of a unit argument, the entry points (which are named after the start symbols) now require an initial position, which typically should be [lexbuf.lex_curr_p]. 2015/11/03: Fix-fix-and-re-fix the Makefile in an attempt to allow installation under opam/Windows. Thanks to Daniel Weil for patient explanations and testing. 2015/10/29: MenhirLib is now installed in both binary and source forms. "menhir --suggest-menhirLib" reports where MenhirLib is installed. This can be used to retrieve a snapshot of MenhirLib in source form and include it in your project (if you wish to use --table mode, yet do not wish to have a dependency on MenhirLib). 2015/10/26: Allow --list-errors to work on 32-bit machines (with low hard limits). This should fix a problem whereby the 2015/10/23 release could not bootstrap on a 32-bit machine. 2015/10/23: New declaration "%on_error_reduce foo", where foo is a nonterminal symbol. This modifies the automaton as follows. In every state where a production of the form "foo -> ..." is ready to be reduced, every error action is replaced with a reduction of this production. (If there is a conflict between several productions that could be reduced in this manner, nothing is done.) This does not affect the language that is accepted by the automaton, but delays the detection of an error: more reductions take place before the error is detected. 2015/10/23: Fixed a bug whereby Menhir would warn about a useless %prec declaration, even though it was useful. This would happen when the declaration was duplicated (by inlining or by macro-expansion) and some but not all of the copies were useful. 2015/10/23: Added [has_default_reduction] to the incremental API. 2015/10/23: Modified the meaning of --canonical to allow default reductions to take place. This implies no loss of precision in terms of lookahead sets, and should allow gaining more contextual information when a syntax error is encountered. (It should also lead to a smaller automaton.) 2015/10/23: A brand new set of tools to work on syntax errors. New command --list-errors, which produces a list of input sentences which are representative of all possible syntax errors. (Costly.) New command --interpret-error, which confirms that one particular input sentence ends in a syntax error, and prints the number of the state in which this error occurs. New command --compile-errors, which compiles a list of erroneous sentences (together with error messages) to OCaml code. New command --compare-errors, which compares two lists of erroneous sentences to check if they cover the same error states. New command --update-errors, which updates the auto-generated comments in a list of erroneous sentences. New command --echo-errors, which removes all comments and messages from a list of erroneous sentences, and echoes just the sentences. 2015/10/16: Additions to the incremental API. A [supplier] is a function that produces tokens on demand. [lexer_lexbuf_to_supplier] turns a lexer and a lexbuf into a supplier. [loop] is a ready-made made main parsing loop. [loop_handle] is a variant that lets the user do her own error handling. [loop_handle_undo] is a variant that additionally allows undoing the last few "spurious" reductions. [number] maps a state of the LR(1) automaton to its number. 2015/10/16: Incompatible change of the incremental API: renamed the type ['a result] to ['a checkpoint]. This is a better name anyway, and should help avoid confusion with the type ['a result] introduced in OCaml 4.03. 2015/10/12: Avoid using $(shell pwd) in Makefile, for better Windows compatibility. 2015/10/05: Fixed a bug where inconsistent OCaml code was generated when --table and --external-tokens were used together. (Reported by Darin Morrison.) 2015/10/05: In --infer mode, leave the .ml file around (instead of removing it) if ocamlc fails, so we have a chance to understand what's wrong. 2015/09/21: Re-established some error messages concerning the mis-use of $i which had disappeared on 2015/06/29. 2015/09/11: Fixed the mysterious message that would appear when a nonterminal symbol begins with an uppercase letter and --infer is turned on. Clarified the documentation to indicate that a (non-start) nonterminal symbol can begin with an uppercase letter, but this is not recommended. 2015/08/27: New option --inspection (added last January, documented only now). This generates an inspection API which allows inspecting the automaton's stack, among other things. This API can in principle be used to write custom code for error reporting, error recovery, etc. It is not yet mature and may change in the future. 2015/07/20: Added the command line options --unused-token <symbol> and --unused-tokens. 2015/06/29: Changed the treatment of the positional keywords $i. They are now rewritten into variables of the form '_i' where 'i' is an integer. Users are advised not to use variables of this form inside semantic actions. 2015/02/11: Added support for anonymous rules. This allows writing, e.g., list(e = expression SEMI { e }) whereas previously one should have written list(terminated(e, SEMI)). 2015/02/09: Moved all of the demos to ocamlbuild (instead of make). 2015/01/18: Incompatible change of the incremental API. The incremental API now exposes shift events too. 2015/01/16: Fixed a couple bugs in Makefile and src/Makefile which would cause compilation and installation to fail with "TARGET=byte". (Reported by Jérémie Courrèges-Anglas and Daniel Dickman.) 2015/01/01: Incompatible change of the incremental API. The entry point main_incremental is now named Incremental.main. 2014/12/29: Incompatible change of the incremental API. The API now exposes reduction events. The type 'a result is now private. The type env is no longer parameterized. [handle] is renamed to [resume]. [offer] and [resume] now expect a result, not an environment. 2014/12/22: Documented the Coq back-end (designed and implemented by Jacques-Henri Jourdan). 2014/12/15: New incremental API (in --table mode only), inspired by Frédéric Bour. 2014/12/11: Menhir now reports an error if one of the start symbols produces either the empty language or the singleton language {epsilon}. Although some people out there actually define a start symbol that recognizes {epsilon} (and use it as a way of initializing or re-initializing some global state), this is considered bad style. Furthermore, by ruling out this case, we are able to simplify the table back-end a little bit. 2014/12/12: A speed improvement in the code back-end. 2014/12/08: Menhir now requires OCaml 4.02 (instead of 3.09). 2014/12/02: Removed support for the $previouserror keyword. Removed support for --error-recovery mode.
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 0e5328f - Browse repository at this point
Copy the full SHA 0e5328fView commit details -
Updated devel/menhir to 20160303
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 0b233eb - Browse repository at this point
Copy the full SHA 0b233ebView commit details -
Updated package to latest version, 3.3. No changes are recorded in the
changelog.
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for b154c62 - Browse repository at this point
Copy the full SHA b154c62View commit details -
Updated devel/ocaml-ppx_deriving to 3.3
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 644e087 - Browse repository at this point
Copy the full SHA 644e087View commit details -
Update koruri-ttf to 20160506.
20160506: * M+ OUTLINE FONTS has been updated to TESTFLIGHT 061 (2016.04.12).
nonaka committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 98a5a6a - Browse repository at this point
Copy the full SHA 98a5a6aView commit details -
Updated fonts/koruri-ttf to 20160506
nonaka committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for dcbae16 - Browse repository at this point
Copy the full SHA dcbae16View commit details -
To fix the problem PR pkg/50996
(fails with Conflicting PLIST with p5-Perl4-CoreLibs-0.003nb5): - Add DEPENDS+= p5-Perl4-CoreLibs - Remove newgetopt.pl from Getopt-Long.pm (by patch-Makefile.PL) (Fortunately the files are exactly the same as v1.18) Thanks dholland@ for review :-)
mef committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for d163ab5 - Browse repository at this point
Copy the full SHA d163ab5View commit details -
+PKGREVISION= 1, binary is different.
mef committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for b565ae3 - Browse repository at this point
Copy the full SHA b565ae3View commit details -
Updated devel/p5-AnyEvent to 7.12
--------------------------------- 7.12 Wed Jan 27 19:12:26 CET 2016 - use common name as hostname for tls connects, if Net::SSLeay supports SNI. - fix documentation of tls_autostart read type in AnyEvent::Handle, analyzed by Felix Ostmann.
mef committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 449dcce - Browse repository at this point
Copy the full SHA 449dcceView commit details -
Updated devel/p5-AnyEvent to 7.12
mef committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 2e0e882 - Browse repository at this point
Copy the full SHA 2e0e882View commit details -
Import vault-0.5.2 as security/vault.
Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log.
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 19c06f9 - Browse repository at this point
Copy the full SHA 19c06f9View commit details -
Added security/vault version 0.5.2
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for c2640f9 - Browse repository at this point
Copy the full SHA c2640f9View commit details -
Changelog: Bug Fixes The following table lists the bug fixes included in JDK 8u92 release: Bug Id Category Subcategory Description JDK-8041900 client-libs 2d [macosx] Java forces the use of discrete GPU JDK-8132890 client-libs 2d Text Overlapping on Dot Matrix Printers JDK-8132503 client-libs java.awt [macosx] Chinese full stop symbol cannot be entered with Pinyin IM on OS X JDK-8138764 client-libs java.awt In some cases the usage of TreeLock can be replaced by other synchronization JDK-8041501 client-libs javax.imageio ImageIO reader is not capable of reading JPEGs without JFIF header JDK-8134828 client-libs javax.swing Scrollbar thumb disappears with Nimbus L&F JDK-8131129 core-libs java.lang.invoke Attempt to define a duplicate BMH$Species class JDK-8067800 core-libs java.time Clarify java.time.chrono.Chronology.isLeapYear for out of range years JDK-8062901 core-libs java.util Iterators is spelled incorrectly in the Javadoc for Spliterator JDK-8140587 core-libs java.util.concurrent Atomic*FieldUpdaters should use Class.isInstance instead of direct class check JDK-8145539 core-libs java.util:collections (coll) AbstractMap.keySet and .values should not be volatile JDK-8143297 core-libs jdk.nashorn Nashorn compilation time reported in nanoseconds JDK-8143896 core-libs jdk.nashorn java.lang.Long is implicitly converted to double JDK-8144020 core-libs jdk.nashorn Remove long as an internal numeric type JDK-8144131 core-libs jdk.nashorn ArrayData.getInt implementations do not convert to int32 JDK-8146147 core-libs jdk.nashorn Java linker indexed property getter does not work for computed nashorn string JDK-8147845 core-libs jdk.nashorn Varargs Array functions still leaking longs JDK-8147857 core-svc javax.management RMIConnector logs attribute names incorrectly JDK-8140244 core-svc tools Port fix of JDK-8075773 to AIX and possibly MacOSX JDK-8139773 deploy Add more debug traces to deployment registration process (RegFx.cpp) JDK-8142982 deploy Race Condition can cause CacheEntry.getJarSigningData() to return null. JDK-8143294 deploy cookie handler can't get JSESSIONID on linux JDK-8145217 deploy Fix GenericCookieHandlerTest JDK-8143314 deploy packager Runtime not respected with INI-configuration while creating native bundle JDK-8139389 deploy webstart Register a protocol handler for Java Webstart JDK-6869327 hotspot compiler Add new C2 flag to keep safepoints in counted loops. JDK-8058563 hotspot compiler InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries JDK-8080650 hotspot compiler Enable stubs to use frame pointers correctly JDK-8129847 hotspot compiler Compiling methods generated by Nashorn triggers high memory usage in C2 JDK-8131782 hotspot compiler C1 Class.cast optimization breaks when Class is loaded from static final JDK-8139421 hotspot compiler PPC64LE: MacroAssembler::bxx64_patchable kills register R12 JDK-8140483 hotspot compiler Atomic*FieldUpdaters final fields should be trusted JDK-8144487 hotspot compiler PhaseIdealLoop::build_and_optimize() must restore major_progress flag if skip_loop_opts is true JDK-8144935 hotspot compiler C2: safepoint is pruned from a non-counted loop JDK-8145754 hotspot compiler PhaseIdealLoop::is_scaled_iv_plus_offset() does not match AddI JDK-8065579 hotspot gc WB method to start G1 concurrent mark cycle should be introduced JDK-8138966 hotspot gc Intermittent SEGV running ParallelGC JDK-8145442 hotspot gc Add the facility to verify remembered sets for G1 JDK-8029630 hotspot runtime Thread id should be displayed as hex number in error report JDK-8046611 hotspot runtime Build errors with gcc on sparc/fastdebug JDK-8087120 hotspot runtime [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms JDK-8138745 hotspot runtime Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot JDK-8139258 hotspot runtime PPC64LE: argument passing problem when passing 15 floats in native call JDK-8143963 hotspot runtime improve ClassLoader::trace_class_path to accept an additional outputStream* arg JDK-8029726 hotspot svc On OS X some dtrace probe names are mismatched with Solaris JDK-8029727 hotspot svc On OS X dtrace probes Call<type>MethodA/Call<type>MethodV are not fired. JDK-8029728 hotspot svc On OS X dtrace probes SetStaticBooleanField are not fired JDK-8130910 hotspot svc hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions JDK-8140031 hotspot svc SA: Searching for a value in Threads does not work JDK-8144885 hotspot svc agent/src/os/linux/libproc.h needs to support Linux/SPARC builds JDK-8145099 hotspot svc Better error message when SA can't attach to a process JDK-8074935 security-libs java.security jdk8 keytool doesn't validate pem files for RFC 1421 correctness, as jdk7 did JDK-8139436 security-libs java.security sun.security.mscapi.KeyStore might load incomplete data JDK-8064330 security-libs javax.net.ssl Remove SHA224 from the default support list if SunMSCAPI enabled JDK-8131665 security-libs javax.net.ssl Bad exception message in HandshakeHash.getFinishedHash JDK-8136442 security-libs javax.net.ssl Don't tie Certificate signature algorithms to ciphuites JDK-8038184 security-libs javax.xml.crypto XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String JDK-8038349 security-libs javax.xml.crypto Signing XML with DSA throws Exception when key is larger than 1024 Exception when calling super with Object<>() JDK-8066974 tools javac Compiler doesn't infer method's generic type information in lambda body JDK-8068254 tools javac Method reference uses wrong qualifying type JDK-8130506 tools javac javac Assertien invoking MethodHandle.invoke with lambda parameter JDK-8134007 tools javac Improve string folding JDK-8134759 tools javac jdb: Incorrect stepping inside finally block JDK-8139751 tools javac Javac crash with -XDallowStringFolding=false JDK-8145466 tools javac javac: No line numbers in compilation error JDK-8145722 tools javadoc(tool) NullPointerException in javadoc JDK-8133924 xml jaxp NPE may be thrown when xsltc select a non-existing node after JDK-8062518
ryoon committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 290ad2c - Browse repository at this point
Copy the full SHA 290ad2cView commit details -
Updated lang/openjdk8 to 1.8.92
ryoon committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for d25b73e - Browse repository at this point
Copy the full SHA d25b73eView commit details -
Import consul-0.6.4 as sysutils/consul based on wip/consul.
Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for f987ab0 - Browse repository at this point
Copy the full SHA f987ab0View commit details -
Added sysutils/consul version 0.6.4
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 63857e9 - Browse repository at this point
Copy the full SHA 63857e9View commit details -
fhajny committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for e15b3f2 - Browse repository at this point
Copy the full SHA e15b3f2View commit details -
fhajny committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 46010c5 - Browse repository at this point
Copy the full SHA 46010c5View commit details -
Update databases/redis to 3.2.0.
Redis 3.2 contains significant changes to the API and implementation of Redis. - A new set of commands for Geo indexing was added (GEOADD, GEORADIUS and related commands). - The new BITFIELD command handles contiguous arrays of integers or counters of arbitrary bits width and offset inside strings. - Memory optimizations to hold the same data in less memory. - Lua scripts can now contain side effects using the new effect replication. - A complete remote Lua debugger is available in order to make writing scripts a simpler task. Read the release notes for the full set of changes: https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 39b9c22 - Browse repository at this point
Copy the full SHA 39b9c22View commit details -
Updated databases/redis to 3.2.0
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 2efe791 - Browse repository at this point
Copy the full SHA 2efe791View commit details -
Setting OCAML_USE_OASIS now automatically adds ocamlbuild as a build
dependency
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 07a2426 - Browse repository at this point
Copy the full SHA 07a2426View commit details -
Updated package to newest version, 1.10. Changes include:
- Add all SHA-2 hash functions: SHA-224, SHA-384 and SHA-512 in addition to the existing SHA-256. (Closes: #1223) - Add support for CTR (Counter) chaining mode. - Fix compilation error with OCaml 4.03+dev. - Avoid using some obsolete OCaml stdlib functions.
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 4de4636 - Browse repository at this point
Copy the full SHA 4de4636View commit details -
Updated security/ocaml-cryptokit to 1.10
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 0fe95bc - Browse repository at this point
Copy the full SHA 0fe95bcView commit details -
Added two patches that solve a compilation problem with ocaml 4.03.0.
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 3ddf060 - Browse repository at this point
Copy the full SHA 3ddf060View commit details -
Updated package to latest version, 2.52. Changes include:
- Fix compatibility for 4.03 (#227) - Various documentation fixes (#199,#200,#210,) - Improve wildcard detection in the ppx (#198) - Fix Lwt_stream: bounded_push#close wake the reader (#201) - Fix infinite loop with Lwt_stream.choose (#214) - Fix lazyness failure with Lwt_io.common#close (#207)
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 97e5908 - Browse repository at this point
Copy the full SHA 97e5908View commit details -
Updated devel/ocaml-lwt to 2.5.2
jaapb committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for bcaacfc - Browse repository at this point
Copy the full SHA bcaacfcView commit details -
jaapb committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for c8256d2 - Browse repository at this point
Copy the full SHA c8256d2View commit details -
Restore SmartOS support. Bump PKGREVISION.
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for c7fd718 - Browse repository at this point
Copy the full SHA c7fd718View commit details -
jnemeth committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for d14ed8a - Browse repository at this point
Copy the full SHA d14ed8aView commit details -
jnemeth committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 571af8c - Browse repository at this point
Copy the full SHA 571af8cView commit details -
Add CppUTest, a C/C++ based unit xUnit test framework for unit testing
and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems but it works for any C/C++ project. CppUTest's core design principles are: - Simple in design and simple in use. - Portable to old and new platforms. - Build with Test-driven Development in mind. VS: ----------------------------------------------------------------------
schmonz committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for afff143 - Browse repository at this point
Copy the full SHA afff143View commit details -
Added devel/cpputest version v3.7.1
schmonz committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for b678c1e - Browse repository at this point
Copy the full SHA b678c1eView commit details -
schmonz committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for c15e45c - Browse repository at this point
Copy the full SHA c15e45cView commit details -
Not available for python27 because of a dependency (time/py-vdirsyncer)
fhajny committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for fb45b78 - Browse repository at this point
Copy the full SHA fb45b78View commit details -
New in version 1.3.5 * enhancement: the platform's strtod() is exposed as SB-POSIX:STRTOD * enhancement: speed up debug info creation for highly nested functions. * enhancement: the interleaved structure slot optimization from release 1.2.6 has been ported to all architectures. * enhancement: support run-program I/O redirection into lisp streams on Windows. * bug fix: better wording in missed optimization note. * bug fix: interpreted (CAS SVREF) was broken * bug fix: support CLISP as build host for ARM
asau committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for aae4c49 - Browse repository at this point
Copy the full SHA aae4c49View commit details -
asau committed
May 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 5ea978a - Browse repository at this point
Copy the full SHA 5ea978aView commit details -
dd build dependency on ocamlbuild to fix build.
wiz committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 98c7021 - Browse repository at this point
Copy the full SHA 98c7021View commit details -
Add build dependency on ocamlbuild to fix build.
wiz committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 24a0a91 - Browse repository at this point
Copy the full SHA 24a0a91View commit details
Commits on May 7, 2016
-
Upstream changes: 0.300.2 2016-04-21 - Added ps support via pdflatex 0.300.1 2016-04-17 - Added ps support for xelatex 0.300.0 2016-04-16 - Fix 0.20 refactoring made stdout 'bleed' into caller's stdout - Add more formats for explicit processor (pdf|xe)latex selection - Win32 fixes
wen committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 671aec5 - Browse repository at this point
Copy the full SHA 671aec5View commit details -
Updated print/p5-LaTeX-Driver to 0.300.2
wen committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 7e1f1db - Browse repository at this point
Copy the full SHA 7e1f1dbView commit details -
Update samba4 to 4.3.8, which contains security fix.
This release fixes some regressions introduced by the last security fixes. Please see bug https://bugzilla.samba.org/show_bug.cgi?id=11849 for a list of bugs addressing these regressions and more information. Changes since 4.3.8: -------------------- o Jeremy Allison <jra@samba.org> * BUG 11742: lib: tevent: Fix memory leak when old signal action restored. * BUG 11771: lib: tevent: Fix memory leak when old signal action restored. * BUG 11822: s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1. o Andrew Bartlett <abartlet@samba.org> * BUG 11780: smbd: Only check dev/inode in open_directory, not the full stat(). * BUG 11789: pydsdb: Fix returning of ldb.MessageElement. o Berend De Schouwer <berend.de.schouwer@gmail.com> * BUG 11643: docs: Add example for domain logins to smbspool man page. o Günther Deschner <gd@samba.org> * BUG 11789: libsmb/pysmb: Add pytalloc-util dependency to fix the build. o Alberto Maria Fiaschi <alberto.fiaschi@estar.toscana.it> * BUG 8093: access based share enum: Handle permission set in configuration files. o Volker Lendecke <vl@samba.org> * BUG 11816: nwrap: Fix the build on Solaris. * BUG 11827: vfs_catia: Fix memleak. * BUG 11878: smbd: Avoid large reads beyond EOF. o Stefan Metzmacher <metze@samba.org> * BUG 11622: libcli/smb: Make sure we have a body size of 0x31 before dereferencing an ioctl response. * BUG 11623: libcli/smb: Fix BUFFER_OVERFLOW handling in tstream_smbXcli_np. * BUG 11755: s3:libads: Setup the msDS-SupportedEncryptionTypes attribute on ldap_add. * BUG 11771: tevent: Version 0.9.28. Fix memory leak when old signal action restored. * BUG 11782: s3:winbindd: Don't include two '\0' at the end of the domain list. * BUG 11789: s3:wscript: pylibsmb depends on pycredentials. * BUG 11841: Fix NT_STATUS_ACCESS_DENIED when accessing Windows public share. * BUG 11847: Only validate MIC if "map to guest" is not being used. * BUG 11849: auth/ntlmssp: Add ntlmssp_{client,server}:force_old_spnego option for testing. * BUG 11850: NetAPP SMB servers don't negotiate NTLMSSP_SIGN. * BUG 11858: Allow anonymous smb connections. * BUG 11870: Fix ads_sasl_spnego_gensec_bind(KRB5). * BUG 11872: Fix 'wbinfo -u' and 'net ads search'. o Noel Power <noel.power@suse.com> * BUG 11738: libcli: Fix debug message, print sid string for new_ace trustee. o Garming Sam <garming@catalyst.net.nz> * BUG 11789: build: Mark explicit dependencies on pytalloc-util. o Partha Sarathi <partha@exablox.com> * BUG 11819: Fix the smb2_setinfo to handle FS info types and FSQUOTA infolevel. o Jorge Schrauwen <sjorge@blackdot.be> * BUG 11816: configure: Don't check for inotify on illumos. o Uri Simchoni <uri@samba.org> * BUG 11691: winbindd: Return trust parameters when listing trusts. * BUG 11753: smbd: Ignore SVHDX create context. * BUG 11763: passdb: Add linefeed to debug message. * BUG 11788: build: Fix disk-free quota support on Solaris 10. * BUG 11798: build: Fix build when '--without-quota' specified. * BUG 11806: vfs_acl_common: Avoid setting POSIX ACLs if "ignore system acls" is set. * BUG 11852: libads: Record session expiry for spnego sasl binds. o Hemanth Thummala <hemanth.thummala@nutanix.com> * BUG 11740: Real memory leak(buildup) issue in loadparm. * BUG 11840: Mask general purpose signals for notifyd.
taca committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 6593b43 - Browse repository at this point
Copy the full SHA 6593b43View commit details -
Note update of net/samba4 package to 4.3.9.
taca committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 8a3a273 - Browse repository at this point
Copy the full SHA 8a3a273View commit details -
Fixup python modules with improper file mode on source files.
This will set all normal files to NONBINMODE (=644) avoiding, in the first place, install warnings and errors about world and/or group writeability. Some modules may even be shipped with egg-info files having mode 600 which has an adverse side-effect of wreaking havoc with setuptools find_package() for *any* python module after installation of the culprit. Ensuring world and group readability fixes this anomaly. ok'd by wiz@
richard committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 96c2517 - Browse repository at this point
Copy the full SHA 96c2517View commit details -
Update typo3_62 package to 6.2.22 (TYPO3 6.2.22 LTS).
6.2.20 contains security fix. 2016-04-26 412080d [RELEASE] Release of TYPO3 6.2.22 (TYPO3 Release Team) 2016-04-26 1adf60b #75860 [BUGFIX] Double encoding in image title-tag (Frank Naegler) 2016-04-25 ec7b229 #75519 [BUGFIX] Remember not rendered checkboxes in TCA treeSelect (Frans Saris) 2016-04-20 576677d #73735 [BUGFIX] Check if folder is within the filemount (Frans Saris) 2016-04-18 8513140 #75548 [BUGFIX] RTE: Show content of link style dropdown again (Markus Klein) 2016-04-18 aed3061 #73567 [BUGFIX] Ignore cURL proxy header block (Albrecht Köhnlein) 2016-04-12 0dd0ce1 [TASK] Set TYPO3 version to 6.2.22-dev (TYPO3 Release Team) 2016-04-12 cd53673 [RELEASE] Release of TYPO3 6.2.21 (TYPO3 Release Team) 2016-04-12 5645614 #75541 [BUGFIX] Add missing bracket in EXT:rtehtmlarea to fix syntax error (Andreas Fernandez) 2016-04-12 c236b4d [TASK] Set TYPO3 version to 6.2.21-dev (TYPO3 Release Team) 2016-04-12 efbf8a9 [RELEASE] Release of TYPO3 6.2.20 (TYPO3 Release Team) 2016-04-12 1fcfd5b #75055 [SECURITY] Disallow login with empty password (Nicole Cordes) 2016-04-12 5a8e0a1 #28175 [SECURITY] Limit user access in workspace previews (Nicole Cordes) 2016-04-12 c6dcf83 #51908 [SECURITY] Prevent XSS in ElementBrowser (Markus Klein) 2016-04-12 ef368ac #75164 [SECURITY] Prevent XSS in SelectMultipleSideBySideElement (Nicole Cordes) 2016-04-12 e7ca585 #73459 [SECURITY] Fix arbitrary file disclosure in form extension (Steffen Müller) 2016-04-12 ab32091 #75022 [BUGFIX] Load XML files of Extension Manager properly (Andreas Fernandez) 2016-04-07 ab3cc83 #74131 [BUGFIX] WinCache 2.0 and newer have no opcode cache (Alexander Opitz) 2016-04-06 f5219a6 #75423 [TASK] Allow installation of composer installers 1.2.x (Helmut Hummel) 2016-04-04 08ef6cd #69773 [BUGFIX] Warning when clearing all caches from within install tool (Bernhard Kraft) 2016-03-31 d5d3832 #75273 [TASK] Loosen version constraint for TYPO3 CMS Composer Installers (Christian Opitz) 2016-03-31 ccea306 #73631 [BUGFIX] only trim leading slash from section name (Daniel Neugebauer) 2016-03-30 c36eb54 #75156 [BUGFIX] Add reference count to delete message (Gianluigi Martino) 2016-03-29 4b2594f #75283 [BUGFIX] Use proper quotation in phpdoc of ExtensionManagementUtility::addService() (Andreas Fernandez) 2016-03-29 d767d59 #75287 [BUGFIX] Fix typo in BooleanNode exception message (Sascha Egerer) 2016-03-23 297a828 #75242 [BUGFIX] Use `modTSconfig` for default language label, if set (Andreas Fernandez) 2016-03-12 c5cec73 #72606 [BUGFIX] Prevent TYPO3.settings in ajax requests (Nicole Cordes) 2016-03-11 e9c6fb9 #74815 [TASK] Add unit tests for TYPO3SEARCH markers (Tymoteusz Motylewski) 2016-03-10 7e934ec #74508 [BUGFIX] Load XML files of t3editor properly (Andreas Fernandez) 2016-03-06 25ee28e #72225 [BUGFIX] Workspace page previews collide with generated preview links (Oliver Hader) 2016-03-05 9db88b5 #74127 [BUGFIX] Ensure t3d compatibility for supported TYPO3 version (Nicole Cordes) 2016-03-04 3fbe9cd #70373 [BUGFIX] Adjust UserAgent checks in RTE to detect Edge correctly (Benjamin Kott) 2016-03-04 54e3a4d #71094 [TASK] Keep selected page active after save & close (Gianluigi Martino) 2016-03-04 5ecde7c #69346 [TASK] EXT:form - Update and optimize documentation (Björn Jacob) 2016-03-03 b389089 #72886 [TASK] Add info about Apache version when using mod_filter (Eric Chavaillaz) 2016-02-25 8060388 #73243 [BUGFIX] Stage buttons shown in frontend without user being repsonsible (Oliver Hader)
taca committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 85202ca - Browse repository at this point
Copy the full SHA 85202caView commit details -
Note update of www/typo3_62 package to 6.2.22.
taca committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 2dae37d - Browse repository at this point
Copy the full SHA 2dae37dView commit details -
Use build option framework to not randomly vomit on the console.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for b764d0d - Browse repository at this point
Copy the full SHA b764d0dView commit details -
Upstream changes: Version 2.12.01 Portability fixes for some platforms. Fix error when not specifying a list file. Correct the handling of macro-local labels in the Codeview debugging format. Add CLZERO, MONITORX and MWAITX instructions. Version 2.12 Major fixes to the macho backend (section 7.8); earlier versions would produce invalid symbols and relocations on a regular basis. Support for thread-local storage in Mach-O. Support for arbitrary sections in Mach-O. Fix wrong negative size treated as a big positive value passed into backend causing NASM to crash. Fix handling of zero-extending unsigned relocations, we have been printing wrong message and forgot to assign segment with predefined value before passing it into output format. Fix potential write of oversized (with size greater than allowed in output format) relative relocations. Portability fixes for building NASM with LLVM compiler. Add support of Codeview version 8 (cv8) debug format for win32 and win64 formats in the COFF backend, see section 7.5.3. Allow 64-bit outputs in 16/32-bit only backends. Unsigned 64-bit relocations are zero-extended from 32-bits with a warning (suppressible via -w-zext-reloc); signed 64-bit relocations are an arror. Line numbers in list files now correspond to the lines in the source files, instead of simply being sequential. There is now an official 64-bit (x64 a.k.a. x86-64) build for Windows. Version 2.11.09 Fix potential stack overwrite in macho32 backend. Fix relocation records in macho64 backend. Fix symbol lookup computation in macho64 backend. Adjust .symtab and .rela.text sections alignments to 8 bytes in elf64 backed. Fix section length computation in bin backend which leaded in incorrect relocation records.
wen committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for d368f2f - Browse repository at this point
Copy the full SHA d368f2fView commit details -
wen committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 148b09b - Browse repository at this point
Copy the full SHA 148b09bView commit details -
Upstream changes: 0.06 2015/02/06 - fix for #77911 Patch to add more functions - new constructors: new, rand, pseudo_rand, rand_range - new methods: ucmp, num_bits, num_bytes, rshift, lshift, swap - improved pod documentation (added missing functions) - XS code cleanup 0.05 2015/02/04 - fix for #84369 Win32 compatibility patch - fix for #100993 Memory not reclaimed when CTX object goes out of scope - fix for #86561 typo fixes - fix for #82959 Error in synopsis: Crypt::OpenSSL::Bignum->new_from_hex("0x3e8") returns "0" - fix for #81537 to_bin method returns garbage when value is zero
wen committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for a9c828a - Browse repository at this point
Copy the full SHA a9c828aView commit details -
Updated security/p5-Crypt-OpenSSL-Bignum to 0.06
wen committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 774962c - Browse repository at this point
Copy the full SHA 774962cView commit details -
Upstream changes: 1.67 2016-03-31 - Fixed a regression introduced in 1.60. Older versions of this library would match dates pretty match anywhere in a string, so "%Y-%m-%d" would match a string like "abcd1234-12-30efgh". This is probably _too_ permissive, but we definitely want to match on word boundaries so that we match "log.2016-03-31". Based on a PR from YASUTAKE Kiyoshi. GitHub #3. 1.66 2016-03-27 - Added a zone_map constructor argument. This lets you supply a mapping for ambiguous time zone abbreviations. Based on a patch from Douglas Wilson. RT #74762. 1.65 2016-03-15 - Updated zone short name parsing to handle names like "+07", which were introduced in the latest IANA time zone database release.
wen committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 39992ea - Browse repository at this point
Copy the full SHA 39992eaView commit details -
Updated time/p5-DateTime-Format-Strptime to 1.6700
wen committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for dd02eaf - Browse repository at this point
Copy the full SHA dd02eafView commit details -
Update to 3.20160506. From the changelog:
[ Simon McVittie ] * img: stop ImageMagick trying to be clever if filenames contain a colon, avoiding mis-processing * HTML-escape error messages, in one case avoiding potential cross-site scripting (OVE-20160505-0012) * Mitigate ImageMagick vulnerabilities such as CVE-2016-3714: - img: force common Web formats to be interpreted according to extension, so that "allowed_attachments: '*.jpg'" does what one might expect - img: restrict to JPEG, PNG and GIF images by default, again mitigating CVE-2016-3714 and similar vulnerabilities - img: check that the magic number matches what we would expect from the extension before giving common formats to ImageMagick * d/control: use https for Homepage * d/control: add Vcs-Browser [ Joey Hess ] * img: Add back support for SVG images, bypassing ImageMagick and simply passing the SVG through to the browser, which is supported by all commonly used browsers these days. SVG scaling by img directives has subtly changed; where before size=wxh would preserve aspect ratio, this cannot be done when passing them through and so specifying both a width and height can change the SVG's aspect ratio. * loginselector: When only openid and emailauth are enabled, but passwordauth is not, avoid showing a "Other" box which opens an empty form. [ Amitai Schlair ] * mdwn: Process .md like .mdwn, but disallow web creation. [ Florian Wagner ] * git: Correctly handle filenames starting with a dash in add/rm/mv. -- Simon McVittie <smcv@debian.org> Fri, 06 May 2016 07:54:26 +0100
schmonz committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 175d9d4 - Browse repository at this point
Copy the full SHA 175d9d4View commit details -
Updated www/ikiwiki to 3.20160506
schmonz committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for c300fe2 - Browse repository at this point
Copy the full SHA c300fe2View commit details -
Bugfixes: --------- Added support for relative path redirects to the test client and to SimpleTestCase.assertRedirects() because Django 1.9 no longer converts redirects to absolute URIs. Fixed TimeField microseconds round-tripping on MySQL and SQLite. Prevented makemigrations from generating infinite migrations for a model field that references a functools.partial. Fixed a regression where SessionBase.pop() returned None rather than raising a KeyError for nonexistent values. Fixed a regression causing the cached template loader to crash when using template names starting with a dash. Restored conversion of an empty string to null when saving values of GenericIPAddressField on SQLite and MySQL. Fixed a makemessages regression where temporary .py extensions were leaked in source file paths
adam committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for aed250c - Browse repository at this point
Copy the full SHA aed250cView commit details -
Updated www/py-django to 1.9.6
adam committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 636a1ac - Browse repository at this point
Copy the full SHA 636a1acView commit details -
Add ocamlbuild dependency to fix build.
wiz committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 6f2c83c - Browse repository at this point
Copy the full SHA 6f2c83cView commit details -
3.20.1 ====== * Updated translations: fur (Fabio Tomat) 3.20.0 ====== * Updated translations: da (Ask Hjorth Larsen) oc (Cedric Valmary) 3.19.90 ======= * Move linktrails stubs to common for all source formats to use * Allow Mallard example to be a formal element with title * Added html.js.script template for easier site overrides * Don't force xref attributes on links in Mallard cache * Updated translations: et (Piotr Drag) hi (Piotr Drag) is (Sveinn i Felli) km (Piotr Drag) pt (Piotr Drag) si (Piotr Drag) sl (Piotr Drag)
prlw1 committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for fa9bb37 - Browse repository at this point
Copy the full SHA fa9bb37View commit details -
Updated textproc/yelp-xsl to 3.20.1
prlw1 committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for a263a84 - Browse repository at this point
Copy the full SHA a263a84View commit details -
3.20.1 ====== * Updated translations: ar (Khaled Hosny) fur (Fabio Tomat) oc (Cedric Valmary) 3.20.0 ====== * Updated translations: ca (Gil Forcada) da (Ask Hjorth Larsen) uk (Daniel Korostil) 3.19.91 ======= * Fallback to help-list: if no other help is available, #759545 (Aleksander Morgado) * Fix warnings in GtkStyleContext usage, #761577 (Michael Catanzaro) 3.19.90 ======= * Partial fix for handling documents using local paths, #753443 (Carlos Garcia Campos) * Allow .docbook files as file path, #699995 (Shaun McCance) * Fix return type of document_indexed, #761647 (Michael Catanzaro) * Fix build issue with separate builddir, #757139 (Shaun McCance) * Updated translations: an (Daniel Martinez) bg (Alexander Shopov) gd is (Sveinn i Felli) zh_CN (YunQiang Su, Jeff Bai) 3.19.1 ====== * Simplify build system and avoid private yelpcommon library, #756654 (David King) * Hide several internal symbols, #756658 (David King) * Updated translations: eu (Inaki Larranaga Murgoitio)
prlw1 committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 2769881 - Browse repository at this point
Copy the full SHA 2769881View commit details -
prlw1 committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 7225b4e - Browse repository at this point
Copy the full SHA 7225b4eView commit details -
Changelog: At time of writing when creating this release it has been approximate a year with changes and improvements. Finaly, here it is. Have fun, and test! Features added: Add multiple stlink probing (st-info --probe, st-info --hla-serial) with printing serial in hex and OpenOCD hla_serial format (Jerry Jacobs) Add stlink usb probe API functions (Jerry Jacobs) Added parameter to specify one stlink v2 of many (Georg von Zengen) Changes: Refactoring/fixes of flash loader (Maxime Coquelin) Updates and fixes: Synchronize cache for stm32f7 (Tristan Gingold) Allow flashing of STM32L4 down to 1.71 V (Greg Meiste) Fix on stm32l4 to clear flash mass erase flags on CR (Bruno Dal Bo) Proper writing of page 0 of second bank for stm32l476xe (Tobias Badertscher) Trace the read data in stlink_read_debug32 and not the address of the variable (Tobias Badertscher) Mac OS X El Capitan platform support confirmation (Nikolay) Do not send a NUL at end of packets to gdb (Tristan Gingold) Correctly compute flash write size for partial pages (Dave Vandervies) _stlink_usb_reset use hardreset (mlundinse) Make sure MCU is halted before running RAM based flashloaders (mlundinse) Could not flash STM32_F3_SMALL (Max Chen) STM32F4 8-bit support for 1.8v operation (Andy Isaacson) Fix F2 memory map (Nicolas Schodet) Memory map for stm32f42xxx and stm32f43xxx devices (Craig Lilley) Stm32l0x flash loader (Robin Kreis) Chip support added for: STM32L053R8 (Jean-Luc Béchennec) STM32F7 Support (mlundinse) Add STM32L4 to CHIPID #defines and devices[], flash driver and loaded (Dave Vandervies) Basic support for F446 (Pavel Kirienko) STM32F303 High Density STM32L1xx Cat.2 devices (Nicolas Schodet) Board support added for: Nucleo-F303RE (Kyle Manna) Nucleo-F411RE (texane) Build system: Travis: Initial support for Travis continues integration on Linux & Mac OS X (Jerry Jacobs) CMake: Document in README.md and add extra strict compiler flags (Jerry Jacobs) CMake: First stab at a cmake build (Josh Bialkowski)
ryoon committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 28f3049 - Browse repository at this point
Copy the full SHA 28f3049View commit details -
ryoon committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 44bf1b5 - Browse repository at this point
Copy the full SHA 44bf1b5View commit details -
Add X11 rpath to qmake configuration.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 0c4bf04 - Browse repository at this point
Copy the full SHA 0c4bf04View commit details -
joerg committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 56de13f - Browse repository at this point
Copy the full SHA 56de13fView commit details -
Needs X11BASE/lib in rpath. Bump revision.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for c951d28 - Browse repository at this point
Copy the full SHA c951d28View commit details -
Disable various noisy warnings for GCC too. Adjust clang handling to
also work directly with bootstrap-mk-files.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 5c8a28d - Browse repository at this point
Copy the full SHA 5c8a28dView commit details -
Drop old system wrapper script hack. Adjust wrapper list to include
tttable as seen on netbsd-7.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 38b4cf8 - Browse repository at this point
Copy the full SHA 38b4cf8View commit details -
Wrap tttables as seen on netbsd-7.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for d5cde91 - Browse repository at this point
Copy the full SHA d5cde91View commit details -
Drop extra format string arguments. Disable zero length format string
warning from GCC.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for a93c8e2 - Browse repository at this point
Copy the full SHA a93c8e2View commit details -
Disable legacy request as it actually breaks with semi-modern Mesa
version.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for eca78f3 - Browse repository at this point
Copy the full SHA eca78f3View commit details -
joerg committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for a00cdd5 - Browse repository at this point
Copy the full SHA a00cdd5View commit details -
Ensure intptr_t is defined in various places.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for f131d06 - Browse repository at this point
Copy the full SHA f131d06View commit details -
Allow use of deprecated interfaces.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for c0ea9eb - Browse repository at this point
Copy the full SHA c0ea9ebView commit details -
joerg committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for b076ebe - Browse repository at this point
Copy the full SHA b076ebeView commit details -
Fix rpath for X11 libraries. Bump revision.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for e1a5f5e - Browse repository at this point
Copy the full SHA e1a5f5eView commit details -
Tell gem build to include rpath for X11BASE. Bump revision.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for c05608d - Browse repository at this point
Copy the full SHA c05608dView commit details -
Fix libffi linkage, so that it actually picks up the right version and
includes the rpath. Seen by a not so happy devel/happy. Bump revision.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 430f182 - Browse repository at this point
Copy the full SHA 430f182View commit details -
joerg committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 47e974d - Browse repository at this point
Copy the full SHA 47e974dView commit details -
Fix gp linking to not include the temporary DESTDIR. Bump revision.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for b56222f - Browse repository at this point
Copy the full SHA b56222fView commit details -
Fix missing X11BASE rpath. Bump revision.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 9de5b33 - Browse repository at this point
Copy the full SHA 9de5b33View commit details -
joerg committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 35b6547 - Browse repository at this point
Copy the full SHA 35b6547View commit details -
Drop linker argument without argument.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for e71b289 - Browse repository at this point
Copy the full SHA e71b289View commit details -
Instruct qmake to include X11BASE rpath. Bump revision.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 5fba253 - Browse repository at this point
Copy the full SHA 5fba253View commit details -
With newer Boost, this now must be built as C++11. Unrestrict make_pair
to help GCC 4.8 figure out the right template of make_pair.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 52d3b1a - Browse repository at this point
Copy the full SHA 52d3b1aView commit details -
Don't use C99 designators in C++.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 8d3da0a - Browse repository at this point
Copy the full SHA 8d3da0aView commit details -
Drop use of -Wl without actual argument.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for cbf1db8 - Browse repository at this point
Copy the full SHA cbf1db8View commit details -
Include the right header for std::less.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 4e73ed2 - Browse repository at this point
Copy the full SHA 4e73ed2View commit details -
Disable noisy warning for GCC.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for b33218b - Browse repository at this point
Copy the full SHA b33218bView commit details -
joerg committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 4391ecf - Browse repository at this point
Copy the full SHA 4391ecfView commit details -
joerg committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 4eae4b2 - Browse repository at this point
Copy the full SHA 4eae4b2View commit details -
joerg committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for e03a36f - Browse repository at this point
Copy the full SHA e03a36fView commit details -
Disable noisy warnings. Add an explicit cast to deal with expected
interface differences.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 3b24a61 - Browse repository at this point
Copy the full SHA 3b24a61View commit details -
Instruct qmake to include the X11BASE rpath.
joerg committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 35d06bb - Browse repository at this point
Copy the full SHA 35d06bbView commit details -
joerg committed
May 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 8b7df97 - Browse repository at this point
Copy the full SHA 8b7df97View commit details -
Fix CATEGORIES (wip is not a useful category)
wiz committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for fdfaf61 - Browse repository at this point
Copy the full SHA fdfaf61View commit details -
Main new features: - add support of functions in API function "hook_process" - move of nick coloring options from irc plugin to core - move irc bar item "away" to core - add pointer in callbacks used in scripting API - add option irc.network.sasl_fail_unavailable - add Portuguese translations Bugs fixed: - core: fix nick coloring when stop chars and a forced color are used: first remove chars then look for forced color - core: check that pointers received in arguments are not NULL in buffers and windows functions - core: fix truncation of buffer names in hotlist (issue #668) - core: fix update of window title under Tmux (issue #685) - core: fix detection of Python shared libraries (issue #676) - api: fix number of arguments returned by function string_split() when keep_eol is 2 and the string ends with separators - irc: fix first message displayed in raw buffer when the message is modified by a modifier (issue #719) - irc: add missing completion "*" for target in command /msg - irc: fix /msg command with multiple targets including "*" - lua: fix crash when a lua function doesn’t return a value and a string was expected (issue #718) - relay: do not execute any command received in a PRIVMSG message from an irc relay client (issue #699) - relay: fix the max number of clients connected on a port, allow value 0 for "no limit" (issue #669) - relay: fix decoding of multiple frames in a single websocket message, send PONG on PING received in a websocket frame (issue #675) - relay: fix command "input" received from clients with only spaces in content of message (weechat protocol) (issue #663) - script: force refresh of scripts buffer after download of scripts list - xfer: fix DCC file received when the terminal is resized
tonio committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for a244772 - Browse repository at this point
Copy the full SHA a244772View commit details -
New features: - add support of functions in API function "hook_process" - move of nick coloring options from irc plugin to core - move irc bar item "away" to core - add pointer in callbacks used in scripting API - add option irc.network.sasl_fail_unavailable - add Portuguese translations - many bugs fixed.
tonio committedMay 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 98cfbce - Browse repository at this point
Copy the full SHA 98cfbceView commit details
Commits on May 8, 2016
-
Import wip/py-future as devel/py-future.
future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.
wen committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 8ac9f31 - Browse repository at this point
Copy the full SHA 8ac9f31View commit details -
wen committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 8fe758c - Browse repository at this point
Copy the full SHA 8fe758cView commit details -
Added devel/py-future version 0.15.2
wen committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for a45367c - Browse repository at this point
Copy the full SHA a45367cView commit details -
ryoon committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for fc20156 - Browse repository at this point
Copy the full SHA fc20156View commit details -
Updated lgogdownloader to 2.28.
LGOGDownloader 2.28 - Fixed compiling with JsonCpp 1.7.1 - Moved GOG website related members of Downloader class to new Website class * Downloader::HTTP_Login --> Website::Login * Downloader::getGames --> Website::getGames * Downloader::getFreeGames --> Website::getFreeGames * Downloader::getGameDetailsJSON --> Website::getGameDetailsJSON * Getting wishlist details was split from Downloader::showWishlist to Website::getWishlistItems function - Moved login checks from the login function to their own functions - Added function to check if user is logged in to GOG website * Website::IsLoggedIn - Changed gameFile format and gamedetails cache format * gameFile now contains gamename and file type info * Game details cache format has been changed to match gameFile changes * Cache has a new "gamedetails-cache-version" field that can be used to detect cache format changes - Fixed downloading language packs with file id - Started using CURLOPT_XFERINFOFUNCTION instead of deprecated CURLOPT_PROGRESSFUNCTION * libcurl >= 7.32.0 is required
wiz committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 65e0fd8 - Browse repository at this point
Copy the full SHA 65e0fd8View commit details -
Updated games/lgogdownloader to 2.28
wiz committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 971046d - Browse repository at this point
Copy the full SHA 971046dView commit details -
wiz committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 0cce5a3 - Browse repository at this point
Copy the full SHA 0cce5a3View commit details -
+ afl-2.12b, bsdtar-3.2.0, harfbuzz-1.2.7, iso-codes-3.68,
libarchive-3.2.0, p5-Math-Pari-2.01080900, py-cryptography-1.3.2, talloc-2.1.7, x264-devel-20160507.
wiz committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for cfa9e60 - Browse repository at this point
Copy the full SHA cfa9e60View commit details -
Split libraries into separate package.
markd committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 265394d - Browse repository at this point
Copy the full SHA 265394dView commit details -
markd committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 496bc58 - Browse repository at this point
Copy the full SHA 496bc58View commit details -
s/kactivities/libkactivities4/
markd committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for b8f5f31 - Browse repository at this point
Copy the full SHA b8f5f31View commit details -
Remove dependency on kde-workspace4
markd committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for f30a16a - Browse repository at this point
Copy the full SHA f30a16aView commit details -
Install includes so they don't conflict with qt5 versions.
markd committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for e44da10 - Browse repository at this point
Copy the full SHA e44da10View commit details -
String template engine in QT5 based on Django template system
markd committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for dd3afaa - Browse repository at this point
Copy the full SHA dd3afaaView commit details -
markd committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for e73fa3d - Browse repository at this point
Copy the full SHA e73fa3dView commit details -
Date 2016-05-07 Summary: smartmontools release 6.5 ----------------------------------------------------------- - Experimental support for NVMe devices on FreeBSD, Linux and Windows. - smartctl '-i', '-c', '-H' and '-l error': NVMe support. - smartctl '-l nvmelog': New option for NVMe. - smartd.conf '-H', '-l error' and '-W': NVMe support. - Optional NVMe device scanning support on Linux and Windows. - configure option '--with-nvme-devicescan' to include NVMe in default device scanning result. - Device scanning now allows to specify multiple '-d TYPE' options. - ATA: Added new POWER MODE values introduced in ATA ACS-2. - ATA: SCT commands are no longer issued if ATA Security is locked. - SCSI: LB provisioning improvements. - SCSI: Fixed GLTSD bit set/cleared info messages. - SCSI: Solid State media log page is no longer checked for tapes. - SCSI: Improved handling when no tape cartridge in drive. - SCSI: Workaround for buggy Seagate firmware. - SAT: Improved heuristics to detect bogus sense data from SAT layer. - smartd: Fixed crash on missing argument to '-s' directive. - update-smart-drivedb: Now uses HTTPS for download by default. - update-smart-drivedb: New options to select URL and download tool. - update-smart-drivedb: New download tool 'svn'. - configure option '--without-update-smart-drivedb' to disable update-smart-drivedb script. - configure options '--disable-drivedb', '--enable-savestates', '--enable-attributelog' and '--with-docdir' are no longer supported. - autoconf < 2.60 and automake < 1.10 are no longer supported. - Drive database file now also includes the DEFAULT setting for each attribute. - HDD, SSD and USB additions to drive database. - Darwin: New support files for package installer. New makefile target 'install-darwin' builds DMG image. - Solaris: Auto detection of SATA devices behind SAT layer. - Solaris SPARC: Legacy ATA support disabled by default. New configure option '--with-solaris-sparc-ata' enables it. File os_solaris_ata.s is no longer included in source tarball. - Windows: Auto detection of USB devices specified by drive letter. - Windows: Device scanning does no longer ignore unknown USB devices. - Windows: Prevent drive spin up by '-n standby' check. - Windows: New application manifests indicating Win 10 support. - Windows smartd: '-m [sys]msgbox' is no longer supported. - Windows installer: Defaults to 64-bit version on 64-bit Windows. - Various code changes suggested by Clang Static Analyser and Cppcheck.
nonaka committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for eedabdd - Browse repository at this point
Copy the full SHA eedabddView commit details -
Updated sysutils/smartmontools to 6.5
nonaka committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 2d457b3 - Browse repository at this point
Copy the full SHA 2d457b3View commit details -
Oxygen Font is a project to design a desktop/gui font for integrated use with the KDE desktop. The basic concept for Oxygen Font is to design a clear, legible, sans serif font which would be rendered with Freetype on Linux-based devices. In addition a bold weight, plus regular and bold italics, and a monospace version will be made.
markd committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for b7c2734 - Browse repository at this point
Copy the full SHA b7c2734View commit details -
markd committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for e939a2b - Browse repository at this point
Copy the full SHA e939a2bView commit details -
Added libkactivities4 grantlee-qt5 and oxygen-fonts
markd committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for d6bafc5 - Browse repository at this point
Copy the full SHA d6bafc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef70232 - Browse repository at this point
Copy the full SHA ef70232View commit details -
wen committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 6035f8c - Browse repository at this point
Copy the full SHA 6035f8cView commit details -
Added devel/py-cycler version 0.10.0
wen committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for a93daea - Browse repository at this point
Copy the full SHA a93daeaView commit details -
Upstream changes: 3.014 Dec 7 2015 * Fix builds under 5.8.9 3.012 Dec 6 2015 * Yet another release related to broken META files. ExtUtils::MakeMaker and CPAN::Meta need to be up to date or the META files miss stuff. 3.011 Dec 6 2015 * No significant changes. Doc typo fixes, and build tweaks. 3.010 Dec 1 2015 * Build fixes. 3.009 Nov 30 2015 * Re-relase 3.008 with updated META files. 3.008 Nov 27 2015 * FIX: Make sure that reserializing a data structure created using alias_varint_under does not produce a corrupted dataset. Thanks to Iskra for the report. * FIX: Precedence issue related to sort keys options. Thanks to Petr P穩sa� <ppisar@redhat.com> for the report and fix. * FIX: Win32 build issues, thanks to bulk88 for help. 3.007 Nov 26 2015 * FIX: sorting should now work with tied hashes, and be in general faster. * CHANGED: Sort order for sort_keys=1 is now defined to be "in order by length of bytes, then by byte order of the underlying string, then by utd8ness, with non-utf8 first". This sort order was chosen because it requires the least operations to perform in the most cases, has a bounded number of cases where we would have to create any temporary SV's or to do operations that require us to introspect codepoints in utf8 strings. IOW purely performance. Note that so long as you compare data created with the same sort_keys setting you will ALWAYS get the same order *in process*, regardless of what you choose. Backwards compatible support for the old order is available via sort_keys=3. ADDED: sort_keys=2 to provide "perl cmp order" (Its just there because it is easy to do, not for any good reason.) ADDED: sort_keys=3 to provide "rev perl cmp order" Legacy sort order was equivalent to sort_keys=3, use this option *ONLY* if you are extremely sensitive to changes in the sorted order (or "canonical form"). * [DECODER] Build fixes for boxes without any Sereal installed (it seems to be common on certain types of smokers, and not on others). * Fix issues with serializing blessed scalars where we see the blessed scalar before we see the reference to it. * Handle PVLV undefs * Build fixes for 5.8.9 * Doc patches * Optimizations 3.006 Nov 14 2015 * [DECODER] fix segfaults from heavily corrupted data. Guards against various pathological cases which could cause segfaults fixed. Thanks to Damian Gryski and "fuzzing sereal with afl" for finding these cases. * [ENCODER] Various subtle fixes to how we choose whether to serialize the string or numeric version of a value, in particular to ensure that "00" always round trips as "00", and related issues. Note this fix has correctness and performance consequences. In some cases values that used to serialized as integers (arguably incorrectly) will be serialized as strings instead, and some code maybe be slower to serialize. NOTE: Some issues related to this subject are not fixable without a protocol change. In particular this change may affect the behavior of code that uses binary logical operators on values serialized with Perl. Thanks to Zefram, Tom, and others for help with this issue. * Fixups for cast warnings under -Wint-to-ptr builds by using using PTR2INT and INT2PTR for casting our objects. * Win32 fixes * Build improvements * Changes to how we generate constants
wen committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 962786e - Browse repository at this point
Copy the full SHA 962786eView commit details -
Updated converters/p5-Sereal-Encoder to 3.014
wen committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 9379d7e - Browse repository at this point
Copy the full SHA 9379d7eView commit details -
Upstream changes: 3.014 Dec 7 2015 * Fix builds under 5.8.9 3.012 Dec 6 2015 * Yet another release related to broken META files. ExtUtils::MakeMaker and CPAN::Meta need to be up to date or the META files miss stuff. 3.011 Dec 6 2015 * No significant changes. Doc typo fixes, and build tweaks. 3.010 Dec 1 2015 * Build fixes. 3.009 Nov 30 2015 * Re-relase 3.008 with updated META files. 3.008 Nov 27 2015 * FIX: Win32 build issues. 3.007 Nov 26 2015 * Build fixes for boxes without any Sereal installed (it seems to be common on certain types of smokers, and not on others). * [ENCODER]: new sort orders added. * Fix incremental parsing of utf8 strings. See https://rt.cpan.org/Public/Bug/Display.html?id=93892 * Encoder fixes. 3.006 Nov 14 2015 * [DECODER] fix segfaults from heavily corrupted data. Guards against various pathological cases which could cause segfaults fixed. Thanks to Damian Gryski and "fuzzing sereal with afl" for finding these cases. * [ENCODER] Various subtle fixes to how we choose whether to serialize the string or numeric version of a value, in particular to ensure that "00" always round trips as "00", and related issues. Note this fix has correctness and performance consequences. In some cases values that used to serialized as integers (arguably incorrectly) will be serialized as strings instead, and some code maybe be slower to serialize. NOTE: Some issues related to this subject are not fixable without a protocol change. In particular this change may affect the behavior of code that uses binary logical operators on values serialized with Perl. Thanks to Zefram, Tom, and others for help with this issue. * Fixups for cast warnings under -Wint-to-ptr builds by using using PTR2INT and INT2PTR for casting our objects. * Win32 fixes * Build improvements * Changes to how we generate constants
wen committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 171c664 - Browse repository at this point
Copy the full SHA 171c664View commit details -
Updated converters/p5-Sereal-Decoder to 3.014
wen committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 5817c51 - Browse repository at this point
Copy the full SHA 5817c51View commit details -
Add support for CFLAGS and LDFLAGS
This fixes the build with PKGSRC_MKPIE.
khorben committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 5d87eae - Browse repository at this point
Copy the full SHA 5d87eaeView commit details -
christos committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for c660ca1 - Browse repository at this point
Copy the full SHA c660ca1View commit details -
update the sun7 jdk to the latest.
christos committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 49ecd9e - Browse repository at this point
Copy the full SHA 49ecd9eView commit details -
christos committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 1f8604d - Browse repository at this point
Copy the full SHA 1f8604dView commit details -
Add bmap-tools-3.2 as archivers/bmap-tools
Bmaptool is a generic tool for creating the block map (bmap) for a file and copying files using the block map. The idea is that large files, like raw system image files, can be copied or flashed a lot faster and more reliably with bmaptool than with traditional tools, like "dd" or "cp".
jakllsch committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 4c11fca - Browse repository at this point
Copy the full SHA 4c11fcaView commit details -
jakllsch committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 7c766d4 - Browse repository at this point
Copy the full SHA 7c766d4View commit details -
Added archivers/bmap-tools version 3.2
jakllsch committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 9fc00df - Browse repository at this point
Copy the full SHA 9fc00dfView commit details -
add the oracle ones, and fix the sun ones
christos committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for af19b7d - Browse repository at this point
Copy the full SHA af19b7dView commit details -
Remove belnet mirror, gives 404.
wiz committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 86bac7f - Browse repository at this point
Copy the full SHA 86bac7fView commit details -
wiz committed
May 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 7b63f94 - Browse repository at this point
Copy the full SHA 7b63f94View commit details -
Update squid3 to 3.5.19, 3.5.18 contains security fix.
Changes to squid-3.5.19 (09 May 2016): - Regression Bug 4515: interception proxy hangs Changes to squid-3.5.18 (06 May 2016): - Bug 4510: stale comment about 32KB limit on shared memory cache entries - Bug 4509: EUI compile error on NetBSD - Bug 4501: HTTP/1.1: normalize Host header - Bug 4498: URL-unescape the login-info after extraction from URI - Bug 4455: SegFault from ESIInclude::Start - Prevent Squid forcing -b 2048 into the arguments for sslcrtd_program - Fix TLS/SSL server handshake alert handling
taca committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for f5c9109 - Browse repository at this point
Copy the full SHA f5c9109View commit details -
Note update of www/squid3 package to 3.5.19.
taca committedMay 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 275ad4d - Browse repository at this point
Copy the full SHA 275ad4dView commit details
Commits on May 9, 2016
-
Stop creating category symlinks in ${PACKAGES}, but keep All/ for now.
joerg committedMay 9, 2016 Configuration menu - View commit details
-
Copy full SHA for b4cf0c5 - Browse repository at this point
Copy the full SHA b4cf0c5View commit details -
pbulk-0.61: don't create category symlinks in the default package sync
implementation.
joerg committedMay 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 929cb8e - Browse repository at this point
Copy the full SHA 929cb8eView commit details -
RELEASE 2.5.0 - Mon, 09 Apr 2016 11:27:42 -0700
- Removed a lot of compatibility methods and workarounds for Python versions < 2.7, in order to prepare the work towards a combined 2.7/3.x version. Also fixed the default arguments for the print_tree and render_tree methods. - Added support for cross-language dependency scanning; SCons now respects scanner keys for implicit dependencies. - Notes for SCons users with heterogeneous systems. - May find new (previously missed) dependencies. - May cause rebuild after upgrade due to dependency changes. - May find new dependency errors (EG. cycles). - Discovered in some of the SCons QT tests. - Resolved missing cross-language dependencies for SWIG bindings - Corrected typo in User Guide for Scanner keyword. - Install builder interacts with scanner found in SCANNERS differently. - Previous: Install builder recursively scanned implicit dependencies for scanners from SCANNER, but not for built-in (default) scanners. - Current: Install builder will not scan for implicit dependencies via either scanner source. This optimizes some Install builder behavior and brings orthogonality to Install builder scanning behavior. - Add better messaging when two environments have different actions for the same target - Fix issue only with MSVC and Always build where targets marked AlwaysBuild wouldn't make it into CHANGED_SOURCES and thus yield an empty compile command line. - Fix posix platform escaping logic to properly handle paths with parens in them "()". - Intel Compiler 2016 (Linux/Mac) update for tool directories. - Fix for issue 2494: Added string support for Chmod function. - change cache to use 2 character subdirectories, rather than one character, so as not to give huge directories for large caches, a situation which causes issues for NFS. For existing caches, you will need to run the scons-configure-cache.py script to update them to the new format. You will get a warning every time you build until you co this. - Fix a bunch of unit tests on windows
adam committedMay 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 39121d4 - Browse repository at this point
Copy the full SHA 39121d4View commit details -
Fixes since v2.8.1 ------------------ * The embedded args argv-array in the child process is used to build the command line to run pack-objects instead of using a separate array of strings. * Bunch of tests on "git clone" has been renumbered for better organization. * The tests that involve running httpd leaked the system-wide configuration in /etc/gitconfig to the tested environment. * "index-pack --keep=<msg>" was broken since v2.1.0 timeframe. * "git config --get-urlmatch", unlike other variants of the "git config --get" family, did not signal error with its exit status when there was no matching configuration. * The "--local-env-vars" and "--resolve-git-dir" options of "git rev-parse" failed to work outside a repository when the command's option parsing was rewritten in 1.8.5 era. * Fetching of history by naming a commit object name directly didn't work across remote-curl transport. * A small memory leak in an error codepath has been plugged in xdiff code. * strbuf_getwholeline() did not NUL-terminate the buffer on certain corner cases in its error codepath. * The startup_info data, which records if we are working inside a repository (among other things), are now uniformly available to Git subcommand implementations, and Git avoids attempting to touch references when we are not in a repository. * "git mergetool" did not work well with conflicts that both sides deleted. * "git send-email" had trouble parsing alias file in mailrc format when lines in it had trailing whitespaces on them. * When "git merge --squash" stopped due to conflict, the concluding "git commit" failed to read in the SQUASH_MSG that shows the log messages from all the squashed commits. * "git merge FETCH_HEAD" dereferenced NULL pointer when merging nothing into an unborn history (which is arguably unusual usage, which perhaps was the reason why nobody noticed it). * Build updates for MSVC. * "git diff -M" used to work better when two originally identical files A and B got renamed to X/A and X/B by pairing A to X/A and B to X/B, but this was broken in the 2.0 timeframe. * "git send-pack --all <there>" was broken when its command line option parsing was written in the 2.6 timeframe. * When running "git blame $path" with unnormalized data in the index for the path, the data in the working tree was blamed, even though "git add" would not have changed what is already in the index, due to "safe crlf" that disables the line-end conversion. It has been corrected.
adam committedMay 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 695fc81 - Browse repository at this point
Copy the full SHA 695fc81View commit details -
Updated devel/scons to 2.5.0; devel/git to 2.8.2
adam committedMay 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 8ecc35b - Browse repository at this point
Copy the full SHA 8ecc35bView commit details -
Import dhcpcd-6.11.0 with the following changes:
* pidfile directory is now created correctly at startup. * bootp "leases" are now stored so dhcpcd can dump them. * ARP state is keep open so we can detect duplicates (currently this is only logged, no action is taken). * --lastleastextend allows dhcpcd to extend a DHCP lease once it has expired. The lease is dropped if any other node claims the address. * Delegated Prefix reject routes will be correctly bound to the loopback interface. If a delegated address uses the whole prefix, then the reject route is removed. If this address is removed, the reject route is restored. * dhcp code has been reworked around a classic BOOTP structure instead of a fixed size DHCP structure based on a max MTU of 1500. Each reference to it also has a size so we know it's length. Adding an option to a message is now guarded via easy macros. Option concatenation buffer is no longer a fixed size. * many more changes so that dhcpcd passes all current Coverity tests.
roy committedMay 9, 2016 Configuration menu - View commit details
-
Copy full SHA for ab15755 - Browse repository at this point
Copy the full SHA ab15755View commit details -
roy committed
May 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 007ec17 - Browse repository at this point
Copy the full SHA 007ec17View commit details -
Add build dependency on fontforge.
markd committedMay 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 00db561 - Browse repository at this point
Copy the full SHA 00db561View commit details -
adam committed
May 9, 2016 Configuration menu - View commit details
-
Copy full SHA for cdb0f67 - Browse repository at this point
Copy the full SHA cdb0f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fb1cf - Browse repository at this point
Copy the full SHA c0fb1cfView commit details -
adam committed
May 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 95ed5e6 - Browse repository at this point
Copy the full SHA 95ed5e6View commit details -
Use release tarballs instead of tagged archives, simplifies patching and rids us of automake dep. CHANGES FROM 2.1 to 2.2 10 April 2016 Incompatible Changes ==================== * The format strings which referenced time have been removed. Instead: #{t:window_activity} can be used. * Support for TMPDIR has been removed. Use TMUX_TMPDIR instead. UTF8 detection how happens automatically if the client supports it, hence the: mouse-utf8 utf8 options has been removed. * The: mouse_utf8_flag format string has been removed. * The -I option to show-messages has been removed. See: #{t:start_time} format option instead. Normal Changes ============== * Panes are unzoomed with selectp -LRUD * New formats added: #{scroll_position} #{socket_path} #{=10:...} -- limit to N characters (from the start) #{=-10:...} -- limit to N characters (from the end) #{t:...} -- used to format time-based formats #{b:...} -- used to ascertain basename from string #{d:...} -- used to ascertain dirname from string #{s:...} -- used to perform substitutions on a string * Job output is run via the format system, so formats work again * If display-time is set to 0, then the indicators wait for a key to be pressed. * list-keys and list-commands can be run without starting the tmux server. * kill-session learns -C to clear all alerts in all windows of the session. * Support for hooks (internal for now), but hooks for the following have been implemented: alert-bell alert-silence alert-activity client-attached client-detached client-resized pane-died pane-exited * RGB (24bit) colour support. The 'Tc' flag must be set in the external TERM entry (using terminal-overrides or a custom terminfo entry).
fhajny committedMay 9, 2016 Configuration menu - View commit details
-
Copy full SHA for effab91 - Browse repository at this point
Copy the full SHA effab91View commit details -
fhajny committed
May 9, 2016 Configuration menu - View commit details
-
Copy full SHA for d4b4db6 - Browse repository at this point
Copy the full SHA d4b4db6View commit details -
- Compatibility with Perl 5.22 - Support detection of Edge browser with detail of version. - Update robots database - Add eot/woff/woff2 to mime.pm as fonts - Add .svgz to image list - Exclude groups.google from search engines - Add %time5 tag to support log format with iso time with timezone. - Add option DynamicDNSLookup to make DNS lookup during output instead of during log analysis processing. - Increase default value for MaxRowsInHTMLOutput
adam committedMay 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 875ee93 - Browse repository at this point
Copy the full SHA 875ee93View commit details -
adam committed
May 9, 2016 Configuration menu - View commit details
-
Copy full SHA for cfc46e5 - Browse repository at this point
Copy the full SHA cfc46e5View commit details
Commits on May 10, 2016
-
Update to 3.20160509. From the changelog:
[ Amitai Schlair ] * img: ignore the case of the extension when detecting image format, fixing the regression that *.JPG etc. would not be displayed since 3.20160506 [ Simon McVittie ] * img: parse img_allowed_formats case-insensitively, as was done in 3.20141016.3 * inline: restore backwards compat for show=-1 syntax, which worked before 3.20160121 * Remove a spurious changelog entry from 3.20160506 (the relevant change was already in 3.20150614) * Add CVE-2016-4561 reference to 3.20160506 changelog * Set high urgency to get the CVE-2016-4561 fix and CVE-2016-3714 mitigation into testing -- Simon McVittie <smcv@debian.org> Mon, 09 May 2016 21:57:09 +0100
schmonz committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 293c162 - Browse repository at this point
Copy the full SHA 293c162View commit details -
Updated www/ikiwiki to 3.20160509
schmonz committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 8f6e8b7 - Browse repository at this point
Copy the full SHA 8f6e8b7View commit details -
Stop using the native texi2html on SunOS. It's not fully compatible
with what packages such as multimedia/ffmpeg2 expect, and as so few packages have texi2html in USE_TOOLS it may be causing more problems that it is worth to save a few dependencies. PR#51113.
jperkin committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 623834c - Browse repository at this point
Copy the full SHA 623834cView commit details -
CVE-2015-8863 heap-based buffer overflow (via upstream)
tnn committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 56feacb - Browse repository at this point
Copy the full SHA 56feacbView commit details -
wiz committed
May 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 14346b3 - Browse repository at this point
Copy the full SHA 14346b3View commit details -
Updated net/syncthing to 0.12.23
This is a security release to fix three vulnerabilities all related to the possibility of the automatic upgrade response being intercepted by a man-in-the-middle. In one case, a downgrade could be enforced by the attacker; in another, a denial of service could be created by serving a malformed package archive; in the third, an XSS attack could be performed against the local web UI. These were all reported by Sebastian Py. - lib/upgrade: Enforce limits on download archives (fixes #3045) (calmh) - lib/upgrade: Auto upgrade signature should cover version & arch (fixes #3044) (calmh) - gui: Backport angular and angular-translate updates from master (calmh)
abs committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for f5918be - Browse repository at this point
Copy the full SHA f5918beView commit details -
Updated net/syncthing to 0.12.23
abs committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 49a769b - Browse repository at this point
Copy the full SHA 49a769bView commit details -
jperkin committed
May 10, 2016 Configuration menu - View commit details
-
Copy full SHA for a736010 - Browse repository at this point
Copy the full SHA a736010View commit details -
Add ULL suffixes as required. Fixes 32-bit builds.
jperkin committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 85a8167 - Browse repository at this point
Copy the full SHA 85a8167View commit details -
* Check for buffer overflow in magick/draw.c/DrawStrokePolygon(). * Replace show delegate title with image filename rather than label. * Fix GetNextToken() off by one error. * Remove support for internal ephemeral coder.
adam committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 368be82 - Browse repository at this point
Copy the full SHA 368be82View commit details -
Updated graphics/ImageMagick to 7.0.1.3
adam committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 0c30de6 - Browse repository at this point
Copy the full SHA 0c30de6View commit details -
Restore print-PLIST @pkgdir functionality. This was lost in the @dirrm
cleanup as the implicit print action was removed.
jperkin committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 8f0d793 - Browse repository at this point
Copy the full SHA 8f0d793View commit details -
Provide O_CLOEXEC compat define.
jperkin committedMay 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 91d4053 - Browse repository at this point
Copy the full SHA 91d4053View commit details
Commits on May 31, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 33ba167 - Browse repository at this point
Copy the full SHA 33ba167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2745c42 - Browse repository at this point
Copy the full SHA 2745c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for f04eda1 - Browse repository at this point
Copy the full SHA f04eda1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b4802 - Browse repository at this point
Copy the full SHA 35b4802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 636a3ee - Browse repository at this point
Copy the full SHA 636a3eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 193cf0a - Browse repository at this point
Copy the full SHA 193cf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7979237 - Browse repository at this point
Copy the full SHA 7979237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9111ae8 - Browse repository at this point
Copy the full SHA 9111ae8View commit details