Commit graph

226952 commits

Author SHA1 Message Date
wiedi
a3ebee6e2a bulk build wants flex 2015-01-16 23:53:04 +00:00
wiz
b833f17837 Add patch-ab to distinfo. 2015-01-16 23:28:23 +00:00
ryoon
91b8b20667 Updated www/firefox-l10n to 35.0 2015-01-16 23:10:54 +00:00
ryoon
b1cc306032 Update to 35.0
* Remove csb locale.
* Sync with firefox-35.0
2015-01-16 23:10:20 +00:00
wiedi
0e5fca2204 c99 fixes the SunOS build 2015-01-16 22:55:56 +00:00
ryoon
30dadc3948 Updated www/firefox to 35.0 2015-01-16 22:42:55 +00:00
ryoon
f4c95c3b23 Update to 35.0
Changelog:
New Firefox Hello with new rooms-based conversations model
New New search UI improved and enabled for more locales
New Access the Firefox Marketplace from the Tools menu and optional toolbar button
New Built-in support for H264 (MP4) on Mac OS X Snow Leopard (10.6) and newer through native APIs
New Use tiled rendering on OS X
New Improved high quality image resizing performance
New Improved handling of dynamic styling changes to increase responsiveness
HTML5 Added support for the CSS Font Loading API
HTML5 Resource Timing API implemented
HTML5 CSS filters enabled by default
HTML5 Changed JavaScript 'let' semantics to conform better to the ES6 specification
Developer Support for inspecting ::before and ::after pseudo elements
Developer Computed view: Nodes matching the hovered selector are now highlighted
Developer Network Monitor: New request/response headers view (more info)
Developer Added support for the EXT_blend_minmax WebGL extension
Fixed Show DOM Properties context menu item in inspector
Fixed Reduced resource usage for scaled images
Fixed PDF.js updated to version 1.0.907
Fixed Non-HTTP(S) XHR now returns correct status code
Fixed Various security fixes

Security fixes:
    2015-09 XrayWrapper bypass through DOM objects
    2015-08 Delegated OCSP responder certificates failure with id-pkix-ocsp-nocheck extension
    2015-07 Gecko Media Plugin sandbox escape
    2015-06 Read-after-free in WebRTC
    2015-05 Read of uninitialized memory in Web Audio
    2015-04 Cookie injection through Proxy Authenticate responses
    2015-03 sendBeacon requests lack an Origin header
    2015-02 Uninitialized memory use during bitmap rendering
    2015-01 Miscellaneous memory safety hazards (rv:35.0 / rv:31.4)
2015-01-16 22:42:09 +00:00
adam
2e57ffddd8 Fix years 2015-01-16 21:08:58 +00:00
adam
64d7f02b26 Updated databases/sqlite3 to 3.8.8 2015-01-16 21:07:02 +00:00
jnemeth
43db5de552 add and enable csvkit 2015-01-16 21:03:59 +00:00
adam
0d3b081382 Changes 3.8.8:
New Features:
* Added the PRAGMA data_version command that can be used to determine if a database file has been modified by another process.
* Added the SQLITE_CHECKPOINT_TRUNCATE option to the sqlite3_wal_checkpoint_v2() interface, with corresponding enhancements to PRAGMA wal_checkpoint.
* Added the sqlite3_stmt_scanstatus() interface, available only when compiled with SQLITE_ENABLE_STMT_SCANSTATUS.
* The sqlite3_table_column_metadata() is enhanced to work correctly on WITHOUT ROWID tables and to check for the existence of a a table if the column name parameter is NULL. The interface is now also included in the build by default, without requiring the SQLITE_ENABLE_COLUMN_METADATA compile-time option.
* Added the SQLITE_ENABLE_API_ARMOR compile-time option.
* Added the SQLITE_REVERSE_UNORDERED_SELECTS compile-time option.
* Added the SQLITE_SORTER_PMASZ compile-time option and SQLITE_CONFIG_PMASZ start-time option.
* Added the SQLITE_CONFIG_PCACHE_HDRSZ option to sqlite3_config() which makes it easier for applications to determine the appropriate amount of memory for use with SQLITE_CONFIG_PAGECACHE.
* The number of rows in a VALUES clause is no longer limited by SQLITE_LIMIT_COMPOUND_SELECT.
* Added the eval.c loadable extension that implements an eval() SQL function that will recursively evaluate SQL.

Performance Enhancements:
* Reduce the number of memcpy() operations involved in balancing a b-tree, for 3.2% overall performance boost.
* Improvements to cost estimates for the skip-scan optimization.
* The automatic indexing optimization is now capable of generating a partial index if that is appropriate.

