Commit graph

243338 commits

Author SHA1 Message Date
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
jperkin
a74320b54e Don't remove -g, especially when it breaks e.g. -gdwarf-2. Add patch comment. 2016-01-07 15:34:33 +00:00
wiz
7f294b1ec3 Also enable mutt-hcache to get decent performance for big mailboxes.
Ride bump.
2016-01-07 15:33:34 +00:00
wiz
a0bcd7b203 Enable mutt-smtp too. It adds no additional dependencies.
Suggested by jperkin.

Ride bump.
2016-01-07 15:25:15 +00:00
wiz
1b6303ab40 Updated mail/mutt-kz to 1.5.23.1rc1nb2 2016-01-07 15:19:59 +00:00
wiz
68ce2dbcb4 Updated mail/mutt to 1.5.24nb1 2016-01-07 15:19:51 +00:00
wiz
6bbaf1efdd Enable gpgme option by default in mutt*. It is just too useful.
Bump PKGREVISION.
2016-01-07 15:19:41 +00:00
darcy
5639bc6361 Updated sphinx cloud theme 2016-01-07 15:15:43 +00:00
darcy
7e198b6a3c Updated textproc/py-sphinx-theme-cloud to 1.7.1 2016-01-07 15:15:42 +00:00
darcy
ce044ce2ad Update to version 1.7.1.
Patch no longer needed for Python 3.x.
2016-01-07 15:14:26 +00:00
wiz
999cf6b778 Updated devel/py-unittest2 to 1.1.0 2016-01-07 12:11:35 +00:00
wiz
454f3e7b61 Update py-unittest2 to 1.1.0:
2015-06-20 - 1.1.0

  • Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and
    assertWarnsRegex() assertments now check the type of the first argument to
    prevent possible user error. Based on patch by Daniel Wagner-Hall.
  • Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
    assertWarnsRegex() checks now emits a deprecation warning when callable is
    None or keyword arguments except msg is passed in the context manager mode.
  • Issue #22903: The fake test case created by unittest.loader when it fails
    importing a test module is now picklable.

2015-03-12 - 1.0.1

  • Unittest2 issue #94: Need at least 1.4 of six.

2015-03-06 - 1.0.0

  • Issue #22936: Permit showing local variables in tracebacks.
2016-01-07 12:11:25 +00:00
wiz
bb096412ce Updated devel/flex to 2.6.0 2016-01-07 12:05:40 +00:00
wiz
0c781833a6 Update flex to 2.6.0.
While here, send patches upstream.

Changes:
* version 2.6.0 released 2015-11-17

** User Visible Changes

*** C++ scanners now use references instead of pointers. See the manual for details.

*** A number of compiler warnings were addressed, so flex generated scanners should be quieter under compiler warning scenarios.

*** Allow error reporting routines to accept varying number of arguments

*** Removed deprecated 'register' storage class specifier

*** Changeed output formats from octal to hexadecimal

*** check limits before using array index cclp; resolves sf-166

*** Suppress clang warning about empty @param paragraph; resolves sf#158

*** Fixed malloc/realloc replacement, resolves sf bug#151.

*** Adjusted buffer sizes on ia64.

*** various documentation and code clean up fixes: resolves sf bugs #167, #168, among other patches.

** Flex Internals

*** flex is now organized into subdirectories. This keeps the tree neater at the top level and puts like things near each other and unlike things away from each other.

*** The test suite has been reorganized and is now run with the parallel test suite harness from automake.

*** Cleaned up the automake parts of the build system to better reflect what automake does on its own. Also added a call to libtoolize in autogen.sh because autoreconf gets confused without a prior run of libtoolize.

*** po/Makefile now includes a rule to fetch the latest translations from the translation project. "make -f po/Makefile getpo" from the top level of the flex tree will fetch the files.

*** New da translation from the translation project
2016-01-07 12:05:30 +00:00
wiz
0daac18aa0 Add RCS Id. I wonder where it went. 2016-01-07 11:35:53 +00:00
wiz
7dfe600306 Updated devel/p5-Sub-Identify to 0.12 2016-01-07 11:30:25 +00:00
wiz
58f16f529b Update p5-Sub-Identify to 0.12:
0.12- Rafael Garcia-Suarez (2):
      Update changes for 0.11
      Fix build on perl 5.8
