summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-13Add volatile keyword to inline assembly tests to ensure the instructions wejperkin2-3/+17
are testing for are actually checked, and remove an empty list of clobbered registers. Fixes tests with gcc-4.2.1 on 32-bit OSX, hint from tnn@
2015-04-13need xorg-util-macros to regen configuretnn1-1/+2
2015-04-13deal with lack of GL_TEXTURE_BUFFER_OFFSET_ALIGNMENTtnn2-1/+15
2015-04-13add build dependency on py-expattnn1-1/+3
2015-04-13Updated databases/py-cassandra-driver to 2.5.0fhajny1-1/+2
2015-04-13Update py-cassandra-driver to 2.5.0fhajny3-7/+43
2.5.0 - Integrated cqlengine object mapping package - Utility functions for converting timeuuids and datetime (PYTHON-99) - Schema metadata fetch window randomized, config options added (PYTHON-202) - Support for new Date and Time Cassandra types (PYTHON-190) - Fix index target for collection indexes (full(), keys()) (PYTHON-222) - Thread exception during GIL cleanup (PYTHON-229) - Workaround for rounding anomaly in datetime.utcfromtime (Python 3.4) (PYTHON-230) - Normalize text serialization for lookup in OrderedMap (PYTHON-231) - Support reading CompositeType data (PYTHON-234) - Preserve float precision in CQL encoding (PYTHON-243) 2.1.4 - SaslAuthenticator for Kerberos support (PYTHON-109) - Heartbeat for network device keepalive and detecting failures on idle connections (PYTHON-197) - Support nested, frozen collections for Cassandra 2.1.3+ (PYTHON-186) - Schema agreement wait bypass config, new call for synchronous schema refresh (PYTHON-205) - Add eventlet connection support (PYTHON-194) - Schema meta fix for complex thrift tables (PYTHON-191) - Support for 'unknown' replica placement strategies in schema meta (PYTHON-192) - Resolve stream ID leak on set_keyspace (PYTHON-195) - Remove implicit timestamp scaling on serialization of numeric timestamps (PYTHON-204) - Resolve stream id collision when using SASL auth (PYTHON-210) - Correct unhexlify usage for user defined type meta in Python3 (PYTHON-208)
2015-04-13Updated misc/less to 475tnn1-1/+2
2015-04-13Update to less-475. Changes since 470:tnn3-23/+6
* Fix possible memory corruption * Disable history feature when compiled with LESSHISTFILE set to "-". * Fix bug where prompt was sometimes not displayed with +G. Also contains a fix for CVE-2014-9488 (oob read on malformed UTF-8 data)
2015-04-13Fix CVE-2014-9471 TZ parsing bug.tnn3-3/+36
2015-04-13Updated databases/redis to 3.0.0fhajny2-3/+3
2015-04-13Update redis to 3.0.0.fhajny9-34/+101
--[ Redis 3.0.0 ] Release date: 1 Apr 2015 >> What's new in Redis 3.0 compared to Redis 2.8? * Redis Cluster: a distributed implementation of a subset of Redis. * New "embedded string" object encoding resulting in less cache misses. Big speed gain under certain work loads. * AOF child -> parent final data transmission to minimize latency due to "last write" during AOF rewrites. * Much improved LRU approximation algorithm for keys eviction. * WAIT command to block waiting for a write to be transmitted to the specified number of slaves. * MIGRATE connection caching. Much faster keys migraitons. * MIGARTE new options COPY and REPLACE. * CLIENT PAUSE command: stop processing client requests for a specified amount of time. * BITCOUNT performance improvements. * CONFIG SET accepts memory values in different units (for example you can use "CONFIG SET maxmemory 1gb"). * Redis log format slightly changed reporting in each line the role of the instance (master/slave) or if it's a saving child log. * INCR performance improvements. >> Refactoring changes (no new features nor bug fixes) * Blocking operations full refactoring (blocked.c) * Client output buffer memory tracking refactored. See full release notes for 3.0.0: https://raw.githubusercontent.com/antirez/redis/3.0/00-RELEASENOTES
2015-04-13net/chrony has been updated to 1.31.1hannken1-2/+1
2015-04-13Update chrony to version 1.31.1. For a full list of changeshannken10-97/+33
since 1.29 see file NEWS in the distfile. Security fixes since 1.29: * Modify chronyc protocol to prevent amplification attacks (CVE-2014-0021) (incompatible with previous protocol version, chronyc supports both) * Protect authenticated symmetric NTP associations against DoS attacks (CVE-2015-1799) * Fix access configuration with subnet size indivisible by 4 (CVE-2015-1821) * Fix initialization of reply slots for authenticated commands (CVE-2015-1822)
2015-04-13Updated multimedia/mencoder to 1.1.1nb5dsainty1-1/+2
2015-04-13Belated PKGREVISION++ for the repaired DVD support fixed in mplayer-share.dsainty1-2/+2
2015-04-13declare rpi PLIST variable properlytnn1-4/+6
2015-04-13Updated math/coinmp to 1.8.1wiz2-3/+3
2015-04-13Update to 1.8.1, changes not found.wiz3-7/+13
libreoffice4 still builds for me after this update.
2015-04-13Allow apache 2.4 ito be used with ap2-auth-mellon.manu1-2/+2
2015-04-13Update the LDAP EXOP support patch for PHP 5.4, 5.5 and 5.6manu4-113/+4636
2015-04-13Updated www/bluefish to 2.2.7mef1-1/+2
2015-04-13Update to 2.2.7mef2-6/+6
--------------- * 2.2.7 * Bluefish 2.2.7 is mostly a bug fix release. It fixes rare crashes in the autocompletion, the filebrowser, the htmlbar plugin preferences, and in file-load-cancel, fixes a rare case of broken syntax highlighting after multiple search/replace actions. It furthermore displays better error/warning output when parsing language files. It also finally fixes javascript regex syntax highlighting. The loading of files with corrupt encoding has been improved, and project loading over sftp has been improved. Various HTML5 tags have been added, and HTML5 is the default now for php, cfml and other languages that can include html syntax. Saving and loading of UTF-16 encoded files was broken and has been fixes. Various languages have better support, such as javascript, css, html, pascal/deplhi, and html has improved autocompletion. On OSX the keys for tab switching no longer confict with some keyboard layouts, and behavior at shutdown was improved. The upload/download feature has a new option to ignore backup files. The home/end keys now work better on wrapped tekst. And finally the search and replace dialog correctly shows the number of results when searching in files on disk.
2015-04-13Unclobber my previous patch some revisions ago which fixed the build onrodent2-9/+9
FreeBSD. Resolves PR #49703.
2015-04-12Fix build on SunOS. What a pain.rodent12-2/+508
2015-04-12Fix building on OS Xadam2-5/+26
2015-04-12Updated converters/qrencode to 3.4.4tnn1-1/+2
2015-04-12Update to qrencode-3.4.4.tnn2-6/+6
Changes: - adds command line options --verbose and --rle to tools - bugfixes
2015-04-12Add patches from Debian to fix some instances of possibly unsafetnn7-6/+231
format string usage. Bump PKGREVISION.
2015-04-12defuzztnn2-6/+6
2015-04-12Merge Debian patches for:tnn4-18/+122
CVE-2015-0556: symlink traversal CVE-2015-0557: directory traversal CVE-2015-2782: buffer overflow
2015-04-12rename and annotate patchestnn9-17/+26
2015-04-12Upstream patch for overflow in gif parser (CVE-2014-9709)tnn3-3/+49
2015-04-12mupdf-1.7 not out yet, noted by Leonardo Taccari.wiz1-2/+1
2015-04-12Updated security/pinentry to 0.9.1wiz2-3/+3
2015-04-12Update to 0.9.1.wiz5-65/+8
Noteworthy changes in version 0.9.1 (2015-03-18) ------------------------------------------------ * Fixed build problems for systems without ncurses. * Reworked the option parser to allow building on systems without getopt_long. * Fixed Qt4 build problems.
2015-04-12Updated security/py-cryptography to 0.8.2wiz2-3/+3
2015-04-12Update to 0.8.2:wiz2-6/+6
0.8.2 - 2015-04-10 ~~~~~~~~~~~~~~~~~~ * Fixed a race condition when initializing the OpenSSL or CommonCrypto backends in a multi-threaded scenario.
2015-04-12Updated devel/py-virtualenv to 12.1.1wiz2-3/+3
2015-04-12Update to 12.1.1:wiz3-9/+9
12.1.1 (2015-04-07) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 6.1.1 12.1.0 (2015-04-07) ~~~~~~~~~~~~~~~~~~~ * Upgrade setuptools to 15.0 * Upgrade pip to 6.1.0
2015-04-12Updated devel/py-enum34 to 1.0.4wiz2-3/+3
2015-04-12Update to 1.0.4. Changes not found.wiz3-8/+7
2015-04-12Updated devel/py-atomicwrites to 0.1.5wiz2-3/+3
2015-04-12Update to 0.1.5. Changes not found.wiz2-6/+6
2015-04-12Updated security/libgpg-error to 1.19wiz2-3/+3
2015-04-12Update to 1.19:wiz2-6/+6
Noteworthy changes in version 1.19 (2015-04-10) [C15/A15/R0] ----------------------------------------------- * New set of error codes for use with LDAP. * New options --help and --defines for gpg-error. * Allow building with gcc 5. * Interface changes relative to the 1.18 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPG_ERR_LDAP_* NEW.
2015-04-12Updated devel/afl to 1.64bwiz2-3/+3
2015-04-12Update to 1.64b:wiz3-8/+8
-------------- Version 1.64b: -------------- - Further simplified afl-clang-fast runtime by reverting .init_array to __attribute__((constructor(0)). This should improve compatibility with non-ELF platforms. - Fixed a problem with afl-clang-fast and -shared libraries. Simplified the code by getting rid of .preinit_array and replacing it with a .comm object. Problem reported by Charlie Eriksen. - Removed unnecessary instrumentation density adjustment for the LLVM mode. Reported by Jonathan Neuschafer. -------------- Version 1.63b: -------------- - Updated cgroups_asan/ with a new version from Sam, made a couple changes to streamline it and keep parallel afl instances in separate groups. - Fixed typos, thanks to Jakub Wilk. -------------- Version 1.62b: -------------- - Improved the handling of -x in afl-clang-fast, - Improved the handling of low AFL_INST_RATIO settings for QEMU and LLVM modes. - Fixed the llvm-config bug for good (thanks to Tobias Ospelt). -------------- Version 1.61b: -------------- - Fixed an obscure bug compiling OpenSSL with afl-clang-fast. Patch by Laszlo Szekeres. - Fixed a 'make install' bug on non-x86 systems, thanks to Tobias Ospelt. - Fixed a problem with half-broken llvm-config on Odroid, thanks to Tobias Ospelt. (There is another odd bug there that hasn't been fully fixed - TBD). -------------- Version 1.60b: -------------- - Allowed experimental/llvm_instrumentation/ to graduate to llvm_mode/. - Removed experimental/arm_support/, since it's completely broken and likely unnecessary with LLVM support in place. - Added ASAN cgroups script to experimental/asan_cgroups/, updated existing docs. Courtesy Sam Hakim and David A. Wheeler. - Refactored afl-tmin to reduce the number of execs in common use cases. Ideas from Jonathan Neuschafer and Turo Lamminen. - Added a note about CLAs at the bottom of README. - Renamed testcases_readme.txt to README.testcases for some semblance of consistency. - Made assorted updates to docs. - Added MEM_BARRIER() to afl-showmap and afl-tmin, just t be safe. -------------- Version 1.59b: -------------- - Imported Laszlo Szekeres' experimental LLVM instrumentation into experimental/llvm_instrumentation. I'll work on including it in the "mainstream" version soon. - Fixed another typo, thanks to Jakub Wilk.
2015-04-12Updated devel/waf to 1.8.8wiz2-3/+3
2015-04-12Update to 1.8.8:wiz2-7/+7
NEW IN WAF 1.8.8 ---------------- * Fixed a regression in Fortran builds #1546 * Fixed a regression in the libdir installation path on 32-bit ubuntu #1552 * Process -Bstatic and -Bdynamic in parse_flags (pkg-config tools) * Fortran compiler detection to cover the sxf03 as well as the sxf90 * Jython detection enhancements * Doxygen tool enhancements * Moved the project to Github/waf.io and updated the documentation
2015-04-12+ afl-1.64b, coinmp-1.8.1, libgpg-error-1.19, mupdf-1.7, pinentry-0.9.1,wiz1-1/+11
py-atomicwrites-0.1.5, py-cryptography-0.8.2, py-enum34-1.0.4, py-virtualenv-12.1.1, waf-1.8.8.