Commit graph

243369 commits

Author SHA1 Message Date
kleink
7fa9479ed2 Updated www/py-wtforms to 2.1. 2016-01-08 16:57:34 +00:00
kleink
aa73e433b5 Update py-wtforms to 2.1.
Version 2.1
-----------
Released December 15, 2015

- Added `render_kw` to allow default rendering time options.
- Updated / added a number of localizations
- Updated docs
- Allow widgets to set flags
2016-01-08 16:56:23 +00:00
jperkin
585624be68 Updated sysutils/bsdinstall to 20160108 2016-01-08 15:43:44 +00:00
jperkin
63f3bb6c74 Build largefile-aware bsdinstall on SunOS. Fixes install of libwebkitgtk.a
which is now >2GB.

Bump version to 20160108.
2016-01-08 15:43:35 +00:00
fhajny
cadecc117b Add build dependency on net/rsync to fix installation on platforms
that do not have rsync.
2016-01-08 15:14:33 +00:00
wen
59536b2da6 Updated devel/p5-MooX-Options to 4.022 2016-01-08 14:52:53 +00:00
wen
1d5506fc34 Update to 4.022
Upstream changes:
4.022  2015-11-30 11:56:47 GMT
    * Bug #501 : Remove useless space (Celogeek San)
2016-01-08 14:51:24 +00:00
bouyer
eaf366194a Updated sysutils/xentools45 to 4.5.2
Updated sysutils/xenkernel45 to 4.5.2
2016-01-08 14:50:54 +00:00
adam
936c33dd5b Updated databases/sqlite3 to 3.10.0 2016-01-08 14:47:05 +00:00
wen
be24deeee3 Updated devel/p5-CPAN-Meta-YAML to 0.018 2016-01-08 14:44:20 +00:00
adam
9d92de4f50 Changes 3.10.0:
General improvements:
---------------------
Added support for LIKE, GLOB, and REGEXP operators on virtual tables.
Added the colUsed field to sqlite3_index_info for use by the sqlite3_module.xBestIndex method.
Enhance the PRAGMA cache_spill statement to accept a 32-bit integer parameter which is the threshold below which cache spilling is prohibited.
On unix, if a symlink to a database file is opened, then the corresponding journal files are based on the actual filename, not the symlink name.
Added the "--transaction" option to sqldiff.
Added the sqlite3_db_cacheflush() interface.
Added the sqlite3_strlike() interface.
When using memory-mapped I/O map the database file read-only so that stray pointers and/or array overruns in the application cannot accidently modify the database file.
Added the experimental sqlite3_snapshot_get(), sqlite3_snapshot_open(), and sqlite3_snapshot_free() interfaces. These are subject to change or removal in a subsequent release.
Enhance the 'utc' modifier in the date and time functions so that it is a no-op if the date/time is known to already be in UTC. (This is not a compatibility break since the behavior has long been documented as "undefined" in that case.)
Added the json_group_array() and json_group_object() SQL functions in the json extension.
Added the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option.
Many small performance optimizations.

Portability enhancements:
-------------------------
Work around a sign-exension bug in the optimizer of the HP C compiler on HP/UX. (details)

Enhancements to the command-line shell:
---------------------------------------
Added the ".changes ON|OFF" and ".vfsinfo" dot-commands.
Translate between MBCS and UTF8 when running in cmd.exe on Windows.

Enhancements to makefiles:
--------------------------
Added the --enable-editline and --enable-static-shell options to the various autoconf-generated configure scripts.
Omit all use of "awk" in the makefiles, to make building easier for MSVC users.

Important fixes:
----------------
Fix inconsistent integer to floating-point comparison operations that could result in a corrupt index if the index is created on a table column that contains both large integers and floating point values of similar magnitude. Ticket 38a97a87a6.
Fix an infinite-loop in the query planner that could occur on malformed common table expressions.
Various bug fixes in the sqldiff tool.
2016-01-08 14:43:10 +00:00
wen
dc58b6b239 Update to 0.018
Upstream changes:
0.018     2015-12-11 11:55:44-05:00 America/New_York

  - Generated from ETHER/YAML-Tiny-1.69.tar.gz

  - See https://metacpan.org/changes/release/ETHER/YAML-Tiny-1.69 for details