2016-01-07 11:30:15 +00:00
wiz
dd04488313 Updated security/p5-Mozilla-CA to 20160104 2016-01-07 11:29:27 +00:00
wiz
70dc531f72 Update p5-Mozilla-CA to 20160104.
Changes not found, but I assume the usual update to upstream.
2016-01-07 11:29:17 +00:00
fhajny
15056c5cb0 Updated lang/nodejs to 5.4.0 2016-01-07 10:50:32 +00:00
fhajny
7191affec3 Update lang/nodejs to 5.4.0.
http:
- A new status code was added: 451 - "Unavailable For Legal Reasons"
- Idle sockets that have been kept alive now handle errors

This release also includes several minor performance improvements:
- assert: deepEqual is now speedier when comparing TypedArrays
- lib: Use arrow functions instead of bind where possible
- node: Improved accessor perf of process.env
- node: Improved performance of process.hrtime()
- node: Improved GetActiveHandles performance
- util: Use faster iteration in util.format()
2016-01-07 10:50:22 +00:00
wiz
dd9a412e70 + Radicale-1.1, atf-0.21, clang-3.7.1, flex-2.6.0, git-2.7,
mcsim-5.6.3, p5-Mozilla-CA-20160104, p5-Sub-Identify-0.12,
  postgresql-9.5.0, sqlite3-3.10, vms-empire-1.13 [pkg/50624].
2016-01-07 10:25:50 +00:00
wiz
84fdcfe7d4 Not compatible with python-3.x. 2016-01-07 09:39:13 +00:00
joerg
be06b0f89d Place the upper limit on the ABI dependency as well. This means
bin-install will pick up the right fltk version when both are present as
binary package.
2016-01-07 09:08:08 +00:00
sborrill
8710616e5c Fix build on netbsd-5 2016-01-07 08:14:23 +00:00
leot
8d00999310 Update CONFLICTS.
x11/Xaw3d no longer exists in pkgsrc (hi wiz@! :)) and so Xaw-Xpm now conflicts
with libXaw3d and viceversa.
2016-01-06 21:42:27 +00:00
jperkin
e79c2d4835 Ensure we set MACHINE_ARCH correctly for Darwin x86_64. Fixes recent
bootstrap issues.
2016-01-06 17:59:58 +00:00
kleink
3ce46ce91e Updated www/py-werkzeug to 0.11.3.
Updated www/py-werkzeug-docs to 0.11.3.
2016-01-06 17:30:33 +00:00
kleink
b42d166839 Update py-werkzeug and py-werkzeug-docs to 0.11.3.
Version 0.11.3
--------------

Released on December 20th 2015.

- Fixed an issue with copy operations not working against
  proxies.
- Changed the logging operations of the development server to
  correctly log where the server is running in all situations
  again.
- Fixed another regression with SSL wrapping similar to the
  fix in 0.11.2 but for a different code path.
2016-01-06 17:28:31 +00:00
taca
0bf3229798 Note update of net/ruby-ipaddress package to 0.8.2. 2016-01-06 15:33:07 +00:00
taca
cd00507a6f Update ruby-ipaddress to 0.8.2.
== ipaddress 0.8.2

CHANGED:: merged bundler branch to cleanup gemspec and Rakefiles
FIXED:: IPAddress::IPv4.split handling (Issue #40)
NEW:: Added #[]= method to IPv4/6 classes to add octet writing support. (Issue #24)
NEW:: IPV4#multicast?
NEW:: IPV4#loopback?
NEW:: IPV4#to()

== ipaddress 0.8.1

CHANGED:: ipaddress now uses minitest for testing, all tests passing
2016-01-06 15:32:08 +00:00
taca
9741a36e24 Note update of devel/ruby-pkg-config package to 1.1.7. 2016-01-06 15:29:18 +00:00