summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-02Pullup tickets #5042, #5049, #5050, #5051, #5052.pkgsrc_2016Q1bsiegert1-1/+19
2016-06-28Pullup ticket #5052 - requested by tacabsiegert4-13/+11
lang/php70: security fix Revisions pulled up: - lang/php/phpversion.mk 1.141 - lang/php70/Makefile 1.4 - lang/php70/Makefile.php 1.2 - lang/php70/distinfo 1.14 --- Module Name: pkgsrc Committed By: taca Date: Fri Jun 24 15:27:57 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: Makefile Makefile.php distinfo Log Message: Update php70 to 7.0.8 (PHP 7.0.8), including security fixes. pkgsrc change: * remove confiugre from SUBST_FILES.path. * Remove --with-regex=3Dsystem and --without-mysql from CONFIGURE_ARGS.= * Add --without-mysqli to CONFIGURE_ARGS. 23 Jun 2016 PHP 7.0.8 - Core: . Fixed bug #72218 (If host name cannot be resolved then PHP 7 crashe= s). (Esminis at esminis dot lt) . Fixed bug #72221 (segfault, past-the-end access). (Lauri Kentt=E4) . Fixed bug #72268 (Integer Overflow in nl2br()). (Stas) . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()). (Stas) . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Sta= s) . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL).= (Stas) - FPM: . Fixed bug #72308 (fastcgi_finish_request and logging environment variables). (Laruence) - GD: . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas) . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre) . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (Pierre) . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)= - Intl: . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol) - mbstring: . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (= Stas) - mcrypt: . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas) - PCRE: . Fixed bug #72143 (preg_replace uses int instead of size_t). (Joe) - PDO_pgsql: . Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound). (Laruence) . Fixed bug #72294 (Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor). (Anatol) - Phpdbg: . Fixed bug #72284 (phpdbg fatal errors with coverage). (Bob) - Postgres: . Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free). (La= ruence) . Fixed bug #72197 (pg_lo_create arbitrary read). (Anatol) - SPL: . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (S= tas) . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorith= m and unserialize). (Dmitry) - Standard: . Fixed bug #72017 (range() with float step produces unexpected resul= t). (Thomas Punt) . Fixed bug #72193 (dns_get_record returns array containing elements = of type 'unknown'). (Laruence) . Fixed bug #72229 (Wrong reference when serialize/unserialize an obj= ect). (Laruence) . Fixed bug #72300 (ignore_user_abort(false) has no effect). (Laruenc= e) - XML: . Fixed bug #72206 (xml_parser_create/xml_parser_free leaks mem). (Jo= e) - XMLRPC: . Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type). (Joe, Laruence) - WDDX: . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (St= as) - Zip: . Fixed ug #72258 (ZipArchive converts filenames to unrecoverable for= m). (Anatol) . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in = PHP's GC algorithm and unserialize). (Dmitry)
2016-06-28Pullup ticket #5051 - requested by tacabsiegert3-9/+9
lang/php56: security fix Revisions pulled up: - lang/php/phpversion.mk 1.140 - lang/php56/Makefile 1.12 - lang/php56/distinfo 1.28 --- Module Name: pkgsrc Committed By: taca Date: Fri Jun 24 15:25:21 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php56: Makefile distinfo Log Message: Update php56 to 5.6.23 (PHP 5.6.23), including security fixes. pkgsrc change: remove confiugre from SUBST_FILES.path. 23 Jun 2016, PHP 5.6.23 - Core: . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()). (Stas) . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas) . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas) - GD: . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas) . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre) . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (Pierre) . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas) . Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow). (Pierre) - Intl: . Fixed bug #70484 (selectordinal doesn't work with named parameters). (Anatol) - mbstring: . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas) - mcrypt: . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas) - Phar: . Fixed bug #72321 (invalid free in phar_extract_file()). (hji at dyntopia dot com) - SPL: . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas) . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry) - OpenSSL: . Fixed bug #72140 (segfault after calling ERR_free_strings()). (Jakub Zelenka) - WDDX: . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas) - zip: . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry)
2016-06-28Pullup ticket #5050 - requested by tacabsiegert3-9/+9
lang/php55: security fix Revisions pulled up: - lang/php/phpversion.mk 1.139 - lang/php55/Makefile 1.27 - lang/php55/distinfo 1.54 --- Module Name: pkgsrc Committed By: taca Date: Fri Jun 24 15:23:00 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: Makefile distinfo Log Message: Update php55 to 5.5.37 (PHP 5.5.37), including security fixes. pkgsrc change: remove confiugre from SUBST_FILES.path. 23 Jun 2016, PHP 5.5.37 - Core: . Fixed bug #72268 (Integer Overflow in nl2br()). (Stas) . Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()). (Stas) . Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas) . Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas) - GD: . Fixed bug #66387 (Stack overflow with imagefilltoborder) (CVE-2015-8874). (cmb) . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas) . Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in heap overflow). (Pierre) . Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas) . Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow). (Pierre) - mbstring: . Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas) - mcrypt: . Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas) - SPL: . Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas) . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry) - WDDX: . Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas) - zip: . Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize). (Dmitry)
2016-06-28Pullup ticket #5049 - requested by tacabsiegert3-33/+7
graphics/optipng: security fix Revisions pulled up: - graphics/optipng/Makefile 1.33 - graphics/optipng/distinfo 1.29 - graphics/optipng/patches/patch-src_optipng_osys.c deleted --- Module Name: pkgsrc Committed By: adam Date: Fri Jun 17 14:03:10 UTC 2016 Modified Files: pkgsrc/graphics/optipng: Makefile distinfo Removed Files: pkgsrc/graphics/optipng/patches: patch-src_optipng_osys.c Log Message: Version 0.7.6 ------------- * Upgraded libpng to version 1.6.21. ! Fixed an assertion failure in the image reduction code. !! Fixed various security-sensitive defects in the BMP decoder. ! Fixed a benign uninitialized memory read in the GIF decoder. ! Fixed a build failure occurring under the Estonian (et_EE) locale. ! Fixed a build failure occurring on Mac OS X, FreeBSD, and possibly other systems that lack POSIX-compliant high-resolution timestamps. ! Fixed a typo causing build failures in 32-bit ANSI C compilation.
2016-06-28Pullup ticket #5047 - requested by sevanbsiegert2-11/+11
multimedia/adobe-flash-plugin: security fix Revisions pulled up: - multimedia/adobe-flash-plugin11/Makefile 1.61 - multimedia/adobe-flash-plugin11/distinfo 1.58 --- Module Name: pkgsrc Committed By: tsutsui Date: Thu Jun 16 16:30:06 UTC 2016 Modified Files: pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo Log Message: Update adobe-flash-plugin11 to 11.2.202.626. Upstream announcement: https://helpx.adobe.com/security/products/flash-player/apsb16-18.html Adobe Security Bulletin Security updates available for Adobe Flash Player Release date: June 16, 2016 Vulnerability identifier: APSB16-18 CVE number: CVE-2016-4122, CVE-2016-4123, CVE-2016-4124, CVE-2016-4125, CVE-2016-4127, CVE-2016-4128, CVE-2016-4129, CVE-2016-4130, CVE-2016-4131, CVE-2016-4132, CVE-2016-4133, CVE-2016-4134, CVE-2016-4135, CVE-2016-4136, CVE-2016-4137, CVE-2016-4138, CVE-2016-4139, CVE-2016-4140, CVE-2016-4141, CVE-2016-4142, CVE-2016-4143, CVE-2016-4144, CVE-2016-4145, CVE-2016-4146, CVE-2016-4147, CVE-2016-4148, CVE-2016-4149, CVE-2016-4150, CVE-2016-4151, CVE-2016-4152, CVE-2016-4153, CVE-2016-4154, CVE-2016-4155, CVE-2016-4156, CVE-2016-4166, CVE-2016-4171 Platform: Windows, Macintosh, Linux and ChromeOS
2016-06-28Pullup ticket #5042 - requested by joergbsiegert2-5/+5
lang/php70: build fix Revisions pulled up: - lang/php70/distinfo 1.13 - lang/php70/patches/patch-sapi_cli_Makefile.frag 1.3 --- Module Name: pkgsrc Committed By: joerg Date: Tue Jun 7 19:23:50 UTC 2016 Modified Files: pkgsrc/lang/php70: distinfo pkgsrc/lang/php70/patches: patch-sapi_cli_Makefile.frag Log Message: Unbreak unprivileged build. Actually test for executable.
2016-06-25Pullup ticket #5046.bsiegert1-1/+5
2016-06-25Pullup ticket #5046 - requested by tacabsiegert2-7/+7
www/drupal7: security fix Revisions pulled up: - www/drupal7/Makefile 1.39 - www/drupal7/distinfo 1.30 --- Module Name: pkgsrc Committed By: taca Date: Thu Jun 16 23:20:16 UTC 2016 Modified Files: pkgsrc/www/drupal7: Makefile distinfo Log Message: Update drupal7 to 7.44 (Drupal 7.44). Drupal 7.44, 2016-06-15 ----------------------- - Fixed security issues (privilege escalation). See SA-CORE-2016-002.
2016-06-19#5043spz1-1/+4
2016-06-19Pullup ticket #5043 - requested by jperkinspz3-7/+23
multimedia/xine-lib: dependency fix Revisions pulled up: - multimedia/xine-lib/Makefile 1.140 - multimedia/xine-lib/PLIST.common 1.39 - multimedia/xine-lib/options.mk 1.1-1.2 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jperkin Date: Tue Apr 19 10:41:14 UTC 2016 Modified Files: pkgsrc/multimedia/xine-lib: Makefile Added Files: pkgsrc/multimedia/xine-lib: options.mk Log Message: Remove dependency on audio/faac (appears unused) and move audio/libdca dependency to options.mk, defaulting to disabled. Both these packages are marked NO_BIN_ON_* so xine-lib couldn't previously be distributed in binary package sets. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 pkgsrc/multimedia/xine-lib/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/xine-lib/options.mk ------------------------------------------------------------------- Module Name: pkgsrc Committed By: jperkin Date: Tue Apr 19 13:48:31 UTC 2016 Modified Files: pkgsrc/multimedia/xine-lib: PLIST.common options.mk Log Message: Handle dts PLIST entries correctly. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/multimedia/xine-lib/PLIST.common cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/xine-lib/options.mk
2016-06-19#5044spz1-1/+4
2016-06-19Pullup ticket #5044 - requested by bsiegertspz2-8/+8
security/libksba: security update Revisions pulled up: - security/libksba/Makefile 1.32 - security/libksba/distinfo 1.20 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bsiegert Date: Sat Jun 18 07:25:13 UTC 2016 Modified Files: pkgsrc/security/libksba: Makefile distinfo Log Message: Update libksba to 1.3.4, fixing several vulnerabilities. Noteworthy changes in version 1.3.4 (2016-05-03) [C19/A11/R4] ------------------------------------------------ * Fixed two OOB read access bugs which could be used to force a DoS. * Fixed a crash due to faulty curve OID lookup code. * Synced the list of supported curves with those of Libgcrypt. * New configure option --enable-build-timestamp; a build timestamp is not anymore used by default. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/libksba/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/libksba/distinfo
2016-06-115038, 5039, 5041spz1-1/+10
2016-06-11Pullup ticket #5039 - requested by tacaspz4-5/+56
devel/libthrift: build fix Revisions pulled up: - devel/libthrift/distinfo 1.12-1.14 - devel/libthrift/options.mk 1.8 - devel/libthrift/patches/patch-lib__rb__setup.rb 1.2 - devel/libthrift/patches/patch-lib_rb_Makefile.in 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Mon May 30 09:22:58 UTC 2016 Modified Files: pkgsrc/devel/libthrift: distinfo pkgsrc/devel/libthrift/patches: patch-lib__rb__setup.rb Log Message: Fix build problem with Ruby 2.2 and later. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libthrift/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/devel/libthrift/patches/patch-lib__rb__setup.rb ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Mon May 30 16:03:13 UTC 2016 Modified Files: pkgsrc/devel/libthrift: distinfo options.mk Added Files: pkgsrc/devel/libthrift/patches: patch-lib_rb_Makefile.in Log Message: More build fixes: * Explict specify ruby's path to avoid path in WRKDIR. * Do not build again on install stage to fix rpath problem. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libthrift/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libthrift/options.mk cvs rdiff -u -r0 -r1.1 \ pkgsrc/devel/libthrift/patches/patch-lib_rb_Makefile.in ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Mon May 30 16:09:07 UTC 2016 Modified Files: pkgsrc/devel/libthrift: distinfo Log Message: Update distinfo. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/libthrift/distinfo
2016-06-11Pullup ticket #5038 - requested by joergspz5-4/+40
www/nginx: security patch www/nginx-devel: security patch Revisions pulled up: - www/nginx-devel/Makefile 1.20 - www/nginx-devel/distinfo 1.20 - www/nginx-devel/patches/patch-src_os_unix_ngx__files.c 1.1 - www/nginx/Makefile 1.64 - www/nginx/patches/patch-src_os_unix_ngx__files.c 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: joerg Date: Tue May 31 19:44:47 UTC 2016 Modified Files: pkgsrc/www/nginx: Makefile Added Files: pkgsrc/www/nginx/patches: patch-src_os_unix_ngx__files.c Log Message: Avoid CVE-2016-4450 (NULL dereference while saving client body to temporary file). Bump revision. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/nginx/Makefile cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/nginx/patches/patch-src_os_unix_ngx__files.c ------------------------------------------------------------------- Module Name: pkgsrc Committed By: joerg Date: Tue May 31 19:54:43 UTC 2016 Modified Files: pkgsrc/www/nginx-devel: Makefile distinfo Added Files: pkgsrc/www/nginx-devel/patches: patch-src_os_unix_ngx__files.c Log Message: Avoid CVE-2016-4450 (NULL dereference while saving client body to temporary file). Bump revision. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/nginx-devel/Makefile \ pkgsrc/www/nginx-devel/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/nginx-devel/patches/patch-src_os_unix_ngx__files.c
2016-06-11Pullup ticket #5041 - requested by tacaspz3-11/+22
security/openssh: security patch Revisions pulled up: - security/openssh/Makefile 1.244 - security/openssh/distinfo 1.101 - security/openssh/patches/patch-session.c 1.6 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Mon Jun 6 08:55:35 UTC 2016 Modified Files: pkgsrc/security/openssh: Makefile distinfo pkgsrc/security/openssh/patches: patch-session.c Log Message: Add fix for CVE-2015-8325 from upstream. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 pkgsrc/security/openssh/Makefile cvs rdiff -u -r1.100 -r1.101 pkgsrc/security/openssh/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/openssh/patches/patch-session.c
2016-06-065037 and 5040 in close succession (should have been the other way round,spz1-1/+7
but hopefully noone updated in the meantime).
2016-06-06Pullup ticket #5040 - requested by tacaspz3-6/+20
net/ntp4: package build fixes Revisions pulled up: - net/ntp4/Makefile 1.93-1.94 - net/ntp4/PLIST 1.22 - net/ntp4/options.mk 1.3 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bsiegert Date: Fri May 13 15:50:13 UTC 2016 Modified Files: pkgsrc/net/ntp4: Makefile PLIST Log Message: Fix package installation for Darwin, which installs tickadj and ntpsnmpd. Not sure what the snmp thing is about; is it picking up a dependency from the base system? Why does no other OS build it? To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/ntp4/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/ntp4/PLIST ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bsiegert Date: Sat May 14 08:13:49 UTC 2016 Modified Files: pkgsrc/net/ntp4: Makefile options.mk Log Message: Do SNMP support properly, as a package option, default disabled. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/ntp4/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ntp4/options.mk
2016-06-06Pullup ticket #5037 - requested by bsiegertspz2-7/+7
net/ntp4: security update Revisions pulled up: - net/ntp4/Makefile 1.95 - net/ntp4/distinfo 1.27 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Fri Jun 3 09:45:09 UTC 2016 Modified Files: pkgsrc/net/ntp4: Makefile distinfo Log Message: Update ntp4 package to 4.2.8p8, security fix. (4.2.8p8) 2016/06/02 Released by Harlan Stenn <stenn@ntp.org> * [Sec 3042] Broadcast Interleave. HStenn. * [Sec 3043] Autokey association reset. perlinger@ntp.org, = stenn@ntp.org - validate origin timestamps on bad MACs, too. stenn@ntp.org * [Sec 3044] Spoofed server packets are partially processed. HStenn. * [Sec 3045] Bad authentication demobilizes ephemeral associations. = JPerlinger. * [Sec 3046] CRYPTO_NAK crash. stenn@ntp.org * [Bug 3038] NTP fails to build in VS2015. perlinger@ntp.org - provide build environment - 'wint_t' and 'struct timespec' defined by VS2015 - fixed print()/scanf() format issues * [Bug 3052] Add a .gitignore file. Edmund Wong. * [Bug 3054] miscopt.html documents the allan intercept in seconds. = SWhite. * [Bug 3058] fetch_timestamp() mishandles 64-bit alignment. Brian = Utterback, JPerlinger, HStenn. * Update the NEWS file for 4.2.8p8. HStenn. * Fix typo in ntp-wait and plot_summary. HStenn. * Make sure we have an "author" file for git imports. HStenn. * Update the sntp problem tests for MacOS. HStenn. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 pkgsrc/net/ntp4/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/ntp4/distinfo
2016-06-04Pullup tickets #5032 to #5037.bsiegert1-1/+16
2016-06-04Pullup ticket #5036 - requested by tacabsiegert3-7/+27
lang/php70: security fix Revisions pulled up: - lang/php/phpversion.mk 1.138 - lang/php70/distinfo 1.10-1.12 - lang/php70/patches/patch-sapi_cli_Makefile.frag 1.1-1.2 --- Module Name: pkgsrc Committed By: taca Date: Fri May 27 13:29:58 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: distinfo Log Message: Update php70 to 7.0.7 (PHP 7.0.7), including security fix. 26 May 2016 PHP 7.0.7 - Core: . Fixed bug #72162 (use-after-free - error_reporting). (Laruence) . Add compiler option to disable special case function calls. (Joe) . Fixed bug #72101 (crash on complex code). (Dmitry) . Fixed bug #72100 (implode() inserts garbage into resulting string when joins very big integer). (Mikhail Galanin) . Fixed bug #72057 (PHP Hangs when using custom error handler and typehint). (Nikita Nefedov) . Fixed bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice). (Bob) . Fixed bug #71737 (Memory leak in closure with parameter named $this). (Nikita) . Fixed bug #72059 (?? is not allowed on constant expressions). (Bob, Marcio) . Fixed bug #72159 (Imported Class Overrides Local Class Name). (Nikita) - Curl: . Fixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE). (Pierrick) - DBA: . Fixed bug #72157 (use-after-free caused by dba_open). (Shm, Laruence) - GD: . Fixed bug #72227 (imagescale out-of-bounds read). (Stas) - Intl: . Fixed #72241 (get_icu_value_internal out-of-bounds read). (Stas) - JSON: . Fixed bug #72069 (Behavior \JsonSerializable different from json_encode). (Laruence) - Mbstring: . Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace). (Laruence) - OCI8: . Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight columns). (Tian Yang) - Opcache: . Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error). (Laruence) - OpenSSL: . Fixed bug #72165 (Null pointer dereference - openssl_csr_new). (Anatol) - PCNTL: . Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite). (Laruence) - POSIX: . Fixed bug #72133 (php_posix_group_to_array crashes if gr_passwd is NULL). (esminis at esminis dot lt) - Postgres: . Fixed bug #72028 (pg_query_params(): NULL converts to empty string). (Laruence) . Fixed bug #71062 (pg_convert() doesn't accept ISO 8601 for datatype timestamp). (denver at timothy dot io) . Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol) - Reflection: . Fixed bug #72174 (ReflectionProperty#getValue() causes __isset call). (Nikita) - Session: . Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode session object). (Laruence) - Sockets: . Added socket_export_stream() function for getting a stream compatible resource from a socket resource. (Chris Wright, Bob) - SPL: . Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as expected). (Laruence) - SQLite3: . Fixed bug #68849 (bindValue is not using the right data type). (Anatol) - Standard: . Fixed bug #72075 (Referencing socket resources breaks stream_select). (Laruence) . Fixed bug #72031 (array_column() against an array of objects discards all values matching null). (Nikita) --- Module Name: pkgsrc Committed By: wiz Date: Sat May 28 08:02:26 UTC 2016 Modified Files: pkgsrc/lang/php70: distinfo Added Files: pkgsrc/lang/php70/patches: patch-sapi_cli_Makefile.frag Log Message: Mark php binary with paxctl +m because of JIT code. Needed on NetBSD-current with PaX MPROTECT. --- Module Name: pkgsrc Committed By: wiz Date: Sat May 28 08:13:15 UTC 2016 Modified Files: pkgsrc/lang/php70: distinfo pkgsrc/lang/php70/patches: patch-sapi_cli_Makefile.frag Log Message: Add upstream bug report URL.
2016-06-04Pullup ticket #5035 - requested by tacabsiegert3-8/+8
lang/php56: security fix Revisions pulled up: - lang/php/phpversion.mk 1.137 - lang/php56/DESCR 1.2 - lang/php56/distinfo 1.27 --- Module Name: pkgsrc Committed By: taca Date: Mon May 16 04:13:59 UTC 2016 Modified Files: pkgsrc/lang/php56: DESCR Log Message: This package is not for PHP 5.5.x but 5.6.x. Noted by Edgar Fu_ via privaet E-mail. --- Module Name: pkgsrc Committed By: taca Date: Fri May 27 13:28:07 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php56: distinfo Log Message: Update php56 to 5.6.22 (PHP 5.6.22), including security fix. 26 May 2016, PHP 5.6.22 - Core: . Fixed bug #72172 (zend_hex_strtod should not use strlen). (bwitz at hotmail dot com ) . Fixed bug #72114 (Integer underflow / arbitrary null write in fread/gzread). (Stas) . Fixed bug #72135 (Integer Overflow in php_html_entities). (Stas) - GD: . Fixed bug #72227 (imagescale out-of-bounds read). (Stas) - Intl . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol) . Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (Stas) - Postgres: . Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol)
2016-06-04Pullup ticket #5034 - requested by tacabsiegert2-7/+7
lang/php55: security fix Revisions pulled up: - lang/php/phpversion.mk 1.136 - lang/php55/distinfo 1.53 --- Module Name: pkgsrc Committed By: taca Date: Fri May 27 13:25:44 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: distinfo Log Message: Update php55 to 5.5.36 (PHP 5.5.36), including security fix. 26 May 2016, PHP 5.5.36 - Core: . Fixed bug #72114 (Integer underflow / arbitrary null write in fread/gzread). (Stas) . Fixed bug #72135 (Integer Overflow in php_html_entities). (Stas) - GD: . Fixed bug #72227 (imagescale out-of-bounds read). (Stas) - Intl: . Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (Stas) - Phar: . Fixed bug #71331 (Uninitialized pointer in phar_make_dirstream()). (CVE-2016-4343) (Stas)
2016-06-04Pullup ticket #5033 - requested by tacabsiegert5-26/+54
mail/roundcube: security fix Revisions pulled up: - mail/roundcube/Makefile 1.81-1.83 - mail/roundcube/PLIST 1.40-1.41 - mail/roundcube/distinfo 1.49-1.51 - mail/roundcube/patches/patch-config.inc.php deleted - mail/roundcube/patches/patch-plugins_password_helpers_passwd-expect 1.1 - mail/roundcube/patches/patch-program_lib_Roundcube_rcube__washtml.php 1.3 --- Module Name: pkgsrc Committed By: taca Date: Thu May 26 03:20:37 UTC 2016 Modified Files: pkgsrc/mail/roundcube: Makefile PLIST distinfo Removed Files: pkgsrc/mail/roundcube/patches: patch-config.inc.php Log Message: Update roundcube to 1.1.5, including security fix. RELEASE 1.1.5 ------------- - Plugin API: Add html2text hook - Plugin API: Added addressbook_export hook - Fix missing emoticons on html-to-text conversion - Fix random "access to this resource is secured against CSRF" message at logout (#4956) - Fix missing language name in "Add to Dictionary" request in HTML mode (#4951) - Enable use of TLSv1.1 and TLSv1.2 for IMAP (#4955) - Fix XSS issue in SVG images handling (#4949) - Fix (again) security issue in DBMail driver of password plugin [CVE-2015-2181] (#4958) - Fix bug where Archive/Junk buttons were not active after page jump with select=all mode (#4961) - Fix bug in long recipients list parsing for cases where recipient name contained @-char (#4964) - Fix additional_message_headers plugin compatibility with Mail_Mime >= 1.9 (#4966) - Hide DSN option in Preferences when smtp_server is not used (#4967) - Protect download urls against CSRF using unique request tokens (#4957) - newmail_notifier: Refactor desktop notifications - Fix so contactlist_fields option can be set via config file - Fix so SPECIAL-USE assignments are forced only until user sets special folders (#4782) - Fix performance in reverting order of THREAD result - Fix converting mail addresses with @www. into mailto links (#5197) --- Module Name: pkgsrc Committed By: taca Date: Thu May 26 03:23:39 UTC 2016 Added Files: pkgsrc/mail/roundcube/patches: patch-plugins_password_helpers_passwd-expect Log Message: Oops, forgot to add a patch file for NetBSD (and perhaps for *BSD) to make password plugin work. --- Module Name: pkgsrc Committed By: taca Date: Thu May 26 23:22:17 UTC 2016 Modified Files: pkgsrc/mail/roundcube: Makefile distinfo Added Files: pkgsrc/mail/roundcube/patches: patch-program_lib_Roundcube_rcube__washtml.php Log Message: Update security path for CVE-2016-5103 (XSS) from upstream. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun May 29 15:46:59 UTC 2016 Modified Files: pkgsrc/mail/roundcube: Makefile PLIST distinfo Log Message: Switch to get distfiles from GitHub, noted by David Brownlee via private e-mail. And some installed files are changed, bump PKGREVISION.
2016-06-04Pullup ticket #5032 - requested by tacabsiegert3-8/+9
www/typo3_62: security fix Revisions pulled up: - www/typo3_62/Makefile 1.16 - www/typo3_62/PLIST 1.12 - www/typo3_62/distinfo 1.14 --- Module Name: pkgsrc Committed By: taca Date: Tue May 24 12:55:17 UTC 2016 Modified Files: pkgsrc/www/typo3_62: Makefile PLIST distinfo Log Message: Update typo3_62 to 6.2.25 (TYPO3 6.2.25), including security fix. 2016-05-24 8926699 [RELEASE] Release of TYPO3 6.2.25 (TYPO3 Release Team) 2016-05-24 f18b990 #76278 [BUGFIX] Allow non critical request arguments with @ (Helmut Hummel) 2016-05-24 8e766a8 [TASK] Set TYPO3 version to 6.2.25-dev (TYPO3 Release Team) 2016-05-24 29df864 [RELEASE] Release of TYPO3 6.2.24 (TYPO3 Release Team) 2016-05-24 c10db60 #76231,#76256 [SECURITY] Validate complete referring request (Helmut Hummel) 2016-05-17 070e747 [TASK] Set TYPO3 version to 6.2.24-dev (TYPO3 Release Team) 2016-05-17 80a1f39 [RELEASE] Release of TYPO3 6.2.23 (TYPO3 Release Team) 2016-05-17 1b58942 #75721 [BUGFIX] Use push parser instead of pull parser on fetching extension list (Oliver Hader) 2016-05-17 6a038ac Revert "[BUGFIX] Load XML files of Extension Manager properly" (Oliver Hader) 2016-05-06 8713065 #76066,#76064 [TASK] Make .htaccess Apache 2.4 suitable (Marc von Schalscha-Ehrenfeld) 2016-05-05 31bb6be #75934 [TASK] Disallow access to documentation folders (Markus Klein) 2016-05-01 9100aae #75947 [BUGFIX] Allow maxitem=1 in TCA treeSelect again (Alexander Bigga) 2016-04-26 034e97b [TASK] Set TYPO3 version to 6.2.23-dev (TYPO3 Release Team)
2016-05-31#5029 #5030spz1-1/+8
2016-05-31Pullup ticket #5030 - requested by bsiegertspz3-9/+11
graphics/librsvg: security update Revisions pulled up: - graphics/librsvg/Makefile 1.86 - graphics/librsvg/PLIST 1.13 - graphics/librsvg/distinfo 1.34 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: ryoon Date: Sat May 21 13:43:42 UTC 2016 Modified Files: pkgsrc/graphics/librsvg: Makefile PLIST distinfo Log Message: Update to 2.40.15 Changelog: Version 2.40.15 - Apologies for the lack of 2.40.14. I mistakenly tagged the repository before updating the NEWS file. - librsvg now uses the Contributor Covenant Code of Conduct, version 1.4, to which all contributors and maintainers are expected to abide. Please see the code_of_conduct.md file for details. - Chun-wei Fan fixed builds on Visual Studio pre-2012. - Fixed bgo#759084 - Don't crash when filters don't actually exist Fix by Benjamin Otte. - Javier Jard=F3n updated our autogen.sh to use modern autotools. - Fixed bgo#761728 - Memory leak in the PrimitiveComponentTransfer filter. Fix by Ron Hopper. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 pkgsrc/graphics/librsvg/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/librsvg/PLIST cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/librsvg/distinfo
2016-05-31Pullup ticket #5029 - requested by bsiegertspz2-7/+7
www/moodle: security update Revisions pulled up: - www/moodle/Makefile 1.46 - www/moodle/distinfo 1.35 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wen Date: Sun Apr 10 03:08:56 UTC 2016 Modified Files: pkgsrc/www/moodle: Makefile distinfo Log Message: Update to 3.0.3 Upstream changes: Moodle 3.0.3 release notes Releases > Moodle 3.0.3 release notes Release date: 14 March 2016 Here is the full list of fixed issues in 3.0.3. Contents 1 Highlights 2 Fixes and improvements 3 Security issues 4 See also Highlights MDL-48778 - Fixed problems with assign quick grading in case of multiple attempts MDL-21912 - New setting 'Allow admin conflict resolution' for restoring a course from a different Moodle site MDL-31635 - Course completion "grade" criteria now correctly shows grades as points and not percents MDL-51702 - Restored ability to assign roles to blocks in Default dashboard and My home MDL-49807 - Wiki table of contents correctly displays headers created in Atto editor Fixes and improvements MDL-48015 - Fixed misalignment in gradebook when category has no total and items MDL-52566 - Releasing assignment with team submission now releases grades to all group members MDL-52486 - Fixed javascript errors in languages with _ in the name such as en_us (for example when editing user interests) MDL-52249 - Custom menus with subitems now work correctly on touch screen devices MDL-51723 - Fixed bug with unenrolling users on login under LDAP auth with Active Directory MDL-38020 - Corrected user enrollment workflow through Participant list using Edit Icon MDL-41531 - Fixed irregular characters in course name interfering with PayPal enrolment MDL-51075 - Centered positioning of glossary popup MDL-52217 - Cleaning temporary download directory for dropbox repository MDL-52637 - Fixed problems with connection to SMTP mail in some configurations MDL-52589 - Allow non-default cache stores to be uninstalled MDL-50083 - Unlock submissions when reopening locked assignment MDL-43620 - Allow to reset the course start date when having a chat activity MDL-49338 - Fixed bug when quiz statistics report displays the preview icons to the wrong variant MDL-52763 - Users with the mod/assign:viewblinddetails capability are able to cross reference users with their blind identities MDL-52435 - Plagiarism prevention links are moved to the top of the submission text MDL-52814 - Fixed overlapping of redo button in Quiz MDL-53012 - Behat: Add step to run scheduled task MDL-50218 - If there is no grade, an external tool (LTI) module will now return a grade of '' instead of 0 to the LTI tool producer Security issues MSA-16-0003 Incorrect capability check when displaying users emails in Participants list MSA-16-0004 XSS from profile fields from external db MSA-16-0005 Reflected XSS in mod_data advanced search MSA-16-0006 Hidden courses are shown to students in Event Monitor MSA-16-0007 Non-Editing Instructor role can edit exclude checkbox in Single View MSA-16-0008 External function get_calendar_events return events that pertains to hidden activities MSA-16-0009 CSRF in Assignment plugin management page MSA-16-0010 Enumeration of category details possible without authentication MSA-16-0011 Add no referrer to links with _blank target attribute MSA-16-0012 External function mod_assign_save_submission does not check due dates To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/moodle/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/moodle/distinfo
2016-05-25#5028spz1-1/+3
2016-05-25Pullup ticket #5028 - requested by hespz13-32/+195
textproc/libxml2: security update Revisions pulled up: - textproc/libxml2/Makefile 1.141 - textproc/libxml2/distinfo 1.110-1.112 - textproc/libxml2/patches/patch-aa 1.29 - textproc/libxml2/patches/patch-ab 1.29-1.30 - textproc/libxml2/patches/patch-ac 1.9 - textproc/libxml2/patches/patch-ad 1.19 - textproc/libxml2/patches/patch-ae 1.15 - textproc/libxml2/patches/patch-ag deleted - textproc/libxml2/patches/patch-encoding.c added at 1.2 - textproc/libxml2/patches/patch-runtest.c added at 1.2 - textproc/libxml2/patches/patch-testlimits.c added at 1.2 - textproc/libxml2/patches/patch-timsort.h added at 1.2 - textproc/libxml2/patches/patch-xmlIO.c added at 1.2 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: he Date: Tue May 24 12:00:08 UTC 2016 Modified Files: pkgsrc/textproc/libxml2: Makefile distinfo pkgsrc/textproc/libxml2/patches: patch-aa patch-ab patch-ac patch-ad patch-ae Added Files: pkgsrc/textproc/libxml2/patches: patch-encoding.c patch-runtest.c patch-testlimits.c patch-timsort.h patch-xmlIO.c Removed Files: pkgsrc/textproc/libxml2/patches: patch-ag Log Message: Update libxml2 to 2.9.4. Pkgsrc changes: * Add some casts to match types and format strings, plus fix value range of toupper() operation. * Merge patch-ag into the new patch-encoding.c. * Add comments to existing patches which lacked comments. Upstream changes to libxml2-2.9.4: May 23 2016 Security: CVE-2016-3627 Avoid building recursive entities CVE-2016-1833 Heap-based buffer overread in htmlCurrentChar CVE-2016-1835 Heap use-after-free in xmlSAX2AttributeNs CVE-2016-1837 Heap use-after-free in htmlParsePubidLiteral and htmlParseSystemiteral CVE-2016-1836 Bug 759398: Heap use-after-free in xmlDictComputeFastKey CVE-2016-1839 Bug 758605: Heap-based buffer overread in xmlDictAddString CVE-2016-1838 Bug 758588: Heap-based buffer overread in xmlParserPrintFileContextInternal CVE-2016-1840 Bug 757711: heap-buffer-overflow in xmlFAParsePosCharGroup CVE-2016-4483 Avoid an out of bound access when serializing malformed strings CVE-2016-1834 Bug 763071: heap-buffer-overflow in xmlStrncat CVE-2016-3705 Add missing increments of recursion depth counter to XML parser. CVE-2016-1762 Heap-based buffer overread in xmlNextChar More format string warnings with possible format string vulnerability Heap-based buffer-underreads due to xmlParseName Fix some format string warnings with possible format string vulnerability Unsigned addition may overflow in xmlMallocAtomicLoc() Other bugfixes: Detect change of encoding when parsing HTML names Fix inappropriate fetch of entities content Correct the usage of LDFLAGS Revert the use of SAVE_LDFLAGS in configure.ac libxml2 hardcodes -L/lib in zlib/lzma tests which breaks cross-compiles Add more debugging info to runtest Implement "runtest -u" mode Integer signed/unsigned type mismatch in xmlParserInputGrow() Integer overflow parsing port number in URI Fix apibuild for a recently added constructv2.9.4-rc2 Use pkg-config to locate zlib when possible Use pkg-config to locate ICU when possible Fix an error with regexp on nullable counted char transition Fix memory leak with XPath namespace nodes Fix namespace axis traversal Add a make rule to rebuild for ASAN Fix null pointer deref in docs with no root element Portability to non C99 compliant compilers dict.h: Move xmlDictPtr definition before includes to allow direct inclusion. Fix XSD validation of URIs with ampersands xmlschemastypes.c: accept endOfDayFrag Times set to "24:00:00" mean "end of day" and should not cause an error. v2.9.4-rc1 os400: tell about xmllint and xmlcatalog in README400. os400: properly process SGML add in XMLCATALOG command. os400: implement CL command XMLCATALOG. os400: compile and install program xmlcatalog (qshell-only). xmlcatalog: flush stdout before interactive shell input. os400: expand tabs in sources, strip trailing blanks. os400: implement CL command XMLLINT. os400: compile and install program xmllint (qshell-only). os400: initscript make_module(): Use options instead of positional parameters. xmllint: flush stdout before interactive shell input. os400: c14n.rpgle: allow *omit for nullable reference parameters. os400: use like() for double type. os400: use like() for int type. os400: use like() for unsigned int type. os400: use like() for enum types. Add xz to xml2-config --libs output Don't recurse into OP_VALUEs in xmlXPathOptimizeExpression Fix namespace::node() XPath expression Fix OOB write in xmlXPathEmptyNodeSet Fix parsing of NCNames in XPath Fix OOB read with invalid UTF-8 in xmlUTF8Strsize Do normalize string-based datatype value in RelaxNG facet checking Fix typo: s{ ec -> cr }cipt Fix typos: dictio{ nn -> n }ar{y,ies} Fix typos: PATH_{ SEAPARATOR -> SEPARATOR } Correct a typo. Bug 760921: REGRESSION (8eb55d78): doc/examples/io1 test fails after fix for "xmlSaveUri() incorrectly recomposes URIs with rootless paths" Bug 760861: REGRESSION (bf9c1dad): Missing results for test/schemas/regexp-char-ref_[01].xsd error.c: *input->cur == 0 does not mean no error Add missing RNG test files Bug 760190: configure.ac should be able to build --with-icu without icu-config tool Bug 760183: REGRESSION (v2.9.3): XML push parser fails with bogus UTF-8 encoding error when multi-byte character in large CDATA section is split across buffer Bug 758572: ASAN crash in make check Bug 721158: Missing ICU string when doing --version on xmllint python 3: libxml2.c wrappers create Unicode str already win32\VC10\config.h and VS 2015 Add autogen.sh to distrib Add configure maintainer mode To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 pkgsrc/textproc/libxml2/Makefile cvs rdiff -u -r1.109 -r1.110 pkgsrc/textproc/libxml2/distinfo cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/libxml2/patches/patch-aa \ pkgsrc/textproc/libxml2/patches/patch-ab cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/libxml2/patches/patch-ac cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/libxml2/patches/patch-ad cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/libxml2/patches/patch-ae cvs rdiff -u -r1.12 -r0 pkgsrc/textproc/libxml2/patches/patch-ag cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/libxml2/patches/patch-encoding.c \ pkgsrc/textproc/libxml2/patches/patch-runtest.c \ pkgsrc/textproc/libxml2/patches/patch-testlimits.c \ pkgsrc/textproc/libxml2/patches/patch-timsort.h \ pkgsrc/textproc/libxml2/patches/patch-xmlIO.c ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wiz Date: Tue May 24 21:08:21 UTC 2016 Modified Files: pkgsrc/textproc/libxml2: distinfo pkgsrc/textproc/libxml2/patches: patch-encoding.c patch-runtest.c patch-testlimits.c patch-timsort.h patch-xmlIO.c Log Message: Add upstream bug report URLs (from he@). To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/textproc/libxml2/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/libxml2/patches/patch-encoding.c \ pkgsrc/textproc/libxml2/patches/patch-runtest.c \ pkgsrc/textproc/libxml2/patches/patch-testlimits.c \ pkgsrc/textproc/libxml2/patches/patch-timsort.h \ pkgsrc/textproc/libxml2/patches/patch-xmlIO.c ------------------------------------------------------------------- Module Name: pkgsrc Committed By: he Date: Wed May 25 07:16:36 UTC 2016 Modified Files: pkgsrc/textproc/libxml2: distinfo pkgsrc/textproc/libxml2/patches: patch-ab Log Message: Submit the typo part of configure upstream, note the bug-ID. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 pkgsrc/textproc/libxml2/distinfo cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/libxml2/patches/patch-ab
2016-05-23Pullup tickets #4990 to #5008 and #5021 to #5025, all from joerg.bsiegert1-1/+73
2016-05-23Pullup ticket #5025 - requested by joergbsiegert3-3/+10
sysutils/xenkernel33: build fix Revisions pulled up: - sysutils/xenkernel3/Makefile 1.31 - sysutils/xenkernel33/Makefile 1.30 - sysutils/xentools3/Makefile 1.47 --- Module Name: pkgsrc Committed By: joerg Date: Wed May 18 21:25:06 UTC 2016 Modified Files: pkgsrc/sysutils/xenkernel3: Makefile pkgsrc/sysutils/xenkernel33: Makefile pkgsrc/sysutils/xentools3: Makefile Log Message: Make some GCC warnings non-fatal.
2016-05-23Pullup ticket #5024 - requested by joergbsiegert3-3/+19
sysutils/xentools33: build fix Revisions pulled up: - sysutils/xentools33/Makefile 1.50 - sysutils/xentools33/distinfo 1.32 - sysutils/xentools33/patches/patch-fs-back_Makefile 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Wed May 18 21:24:44 UTC 2016 Modified Files: pkgsrc/sysutils/xentools33: Makefile distinfo Added Files: pkgsrc/sysutils/xentools33/patches: patch-fs-back_Makefile Log Message: Add missing rpath. Make a bunch of GCC warnings non-fatal. Bump revision.
2016-05-23Pullup ticket #5023 - requested by joergbsiegert4-18/+42
devel/tvision: build fix Revisions pulled up: - devel/tvision/distinfo 1.9 - devel/tvision/patches/patch-lib_TWindow_cc 1.2 - devel/tvision/patches/patch-lib_colorsel_cc 1.2 - devel/tvision/patches/patch-lib_tobjstrm_h 1.2 --- Module Name: pkgsrc Committed By: joerg Date: Wed May 18 20:19:46 UTC 2016 Modified Files: pkgsrc/devel/tvision: distinfo pkgsrc/devel/tvision/patches: patch-lib_TWindow_cc patch-lib_colorsel_cc patch-lib_tobjstrm_h Log Message: Don't assume intptr_t is magically defined, but request it when necessary.
2016-05-23Pullup ticket #5022 - requested by joergbsiegert2-1/+16
devel/libbson: build fix Revisions pulled up: - devel/libbson/distinfo 1.18 - devel/libbson/patches/patch-Makefile.in 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Wed May 18 20:19:11 UTC 2016 Modified Files: pkgsrc/devel/libbson: distinfo Added Files: pkgsrc/devel/libbson/patches: patch-Makefile.in Log Message: Help linking the test program by providing all internal libraries.
2016-05-23Pullup ticket #5021 - requested by joergbsiegert4-5/+125
cross/uisp: build fix Revisions pulled up: - cross/uisp/distinfo 1.7 - cross/uisp/patches/patch-src_AvrAtmel.C 1.1 - cross/uisp/patches/patch-src_AvrDummy.C 1.1 - cross/uisp/patches/patch-src_Stk500.C 1.2 --- Module Name: pkgsrc Committed By: joerg Date: Wed May 18 20:18:32 UTC 2016 Modified Files: pkgsrc/cross/uisp: distinfo pkgsrc/cross/uisp/patches: patch-src_Stk500.C Added Files: pkgsrc/cross/uisp/patches: patch-src_AvrAtmel.C patch-src_AvrDummy.C Log Message: Under C++11 it is invalid to implicitly cast from a larger type to a smaller type in an initializer. Adjust various places accordingly. Avoid set-but-not-used warnings in some other places for newer GCC.
2016-05-23Pullup ticket #5008 - requested by joergbsiegert1-1/+4
wm/fluxconf: build fix Revisions pulled up: - wm/fluxconf/Makefile 1.30 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:11:15 UTC 2016 Modified Files: pkgsrc/wm/fluxconf: Makefile Log Message: Disable noisy GCC warnings.
2016-05-23Pullup ticket #5007 - requested by joergbsiegert3-2/+17
sysutils/tarsnap-gui: build fix Revisions pulled up: - sysutils/tarsnap-gui/Makefile 1.3 - sysutils/tarsnap-gui/distinfo 1.2 - sysutils/tarsnap-gui/patches/patch-Tarsnap.pro 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:10:46 UTC 2016 Modified Files: pkgsrc/sysutils/tarsnap-gui: Makefile distinfo Added Files: pkgsrc/sysutils/tarsnap-gui/patches: patch-Tarsnap.pro Log Message: Instruct qmake to include the X11BASE rpath.
2016-05-23Pullup ticket #5006 - requested by joergbsiegert3-2/+19
sysutils/open-vm-tools: build fix Revisions pulled up: - sysutils/open-vm-tools/Makefile 1.56 - sysutils/open-vm-tools/distinfo 1.11 - sysutils/open-vm-tools/patches/patch-lib_user_util.c 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:10:09 UTC 2016 Modified Files: pkgsrc/sysutils/open-vm-tools: Makefile distinfo Added Files: pkgsrc/sysutils/open-vm-tools/patches: patch-lib_user_util.c Log Message: Disable noisy warnings. Add an explicit cast to deal with expected interface differences.
2016-05-23Pullup ticket #5005 - requested by joergbsiegert1-1/+3
sysutils/fscd: build fix Revisions pulled up: - sysutils/fscd/Makefile 1.6 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:09:24 UTC 2016 Modified Files: pkgsrc/sysutils/fscd: Makefile Log Message: Silence noisy GCC warning.
2016-05-23Pullup ticket #5004 - requested by joergbsiegert1-1/+2
security/php-oauth: build fix Revisions pulled up: - security/php-oauth/Makefile 1.7 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:09:07 UTC 2016 Modified Files: pkgsrc/security/php-oauth: Makefile Log Message: Requires PCRE to build.
2016-05-23Pullup ticket #5003 - requested by joergbsiegert1-3/+2
print/LPRng-core: build fix Revisions pulled up: - print/LPRng-core/Makefile 1.40 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:08:49 UTC 2016 Modified Files: pkgsrc/print/LPRng-core: Makefile Log Message: Generally drop -Werror.
2016-05-23Pullup ticket #5002 - requested by joergbsiegert1-1/+3
pkgtools/pkg_select: build fix Revisions pulled up: - pkgtools/pkg_select/Makefile 1.23 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:08:30 UTC 2016 Modified Files: pkgsrc/pkgtools/pkg_select: Makefile Log Message: Disable noisy warning for GCC.
2016-05-23Pullup ticket #5001 - requested by joergbsiegert2-5/+6
net/openwbem: build fix Revisions pulled up: - net/openwbem/distinfo 1.8 - net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp 1.2 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:08:07 UTC 2016 Modified Files: pkgsrc/net/openwbem: distinfo pkgsrc/net/openwbem/patches: patch-src_common_OW__CommonFwd.hpp Log Message: Include the right header for std::less.
2016-05-23Pullup ticket #5000 - requested by joergbsiegert2-4/+4
net/gkrellm: build fix Revisions pulled up: - net/gkrellm-multiping/distinfo 1.7 - net/gkrellm-multiping/patches/patch-aa 1.4 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:07:39 UTC 2016 Modified Files: pkgsrc/net/gkrellm-multiping: distinfo pkgsrc/net/gkrellm-multiping/patches: patch-aa Log Message: Drop use of -Wl without actual argument.
2016-05-23Pullup ticket #4999 - requested by joergbsiegert2-1/+41
multimedia/gopchop: build fix Revisions pulled up: - multimedia/gopchop/distinfo 1.9 - multimedia/gopchop/patches/patch-src_Main.cpp 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:07:15 UTC 2016 Modified Files: pkgsrc/multimedia/gopchop: distinfo Added Files: pkgsrc/multimedia/gopchop/patches: patch-src_Main.cpp Log Message: Don't use C99 designators in C++.
2016-05-23Pullup ticket #4998 - requested by joergbsiegert3-2/+33
misc/rocs: build fix Revisions pulled up: - misc/rocs/Makefile 1.40 - misc/rocs/distinfo 1.12 - misc/rocs/patches/patch-RocsCore_DataStructures_Graph_GraphStructure.cpp 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:06:40 UTC 2016 Modified Files: pkgsrc/misc/rocs: Makefile distinfo Added Files: pkgsrc/misc/rocs/patches: patch-RocsCore_DataStructures_Graph_GraphStructure.cpp Log Message: With newer Boost, this now must be built as C++11. Unrestrict make_pair to help GCC 4.8 figure out the right template of make_pair.
2016-05-23Pullup ticket #4997 - requested by joergbsiegert3-3/+14
misc/kchmviewer: build fix Revisions pulled up: - misc/kchmviewer/Makefile 1.57 - misc/kchmviewer/distinfo 1.14 - misc/kchmviewer/patches/patch-src_src.pro 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:05:22 UTC 2016 Modified Files: pkgsrc/misc/kchmviewer: Makefile distinfo Added Files: pkgsrc/misc/kchmviewer/patches: patch-src_src.pro Log Message: Instruct qmake to include X11BASE rpath. Bump revision.
2016-05-23Pullup ticket #4996 - requested by joergbsiegert2-4/+5
misc/gkrellm-launch: build fix Revisions pulled up: - misc/gkrellm-launch/distinfo 1.4 - misc/gkrellm-launch/patches/patch-aa 1.2 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:04:43 UTC 2016 Modified Files: pkgsrc/misc/gkrellm-launch: distinfo pkgsrc/misc/gkrellm-launch/patches: patch-aa Log Message: Drop linker argument without argument.