0.017     2015-08-04 06:02:12-04:00 America/New_York (TRIAL RELEASE)

  - Generated from ETHER/YAML-Tiny-1.69.tar.gz
2016-01-08 14:42:53 +00:00
wen
a1f05cdcae Updated textproc/p5-Test-YAML to 1.06 2016-01-08 14:27:20 +00:00
wen
35edfb5567 Update to 1.06
Upstream changes:
1.06 Tue Jul 21 10:23:49 PDT 2015
 - Remove perl req from Meta
 - So can use on 5.6
2016-01-08 14:25:56 +00:00
wen
e504dc2316 Updated textproc/p5-YAML-Tiny to 1.69 2016-01-08 14:19:40 +00:00
wen
a23bd3390d Update to 1.69
Upstream changes:
1.69    2015-07-26 00:51:03Z
        - No changes since 1.68-TRIAL.

1.68    2015-07-09 23:39:49Z (TRIAL RELEASE)

        [FIXED]

        - tests no longer print to stderr unnecessarily; this makes core perl
          builds (where this distribution is included as CPAN-Meta-YAML) a
          little quieter.

        [CHANGED]

        - the Test::More dependency has been reduced to 0.88 by emulating
          'subtest' for those tests that need it

1.67    2015-05-12 00:10:24Z

        [FIXED]

        - instead of erroring on duplicate keys found in a hash (introduced in
          version 1.63), now we only warn. This fixes an issue in Strawberry Perl
          (via CPAN::Meta::YAML) when parsing a configuration file.

        [CHANGED]

        - Updated File::Temp test prereq to 0.19 for 'newdir'

1.66    2015-03-16 22:26:30Z

        [CHANGED]

        - removed bundled Test::TempDir::Tiny to rely on File::Temp
          for temporary directories during testing