Bug fixes:
* Ensure durability following a power loss with "PRAGMA journal_mode=TRUNCATE" by calling fsync() right after truncating the journal file.
* The query planner now recognizes that any column in the right-hand table of a LEFT JOIN can be NULL, even if that column has a NOT NULL constraint. Avoid trying to optimize out NULL tests in those cases.
* Make sure ORDER BY puts rows in ascending order even if the DISTINCT operator is implemented using a descending index.
* Fix data races that might occur under stress when running with many threads in shared cache mode where some of the threads are opening and closing connections.
* Fix obscure crash bugs found by american fuzzy lop.
* Work around a GCC optimizer bug (for gcc 4.2.1 on MacOS 10.7) that caused the R-Tree extension to compute incorrect results when compiled with -O3.

Other changes:
* Disable the use of the strchrnul() C-library routine unless it is specifically enabled using the -DHAVE_STRCHRNULL compile-time option.
* Improvements to the effectiveness and accuracy of the likelihood(), likely(), and unlikely() SQL hint functions.
2015-01-16 21:01:19 +00:00
rumko
911565911a devel/bison: resulting glr.c contains incorrect attribute order
For yyFail and yyMemoryExhausted, the ordering of _Noreturn is
incorrect on at least fbsd with clang.

Runtime issue, PKGREVISION bumped.

Ok@ joerg
2015-01-16 19:34:44 +00:00
bsiegert
95a854a85d Note zope.component addition. 2015-01-16 19:34:23 +00:00
bsiegert
90e5ea1222 Add a package for zope.component, version 4.2.1. From DESCR:
This package represents the core of the Zope Component Architecture.
Together with the 'zope.interface' package (devel/py-ZopeInterface), it
provides facilities for defining, registering and looking up components.

This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.
2015-01-16 19:32:25 +00:00
fhajny
d594d6edad Add py-cassandra-driver 2015-01-16 17:13:49 +00:00
fhajny
996f3c697d Added databases/py-cassandra-driver version 2.1.3 2015-01-16 17:12:37 +00:00
fhajny
afd147fb7c Import cassandra_driver as py-cassandra-driver.
Python client driver for Apache Cassandra. This driver works exclusively
with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol.
Cassandra versions 1.2 through 2.1 are supported.
2015-01-16 17:12:23 +00:00
fhajny
93d74a5b79 Updated sysutils/rsyslog to 8.7.0 2015-01-16 16:58:41 +00:00
fhajny
026a8e7b65 Update rsyslog to 8.7.0.
- add message metadata "system" to msg object
  this permits to store metadata alongside the message
- imfile: add support for "filename" metadata
  this is useful in cases where wildcards are used
- imptcp: make stats counter names consistent with what imudp, imtcp uses
- added new module "omkafka" to support writing to Apache Kafka
- omfwd: add new "udp.senddelay" parameter
- mmnormalize enhancements
- RainerScript "foreach" iterator and array reading support
- now requires liblognorm >= 1.0.2
- add support for systemd >= 209 library names
- BSD "ntp" facility (value 12) is now also supported in filter
- bugfix: global(localHostName="xxx") was not respected in all modules
- bugfix: emit correct error message on config-file-not-found
- bugfix: impstats emitted invalid JSON format (if JSON was selected)
- bugfix: (small) memory leak in omfile's outchannel code
- bugfix: imuxsock did not deactivate some code not supported by platform
2015-01-16 16:58:28 +00:00
fhajny
2f191f2e65 Updated devel/libestr to 0.1.10 2015-01-16 16:40:56 +00:00
fhajny
07462554b7 Update libestr to 0.1.10.
- changed some functions that don't modify their arg to take const arg
- bugfix: str2num did not convert hex values correctly
- bugfix: problems with trailing incomplete hex sequence
- bugfixes to StrFromNumber
- some checks for potential overflows with giantic strings (>2GB)
- lower autotools requirement to 2.59 permits to build on stock RHEL/CENTOS 5
2015-01-16 16:40:45 +00:00
fhajny
e891f0d032 Updated sysutils/liblognorm to 1.1.0 2015-01-16 16:37:53 +00:00
fhajny
8c1636c1d1 Update liblognorm to 1.1.0.
- added regular expression support
  use this feature with great care, as it thrashes performance
- fix build problem when --enable-debug was set
2015-01-16 16:37:41 +00:00
fhajny
7155d64606 Updated sysutils/liblogging to 1.0.5 2015-01-16 16:36:51 +00:00
fhajny
f5824705f2 Update liblogging to 1.0.5.
- cleanup for systemd-journal >= 209
- bugfix: date stamp was incorrectly formatted
  The day part was totally off. This affected the "uxsock:" and "file:"
  drivers.
