summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-07Update net/rabbitmq to 3.6.1fhajny3-9/+10
RabbitMQ 3.6.1 is a maintenance release that includes a fix for CVE-2015-8786, a vulnerability in RabbitMQ management plugin. Server - Purging a lazy queue could result in an exception - Ensure epmd is running before starting RabbitMQ node on Windows - Channel error could make broker unreachable - (Automatic) deletion of an auto-delete queue could lead to blocked channels - During (from scratch) queue sync, queue master node didn't respect mirror alarm state. With large data sets this could drive mirror node out of memory. - Changing password for users with non-standard (think broker configuration) password hashing function, for example, those migrated from 3.5.x releases, didn't update effective hashing function. - Heavy and/or prolonged rabbitmqctl use could exhaust Erlang VM atom table - "Min masters" queue master location strategy could result in an error. - Fixed a race condition in pause_minority handling mode. - Significantly reduce possibility of a race condition when an exchange is deleted and immediately re-declared, e.g. by a federation link. - amq.rabbitmq.log messages now have information about originating node in message headers - scripts/rabbitmq-env now works with GNU sed 4.2.2 - Exceptions in VM memory use calculator no longer affect broker startup - Direct Reply-to capability is now advertised to clients - Paths with non-ASCII characters on Windows are now handled - Configurable number of TCP connection acceptors - rabbitmqctl cluster_status now includes cluster-wide resource alarm status - Windows installer no longer jumps over installation log - Improved rabbitmqctl reset error messages - More unsigned field data types are supported. Federation Plugin - Significantly reduce possibility of a race condition when an exchange is deleted and immediately re-declared, e.g. by a federation link Management plugin - CVE-2015-8786: user-provided query parameters lengths_age and lengths_incr had no validation and could be used to exhaust server resources. - Password hashing function is now included in exported definitions - Internet Explorer (9+) compatibility restored - Internet Explorer 11 compatibility fixes - When policy fails to be created with invalid paramaters a sensible error message will be displayed. Federation Management plugin - Federation link form now includes more settings (that are exchange- and queue-federation specific)
2016-03-07Updated devel/nss to 3.22.2ryoon1-1/+2
2016-03-07Update to 3.22.2ryoon2-7/+10
Changelog: New root certificates backported from 3.23.
2016-03-07Add gnupg2 and gnupg21 optionsryoon1-0/+2
2016-03-07Updated mail/thunderbird-enigmail to 1.9.1ryoon2-3/+4
Updated mail/seamonkey-enigmail to 1.9.1
2016-03-07thunderbird-enigmail, seamonkey-enigmail: Update to 1.9.1ryoon7-39/+137
* Add option to select gnupg2 and gnupg21 * Update MASTER_SITES Changelog: Enigmail 1.9.1 Released 2016-03-06, 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. Enigmail 1.9 Released 2016-02-24, works with Thunderbird 38.0 & newer and SeaMonkey 2.35 & newer. Notable Changes Added support for GnuPG 2.1 Backup and restore of keys and Enigmail settings Messages are sent using PGP/MIME by default Several new dialog windows that improve usability Added support for protected headers (off by default) There is no binary component anymore - this version runs on all platforms for which Thunderbird and GnuPG are available. Important Note This version requires GnuPG 2.0.7 or newer. GnuPG 1.4.x is not supported anymore. Bugs fixed Many bugs were fixed. Check the list of fixed defects.
2016-03-07sys161dholland1-1/+2
2016-03-07Update to 2.0.8.dholland2-7/+7
Upstream changes: - Update copyright years. Noticed by Margo Seltzer. - Fix handling of file creation in emufs, again. - Fix another issue with dropped input handling, reported by Sam Fishman. - Print more info with exception traces. - Remove obsolete disk sizes from sys161.conf.sample. - Reuse emufs handles when the same object is reopened. ".." usage now behaves itself. Mostly from Sam Fishman. - Remove stray debug print.
2016-03-07Add hack for build failure with native X11 on NetBSD 7.x and -current,dholland1-0/+22
the symptom being that ftttdrv.h (from freetype2) is not found. It turns out that native X11 doesn't install ftttdrv.h for some reason (probably an oversight) but that the lack is easily compensated because the whole file contains only two substantive lines, neither of which appears to be especially important. PR 50902.
2016-03-06slightly better shm_open check fixdbj2-9/+8
2016-03-06Apply upstream patch to make the CVS tests pass again. While here,schmonz3-5/+27
uncomment a maintainer make target to find where REPLACE_PERL might be needed, and remove one that's no longer needed. (No change to the installed package, so no PKGREVISION bump.)
2016-03-06+ afl-2.06b, gnome-chemistry-utils-0.14.11, iso-codes-3.66,wiz1-4/+21
libconfuse-3.0, libpagemaker-0.0.3, openssh-7.2, p5-CGI-4.27, p5-Class-Method-Modifiers-2.12, p5-Crypt-ECB-2.00, p5-Date-Manip-6.53, p5-File-Which-1.21, pkg-config-0.29.1, py-cryptography-1.2.3, py-radare2-0.10.1, py-test-2.9.0, py-tortoisehg-3.7.2, py-virtualenv-15.0.0, scummvm-1.8.0, transmission-2.91, x264-devel-20160305.
2016-03-06Update Mac::SystemDirectory to 0.06.bsiegert2-8/+7
0.06 2011-02-12 16:00 - Detect correct target Mac OS version in tests (cross-compilation), patch by Mark Dootson (RT #65573) 0.05 2011-02-02 11:00 - Use correct macros on Mac OS X 10.5 and 10.5, reported by Mark Dootson (RT #65366)
2016-03-06Updated net/py-dns[3] to 1.12.0adam2-4/+5
2016-03-06Changes 1.12.0:adam4-16/+18
* The test system can now run the tests without requiring dnspython to be installed. * The 64-bit version of Python on Windows has sys.maxint set to 2^31-1, yet passes 2^63-1 as the "unspecified bound" value in slices. This is a bug in Python as the documentation says the unspecified bound value should be sys.maxint. We now cope with this. * When reading from a masterfile, if the first content line started with leading whitespace, we raised an ugly exception instead of doing the right thing, namely using the zone origin as the name. * Added dns.zone.to_text() convenience method. * The /etc/resolv.conf setting "options rotate" is now understood by the resolver. If present, the resolver will shuffle the nameserver list each time dns.resolver.query() is called. Thanks to underrun for the patch. Note that you don't want to add "options rotate" to your /etc/resolv.conf if your system's resolver library does not understand it. In this case, just set resolver.rotate = True by hand. * Escaping of Unicode has been corrected. Previously we escaped and then converted to Unicode, but the right thing to do is convert to Unicode, then escape. Also, characters > 0x7f should NOT be escaped in Unicode mode. * dns.rdtypes.ANY.DNSKEY now has helpers functions to convert between the numeric form of the flags and a set of human-friendly strings. * RRSIGs did not respect relativization settings in to_text(). * dns/rdtypes/IN/APL.py: The APL from_wire() method did not accept an rdata length of 0 as valid. * dns/ipv6.py: Add is_mapped() * dns/reversename.py: Lookup IPv6 mapped IPv4 addresses in the v4 reverse namespace. * dns/zone.py: Do not put back an unescaped token. This was causing escape processing for domain names to break. * dns/message.py: Making a response didn't work correctly if the query was signed with TSIG and we knew the key. * dns/query.py: Fix problems with the IXFR state machine which caused long diffs to fail.
2016-03-06Mention recent package updatesbsiegert2-3/+4
2016-03-06Update Net::Amazon::S3 to 0.80.bsiegert2-12/+10
- avoid 409 Conflict when running 01api.t - use README.md for tests - The non-arrayref forms of enum and duck_type have been deprecated - Fix some warnings about line endings from perl critic, add a missing abstract to DeleteMultipleObjects. - Merge fix for calculate of etags. - Merge multipart upload aborting change. - Fixed for enums in recent versions of Moose. - Moose 2.1100 deprecates the non-arrayref form of enum. - Fixed the bug with listing multipart uploaded files - Added a test case demonstrating how listing a bucket fails when trying to list a multipart-uploaded file - Added support for cache-control header - Add documentation for server-side encryption - Support server side encryption - adding support for multipart upload aborting - Allow 'value' property to be ScalarRef - fix synopsis for s3cl sync_up
2016-03-06Updated net/py-netaddr version 0.7.18adam1-1/+2
2016-03-06Changes 0.7.18:adam4-21/+27
* cidr_merge() algorithm is now O(n) and much faster. * nmap target specification now fully supported including IPv4 CIDR prefixes and IPv6 addresses.
2016-03-06Updated www/py-django to 1.9.4; www/py-django-cms to 3.2.2; and other ↵adam2-3/+19
django-related packages
2016-03-06Changes 2.0.4:adam3-28/+105
Python 3.x support. Bug fixes.
2016-03-06Changes 0.4.1:adam3-24/+9
Minor fixes
2016-03-06Changes 1.0.0:adam3-14/+17
Unknown
2016-03-06Changes 2.9.0:adam3-16/+14
Unknown
2016-03-06Changes 0.2.0:adam6-29/+36
Unknown
2016-03-06Changes 0.1.1:adam3-14/+17
Unknown
2016-03-06Changes 0.4.0:adam3-14/+14
Unknown
2016-03-06Changes 0.3.0:adam3-14/+14
Unknown
2016-03-06Changes 1.0:adam3-17/+29
Unknown
2016-03-06Changes 3.2.2:adam3-60/+64
Substantial "under-the-hood" improvements to the page tree resulting in significant reduction of page-tree reloads and generally cleaner code Update jsTree version to 3.2.1 with slight adaptions to the Pagetree Improve the display and useability of the language menu, especially in cases where there are many languages Documentation improvements Add support for django-reversion 1.10+ (required for Django 1.9). Add placeholder name to the edit tooltip. Add attr['is_page']=True to CMS Page navigation nodes. Add Django and Python versions to debug bar info tooltip.
2016-03-06Changes 0.8.3:adam3-8/+68
Fixed build
2016-03-06Changes 0.9.0:adam2-7/+7
Added Changelog Added support for Django 1.9 Added support for Python 3.5
2016-03-06Changes 1.1.0:adam3-9/+13
Unknown
2016-03-06Changes 1.10.0:adam3-11/+16
- Django 1.9 compatibility - Added spanish (argentina) translation - Minor bugfixes and tweaks
2016-03-06Changes 0.7.2:adam3-14/+8
Unknown
2016-03-06Django 1.9.4 fixes a regression on Python 2 in the 1.9.3 security release ↵adam3-189/+279
where utils.http.is_safe_url() crashes on bytestring URLs.
2016-03-06Fix shared library name on Darwinadam1-1/+10
2016-03-06Updated net/bftpd to 4.4nros1-1/+2
2016-03-06Updated bftpd to version 4.4.nros2-8/+10
Build with "on the fly" gzip compression since it's mentioned in DESCR. Changelog: 4.4 - Fixed potential buffer overflow when expanding symbolic link file names. 4.3 - Clarified license (COPYING file) - Fixed compiler warning with regards to pointer-to-integer cast. 4.2 - Improved user checking code to avoid locking out valid users from the system. (Thanks to Lauri Kasanen for reporting this bug and supplying a patch.) 4.1 - Added checks to crypt() calls to prevent operating on NULL pointer. (Thanks to Lauri Kasanen for reporting this bug.) 4.0 - Added patch from Thomas Cort to make Bftpd compile on NetBSD. 3.9 - Adjusted Makefile to allow for easy access to non-default compiler options. Alternative compiler can be used by running "make CC=compilername". - Zhenbo Xu reported several potential memory bugs which could cause Bftpd if the operating system is out of memory. Also reported a memory leak. Checks are now in place to prevent crashes and the memory leak has been plugged. - Added MINIX-specific configuration file which should allow Bftpd to run smoothly and without additional configuration on MINIX. - Merged MINIX porting code into mainline Bftpd so we can work with one, unified code base. 3.8 - Fixed bug in user tracking which could result in corrupted times on 64-bit systems. - When Bftpd is compiled with a "prefix" (which is the default behaviour) the Bftpd will check both /etc/bftpd.conf AND PREFIX/etc/bftpd.conf when trying to find its configuration file. This should avoid requiring the admin to pass the location of the config file on the command line.
2016-03-06Switch to dynamically-linked shelladam3-7/+37
2016-03-06Updated graphics/py-Pillow to 3.1.1; databases/sqlite3 to 3.11.1; lang/tcl ↵adam1-1/+7
to 8.6.5; x11/tk to 8.6.5
2016-03-06Changes 8.6.5:adam20-207/+216
Bug fixes.
2016-03-06Changes 3.11.1:adam6-21/+21
Improvements to the Makefiles and build scripts used by VisualStudio. Fix an FTS5 issue in which the 'optimize' command could cause index corruption. Fix a buffer overread that might occur if FTS5 is used to query a corrupt database file. Increase the maximum "scope" value for the spellfix1 extension from 6 to 30.
2016-03-06tweak check for shm_open. Fixes build on darwindbj2-7/+14
2016-03-06Changes 3.1.1adam2-7/+7
- Fixed an integer overflow in Resample.c causing writes in the Python heap. - Fixed a buffer overflow in PcdDecode.c causing a segfault when opening PhotoCD files. CVE-2016-TBD - Fixed a buffer overflow in FliDecode.c causing a segfault when opening FLI files. CVE-2016-0775 - Fixed a buffer overflow in TiffDecode.c causing an arbitrary amount of memory to be overwritten when opening a specially crafted invalid TIFF file. CVE-2016-0740
2016-03-06Update Class-Method-Modifiers to 2.12.bsiegert2-8/+7
2.12 2016-03-04 22:12:15Z - minor documentation tweaks
2016-03-06Updated multimedia/gmplayer to 1.3.0ryoon1-1/+2
2016-03-06Update to 1.3.0ryoon1-5/+5
* Sync with mplayer-1.3.0
2016-03-05Add ffmpeg3 and ffplay3ryoon1-1/+3
2016-03-05Updated net/youtube-dl to 20160301leot1-1/+2