1.65    2015-03-13 23:02:34Z

        [CHANGED]

        - artifacts left behind from testing are now cleaned up (GH#34)

1.64    2014-10-08 02:56:30Z

        [CHANGED]

        - remove silencing of any errors encountered while loading
          Scalar::Util (GH#33, Graham Knop)
        - now using JSON::MaybeXS in tests instead of JSON.pm
2016-01-08 14:18:32 +00:00
wen
7cada0441a Updated textproc/p5-YAML to 1.15 2016-01-08 14:12:54 +00:00
wen
87091abdc7 Update to 1.15
Upstream changes:
1.15 Sat Apr 18 17:03:09 CEST 2015
 - Fix Issue
 - Don't require newlines at end of YAML.
2016-01-08 14:11:00 +00:00
wen
ebd11ad90f Updated www/p5-Mojolicious to 6.39 2016-01-08 14:04:21 +00:00
wen
d9304178f8 Update to 6.39
Upstream changes:
6.39  2016-01-03
  - Updated links to Mojolicious website.
  - Fixed small html_unescape bug in Mojo::Util.
  - Fixed handling of invalid max age in Mojo::UserAgent::CookieJar.

6.38  2015-12-19
  - Updated prettify.js to version 8-Dec-2015.
  - Improved form generation in Mojo::UserAgent::Transactor to use UTF-8 as the
    default charset.

6.37  2015-12-14
  - Added protocol and with_protocols methods to Mojo::Transaction::WebSocket.
  - Fixed a few reference encoding bugs in Mojo::JSON.
  - Fixed a few form generation bugs in Mojo::UserAgent::Transactor.
2016-01-08 14:02:58 +00:00
wen
b8b6c37afe Updated www/p5-URI to 1.71 2016-01-08 13:55:43 +00:00
wen
b392ec6d91 Update to 1.71
Upstream changes:
2016-01-08   Karen Etheridge <ether@cpan.org>

  Release 1.71

    No changes since 1.70_001

2015-12-29   Karen Etheridge <ether@cpan.org>

  Release 1.70_001

  Kaitlyn Parkhurst:

    - Localize $@ when attempting to load URI subclasses (PR#30)

  Karen Etheridge:

    - speed up construction time by not attempting to load the same
      non-existent URI subclass twice
2016-01-08 13:54:23 +00:00
bouyer
37a4a5a513 Update xenkernel45 and xentools45 to 4.5.2.
Changes since 4.5.1 includes security fixes (most of which were already in
our local patches) and bug fixes. The complete list of changes
is there:
http://www.xenproject.org/downloads/xen-archives/xen-45-series/xen-452.html
2016-01-08 13:24:29 +00:00
fhajny
58dddfbd8f Add ruby-zookeeper 2016-01-08 12:54:05 +00:00
fhajny
1f1c43c8db Added devel/ruby-zookeeper version 1.4.11 2016-01-08 12:53:37 +00:00
fhajny
730f7c7c50 Import devel/ruby-zookeeper 1.4.11.
A low-level multi-Ruby wrapper around the ZooKeeper API bindings.
2016-01-08 12:53:11 +00:00
kleink
f7df727174 Updated print/py-weasyprint to 0.25. 2016-01-08 12:52:39 +00:00
kleink
e9be718a44 Update py-weasyprint to 0.25.
Version 0.25
------------

Released on 2015-12-17.

New features:

* Support the 'q' unit.

Bug fixes:

* `#285: <https://github.com/Kozea/WeasyPrint/issues/285>`_:
  Fix a crash happening when splitting lines.
* `#284: <https://github.com/Kozea/WeasyPrint/issues/284>`_:
  Escape parenthesis in PDF links.
* `#280: <https://github.com/Kozea/WeasyPrint/pull/280>`_:
  Replace utf8 with utf-8 for gettext/django compatibility.
* `#269: <https://github.com/Kozea/WeasyPrint/pull/269>`_:
  Add support for use when frozen.
* `#250: <https://github.com/Kozea/WeasyPrint/issues/250>`_:
  Don't crash when attachments are not available.
2016-01-08 12:51:53 +00:00
wiz
364851d181 Disable bison tests to avoid bison dependency, since bison
depends on flex.
2016-01-08 11:59:36 +00:00
fhajny
fe55f52f7a Stop mangling innocent debug flags in configure. Fixes usage situations
where -g debug flags are defined other than mere -g<level>. PKGREVISION++
2016-01-08 10:08:16 +00:00
taca
cd9f03ea97 Reset PKGREVISION after all PHP updates. 2016-01-08 03:31:21 +00:00
taca
f2fc425bb7 Note update of PHP packages:
lang/php55	5.5.31
	lang/php56	5.6.17
	lang/php70	7.0.2
2016-01-08 03:30:29 +00:00
taca
e628fa8fc4 Update php70 to 7.0.2, including security fix.
07 Jan 2016 PHP 7.0.2

- Core:
  . Fixed bug #71165 (-DGC_BENCH=1 doesn't work on PHP7).
    (y dot uchiyama dot 1015 at gmail dot com)
  . Fixed bug #71163 (Segmentation Fault: cleanup_unfinished_calls). (Laruence)
  . Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work). (Laruence)
  . Fixed bug #71092 (Segmentation fault with return type hinting). (Laruence)
  . Fixed bug memleak in header_register_callback. (Laruence)
  . Fixed bug #71067 (Local object in class method stays in memory for each
    call). (Laruence)
  . Fixed bug #66909 (configure fails utf8_to_mutf7 test). (Michael Orlitzky)
  . Fixed bug #70781 (Extension tests fail on dynamic ext dependency).
    (Francois Laupretre)
  . Fixed bug #71089 (No check to duplicate zend_extension). (Remi)
  . Fixed bug #71086 (Invalid numeric literal parse error within
    highlight_string() function). (Nikita)
  . Fixed bug #71154 (Incorrect HT iterator invalidation causes iterator reuse).
    (Nikita)
  . Fixed bug #52355 (Negating zero does not produce negative zero). (Andrea)
  . Fixed bug #66179 (var_export() exports float as integer). (Andrea)
  . Fixed bug #70804 (Unary add on negative zero produces positive zero).
    (Andrea)