2015-01-16 16:35:37 +00:00
sborrill
068d8ffd22 Updated net/istgt to 20141125 2015-01-16 16:32:09 +00:00
sborrill
d777007910 Update to 20141125. Sorry, changelog is only available in Japanese. 2015-01-16 16:31:25 +00:00
mef
348bcd629d Updated ham/gnuradio-core to 3.7.5.1 2015-01-16 12:57:24 +00:00
mef
c3a5c84ac8 Update gnuradio-core (and others) from 3.7.5 to 3.7.5.1
See commit log of gnuradio-core for the changes. Or
  2014-10-21 GnuRadio 3.7.5.1 is available
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5_1
2015-01-16 12:56:40 +00:00
mef
106399ba27 Update 3.7.5 to 3.7.5.1
-----------------------
2014-10-21 GnuRadio 3.7.5.1 is available
  http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_5_1

audio: Fixes string format bug in ALSA error messages.
blocks: Added callback to vector source GRC bindings
blocks: benchmark scripts using wrong includes.
blocks: convert asserts to throwing runtime errors in keep_m_in_n ctor.
blocks: fixed relative rate in keep_m_in_n. It's m-in-n, not n-in-m.
blocks: fixed up keem_m_in_n to handle relative rate and correct number of items in calls to work.
blocks: removed use of 'and', 'or', and 'not' for &&, ||, and !.
cmake: Additional search path for QWT include files.
cmake: OSS is not for APPLE or WINDOWS.
cmake: Use APPLE, not matching Darwin
cmake: modtool: On Apple only, set install name and use rpath correctly.
cmake: modtool: allow the use of a MODULES_DIR to specify where cmake modules are installed.
cmake: modtool: make sure our local CMake Modules path comes first.
cmake: modtool: update copyright date.
digital: adapt clock recovery QA
digital: applying same fix of the complex M&M clock recovery block as the float vrsion.
digital: clock recovery delete unused variables
digital: clock recovery fix relative limit
digital: clock recovery more verbose documentation
docs: Make explicit we only support Qt4
dtv: fix internal GR component dependencies
fec: qa: fix use of Bool type to be actual boolean Python values
fec: removed ber_tools; unnecessary and not exported. Replaced compber with call to VOLK's popcount.
filter: Fixes setting sample delay declaration for PFB synthesizer in GRC.
filter: Fixes setting sample delay declaration for the PFB channelizer and in GRC.
grc: disable port type caching on init
grc: fix lagging drag and drop
grc: fix missing xterm (Bug #725)
grc: fix search entry box for old PyGTK versions
grc: no icon in search entry box for old PyGTK versions
grc: update all flowgraphs when hiding port labels
grc: yet another py26 incompatibility
qtgui: fixed an issue with the number sink mistreating non-float inputs.
qtgui: increased max tabs from 5 to 20 in tab widget
runtime: fix installation location of the gr_log_default.conf log configuration file.
uhd: removed use of 'and', 'or', and 'not' for &&, ||, and !.
2015-01-16 12:54:52 +00:00
wiz
29e72158e4 Updated www/wml to 2.0.11 2015-01-16 12:15:39 +00:00
wiz
55135eaeb8 Update to 2.0.11 with undocumented changes. 2015-01-16 12:15:31 +00:00
wiz
8839c20ee8 Updated www/viewvc to 1.1.23 2015-01-16 12:12:11 +00:00
wiz
784d537907 Update to 1.1.23:
Version 1.1.23 (released 04-Nov-2014)

  * fix annotate bug triggered by files with trailing blank lines (issue #533)
  * fix markup display of files with trailing blank lines (issue #533)
  * add support for root-relative svnauthz access files (issue #535)
  * fix cvsdb MySQL-python argument conversion error (issue #539)
  * fix double-escaping of revision links (issue #541)
  * fix bug that prevented mod_python 3.4+ deployment (issue #540)

Version 1.1.22 (released 14-Jan-2014)

  * minor directory sorting logic fix (re: show_subdir_lastmod)
  * fix display of show_subdir_lastmod details (issue #532)
  * pay attention to chardet's detection confidence
  * linkify line numbers in markup/annotate view

Version 1.1.21 (released 13-Sep-2013)

  * fix markup/annotate exception with Python < 2.7 (issue #527)
2015-01-16 12:12:03 +00:00
wiz
b74e5c2150 Updated www/libmicrohttpd to 0.9.39 2015-01-16 12:10:08 +00:00
wiz
7492af5789 Update to 0.9.39:
Mon Dec 22 16:33:18 CET 2014
	Releasing 0.9.39. -CG

Mon Dec 22 13:02:36 CET 2014
	Fix generated compiler flags for Solaris Studio linker (#3584). -CG

Sat Dec 20 00:35:40 CET 2014
	Adding MHD_http_unescape() to public API (#3585). -CG
	Updating documentation to document
	MHD_is_feature_supported(). -CG

Thu Dec  4 00:43:10 CET 2014
	If "Connection: upgrade" is requested, do not add
	"Connection: Keep-Alive" in the response. -GJ

Tue Nov 18 13:52:29 CET 2014
	Call MHD_cleanup_connections() during MHD_DAEMON_INFO_CURRENT_CONNECTIONS
	processing for more accurate results. -MS

Wed Oct 29 20:45:21 CET 2014
	Adding MHD_OPTION_LISTENING_ADDRESS_REUSE option allowing clients
	to force allowing re-use of the address:port combination
	(SO_REUSEPORT). -MS

Wed Oct 29 16:27:05 CET 2014
	Adding MHD_DAEMON_INFO_CURRENT_CONNECTIONS to allow clients
	to query the number of active connections. -MS

Fri Oct  3 14:28:58 CEST 2014
	Releasing 0.9.38. -CG

Mon Sep 29 22:25:34 CEST 2014
	Properly decode '+' in URL-encoded POST data. -CG/KM

Fri Sep 12 17:32:09 CEST 2014
	Fix --disable-dauth configure option (#3543). -doostee

Thu Jun 26 21:06:04 CEST 2014
	Fix failure to terminate 'instantly' in thread-per-connection
	mode if there is a client with open connections.
	Thanks to Kenneth Mastro for reporting. -CG

Sun Jun 22 12:22:08 CEST 2014
	Actually, avoid locking on response as responses must
	not be modified in a connection-specific way; instead
	modify the connection's data buffer to add missing
	responses headers.  If we are forced to add
	"Connection: close", suppress output of conflicting
	application-provided "Connection: Keep-Alive" header. -CG

Sun Jun 22 00:22:08 CEST 2014
	Lock on response if adding headers, needed if response
	object is shared across threads and connections. -CG

Thu Jun 19 17:32:32 CEST 2014
	Ensure that listen FD is bound to epoll FD even before
	MHD_run() is called if running with MHD_USE_EPOLL_LINUX_ONLY
	in combination with 'external select' mode.  Thanks to
	Marcos Pindado Sebastian for reporting. -CG

Sun Jun  8 15:10:44 CEST 2014
	Add 'MHD_set_response_options' as a way to set per-response
	flags.  Add flag to force HTTP 1.0-only conservative
	behavior, in particular suppressing adding "Connection"
	headers. -CG

Mon Jun  2 00:03:28 CEST 2014
	Added back unescaping for URI path (#3413) but without
	unescaping '+' (#3371) to remain compatible with
	MHD 0.9.34 and before.  Note that applications providing
	a custom MHD_OPTION_UNESCAPE_CALLBACK are no longer expected
	to replace '+' with ' ', as that is now done separately for
	the locations where this transformation is appropriate.
	Releasing 0.9.37. -CG

Wed May 28 15:30:56 CEST 2014
	Properly applying patch that was supposed to be
	committed on "May  2 20:22:45 CEST 2014" to address
	infinite loop (DoS) when HTTP connection is reset (#3392). -GM

Sun May 25 20:18:27 CEST 2014
	Fixed W32 build issues. -EG
	Releasing 0.9.36. -CG

Sat May 17 06:47:00 CEST 2014
	Fix notifying client about completed request twice
	under certain circumstances. -CG

Tue May 13 18:24:37 CEST 2014
	Fix accidental transmission of footer termination '\r\n'
	for responses with zero byte payload and non-chunked
	encoding (#3397).  Thanks to amatus for reporting. -CG

Sun May  4 11:05:26 CEST 2014
	Fix gnutls header check to make it cross-compile aware. -BK

May  2 20:22:45 CEST 2014
	Fix infinite loop (DoS) when HTTP connection is reset (#3392). -GM
	Fix possible issue from combination of epoll and suspend/resume
	logic if edge trigger event is lost; also simplify logic to
	maintain simpler invariants on the epoll state. -CG
	Use OpenSSL cipher list "HIGH" in libmicrospdy (#3391). -CG
	Releasing 0.9.35. -CG

Thu Apr 10 09:39:38 CEST 2014
	Removed unescaping for URI path (#3371) as '+' should not
	be converted to space in accordance with
	http://www.w3.org/TR/html401/appendix/notes.html#ampersands-in-uris
	and http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1
	Note that we now also no longer convert '#38;' to '&'; if needed,
	the application needs to apply unescaping to the path of the URI
	itself (before, MHD unescaped '#38;' but not '&amp;', so this
	inconsistency was now resolved by simply not unescaping anything
	before the first '&'). -CG

Tue Apr 08 15:35:44 CET 2014
	Added support for W32 native threads.
	Added --with-threads=LIB configure parameter. -EG

Mon Apr  7 13:25:30 CEST 2014
	Add MHD_OPTION_HTTPS_MEM_DHPARAMS to allow applications
	to enable PFS. -HB/CG

Tue Apr 01 07:10:23 CET 2014
	Added usage of native mutex on W32. -EG

Sat Mar 29 16:12:03 CET 2014
	Added MHD_is_feature_supported() function. -EG

Thu Mar 27 14:47:54 CET 2014
	Used larger FD_SETSIZE internally on W32.
	Extended API to work with non-default FD_SETSIZE. -EG

Tue Mar 25 12:53:55 CET 2014
	Fix limiting by IPv6 address. -EG

Tue Mar 25 09:06:13 CET 2014
	Added more FD_SETSIZE checks.
	Implemented FD_SETSIZE checks for W32. -EG

Wed Mar 05 13:15:05 CET 2014
	Cleanup and refactoring of configure.ac.
	m4 macros updated.
	Custom configure macros replaced with autoconf archive macros.
	SPDY disabled by default on W32.
	Changed configure flag from '--disable-pipe' to
	'--enable-socketpair'.
	Added configure flags '--disable-doc' and '--disable-examples'.
	Narrowed down extrenal lib specific compiler and linker flags
	usage. -EG

Wed Feb 26 17:42:34 CET 2014
	Refactoring of configure.ac: custom macros replaced with macros
	from Autoconf Archive.
	Minor corrections of configure.ac.
	Excluded pthread flags from global flags, pthread now used only
	where required.
	W32: fixed .dll resource compilation with '-isystem' CPPFLAG.
	W32: improved header compatibility with MSVC.
	W32: now tested on Win64, compiled by MinGW-w64. -EG

Mon Feb 24 23:13:53 CET 2014
	Added support for TCP FASTOPEN. -SHT
	Releasing 0.9.34. -CG

Thu Feb 20 14:17:05 CET 2014
	W32: Added creation of libmicrohttpd.lib, libmicrohttpd.def,
	libmicrohttpd.exp and libmicrohttpd-static.lib for easy use
	compiled MHD with MSVC.
	W32: Use MS lib.exe tool if available for creating MSVC staff.
	W32: Added .dll information resource. -EG

Tue Feb 18 19:46:45 CET 2014
	Removed dependency on plibc for simpler compilation for W32.
	Added configure option "--disable-pipes" to use socketpairs
	instead of pipes for signalling to child threads. Pipes are
	always disabled on W32.
	Some code refactoring. -EG

Sat Feb  8 15:08:35 CET 2014
	Corrected some uses of 'int' vs. 'size_t'. -EG/CG

Wed Jan 22 09:44:33 CET 2014
	MHD_USE_DUAL_STACK in libmicrohttpd currently just *inhibits
	setting* the IPV6_V6ONLY socket option, but per Microsoft's
	documentation the default on Windows is that this is enabled, thus
	MHD_USE_DUAL_STACK will not work (since it leaves the
	default). libmicrohttpd should probably just unconditionally set
	IPV6_V6ONLY to the desired value when the option is available. -LJ

Wed Jan  1 21:38:18 CET 2014
	Allow Keep-Alive with HTTP 1.0 (if explicitly requested),
	and automatically set "Connection: Keep-Alive" in response
	in this case as well. -CG

Tue Dec 24 12:27:39 CET 2013
	Adding explicit annotations to hide symbols that are not for
	export in the C code (gcc 4.0 or higher only). -CG

Sun Dec 22 14:54:30 CET 2013
	Adding a few lines to avoid warnings from picky compilers. -CG

Sat Dec 21 17:26:08 CET 2013
	Fixed an issue with a missing argument in the postexample.
	Fixed issue with bogus offset increment involving sendfile
	on GNU/Linux.  Adding support for SNI.
	Releasing 0.9.33. -CG

Mon Dec  9 21:41:57 CET 2013
	Fix for per-worker daemon pipes enabled with
	MHD_USE_SUSPEND_RESUME that were not closed in
	MHD_stop_daemon. -MH

Sat Dec  7 00:44:49 CET 2013
	Fixing warnings and build issue if --disable-https is given
	to configure. -CG
2015-01-16 12:10:00 +00:00
wiz
5c8464f8ce Updated time/fet to 5.25.0 2015-01-16 12:07:30 +00:00
wiz
2590ca24dd Update to 5.25.0:
Version 5.24.0
- Version 5.24.0
	- Updated to Qt 5.4.0.
	- Significant speed improvements when using many students sets (suggested by Volker Dirr).
	- Speed improvements in the statistics menu.
	- Other speed improvements for larger data.
	- Added an option to hide students subgroups in combo boxes/activity planning (useful if you have too many students subgroups
	and you don't use them in the interface).
	- Added options to select the categories of timetables to write on the hard disk.
	- Automatic division of years by categories is improved (suggested by alxgudea, Bobby Wise and Volker Dirr).
	- Code improvement in reading the .fet XML files: converted from the obsolete Qt classes QDom* to QXmlStreamReader. It brings
	speed and memory improvements when reading the input files, and ensures FET source compatibility with future Qt versions.
	Also error reporting when reading a corrupt file is improved. The structure of the .fet XML files is slightly changed,
	but of course older files are opened correctly.
	- Several bug fixes, when trying to open corrupt files.
	- Other bug fixes, reported by Vanyo Georgiev.
	- It is now allowed to have constraints preferred/home rooms with a single room (suggested by liquid and Volker Dirr).
	- Added a new example file from Vietnam, by nguyenhuuduyet.
	- Added a new example file from Namibia, by Bobby Wise.
	- Added two anonymous example files.
---------------------------------------------------------------------------------
Versions 5.25.0 - 5.25.x
- Version 5.25.0
	- Improved the split year dialog: groups and subgroups which will exist in this year after the division will retain their activities and constraints.
	- Sort (temporarily) the constraints by description in the all time/space constraints dialogs. Also, removed the 'Sort by comments' button,
	which is probably useless.
	- Fixed a bug introduced in version 5.24.0: when having individually modified activities, removing teachers, subjects, activity tags,
	or students sets could remove only some components of the large split activity.
	- Some minor strings improvements.
2015-01-16 12:07:22 +00:00
wiz
a19bcfc0f3 Updated textproc/jansson to 2.7 2015-01-16 11:50:36 +00:00
wiz
ecfb3023af Update to 2.7:
Version 2.7
===========

Released 2014-10-02

* New features:

  - `json_pack()` and friends: Add format specifiers ``s%`` and ``+%``
    for a size_t string length (#141).

  - `json_unpack()` and friends: Add format specifier ``s%`` for
    unpacking the string length along with the string itself (#141).

  - Add length-aware string constructors `json_stringn()` and
    `json_stringn_nocheck()`, length-aware string mutators
    `json_string_setn()` and `json_string_setn_nocheck()`, and a
    function for getting string's length `json_string_length()` (#141,
    #143).

  - Support ``\u0000`` escapes in the decoder. The support can be
    enabled by using the ``JSON_ALLOW_NUL`` decoding flag (#141).

  - Add `json_boolean_value()` as an alias for `json_is_true()`
    (#146).

  - Add JSON_REAL_PRECISION encoding flag/macro for controlling real
    number precision (#178).

  - Define the maximum indentation as JSON_MAX_INDENT (#191).

* Bug fixes:

  - Some malformed ``\uNNNN`` escapes could crash the decoder with an
    assertion failure.

  - Avoid integer overflows with very long strings in UTF-8 decoder and
    hashtable.

  - Check for *NULL* key in `json_object_get()` and
    `json_object_del()` (#151).

  - Enhance hashtable seeding on Windows (#162).

  - `json_unpack()`: Allow mixing JSON_STRICT with optional keys
    (#162, #163).

  - Fix int/int32 mismatch (#142).

  - Parse subnormal numbers correctly (#202).

* Build:

  - Remove VS2010 build files. CMake should be used on Windows instead
    (#165).

  - Fix CMake build flags for MinGW (#193).

  - Add CMake config files for find_package. Rename config.h to
    jansson_private_config.h (#157, #159).

  - Make Valgrind checks work with CMake (#160).

  - Fix feature checks to use correct __ATOMIC flags.

  - Fix CMake checks for uint16_t and uint8_t support (#177).

  - Make Jansson build on SmartOS/Solaris (#171).

  - Work around a GCC bug on Solaris (#175).

  - Fix autoreconf on Debian (#182).

  - Don't use GNU make specific export for global AM_CFLAGS (#203,
    #204).

  - Fix building on Android using the supplied Android.mk (#166,
    #174).

  - Android.mk: Add -DHAVE_STDINT_H to LOCAL_CFLAGS (#200).

* Documentation:

  - Document JANSSON_BUILD_SHARED_LIBS CMake option (#187).

* Tests:

  - Close file handles correctly (#198).

* Other changes:

  - ``\uNNNN`` escapes are now encoded in upper case for better
    readability.

  - Enable usage of AddressSanitizer (#180).


Version 2.6
===========

Released 2014-02-11

* Security:

  - CVE-2013-6401: The hash function used by the hashtable
    implementation has been changed, and is automatically seeded with
    random data when the first JSON object is created. This prevents
    an attacker from causing large JSON objects with specially crafted
    keys perform poorly.

* New features:

  - `json_object_seed()`: Set the seed value of the hash function.

* Bug fixes:

  - Include CMake specific files in the release tarball.

* Documentation:

  - Fix tutorial source to send a User-Agent header, which is now
    required by the GitHub API.

  - Set all memory to zero in secure_free() example.


Version 2.5
===========

Released 2013-09-19

* New features:

  - `json_pack()` and friends: Add format specifiers ``s#``, ``+`` and
    ``+#``.

  - Add ``JSON_DECODE_INT_AS_REAL`` decoding flag to treat all numbers
    as real in the decoder (#123).

  - Add `json_array_foreach()`, paralleling `json_object_foreach()`
    (#118).

* Bug fixes:

  - `json_dumps()` and friends: Don't crash if json is *NULL* and
    ``JSON_ENCODE_ANY`` is set.

  - Fix a theoretical integer overflow in `jsonp_strdup()`.

  - Fix `l_isxdigit()` macro (#97).

  - Fix an off-by-one error in `json_array_remove()`.

* Build:

  - Support CMake in addition to GNU Autotools (#106, #107, #112,
    #115, #120, #127).

  - Support building for Android (#109).

  - Don't use ``-Werror`` by default.

  - Support building and testing with VPATH (#93).

  - Fix compilation when ``NDEBUG`` is defined (#128)

* Tests:

  - Fix a refleak in ``test/bin/json_process.c``.

* Documentation:

  - Clarify the return value of `json_load_callback_t`.

  - Document how to circumvent problems with separate heaps on Windows.

  - Fix memory leaks and warnings in ``github_commits.c``.

  - Use `json_decref()` properly in tutorial.

* Other:

  - Make it possible to forward declare ``struct json_t``.
2015-01-16 11:50:28 +00:00
wiz
67537efd5d Updated textproc/diction to 1.13 2015-01-16 11:49:14 +00:00
wiz
dce65f72d2 Update to 1.13. Set LICENSE. Remove unnecessary chunk in Makefile patch.
The following things have been changed compared to version 1.12:

o  Corrected German message catalog
o  Changes to English diction file
o  Fixed ellipsis handling
2015-01-16 11:49:07 +00:00
wiz
f580f564af Updated textproc/dbtoepub to 1.78.1 2015-01-16 11:47:20 +00:00
wiz
74c2132308 Updated textproc/docbook-xsl to 1.78.1 2015-01-16 11:47:11 +00:00
wiz
cd9e105d63 Update to 1.78.1:
Release Notes: 1.78.1

The following is a list of changes that have been made since the 1.78.0
release.

Common

The following changes have been made to the common code since the 1.78.0
release.

  • Robert Stayton: titles.xsl

    Make sure part and set titleabbrev are used in mode="titleabbrev.markup"

  • Robert Stayton: titles.xsl

    Add empty default template for titleabbrev since it is always processed in a mode.

  • Robert Stayton: gentext.xsl

    Make consistent handling of titleabbrev in xrefs.

  • Robert Stayton: titles.xsl

    for missing title in xref, provide parent information of target to help locate problem element.
    Process bridgehead in mode="title.markup", not normal mode.

  • Jirka Kosek: l10n.xsl

    Fixed bug #3598963

  • Robert Stayton: gentext.xsl; labels.xsl

    Make sure bridgeheads are not numbered in all contexts, including html title attributes.

FO

The following changes have been made to the fo code since the 1.78.0 release.

  • Robert Stayton: division.xsl

    Fix bug where part TOC not generated when partintro is present.

  • Jirka Kosek: xref.xsl

    Footnotes can't be placed into fo:float

  • Robert Stayton: titlepage.templates.xml

    Remove margin-left when start-indent is used because they interfere
    with each other.

  • Robert Stayton: fo.xsl; pagesetup.xsl

    Use dingbat.fontset rather than dingbat.font.family so it falls
    back to symbol font if glyph not found, like other font properties.

  • Robert Stayton: inline.xsl

    Change last instance of inline.charseq in inline glossterm to
    inline.italicseq so it is consistent with the others.

  • Robert Stayton: xref.xsl

    Make consistent handling of titleabbrev in xrefs.

HTML

The following changes have been made to the html code since the 1.78.0 release.

  • Robert Stayton: admon.xsl

    Turn off $admon.style if $make.clean.html is set to non-zero.

  • Jirka Kosek: highlight.xsl

    Added new definitions for syntax highlighting

  • Robert Stayton: chunk-common.xsl

    Make active.olink.hrefs param work for chunked output too.

  • Robert Stayton: xref.xsl

    Make consistent handling of titleabbrev in xrefs.

  • Robert Stayton: graphics.xsl

    Add round() function when pixel counts are used for image width and height.

  • Robert Stayton: glossary.xsl

    fix missing class and id attributes on glossterm and glossdef.

  • Robert Stayton: autoidx.xsl

    Fix bug where prefer.index.titleabbrev ignored info/titleabbrev.

Manpages

The following changes have been made to the manpages code since the 1.78.0
release.

  • Robert Stayton: utility.xsl

    Fix bug 3599520: spurious newline in para when starts with
    whitespace and inline element.

Webhelp

The following changes have been made to the webhelp code since the 1.78.0
release.

  • David Cramer: xsl/webhelp-common.xsl

    Webhelp: Fix test for webhelp.include.search.tab param

  • David Cramer: Makefile.sample

    Webhelp: Fix order of args to xsltproc

  • David Cramer: docsrc/readme.xml

    Webhelp: Turn on xinclude-test.xml in readme to demo xinclude functionality

  • David Cramer: Makefile; Makefile.sample

    Webhelp: In Makefiles, do xinclude in first pass at document

Params

The following changes have been made to the params code since the 1.78.0
release.

  • David Cramer: webhelp.include.search.tab.xml

    Webhelp: Fix test for webhelp.include.search.tab param

  • Robert Stayton: article.appendix.title.properties.xml

    Remove unneeded margin-left property from article appendix title.
    It interferes with the start-indent property.

Highlighting

The following changes have been made to the highlighting code since the 1.78.0
release.

  • Jirka Kosek: c-hl.xml; cpp-hl.xml; sql2003-hl.xml; php-hl.xml; upc-hl.xml;
    bourne-hl.xml; ⋯

    Added new definitions for syntax highlighting
2015-01-16 11:47:01 +00:00
wiz
85215ca20d Updated textproc/coccigrep to 1.13 2015-01-16 11:44:17 +00:00
wiz
0e4740ba44 Update to 1.13:
1.13 (2014/01/10)
 * Improve accuracy (Eric Leblond)
 * vim: correctly indent file (Eric Leblond)
 * add match on identifier name (Eric Leblond)
 * Merge pull request #11 from yhuelf/master (Eric Leblond)
 * vim plugin: cosmetics (Frédéric Yhuel)
 * vim plugin: allow use of "-l" option (Frédéric Yhuel)
 * fix version detection (Eric Leblond)
 * --version is not supported by all spatch version (Eric Leblond)
 * Add structure matching example. (Eric Leblond)
 * Add information about dependencies. (Eric Leblond)
 * Reorder README so we see installation part (Eric Leblond)
2015-01-16 11:44:07 +00:00
adam
4d5c160962 Updated www/squid3 to 3.4.11 2015-01-16 11:42:25 +00:00
adam
50244501b2 Changes 3.4.11:
* cachemgr.cgi: memory leak in request parser
* Fix typo on commStartSslClose
* Fix SQUID_CC_REQUIRE_ARGUMENT autoconf macro
* Bug 3760: squidclient ignores --disable-ipv6
* Bug 3664: ssl_crtd fails to build on OpenSolaris/OpenIndiana/Solaris 11
* Bug 3754: configure doesnt detect IPFilter 5.1.2 system headers
* Bug 4164: SEGFAULT when %W formating code used in errorpages
* Deleting first fs left psstate->servers pointing to uninitialized memory
* Maintenance: check release notes on packaging
* Bug 4057: Avoid on-exit crashes when adaptation is enabled.
2015-01-16 11:41:11 +00:00
wiz
f0674f198a Updated sysutils/pwgen to 2.07 2015-01-16 11:41:07 +00:00