summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-12Update sysutils/fabric to 1.9.0gls3-12/+12
Upstream changes: ----------------- 1.9.0 2014-06-08 [Bug] #965: Tweak IO flushing behavior when in linewise (& thus parallel) mode so interwoven output is less frequent. Thanks to @akidata for catch & patch. [Feature] #741: Add env.prompts dictionary, allowing users to set up custom prompt responses (similar to the built-in sudo prompt auto-responder.) Thanks to Nigel Owens and David Halter for the patch. [Feature] #1082: Add pty passthrough kwarg to upload_template. [Support]: Modified packaging data to reflect that Fabric requires Paramiko < 1.13 (which dropped Python 2.5 support.) [Support] #1105: Enhance setup.py to allow Paramiko 1.13+ under Python 2.6+. Thanks to to @Arfrever for catch & patch. [Support] #1106: Fix a misleading/ambiguous example snippet in the fab usage docs to be clearer. Thanks to @zed. [Feature] #1101: Reboot operation now supports custom command. Thanks to Jonas Lejon. [Feature] #938: Add an env var env.effective_roles specifying roles used in the currently executing command. Thanks to Piotr Betkier for the patch. [Feature] #1078: Add .command and .real_command attributes to local return value. Thanks to Alexander Teves (@alexanderteves) and Konrad Hałas (@konradhalas). 1.8.4 2014-06-08 [Support] #1105: Enhance setup.py to allow Paramiko 1.13+ under Python 2.6+. Thanks to to @Arfrever for catch & patch. [Bug] #898: Treat paths that begin with tilde “~” as absolute paths instead of relative. Thanks to Alex Plugaru for the patch and Dan Craig for the suggestion. 1.8.3 2014-03-21 [Support]: Modified packaging data to reflect that Fabric requires Paramiko < 1.13 (which dropped Python 2.5 support.)
2014-06-12Updated security/py-paramiko to 1.14.0gls1-1/+2
2014-06-12Update security/py-paramiko to 1.14.0gls3-10/+10
Upstream changes: ----------------- :release:`1.14.0 <2014-05-07>` ------------------------------ :bug:`-` paramiko.file.BufferedFile.read incorrectly returned text strings after the Python 3 migration, despite bytes being more appropriate for file contents (which may be binary or of an unknown encoding.) This has been addressed. Note paramiko.file.BufferedFile.readline continues to return strings, not bytes, as "lines" only make sense for textual data. It assumes UTF-8 by default. This should fix this issue raised on the Obnam mailing list. Thanks to Antoine Brenner for the patch. :bug:`-` Added self.args for exception classes. Used for unpickling. Related to (Fabric #986, Fabric #714). Thanks to Alex Plugaru. :bug:`-` Fix logging error in sftp_client for filenames containing the '%' character. Thanks to Antoine Brenner. :bug:`308` Fix regression in dsskey.py that caused sporadic signature verification failures. Thanks to Chris Rose. :support:`299` Use deterministic signatures for ECDSA keys for improved security. Thanks to Alex Gaynor. :support:`297` Replace PyCrypto's Random with os.urandom for improved speed and security. Thanks again to Alex. :support:`295` Swap out a bunch of PyCrypto hash functions with use of hashlib. Thanks to Alex Gaynor. :support:`290` (also :issue:`292`) Add support for building universal (Python 2+3 compatible) wheel files during the release process. Courtesy of Alex Gaynor. :support:`284` Add Python language trove identifiers to setup.py. Thanks to Alex Gaynor for catch & patch. :bug:`235` Improve string type testing in a handful of spots (e.g. s/if type(x) is str/if isinstance(x, basestring)/g.) Thanks to @ksamuel for the report. :release:`1.13.0 <2014-03-13>` ------------------------------ :feature:`16` Python 3 support! Our test suite passes under Python 3, and it (& Fabric's test suite) continues to pass under Python 2. Python 2.5 is no longer supported with this change! The merged code was built on many contributors' efforts, both code & feedback. In no particular order, we thank Daniel Goertzen, Ivan Kolodyazhny, Tomi Pieviläinen, Jason R. Coombs, Jan N. Schulze, @Lazik, Dorian Pula, Scott Maxwell, Tshepang Lekhonkhobe, Aaron Meurer, and Dave Halter. :support:`256 backported` Convert API documentation to Sphinx, yielding a new API docs website to replace the old Epydoc one. Thanks to Olle Lundberg for the initial conversion work. :bug:`-` Use constant-time hash comparison operations where possible, to protect against timing-based attacks. Thanks to Alex Gaynor for the patch. :release:`1.12.2 <2014-02-14>` ------------------------------ :feature:`58` Allow client code to access the stored SSH server banner via Transport.get_banner <paramiko.transport.Transport.get_banner>. Thanks to @Jhoanor for the patch. :bug:`252` (Fabric #1020) Enhanced the implementation of ProxyCommand to avoid a deadlock/hang condition that frequently occurs at Transport shutdown time. Thanks to Mateusz Kobos, Matthijs van der Vleuten and Guillaume Zitta for the original reports and to Marius Gedminas for helping test nontrivial use cases. :bug:`268` Fix some missed renames of ProxyCommand related error classes. Thanks to Marius Gedminas for catch & patch. :bug:`34` (PR :issue:`35`) Fix SFTP prefetching incompatibility with some SFTP servers regarding request/response ordering. Thanks to Richard Kettlewell. :bug:`193` (and its attentant PRs :issue:`230` & :issue:`253`) Fix SSH agent problems present on Windows. Thanks to David Hobbs for initial report and to Aarni Koskela & Olle Lundberg for the patches. :release:`1.12.1 <2014-01-08>` ------------------------------ :bug:`225 (1.12+)` Note ecdsa requirement in README. Thanks to Amaury Rodriguez for the catch. :bug:`176` Fix AttributeError bugs in known_hosts file (re)loading. Thanks to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test case.
2014-06-12Updated security/py-ecdsa to 0.11gls1-1/+2
2014-06-12Update security/py-ecdsa to 0.11gls2-8/+7
Upstream changes: ----------------- * Release 0.11 (10 Mar 2014) Add signature-encoding functions "sigencode_{strings,string,der}_canonize" which canonicalize the S value (using the smaller of the two possible values). Add "validate_point=" argument to VerifyingKey.from_string() constructor (defaults to True) which can be used to disable time-consuming point validation when importing a pre-validated verifying key. Drop python2.5 support (untested but not explicitly broken yet), update trove classifiers.
2014-06-11Updated devel/p5-Test-BDD-Cucumber to 0.25schmonz1-1/+2
2014-06-11Update to 0.25. From the changelog:schmonz2-6/+7
- Highlight parameters properly in TermColor output using @+ and @- https://github.com/sheriff/test-bdd-cucumber-perl/issues/24
2014-06-11I don't need to be MAINTAINER for this.schmonz1-2/+2
2014-06-11Add and enable p5-Number-Range.schmonz1-1/+2
2014-06-11Added math/p5-Number-Range version 0.11schmonz1-1/+2
2014-06-11Initial import of p5-Number-Range 0.11.schmonz3-0/+23
Number::Range is an object-oriented interface to test if a number exists in a given range, and to be able to manipulate the range.
2014-06-11Fix a typo.alnsn1-1/+1
2014-06-11Updated security/p5-Crypt-Primes to 0.50nb9wiz1-1/+2
2014-06-11Replace perl interpreter path in installed file.wiz1-3/+3
Bump PKGREVISION.
2014-06-11Updated security/p5-Module-Signature to 0.73wiz1-1/+2
2014-06-11Update to 0.73:wiz2-8/+7
[Changes for 0.73 - Wed Jun 5 23:44:57 CST 2013] * Properly redo the previous fix using File::Spec->file_name_is_absolute. [Changes for 0.72 - Wed Jun 5 23:19:02 CST 2013] * Only allow loading Digest::* from absolute paths in @INC, by ensuring they begin with \ or / characters. Contributed by: Florian Weimer (CVE-2013-2145) [Changes for 0.71 - Tue Jun 4 18:24:10 CST 2013] * Constrain the user-specified digest name to /^\w+\d+$/. * Avoid loading Digest::* from relative paths in @INC. Contributed by: Florian Weimer (CVE-2013-2145) [Changes for 0.70 - Thu Nov 29 01:45:54 CST 2012] * Don't check gpg version if gpg does not exist. This avoids unnecessary warnings during installation when gpg executable is not installed. Contributed by: Kenichi Ishigaki [Changes for 0.69 - Fri Nov 2 23:04:19 CST 2012] * Support for gpg under these alternate names: gpg gpg2 gnupg gnupg2 Contributed by: Michael Schwern
2014-06-11Fix bug where metamail would execute itself and not propagate the parentschristos3-16/+67
options (for example metamail -w would end up not honoring -w and executing what mailcap told it)
2014-06-11Updated databases/couchdb to 1.6.0fhajny1-1/+2
2014-06-11Update couchdb to 1.6.0.fhajny3-73/+81
- COUCHDB-2200: support Erlang/OTP 17.0 #35e16032 - Fauxton: many improvements in our experimental new user interface, including switching the code editor from CodeMirror to Ace as well as better support for various browsers. - Add the max_count option (UUIDs Configuration) to allow rate-limiting the amount of UUIDs that can be requested from the /_uuids handler in a single request (CVE 2014-2668). - COUCHDB-1986: increase socket buffer size to improve replication speed for large documents and attachments, and fix tests on BSD-like systems. - COUCHDB-1953: improve performance of multipart/related requests. - COUCHDB-2221: verify that authentication-related configuration settings are well-formed. - COUCHDB-1922: fix CORS exposed headers. - Rename proxy_authentification_handler to proxy_authentication_handler. - COUCHDB-1795: ensure the startup script clears the pid file on termination. - COUCHDB-1962: replication can now be performed without having write access to the source database, the replication checkpoint interval is now configurable. - COUCHDB-2025: add support for SOCKS5 proxies for replication. - COUCHDB-1930: redirect to the correct page after submitting a new document with a different ID than the one suggested by Futon. - COUCHDB-1923: add support for attachments and att_encoding_info options (formerly only available on the documents API) to the view API. - COUCHDB-1647: for failed replications originating from a document in the _replicator database, store the failure reason in the document. - A number of improvements for the documentation.
2014-06-11Updated net/rabbitmq to 3.3.2fhajny1-1/+2
2014-06-11Update rabbitmq to 3.3.2.fhajny3-7/+8
Changes since 3.3.1: server ------ bug fixes 26180 prevent certain operations (including queue creation and deletion) blocking until a connection closes when the socket limit is reached (since 2.7.0) 26227 fix incorrect log message about config file location when running as a Windows service, changing RABBITMQ_CONFIG_FILE and not reinstalling the service (since 3.3.0) 26172 ensure slave queue does not hang if the GM process crashes at queue startup (since 2.6.0) 26178 prevent error logger crash in rare circumstances (since 3.3.0) 26184 prevent small log messages being needlessly truncated (since 3.3.0) 26226 ensure rabbitmqctl status does not crash if invoked while Mnesia is starting or stopping (since 3.0.0) 26200 fix garbled SSL log messages (since 3.0.3) 26203 prevent spurious log message if slave queue crashes early (since 3.2.2) management plugin ----------------- bug fixes 26197 fix garbled error message if importing JSON definitions file with invalid input (since 2.1.0) 26209 ensure reasons for authentication failure are always logged (since 2.1.0) enhancements 25376 add documentation on the JSON schema returned by GET queries shovel plugin ------------- bug fixes 26219 fix creation of dynamic shovels using direct connection URLs through rabbitmqctl (since 3.3.1) 26176 prevent deadlock deleting virtual host with active dynamic shovel on single core machine (since 3.3.0) federation plugin ----------------- bug fixes 26176 prevent deadlock deleting virtual host with active federation link on single core machine (since 3.0.0) shovel-management plugin ------------------------ bug fixes 26165 ensure the status of static shovels is correctly shown (since 3.3.1) LDAP plugin ----------- bug fixes 26190 fix crash when LDAP uses SSL and nothing else does (since 2.3.0) auth-mechanism-ssl plugin ------------------------- bug fixes 25550 allow use of both certificate and password based authentication at the same time (since 2.3.0) MQTT plugin ----------- bug fixes 26194 prevent hang on broker shutdown when there are active MQTT connections (since 3.0.0) 26189 fix connection crash on shutdown if the connection starts very early (since 3.0.0) STOMP plugin ------------ bug fixes 25550 allow use of both certificate and password based authentication at the same time (since 2.3.0) Java client ----------- bug fixes 26187 ensure network recovery delay is used when recovering from all types of exception (since 3.3.0) 26188 ensure TopologyRecoveryException includes cause's message (since 3.3.0) 26196 fix Javadoc for ConnectionFactory.setSocketConfigurator() Erlang client ------------- bug fixes 26160 declare xmerl application dependency (since 3.3.0)
2014-06-11Make pkglint happierryoon1-2/+2
2014-06-11Fix build under NetBSD 6, PR pkg/48893.ryoon2-5/+11
2014-06-11Updated databases/mongo-c-driver to 0.96.2fhajny1-1/+2
2014-06-11Update mongo-c-driver to 0.96.2.fhajny3-8/+244
Changes in 0.96.2 ----------------- * Ensure batchSize is used in cursor GETMORE operations with `aggregate`. * Ensure enough buffer space is allocated for incoming RPC when buffering from a stream. * Require libbson 0.8.2 for more robust `bson_next_power_of_two()` when using `size_t` and BCON compilation fix with C++. * Handle cursor id's that are not 64-bit values in response from `aggregate` command. * Handle upsert on MongoDB < 2.6 when _id does not contain an `ObjectId`. * Use 100 for default batchSize in `aggregate` command. Changes in 0.96.0 ----------------- This release includes much new documentation, which can be found at http://docs.mongodb.org/ecosystem/drivers/c/. Additionally, this release improves support for various exotic systems. Solaris 10 is supported much better on SPARC and x86_64 based systems. Some workarounds for mixed-mode sharded-clusters have been added to improve resiliency when rolling upgrades are performed. Build improvements have been added to help us detect SASL and SSL implementations on platforms that do not support pkg-config. This should simplify building for some of you. We've added some more logging to SASL authentication to help debug authentication failures. A bug causing an abort() when SSL is used and a server is down has been fixed. We've renamed various _delete() functions to _remove() to provide consistency with other MongoDB drivers. You can now specify SSL options for client pools. -D_REENTRANT is always defined now on Solaris to help with errno detection. This may not have been done before if using a non-GCC platform with pthreads. A bug was fixed where timeouts could have been 1000x longer than expected due to failure to convert from microseconds to milliseconds. A bug was fixed with authentication in sharded cluster and replica set scenarios.
2014-06-11Drop maintainership (I don't use this).gdt1-2/+2
2014-06-11Updated security/ccid to 1.4.17gdt1-1/+2
2014-06-11Update to 1.4.17.gdt2-8/+7
1.4.17 - 11 June 2014, Ludovic Rousseau - Add support of . Feitian R502 . Free Software Initiative of Japan Gnuk Token . German Privacy Foundation Crypto Stick v2.0 . HID Global veriCLASS Reader . HID OMNIKEY 5025-CL . Identive Technologies Multi-ISO HF Reader - USB . OMNIKEY 5421 . OMNIKEY AG 3121 USB . udea MILKO V1. - Fix support of O2 Micro Oz776. The reader is limited to 9600 bps - some minor bugs removed
2014-06-11Updated devel/libbson to 0.8.2fhajny1-1/+2
2014-06-11Update libbson to 0.8.2.fhajny4-12/+68
Changes in 0.8.2 ---------------- * A fix for BCON when used from C++. * Change bson_next_power_of_two() to accept size_t. This should not be an ABI break since it is static inline. Changes in 0.8.0 ---------------- This cycle includes much, much more documentation for your perusing. There is much more cross-referencing and structure for your navigation pleasure. We've improved support for Libbson on a few more exotic platforms. SPARC support is looking pretty good these days. You'll also find some new examples in this release to help you get started a bit faster. If there is something you'd like to see, just ask! There are a few ABI breaks this cycle, as we are well on the road to a 1.0 and would like things as clean as possible. I anticipate a few more during the next couple of cycles, but we will try to keep them to a minimum. With that said, you *WILL* need to recompile your application against 0.8.0.
2014-06-11+ cmake-3.0.0, seamonkey-2.26, thunderbird-24.6.0.wiz1-1/+4
2014-06-11Revert bad _GNU_SOURCE change.joerg3-9/+3
2014-06-11Move www/apache/module.mk to mk/apache.module.mk and adjust it to usejoerg13-48/+27
mk/apache.mk.
2014-06-11Yet another Apache 1.3 module.joerg5-48/+0
2014-06-11More Apache 1.3 modules.joerg30-357/+0
2014-06-11Apache 1.3 module.joerg10-146/+0
2014-06-11Retire old thunderbird versions.joerg282-58811/+1
2014-06-11Removed mail/thunderbird17-l10njoerg1-1/+2
2014-06-11Removed mail/thunderbird17joerg1-1/+2
2014-06-11Removed mail/thunderbird10-l10njoerg1-1/+2
2014-06-11Removed mail/thunderbird10joerg1-1/+2
2014-06-11Fix last two entries.wiz2-6/+7
2014-06-11GAS doesn't like unified ARM syntax without explicitly told so.joerg2-13/+22
2014-06-11Rename net/netatalk to net/netatalk22. This is the last version tohauke51-33/+787
support the AppleTalk ddp protocol, and here to stay while NetBSD ships with AppleTalk support. Add Netatalk 3.0.8 wip package as net/netatalk30. "Netatalk 3 is a freely-available implementation of the Apple Filesharing Protocol Suite (AFP) over TCP/IP. Using Netatalk's AFP 3.1 compliant file-server leads to significantly higher transmissions speeds compared with Macs accessing a server via SMB or NFS, while providing clients with the best user experience (full support for Macintosh metadata, flawlessly supporting mixed environments of classic MacOS and MacOS X clients)."
2014-06-11Fix path to package in comment.jperkin1-2/+2
2014-06-11Linux needs -ldl.jperkin1-1/+3
2014-06-11avoid conflicting declaration of gethostname on SunOSrichard6-6/+44
2014-06-11Updated devel/nspr to 4.10.6ryoon2-3/+4
Updated www/firefox-l10n to 30.0
2014-06-11Update to 4.10.6ryoon2-8/+7
* Update HOMEPAGE Changelog: Not provided. https://www.mozilla.org/security/announce/2014/mfsa2014-55.html Mozilla Foundation Security Advisory 2014-55 has been fixed in this release.
2014-06-11Sync with firefox-30.0ryoon3-247/+248