- CURL:
  . Fixed bug #71144 (Sementation fault when using cURL with ZTS).
    (Michael Maroszek, Laruence)

- DBA:
  . Fixed key leak with invalid resource. (Laruence)

- Filter:
  . Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work). (Reeze Xia)

- FTP:
  . Implemented FR #55651 (Option to ignore the returned FTP PASV address).
    (abrender at elitehosts dot com)

- FPM:
  . Fixed bug #70755 (fpm_log.c memory leak and buffer overflow). (Stas)

- GD:
  . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index
    Out of Bounds). (emmanuel dot law at gmail dot com).

- Mbstring:
  . Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV,
    Segmentation fault). (Laruence)

- Opcache:
  . Fixed bug #71127 (Define in auto_prepend_file is overwrite). (Laruence)

- PCRE:
  . Fixed bug #71178 (preg_replace with arrays creates [0] in replace array
    if not already set). (Laruence)

- Readline:
  . Fixed bug #71094 (readline_completion_function corrupts static array on
    second TAB). (Nikita)

- Session:
  . Fixed bug #71122 (Session GC may not remove obsolete session data). (Yasuo)

- SPL:
  . Fixed bug #71077 (ReflectionMethod for ArrayObject constructor returns
    wrong number of parameters). (Laruence)
  . Fixed bug #71153 (Performance Degradation in ArrayIterator with large
    arrays). (Nikita)

- Standard:
  . Fixed bug #71270 (Heap BufferOver Flow in escapeshell functions).
    (emmanuel dot law at gmail dot com)

- WDDX:
  . Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization).
    (taoguangchen at icloud dot com)
  . Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion
    Vulnerability). (taoguangchen at icloud dot com)

- XMLRPC
  . Fixed bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker).
    (Julien)
2016-01-08 03:29:12 +00:00
taca
e91bd284dd Update php55 to 5.6.17, including security fix.
07 Jan 2016, PHP 5.6.17

- Core:
  . Fixed bug #66909 (configure fails utf8_to_mutf7 test). (Michael Orlitzky)
  . Fixed bug #70958 (Invalid opcode while using ::class as trait method
    paramater default value). (Laruence)
  . Fixed bug #70957 (self::class can not be resolved with reflection for
    abstract class). (Laruence)
  . Fixed bug #70944 (try{ } finally{} can create infinite chains of
    exceptions). (Laruence)
  . Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol:
    php_register_internal_extensions). (Lior Kaplan)

- FPM:
  . Fixed bug #70755 (fpm_log.c memory leak and buffer overflow). (Stas)

- GD:
  . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index
    Out of Bounds). (emmanuel dot law at gmail dot com).

- Mysqlnd:
  . Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction).
    (Laruence)

- SOAP:
  . Fixed bug #70900 (SoapClient systematic out of memory error). (Dmitry)

- Standard:
  . Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number
    of parameters). (Laruence)

- PDO_Firebird:
  . Fixed bug #60052 (Integer returned as a 64bit integer on X64_86). (Mariuz)

- WDDX:
  . Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization).
    (taoguangchen at icloud dot com)
  . Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion
    Vulnerability). (taoguangchen at icloud dot com)

- XMLRPC:
  . Fixed bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()).
    (Julien)
2016-01-08 03:28:20 +00:00
taca
5137c6e69c Update php55 to 5.5.31, security fix.
07 Jan 2015, PHP 5.5.31

- FPM:
  . Fixed bug #70755 (fpm_log.c memory leak and buffer overflow). (Stas)

- GD:
  . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index
    Out of Bounds). (emmanuel dot law at gmail dot com).

- WDDX:
  . Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization).
    (taoguangchen at icloud dot com)
  . Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion
    Vulnerability). (taoguangchen at icloud dot com)

- XMLRPC:
  . Fixed bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()).
    (Julien)
