package will pickup that option and build itself with SASL support too.
However, the user might want to disable that in devel/libmemcached and this
package too. Use the options framework to make that possible, while retain-
ing default pkgsrc behaviour which is enabling it.
changes in bozohttpd 20150320:
o fix redirection handling
o support transport stream (.ts) and video object (.vob) files
o directory listings show correct file sizes for large files
changes in bozohttpd 20140717:
o properly handle SSL errors
ok @agc.
Changelog:
Version 0.64 (Mon Feb 09 2015)
- Check for series file consistency
- Performance: Several optimizations
- Test suite: Several fixes and coverage improvements
- Test suite: Run the tests in predictable order
- files: Add support for unapplied patches
- graph: Check for graphviz availability
- mail: Remove procmail dependency
- mail: Don't include the release number in User-Agent
- pop: Add --refresh option
- push: Add --refresh option
- push: Do not use interactive mode with -f
- setup: Skip version check
- setup: Check for rpmbuild availability
- setup: Handle long options passed to tar
- setup: Several cleanups and minor fixes
- setup: Major performance optimizations
- setup: Fix path to extra patches in series file
- setup: Trace calls earlier
- setup: Add --fast option
- setup: Fix link creation
- quilt.el: Fix tramp support
- quilt.el: Fix patch select completion
Version 0.63 (Sun May 25 2014)
- New NEWS file, containing a human-readable changelog
- Option -E is no longer passed to patch by default
- Huge performance improvement (e.g., for commands series, applied and
unapplied)
- configure: Add compat symlinks for md5sum
- Return 2 when there is nothing to do, contrasting with errors (ret=1)
- Exit with an error when diff's retcode=2 (error) on patch refresh
- bash_completion: cleanups and performance improvement (Savannah's #27111)
- test/run: Use perl module Text::ParseWords (+ performance improvement)
- Add some tests to our testsuite, for a better coverage
- Fix heuristic for unapplied patches with timestamps
- Bug fix: Patches emptying files should work now
- Bug fix: Check for duplicate patch in series (Savannah's #20628)
- Portability fixes for older Bash and GNU patch
Version 0.62 (Wed May 07 2014)
- Was a buggy release, with an incomplete tarfile
This version is essentially a bugfix release, with:
- minor improvements to the user interface;
- possibility to build outside of the source tree;
- dropped dependency on DeforaOS Panel;
- all tests should pass.
Hopefully will fix the issue encountered in the latest bulk build report.
PKGREVISION.
https://codereview.qt-project.org/#/c/107108/4
Fix a division by zero when processing malformed BMP files.
This fixes a division by 0 when processing a maliciously crafted BMP
file. No impact beyond DoS.
Changelog:
31.5.3
Fixed Security fixes for issues disclosed at HP Zero Day Initiative's Pwn2Own contest
Fixed in Firefox ESR 31.5.3
2015-28 Privilege escalation through SVG navigation
31.5.2
Fixed Security fixes for issues disclosed at HP Zero Day Initiative's Pwn2Own contest
Fixed in Firefox ESR 31.5.2
2015-29 Code execution through incorrect JavaScript bounds checking elimination
* Built successfully when MAKE_JOBS_SAFE=yes and MAKE_JOBS=16.
* Update EmuTOS to 0.9.4.
Changelog:
*** repository tagged as ARANYM_1_0_2
2014/10/17 - Petr
- sysdeps.h: fixed typo error (I hope) that prevented the build on PPC64
- various files: version++ for the new release
2014/10/17 - version 1.0.1 released
==========
Just a quick bugfix release:
o SDL NF CDROM is included in the build correctly
o JIT is supported on kfreebsd (alternate kernel for Debian OS)
o some warnings that prevented build on Debian fixed
2014/10/15 - version 1.0.0 released
==========
Major highlights of this release:
o JIT CPU compiler now supports also ARM platforms driven by Linux
o JIT CPU compiler fixes memory management and adds some instructions
o massive NatFeat HostFS fixes and improvements (symlinks and more)
o NatFeat CD-ROM for Win32 and SDL
o NatFeat OSMesa support improved (OpenGL 4.4 / Mesa 10.1.4)
osmesa.ldg can replace tinygl.ldg now
o seamless mouse integration and keyboard input improved
o NVRAM: many country codes added (from current FreeMiNT)
o libSDL2 is supported now (along with libSDL 1.2.x)
o Cygwin, MinGW, Mac OS X, CentOS and Debian build fixes
Countless bug fixes and many other under-the-hood improvements are included
as well. This release crowns more than 13 years of continuous development
by many dedicated programmers (listed in the AUTHORS file). Thank you all!
mongo-c-driver 1.1.2
====================
* Process connectTimeoutMS cast insensitively
* Addition of missing trace macros
* Improvement of internal error messages
* Fix a segfault in OpenSSL cleanup routines
* Fix for IPv66 support for replica sets
* Coalesce small vectorized TLS writes
* MinGW fixups
* Fix for a memory leak in get_database_names()
* Fixes for patching write concern through the bulk api
* Fix to normalize hostnames in uri parsing
* Fix for managing connections in the client pool
* Various other fixes
mongo-c-driver 1.1.0
====================
* ABI versioning for 1.1 versus 1.0 symbols
* additional geo index options
* authMechanismProperties in URI
* fixes for OS X Yosemite
* removal of replica set member limit
* SCRAM-SHA-1 SASL mechanism
* updated dependency on libbson 1.1 abi
* validation for bulk insert
* various memory leak fixes
* Fixes to documentation typos
* "How to Ask For Help" in the README
* Removed dependency on sasl for PLAIN authentication
* Use provided username, if available, for X.509 auth
* Fixed WriteConcern error reporting for some writes
* Check for closed sockets before attempting RPCs
* Fixes for gridfs file seek
* Fixes for mongoc_cursor_clone()
* Fixes for unix domain socket support
* Fixes for polling on win32
* Improved warnings on failure to connect
* Addition of wired tiger options
* Fixes for examples
Additions to the ABI include:
* support for extra option in count
- mongoc_collection_count_with_opts
* additional index options
- mongoc_index_opt_geo_get_default
- mongoc_index_opt_geo_init
- mongoc_index_opt_wt_get_default
- mongoc_index_opt_wt_init
* rand interface to seed and verify the strong random number generation needed
by some auth mechanisms
- mongoc_rand_seed
- mongoc_rand_add
- mongoc_rand_status
* URI additions to support more complicated auth credentials
- mongoc_uri_get_credentials
- mongoc_uri_get_mechanism_properties
* Support for cursor returning metadata crud operations
- mongoc_client_find_databases
- mongoc_collection_find_indexes
- mongoc_database_find_collections
* Kill cursor supportp
- mongoc_client_kill_cursor
* Various get/setters on cursor
- mongoc_cursor_get_batch_size
- mongoc_cursor_get_id
- mongoc_cursor_set_batch_size
* More socket/stream options
- mongoc_socket_check_closed
- mongoc_socket_inet_ntop
- mongoc_stream_check_closed
- mongoc_stream_write
Libbson 1.1.2
=============
* sscanf_s doesn't exist for mingw.
Libbson 1.1.0
=============
ABI/API changes include:
* Deprecation of bson_copy_to_excluding
* Addition of bson_copy_to_excluding_noinit
* Removal of MIN, MAX and ABS macros in favor of BSON_MIN, BSON_MAX and
BSON_ABS. Note this is a breaking source level change if you relied on
these from bson.h. Also note that this is not a breaking ABI change.
* Addition of BSON_ERROR_BUFFER_SIZE macro
Other changes include:
* Addition of a versioned ABI for the libbson shared library
* fixed bson_get_monotonic_time fallback when a system monotonic clock can not
be found. Formerly failed to compile with an incorrect call to
bson_gettimeofday
* Allow the "dbref" convention in bson_validate when BSON_VALIDATE_DOLLAR_KEYS
is present
* Support for ISO-8601 or $numberLong dates in bson <-> json parsing
* Quiet various compiler warnings
2.2.8
- It is now possible to add an option to an agent description.
- fixed#2182, incorrect query results with multiple same destination
wordforms
- fixed#2181, improved error message on incorrect filters
- fixed#2178, ZONESPAN operator for queries with more than two words
- fixed#2172, incorrect results with field position fulltext operators
- fixed#2171, some index options do not work for template indexes
- fixed#2170, joined fields indexation with document id equals to 0
- fixed#2110, crash on snippet generation related to blend_chars inside
HTML markup
- fixed WLCCS ranking factor computation
- fixed memory leak on queries with ZONEs
2.2.7
- added #2112, string equal comparison support for IF() function (for JSON
and string attributes)
- added #2153, IN() support for mixed and top-level JSON array
- fixed#2158, crash at RT index after morphology changed to AOT after
index was created
- fixed#2155, stopwords got missed on disk chunk save at RT index
- fixed#2151, agents statistics missed in case of huge amount of agents
- fixed#2139, escape all special characters in JSON result set, according
to RFC 4627
- fixed#2123, no pid file created in x64 release built with vs2012
- fixed#2115, indexer crash on wordforms with multiple destination keywords
- fixed#2050, multi result set doesn't work without libmysqlclient
- fixed#2003, lemmatize_XX_all handling of short and exact words
- fixed#1912, reduce indextool memory usage during a check of a huge index
- fixed off by one errors in filtering of BIGINT attributes
- fixed seamless rotation in prefork mode
- fixed snippets crash with blend chars at the beginning of a string
r127:
N/A : added a file on SVN
r126:
New : lz4frame API is now integrated into liblz4
Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
Changed : lz4 is C90 compatible
Changed : added -pedantic option, fixed a few mminor warnings
r125:
Changed : endian and alignment code
Changed : directory structure : new "lib" directory
Updated : lz4io, now uses lz4frame
Improved: slightly improved decoding speed
Fixed : LZ4_compress_limitedOutput(); Special thanks to Christopher Speller !
Fixed : some alignment warnings under clang
Fixed : deprecated function LZ4_slideInputBufferHC()
This release is a bug-fix release, containing fixes for regressions in
GCC 4.9.1 and 4.9.0 relative to previous releases of GCC.
6 changes and 8 documentation fixes.