2016-01-08 03:27:23 +00:00
roy
792163596d Regen distinfo for SHA512 2016-01-07 22:28:47 +00:00
bouyer
95bf5e6bad Updated sysutils/xentools45 to 4.5.1nb9
Updated sysutils/xenkernel45 to 4.5.1nb2
Updated sysutils/xentools42 to 4.2.5nb14
Updated sysutils/xenkernel42 to 4.2.5nb10
Updated sysutils/xentools41 to 4.1.6.1nb14
Updated sysutils/xenkernel41 to 4.1.6.1nb13
2016-01-07 17:57:50 +00:00
bouyer
50810d133a Apply patches from Xen repository, fixing:
CVE-2015-8339 and CVE-2015-8340 aka XSA-159
XSA-166
CVE-2015-8550 aka XSA-155
CVE-2015-8554 aka XSA-164
Bump pkgrevision
2016-01-07 17:55:55 +00:00
bouyer
cbfec52636 pply patches from Xen repository, fixing:
CVE-2015-5307 and CVE-2015-8104 aka XSA-156
CVE-2015-8339 and CVE-2015-8340 aka XSA-159
CVE-2015-8555 aka XSA-165
XSA-166
CVE-2015-8550 aka XSA-155
CVE-2015-8554 aka XSA-164
Bump pkgrevision
2016-01-07 17:53:58 +00:00
bouyer
fc108946cd Apply patches from Xen repository, fixing:
CVE-2015-5307 and CVE-2015-8104 aka XSA-156
CVE-2015-8339 and CVE-2015-8340 aka XSA-159
CVE-2015-8555 aka XSA-165
XSA-166
CVE-2015-8341 aka XSA-160
CVE-2015-8550 aka XSA-155
Bump pkgrevision
2016-01-07 17:48:33 +00:00
roy
8298d37878 Updated net/dhcpcd to 6.10.0 2016-01-07 17:30:06 +00:00
roy
44edc27589 Import dhcpcd-6.10.0 with the following changes:
*  --noption requires an argument
  *  optimise the ARP BPF filter, thanks to Nate Karstens
  *  send gratuitous ARP each time we apply our IP address
  *  fix truncation of hostnames based on the short hostname option
  *  improve routing and address management by always loading all
     interfaces, routes and addresses even for interfaces we are
     not directly working on
  *  timezone, lookup-hostname, wpa_supplicant and YP hooks are no
     longer installed by default but are installed to an example
     directory
  *  fix compile on kFreeBSD
     thanks to Christoph Egger for providing a temporary build host
  *  improve error logging of packet parsing
  *  fix ignoring routing messages generated by dhcpcd just before
     forking
  *  fix handling of rapid commit messages (allow ACK after DISCOVER)
  *  add PROBE state so we can easily reject DHCP messages received
     during the ARP probe phase
  *  fix CVE-2016-1503
  *  fix CVE-2016-1504
2016-01-07 17:29:48 +00:00
darcy
e92ad4116e Updated PLIST for update to 1.7.1. 2016-01-07 17:01:21 +00:00
fhajny
ce2f50aae5 Updated databases/py-elasticsearch to 2.2.0 2016-01-07 16:09:11 +00:00
fhajny
ace1641e31 Update databases/py-elasticsearch to 2.2.0.
2.2.0 (2016-01-05)
- adding additional options for ssh - ssl_assert_hostname and
  ssl_assert_fingerprint to the default connection class
- fix sniffing

2.1.0 (2015-10-19)
- move multiprocessing import inside parallel bulk for Google App Engine
2016-01-07 16:09:02 +00:00
fhajny
c04fb3604a Updated textproc/py-xlsxwriter to 0.7.8 2016-01-07 16:05:14 +00:00
fhajny
89aa757fbd Update textproc/py-xlsxwriter to 0.7.8.
* Add checks for valid and non-duplicate worksheet table names.
2016-01-07 16:05:04 +00:00
jperkin
3ab20c3c13 Don't remove -g, especially when done badly, breaking -gfoo. 2016-01-07 16:01:10 +00:00
jperkin
3d83748d6a Don't remove -g, especially when done badly and breaking -gfoo. 2016-01-07 15:51:58 +00:00
jperkin
ad0435d5d5 Don't modify CFLAGS, especially when done badly and break -gfoo arguments. 2016-01-07 15:46:29 +00:00