summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2013-08-31Pullup ticket #4226 - requested by bouyertron2-2/+6
lang/php53: build fix lang/php54: build fix Revisions pulled up: - lang/php53/Makefile 1.42 - lang/php54/Makefile 1.12 --- Module Name: pkgsrc Committed By: joerg Date: Tue Aug 13 10:22:26 UTC 2013 Modified Files: pkgsrc/lang/php53: Makefile pkgsrc/lang/php54: Makefile Log Message: Allow only the PHP version itself, otherwise the multi-version logic will trigger with failing distinfo entries.
2013-08-25Pullup ticket #4222 - requested by tacatron8-202/+36
lang/php54: security update Revisions pulled up: - lang/php/phpversion.mk 1.40,1.42 via patch - lang/php54/Makefile 1.13-1.14 - lang/php54/Makefile.common patch - lang/php54/PLIST 1.5 - lang/php54/distinfo 1.22-1.26 via patch - lang/php54/patches/patch-configure 1.3 - lang/php54/patches/patch-ext_openssl_openssl.c deleted - lang/php54/patches/patch-ext_xml_xml.c deleted - lang/php54/patches/patch-sapi_cgi_Makefile.frag 1.2 --- Module Name: pkgsrc Committed By: taca Date: Wed Aug 14 15:43:22 UTC 2013 Modified Files: pkgsrc/lang/php54: Makefile distinfo Added Files: pkgsrc/lang/php54/patches: patch-ext_openssl_openssl.c Log Message: Add fix fo openssl, CVE-2013-4073. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Fri Aug 16 00:38:24 UTC 2013 Modified Files: pkgsrc/lang/php54: distinfo pkgsrc/lang/php54/patches: patch-ext_openssl_openssl.c Log Message: Since openssl's security problem has assigned CVE-2013-4248, update comment in the patch file. --- Module Name: pkgsrc Committed By: taca Date: Fri Aug 16 15:28:23 UTC 2013 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: Makefile PLIST distinfo pkgsrc/lang/php54/patches: patch-configure patch-sapi_cgi_Makefile.frag Removed Files: pkgsrc/lang/php54/patches: patch-ext_openssl_openssl.c patch-ext_xml_xml.c Log Message: Update php54 to 5.4.18. 15 Aug 2013, PHP 5.4.18 - Core: . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey avp200681 gmail com). . Fixed bug #65254 (Exception not catchable when exception thrown in autoload with a namespace). (Laruence) . Fixed bug #65108 (is_callable() triggers Fatal Error). (David Soria Parra, Laruence) . Fixed bug #65088 (Generated configure script is malformed on OpenBSD). (Adam) . Fixed bug #62964 (Possible XSS on "Registered stream filters" info). (david at nnucomputerwhiz dot com) . Fixed bug #62672 (Error on serialize of ArrayObject). (Lior Kaplan) . Fixed bug #62475 (variant_* functions causes crash when null given as an argument). (Felipe) . Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana) . Fixed bug #65226 (chroot() does not get enabled). (Anatol) - CGI: . Fixed Bug #65143 (Missing php-cgi man page). (Remi) - CLI server: . Fixed bug #65066 (Cli server not responsive when responding with 422 http status code). (Adam) - CURL: . Fixed bug #62665 (curl.cainfo doesn't appear in php.ini). (Lior Kaplan) - FPM: . Fixed bug #63983 (enabling FPM borks compile on FreeBSD). (chibisuke at web dot de, Felipe) - FTP: . Fixed bug #65228 (FTPs memory leak with SSL). (marco dot beierer at mbsecurity dot ch) - GMP: . Fixed bug #65227 (Memory leak in gmp_cmp second parameter). (Felipe) - Imap: . Fixed bug #64467 (Segmentation fault after imap_reopen failure). (askalski at gmail dot com) - Intl: . Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas) . Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions). (Stas) - mysqlnd: . Fixed segfault in mysqlnd when doing long prepare. (Andrey) - ODBC: . Fixed bug #61387 (NULL valued anonymous column causes segfault in odbc_fetch_array). (Brandon Kirsch) - Openssl: . Fixed handling null bytes in subjectAltName (CVE-2013-4073). (Christian Heimes) - PDO: . Allowed PDO_OCI to compile with Oracle Database 12c client libraries. (Chris Jones) - PDO_dblib: . Fixed bug #65219 (PDO/dblib not working anymore ("use dbName" not sent)). (Stanley Sufficool) - PDO_pgsql: . Fixed meta data retrieve when OID is larger than 2^31. (Yasuo) - Phar: . Fixed Bug #65142 (Missing phar man page). (Remi) - Session . Fixed bug #62535 ($_SESSION[$key]["cancel_upload"] doesn't work as documented). (Arpad) . Fixed bug #35703 (when session_name("123") consist only digits, should warning). (Yasuo) . Fixed bug #49175 (mod_files.sh does not support hash bits). Patch by oorza2k5 at gmail dot com (Yasuo) - Sockets: . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option). (Damjan Cvetko) - SPL: . Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence) . Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator /Spl(Temp)FileObject ctor twice). (Laruence) . Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0, keys are strings). (Adam) - XML: . Fixed bug #65236 (heap corruption in xml parser, CVE-2013-4113). (Rob) --- Module Name: pkgsrc Committed By: taca Date: Sat Aug 17 00:35:08 UTC 2013 Modified Files: pkgsrc/lang/php54: distinfo Log Message: Make sure to update distinfo. Thanks to Greg Oster noted the problem to me. --- Module Name: pkgsrc Committed By: taca Date: Fri Aug 23 03:11:55 UTC 2013 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php54: distinfo Log Message: Update php54 to 5.4.19. 22 Aug 2013, PHP 5.4.19 - Core: . Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse'). (Laruence) - Openssl: . Fixed UMR in fix for CVE-2013-4248.
2013-08-25Pullup ticket #4221 - requested by tacatron7-55/+71
lang/php*: apply framework changes to make pullup requests possible Revisions pulled up: - lang/php/common.mk 1.1 - lang/php/ext.mk 1.30 - lang/php/phpversion.mk 1.37-1.39 - lang/php53/DESCR 1.2 - lang/php53/Makefile 1.40-1.42 - lang/php53/Makefile.common 1.28-1.29 - lang/php53/Makefile.php 1.37 - lang/php54/DESCR 1.2 - lang/php54/MESSAGE.suhosin deleted - lang/php54/Makefile 1.9-1.10,1.12 - lang/php54/Makefile.common 1.15-1.16 - lang/php54/Makefile.php 1.6 - lang/php54/PLIST 1.4 --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 21 17:29:47 UTC 2013 Modified Files: pkgsrc/lang/php: ext.mk phpversion.mk pkgsrc/lang/php53: Makefile.common Makefile.php pkgsrc/lang/php54: Makefile.common Makefile.php PLIST Added Files: pkgsrc/lang/php: common.mk Removed Files: pkgsrc/lang/php54: MESSAGE.suhosin Log Message: Clean up php's framework. * Define PHP's version at one place. * Remove obsolete description in comments. * Add "used by www/php-fpm/Makefile" in php5[34]/Makefile.php. * Remove commented out support for suhosin extension from php54. * Add PHP_CHECK_INSTALLED and PHP_EXTENSION_DIR to php/phpversion.mk. No functional should be made. --- Module Name: pkgsrc Committed By: taca Date: Mon Jul 29 03:59:44 UTC 2013 Modified Files: pkgsrc/lang/php53: Makefile Makefile.common Log Message: Move PHP_CHECK_INSTALLED to before including Makefile.php since it should be defined before including lang/php/phpversion.mk. --- Module Name: pkgsrc Committed By: taca Date: Mon Jul 29 04:20:55 UTC 2013 Modified Files: pkgsrc/lang/php54: Makefile Makefile.common Log Message: Move PHP_CHECK_INSTALLED to before including Makefile.php since it should be defined before including lang/php/phpversion.mk. --- Module Name: pkgsrc Committed By: taca Date: Mon Jul 29 16:19:24 UTC 2013 Modified Files: pkgsrc/lang/php53: DESCR Makefile Log Message: Explicitly note it is PHP 5.3.x pacakge in COMMENT of Makefile and DESCR file. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Mon Jul 29 16:21:07 UTC 2013 Modified Files: pkgsrc/lang/php54: DESCR Makefile Log Message: Explicitly note it is PHP 5.4.x pacakge in COMMENT of Makefile and DESCR file. --- Module Name: pkgsrc Committed By: taca Date: Mon Jul 29 16:38:12 UTC 2013 Modified Files: pkgsrc/lang/php: phpversion.mk Log Message: * Add php55 support. * Make PKG_PHP's value as description in comment. --- Module Name: pkgsrc Committed By: joerg Date: Tue Aug 13 10:22:26 UTC 2013 Modified Files: pkgsrc/lang/php53: Makefile pkgsrc/lang/php54: Makefile pkgsrc/lang/php55: Makefile Log Message: Allow only the PHP version itself, otherwise the multi-version logic will trigger with failing distinfo entries. --- Module Name: pkgsrc Committed By: taca Date: Wed Aug 14 14:53:03 UTC 2013 Modified Files: pkgsrc/lang/php: phpversion.mk Log Message: Correct checking condition of PHP_CHECK_INSTALLED.
2013-08-25Pullup ticket #4220 - requested by tacatron3-2/+118
lang/php53: security patch Revisions pulled up: - lang/php53/Makefile 1.43 via patch - lang/php53/distinfo 1.67-1.68 - lang/php53/patches/patch-ext_openssl_openssl.c 1.1-1.2 --- Module Name: pkgsrc Committed By: taca Date: Wed Aug 14 15:42:56 UTC 2013 Modified Files: pkgsrc/lang/php53: Makefile distinfo Added Files: pkgsrc/lang/php53/patches: patch-ext_openssl_openssl.c Log Message: Add fix fo openssl, CVE-2013-4073. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Fri Aug 16 00:38:13 UTC 2013 Modified Files: pkgsrc/lang/php53: distinfo pkgsrc/lang/php53/patches: patch-ext_openssl_openssl.c Log Message: Since openssl's security problem has assigned CVE-2013-4248, update comment in the patch file.
2013-08-21Pullup ticket #4213 - requested by spztron7-5/+291
lang/python27: security patch Revisions pulled up: - lang/python27/Makefile 1.27 - lang/python27/PLIST.common 1.6 - lang/python27/distinfo 1.25 - lang/python27/patches/patch-Lib_test_nullbytecert.pem 1.1 - lang/python27/patches/patch-Lib_test_test__ssl.py 1.1 - lang/python27/patches/patch-Misc_NEWS 1.1 - lang/python27/patches/patch-Modules___ssl.c 1.2 --- Module Name: pkgsrc Committed By: spz Date: Sun Aug 18 13:42:14 UTC 2013 Modified Files: pkgsrc/lang/python27: Makefile PLIST.common distinfo pkgsrc/lang/python27/patches: patch-Modules___ssl.c Added Files: pkgsrc/lang/python27/patches: patch-Lib_test_nullbytecert.pem patch-Lib_test_test__ssl.py patch-Misc_NEWS Log Message: patch for CVE-2013-4238 taken from http://hg.python.org/cpython/rev/bd2360476bdb
2013-08-06Pullup ticket #4202 - requested by tacatron3-32/+20
lang/php54: security update Revisions pulled up: - lang/php54/Makefile.common 1.14 via patch - lang/php54/distinfo 1.19-1.20 via patch - lang/php54/patches/patch-main_streams_cast.c 0-1.3 via patch --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 13:37:53 UTC 2013 Modified Files: pkgsrc/lang/php54: Makefile.common distinfo Removed Files: pkgsrc/lang/php54/patches: patch-main_streams_cast.c Log Message: Update php54 to 5.4.17. 04 Jul 2013, PHP 5.4.17 - Core: . Fixed bug #64988 (Class loading order affects E_STRICT warning). (Laruence) . Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC). (Laruence) . Fixed bug #64960 (Segfault in gc_zval_possible_root). (Laruence) . Fixed bug #64936 (doc comments picked up from previous scanner run). (Stas, Jonathan Oddy) . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol) . Fixed bug #64166 (quoted-printable-encode stream filter incorrectly discarding whitespace). (Michael M Slusarz) - DateTime: . Fixed bug #53437 (Crash when using unserialized DatePeriod instance). (Gustavo, Derick, Anatol) - FPM: . Fixed Bug #64915 (error_log ignored when daemonize=0). (Remi) . Implemented FR #64764 (add support for FPM init.d script). (Lior Kaplan) - PDO: . Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the same db server). (Laruence) - PDO_DBlib: . Fixed bug #63638 (Cannot connect to SQL Server 2008 with PDO dblib). (Stanley Sufficool) . Fixed bug #64338 (pdo_dblib can't connect to Azure SQL). (Stanley Sufficool) . Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed statement crashes). (Stanley Sufficool) - PDO_firebird: . Fixed bug #64037 (Firebird return wrong value for numeric field). (Matheus Degiovani, Matteo) . Fixed bug #62024 (Cannot insert second row with null using parametrized query). (patch by james@kenjim.com, Matheus Degiovani, Matteo) - PDO_mysql: . Fixed bug #48724 (getColumnMeta() doesn't return native_type for BIT, TINYINT and YEAR). (Antony, Daniel Beardsley) - PDO_pgsql: . Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error). (Remi) - pgsql: . Fixed bug #64609 (pg_convert enum type support). (Matteo) - Readline: . Implement FR #55694 (Expose additional readline variable to prevent default filename completion). (Hartmel) - SPL: . Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems). (Laruence) --- Module Name: pkgsrc Committed By: taca Date: Mon Jul 8 13:16:22 UTC 2013 Modified Files: pkgsrc/lang/php54: distinfo Added Files: pkgsrc/lang/php54/patches: patch-main_streams_cast.c Log Message: Correct condition for NetBSD 6.0 and later to fix build problem on NetBSD 6.0. Reported by Jörn Clausen as PR pkg/48029.
2013-08-04Pullup ticket #4196 - requested by tacaspz3-2/+141
lang/php54: security patch Revisions pulled up: - lang/php54/Makefile 1.11 - lang/php54/distinfo 1.21 - lang/php54/patches/patch-ext_xml_xml.c 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Mon Jul 29 16:22:38 UTC 2013 Modified Files: pkgsrc/lang/php54: Makefile distinfo Added Files: pkgsrc/lang/php54/patches: patch-ext_xml_xml.c Log Message: Add fix for CVE-2013-4113 as php 5.3.27. (It will be fixed in next PHP 5.4 release.) Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/php54/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/php54/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php54/patches/patch-ext_xml_xml.c
2013-07-31Pullup ticket #4194 - requested by istron2-299/+2
lang/swi-prolog-lite: bug fix patch Revisions pulled up: - lang/swi-prolog-lite/Makefile 1.22 - lang/swi-prolog-lite/files/shlib.pl deleted --- Module Name: pkgsrc Committed By: is Date: Fri Jul 26 09:29:35 UTC 2013 Modified Files: pkgsrc/lang/swi-prolog-lite: Makefile Removed Files: pkgsrc/lang/swi-prolog-lite/files: shlib.pl Log Message: Don't overwrite shlib.pl with the really old version from files/ . Fixes PR 48067 by Matthias Kretschmer. Tests: Backported to 2013Q1, it passes "make test" on NetBSD/i386 6.1, the PR submitter's quick test as well as the PR submitter's extended application that triggered the PR.
2013-07-22Pullup ticket #4186 - requested by tacatron2-1/+17
x11/ruby-tk: build fix Revisions pulled up: - lang/ruby193-base/distinfo 1.24 - lang/ruby193-base/patches/patch-ext_tk_extconf.rb 1.1 --- Module Name: pkgsrc Committed By: taca Date: Fri Jul 19 15:32:58 UTC 2013 Modified Files: pkgsrc/lang/ruby193-base: distinfo Added Files: pkgsrc/lang/ruby193-base/patches: patch-ext_tk_extconf.rb Log Message: Build fix for x11/ruby-tk package. Reported by PR pkg/48064.
2013-07-16Pullup ticket #4179 - requested by tacatron10-33/+238
misc/rubygems: build fix textproc/ruby-xslt: build fix Revisions pulled up: - converters/ruby-unf_ext/Makefile 1.4 - converters/ruby-unf_ext/PLIST 1.3 - databases/ruby-ldap/Makefile 1.15 - databases/ruby-ldap/PLIST 1.6 - databases/ruby-odbc/Makefile 1.14 - databases/ruby-odbc/PLIST 1.8 - databases/ruby-pg/Makefile 1.16 - databases/ruby-pg/PLIST 1.10 - devel/ruby-rbtree/Makefile 1.10 - devel/ruby-rbtree/PLIST 1.6 - graphics/ruby-gd/Makefile 1.40 - graphics/ruby-gd/PLIST 1.9 - lang/ruby/gem.mk 1.21-1.22 - lang/ruby193-base/Makefile 1.31 - lang/ruby193-base/PLIST 1.9 - lang/ruby193-base/distinfo 1.23 - lang/ruby193-base/patches/patch-lib_rubygems_command.rb 1.1 - lang/ruby193-base/patches/patch-lib_rubygems_command__manager.rb 1.1 - lang/ruby193-base/patches/patch-lib_rubygems_dependency__installer.rb 1.4 - lang/ruby193-base/patches/patch-lib_rubygems_gem__runner.rb 1.1 - lang/ruby193-base/patches/patch-lib_rubygems_installer.rb 1.2 - lang/ruby193-base/patches/patch-lib_rubygems_specification.rb 1.4 - math/ruby-narray/Makefile 1.2 - math/ruby-narray/PLIST 1.2 - misc/rubygems/Makefile 1.53 - misc/rubygems/PLIST 1.23 - misc/rubygems/distinfo 1.42 - misc/rubygems/patches/patch-ad 1.12 - security/ruby-shadow/Makefile 1.2 - security/ruby-shadow/PLIST 1.2 - textproc/ruby-libxml/Makefile 1.19 - textproc/ruby-libxml/PLIST 1.12 - textproc/ruby-xslt/Makefile 1.11 - textproc/ruby-xslt/PLIST 1.7 - www/ruby-fcgi/Makefile 1.16 - www/ruby-fcgi/PLIST 1.5 --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:01:01 UTC 2013 Modified Files: pkgsrc/lang/ruby193-base: Makefile PLIST distinfo pkgsrc/lang/ruby193-base/patches: patch-lib_rubygems_dependency__installer.rb patch-lib_rubygems_installer.rb patch-lib_rubygems_specification.rb Added Files: pkgsrc/lang/ruby193-base/patches: patch-lib_rubygems_command.rb patch-lib_rubygems_command__manager.rb patch-lib_rubygems_gem__runner.rb Log Message: Add partly support build_info to bundled rubygems to make compatibilty with rubygems 2.0.3. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:02:57 UTC 2013 Modified Files: pkgsrc/misc/rubygems: Makefile distinfo pkgsrc/misc/rubygems/patches: patch-ad Log Message: Fix creating proper build_info directory. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:12:56 UTC 2013 Modified Files: pkgsrc/misc/rubygems: PLIST Log Message: Remove Ruby's version denendent directory. No PKGREVISION bump for short time updates. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:16:38 UTC 2013 Modified Files: pkgsrc/lang/ruby: gem.mk Log Message: Fix gem handling. o Don't assume _DISTDIR end with '/' (by DESTDIR). o A small clean up to GEM_CLEANBUILD handling. A few clean up. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:18:11 UTC 2013 Modified Files: pkgsrc/converters/ruby-unf_ext: Makefile PLIST Log Message: No need to specify GEM_CLEANBUILD and fix PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:20:16 UTC 2013 Modified Files: pkgsrc/databases/ruby-ldap: Makefile PLIST Log Message: o Clean up GEM_CLEANBUILD and fix PLIST. o Use RUBY_DLEXT in PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:21:33 UTC 2013 Modified Files: pkgsrc/databases/ruby-odbc: Makefile PLIST Log Message: Add build_info file to PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:22:55 UTC 2013 Modified Files: pkgsrc/databases/ruby-pg: Makefile PLIST Log Message: Add build_info file to PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:26:00 UTC 2013 Modified Files: pkgsrc/devel/ruby-rbtree: Makefile PLIST Log Message: Change GEM_CLEANBUILD not to include the same Ruby's extension file in package. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:27:26 UTC 2013 Modified Files: pkgsrc/graphics/ruby-gd: Makefile PLIST Log Message: o Add build_info file to PLIST. o Utilize GEM_NAME in PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:29:47 UTC 2013 Modified Files: pkgsrc/math/ruby-narray: Makefile PLIST Log Message: Change GEM_CLEANBUILD not to include working file to package. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:32:56 UTC 2013 Modified Files: pkgsrc/security/ruby-shadow: Makefile PLIST Log Message: o Clean up GEM_CLEANBUILD not to include the same Ruby's extension file and working files in package o Use RUBY_DLEXT in PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:34:45 UTC 2013 Modified Files: pkgsrc/textproc/ruby-libxml: Makefile PLIST Log Message: o Add build_info file to PLIST. o Don't include extconf.h, a working file to package. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 15:36:37 UTC 2013 Modified Files: pkgsrc/www/ruby-fcgi: Makefile PLIST Log Message: o Add build_info file to PLIST. o Utilize GEM_NAME in PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: taca Date: Sun Jul 7 16:07:25 UTC 2013 Modified Files: pkgsrc/textproc/ruby-xslt: Makefile PLIST Log Message: Add build_info file to PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: jperkin Date: Sun Jul 14 21:08:17 UTC 2013 Modified Files: pkgsrc/lang/ruby: gem.mk Log Message: Fix shell syntax error which has been breaking all gem builds on SunOS for the past week as per the reports on pkgsrc-bulk. Not sure why it wasn't showing up on other platforms, but I am assuming this is the correct fix.
2013-07-15Pullup ticket #4183 - requested by tacatron19-91/+77
lang/php53: security update Revisions pulled up: - lang/php/phpversion.mk 1.36 - lang/php53/Makefile.common 1.27 - lang/php53/Makefile.php 1.35 - lang/php53/distinfo 1.66 - lang/php53/patches/patch-aa 1.3 - lang/php53/patches/patch-ab 1.7 - lang/php53/patches/patch-ac 1.6 - lang/php53/patches/patch-ad 1.2 - lang/php53/patches/patch-ae 1.2 - lang/php53/patches/patch-af 1.4 - lang/php53/patches/patch-ag 1.3 - lang/php53/patches/patch-ah 1.2 - lang/php53/patches/patch-ai 1.2 - lang/php53/patches/patch-aj 1.3 - lang/php53/patches/patch-al 1.2 - lang/php53/patches/patch-ext_standard_basic__functions.c 1.2 - lang/php53/patches/patch-main_streams_cast.c 1.2 - lang/php53/patches/patch-php__mssql.c 1.2 - lang/php53/patches/patch-sapi_fpm_php-fpm.conf.in 1.2 --- Module Name: pkgsrc Committed By: taca Date: Fri Jul 12 00:07:04 UTC 2013 Modified Files: pkgsrc/lang/php53: Makefile.common Makefile.php distinfo pkgsrc/lang/php53/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-al patch-ext_standard_basic__functions.c patch-main_streams_cast.c patch-php__mssql.c patch-sapi_fpm_php-fpm.conf.in Log Message: Update php53 to 5.3.27 (PHP 5.3.27). 11-Jul-2013 Core: * Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC). * Fixed bug #64960 (Segfault in gc_zval_possible_root). * Fixed bug #64934 (Apache2 TS crash with get_browser()). * Fixed bug #63186 (compile failure on netbsd). DateTime: * Fixed bug #53437 (Crash when using unserialized DatePeriod instance). PDO_firebird: * Fixed bug #64037 (Firebird return wrong value for numeric field). * Fixed bug #62024 (Cannot insert second row with null using parametrized query). PDO_pgsql: * Fixed bug #64949 (Buffer overflow in _pdo_pgsql_error). pgsql: * Fixed bug #64609 (pg_convert enum type support). SPL: * Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems). XML: * Fixed bug #65236 (heap corruption in xml parser). --- Module Name: pkgsrc Committed By: taca Date: Fri Jul 12 00:09:14 UTC 2013 Modified Files: pkgsrc/lang/php: phpversion.mk Log Message: Update PHP53_VERSION to 5.3.27.
2013-07-14Pullup ticket #4176 - requested by obachetron9-53/+59
lang/sun-jdk7: security update lang/sun-jre7: security update Revisions pulled up: - lang/sun-jdk7/Makefile 1.11 - lang/sun-jdk7/distinfo 1.10 - lang/sun-jre7/Makefile 1.15-1.17 - lang/sun-jre7/Makefile.common 1.3 - lang/sun-jre7/PLIST.linux-i386 1.2 - lang/sun-jre7/PLIST.linux-x86_64 1.2 - lang/sun-jre7/PLIST.solaris-i386 1.2 - lang/sun-jre7/PLIST.solaris-x86_64 1.2 - lang/sun-jre7/distinfo 1.12 --- Module Name: pkgsrc Committed By: obache Date: Thu Jul 4 12:25:31 UTC 2013 Modified Files: pkgsrc/lang/sun-jdk7: Makefile distinfo pkgsrc/lang/sun-jre7: Makefile Makefile.common PLIST.linux-i386 PLIST.linux-x86_64 PLIST.solaris-i386 PLIST.solaris-x86_64 distinfo Log Message: Update sun-{jre,jdk} to 7.0.25, aka Oracle Java SE 7u25. while here, convert Solaris support to use pkgsrc emulator framework, or it is hard to maintain this package. This release includes important security fixes (CVE-2013-1571) . Oracle strongly recommends that all Java SE 7 users upgrade to this release. XXX: I cannot test on Solaris, but want to update for security fix. XXX: If this change broke Solaris support, please fix, or report it. --- Module Name: pkgsrc Committed By: obache Date: Fri Jul 5 02:42:02 UTC 2013 Modified Files: pkgsrc/lang/sun-jre7: Makefile Log Message: Let symbolic link creation to be conditionally, and it should fix installation for other than Linux binary users. --- Module Name: pkgsrc Committed By: obache Date: Sat Jul 6 01:13:48 UTC 2013 Modified Files: pkgsrc/lang/sun-jre7: Makefile Log Message: symbolic link for native libraries is not required for solaris.
2013-06-30Munged MAINTAINER on file copy. Fixed.rodent1-2/+2
2013-06-30Le to invoke `llvm-build' tool via `python', same as in CMakeLists.txt.obache2-3/+12
shbang of the tool is `/usr/bin/env python', and it is not portable. fixes build on Haiku.
2013-06-30Update to 2.7ryoon3-8/+9
* Fix pgsql dependency. Changelog: Version 2.7, June 2013 * Larger test set. * Fixes several reported issues.
2013-06-30Updated Cg-compiler to latest release, 3.1 from April 2012. This provides arodent8-799/+2745
more useful package than the previous version, complete with examples and handling distfiles for the i386 and amd64 architectures. This was originally in pkgsrc-wip and cleaned up for pkgsrc HEAD. Resolved PR/46914 Not a complete ChangeLog since the version in pkgsrc, but here's what could be scraped from HOMEPAGE: The April 2012 version of Cg 3.1 added these improvements: Improved GLSL support for clip semantics Fixed a runtime bug concerning gp4 and gp5 geometry programs Various documentation updates The February 2012 version of Cg 3.1 added these improvements: Added Cg language support for uniform buffers Added OpenGL Uni\ufb01ed Buffer Object (UBO) support for buffers Added OpenGL GLSL version 110 and 120 translation support New tessellation examples added New uniform buffer examples added VC10 projects added for examples The February 2011 version of Cg 3.0 added these improvements: Improved DX11 tessellation support Resolved an issue with nearly identical user defined types Resolved an issue with default values from unreferenced uniform parameters Support setting matrices beyond 96 float constants in the vp30 profile Application supplied compilation options now override those set by cgGLSetOptimalOptions Improved support for 'const' variables in the GLSL profiles Added sampler state documentation
2013-06-28Add back openjdk7/UnlimitedJCEPolicyJDK7.zip to distinfo, plus add note ↵abs2-2/+8
about sun-jre-jce to Makefile
2013-06-27Reset PKGREVISION by update of both ruby18 and ruby193.taca1-2/+1
2013-06-27Update ruby193-base to 1.9.3p448 (Ruby 1.9.3-p448).taca5-48/+35
Now Ruby 1.9.3-p448 is released. This release includes a security fix about bundled OpenSSL: * Hostname check bypassing vulnerability in SSL client (CVE-2013-4073) http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/ And some bugfixes are also included. Please refer ChangeLog for full changes.
2013-06-27Update ruby18-base to 1.8.7.374 (Ruby 1.8.7 patchleel 374).taca2-6/+5
Quote from release announce: Good day to release a ruby, no? That's definitely one of the reason why I do this now, but there are others. One thing is to backport fixes for CVE-2013-1821, which was disclosed earlier. The other is to fix CVE-2013-4073, whose details are available soon I believe. People still using 1.8.7 should consider upgrading because the fixes are for security. ChangeLog. Thu Jun 27 20:55:23 2013 URABE Shyouhei <shyouhei@ruby-lang.org> * test/openssl/test_ssl.rb: Oops, sorry! Thu Jun 27 20:21:18 2013 URABE Shyouhei <shyouhei@ruby-lang.org> * ext/openssl/lib/openssl/ssl-internal.rb (OpenSSL::SSL#verify_certificate_identity): fix hostname verification. Patch by nahi. * test/openssl/test_ssl.rb (OpenSSL#test_verify_certificate_identity): test for above. Sat May 18 23:34:50 2013 Kouhei Sutou <kou@cozmixng.org> * lib/rexml/document.rb: move entity_expansion_text_limit accessor to ... * lib/rexml/rexml.rb: ... here to make rexml/text independent from REXML::Document. It causes circular require. * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit): deprecated. * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit=): deprecated. * lib/rexml/text.rb: add missing require "rexml/rexml" for REXML.entity_expansion_text_limit. Reported by Robert Ulejczyk. Thanks!!! [ruby-core:52895] [Bug #7961] Sat May 18 23:34:50 2013 Aaron Patterson <aaron@tenderlovemaking.com> * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit): new attribute to read/write entity expansion text limit. the default limit is 10Kb. * lib/rexml/text.rb (REXML::Text.unnormalize): check above attribute.
2013-06-27Start update of Ruby 1.8.7 patchlevel 374 and Ruby 1.9.3-p448.taca1-3/+3
2013-06-26Bump PKGREVISION.ryoon4-14/+72
* Fix build on DragonFly 3.4.1 and 3.5-DEVELOPMENT. Use newer bootstrap binary for DragonFly. * DragonFly 3.5 switches to FreeBSD style math.h. Add conditional. I have no idea about build on very recent DragonFly 3.5.
2013-06-26Enforce using the system libtool on OSX. Fixes build + modules.jperkin4-5/+36
2013-06-26Make DTrace a default option on OSX.jperkin1-2/+3
2013-06-25Avoid -Werror=return-type errors. Fixes SunOS build.jperkin3-1/+43
2013-06-23Add SunOS 64-bit support. This patch disables the default multiarch build,jperkin11-98/+226
creating a useable 64-bit-only package, but still leaves it possible to re-enable it if necessary by removing the 'NOMULTIARCH' sections.
2013-06-21Revert part of previous, GCC_TARGET_MACHINE must be used so that, when set byjperkin4-24/+24
the user, the runtime directory is in sync between the main gcc package and the gcc-libs package. Bump PKGREVISIONs.
2013-06-20Sort.wiz1-2/+2
2013-06-18Use tradcpp with clang as preprocessor.joerg1-1/+8
2013-06-18Don't use register variables with Clang/amd64, provide assembler forjoerg2-1/+22
fetching/setting SP. Can't use the fast accessor as clisp doesn't align in the stack correctly in that case. Still fails somewhere in the middle of the regression tests, but much much farther in.
2013-06-17Backport SunOS fixes to mono2. This version has the added benefit of ajperkin3-2/+28
working monodoc implementation, so more dependencies should Just Work.
2013-06-17Make mono packages depend on lang/mono2 instead of lang/mono.wiz4-9/+10
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
2013-06-17Add mono2.wiz1-1/+2
2013-06-17Import mono-2.10.9nb3 as lang/mono2.wiz49-0/+2463
The Mono Project is an open development initiative sponsored by Ximian that is working to develop an open source, Unix version of the Microsoft .NET development platform. Its objective is to enable Unix developers to build and deploy cross-platform .NET Applications. The project will implement various technologies developed by Microsoft that have now been submitted to the ECMA for standardization. This package contains the major version 2 of mono.
2013-06-17Add patch from upstream git to try fixing test failures on 32bit NetBSD.wiz4-2/+128
From http://perl5.git.perl.org/perl.git/commitdiff/4149c7198d9b78d861df289cce40dd865cab57e7 Bump PKGREVISION.
2013-06-17No reason to mark as CONFLICTS with p5-Locale-Maketext-1.[0-9]*{,nb*},obache1-2/+2
core one is 1.22 whereas misc/p5-Locale-Maketext is 1.23.
2013-06-16Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3sno3-8/+11
libraries and enlightenment 0.17.3 itself. Upstream changes of Eina (to get an impression): Eina 1.7.7 Changes since Eina 1.7.6: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.5: ------------------------- Improvements: * Honor tile size in Eina_Tiler. Fixes: * Prevent denial of service on Eina_Hash function. * Fix map leak in Eina_File infrastructure. * Fix portability issue on 64bits system for Eina_CList. * Fix magic failure in eina_value_array_count when array has not been allocated Changes since Eina 1.7.4: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.3: ------------------------- Fixes: * Fix EINA_INLIST_FOREACH_SAFE macro * Add XML output to doc * Add installation rule for doc * Fix build for Windows platforms. Changes since Eina 1.7.2: ------------------------- * Fix Solaris build. * Don't leak fd after exec. Changes since Eina 1.7.1: ------------------------- No changes, just updating to keep in sync with last release.
2013-06-16Update HOMEPAGE.ryoon1-2/+2
I cannot find MASTER_SITES.
2013-06-16Update to ECL 13.5.1asau2-6/+6
ECL 13.5.1 ========== * Visible changes: - ECL now reports #+UNIX for all compatible systems, including *BSD ones. * Compiler fixes: - Minor readability improvements in the C code. - MULTIPLE-VALUE-BIND compiles using MULTIPLE-VALUE-SETQ and now both are better optimized, generating simpler C code. - The type checking routine for LOGAND was producing spurious warnings. - (LDB (BYTE ...) ...) no longer conses a BYTE object. - Added optimizations for MASK-FIELD, DPB, DEPOSIT-FIELD, LDB-TEST and LDB. - CONSTANT-VALUE-P and friends now use the (compiler) environment. - No optional type check generated for constant values. - Declare the temporary variables in DEFMACRO/DESTRUCTURING-BIND as IGNORABLE - ECL now accepts WHILE/IF before FOR/AS, a construct that is not ANSI An example: (LOOP FOR I IN LIST WHILE (SOME-TEST I) FOR X = (F I) ... ) * Common Lisp fixes: - CONSTANTP now performs a bit more work, macroexpanding forms. - ENSURE-DIRECTORIES-EXIST ignores the host and device from the original pathname when creating the directories. - In FORMAT, printing of floating point numbers could lead to an infinite loop. - ROUND, FLOOR, CEILING and TRUNCATE have been reorganized and work faster with rational numbers. - (CONCATENATE 'SIMPLE-BASE-STRING ...) returned an ordinary string. - MAKE-ARRAY did not terminate strings with #\Null (needed internally by the C code). - (SETF DOCUMENTATION) did not operate on functions because the function object documentation had precedence over the annotation. - Added the whole Unicode character database to the C library. This means ECL can now interpret all Unicode character names properly, and print them as well. ECL now also recognizes all ASCII control-character abbreviations - Print integers using upcase letters for radix > 10 - New functions RATIOP, {SINGLE,SHORT,DOUBLE,LONG}-FLOAT-P help avoid consing in TYPEP - HASH-TABLE-COUNT did not work with weak hashes: it did not update the count of live cells (Note, however, that this function is by definition not reliable, just a hint, since a garbage collection may happen while the count is being computed) - ECL no longer uses :READ-ONLY declarations in the SETF expansions because there is code out there that modifies the values variables. - PROGV can now 'unbind' variables when the list of variables is longer than the list of values. * CLOS: - Added built in classes FIXNUM and BIGNUM. - Eliminated code for accessing slots that was no longer used. Removed also redundant code. - Updating a class (due to a change in metaclass) now forces updating its children - UPDATE-INSTANCE-FOR-REDEFINED-CLASS received an alist instead of a propertly-list as last argument - PRINT-OBJECT did not have a working default for built in classes. * Extensions: - SYSTEM must use the POSIX shell, which usually lives in /bin/sh. - CLX now uses recursive locks. - ASDF upgraded to version 2.32, including the ASDF-BUNDLE facility, which supersedes ECL's own implementation of precompiled libraries. - MAKE-INSTANCE, SHARED-INITIALIZE, REINITIALIZE-INSTANCE now work on structures as well.
2013-06-15Revert only introduction of build-time test.asau3-550/+6
2013-06-15Add SunOS/GCC support. With huge thanks to "jesse" from #SmartOS who did thejperkin89-76/+3706
bulk of the porting work. Tested on SmartOS 32-bit. 64-bit builds currently fail, they should hopefully be fixed soon.
2013-06-15Add RUBY_SETUP_SUBDIRS support.obache1-5/+12
2013-06-14Don't give absolute paths for cpp and strip; pick up the pkgsrc wrappersdholland2-5/+5
instead. May help the clang build.
2013-06-14Fix build under Mac OS X (Mountain Lion).tron1-2/+2
2013-06-14Update variable names to match those in the buildlink3.mk files, and to avoidjperkin2-26/+26
any possible clashes with the main gcc packages. If you were previously using GCC_TARGET_MACHINE to configure the location to the runtime libraries, you should update it to LIBGCC_TARGET_MACHINE. Bump PKGREVISIONs.
2013-06-14When using USE_PKGSRC_GCC_RUNTIME, do not add an rpath for the main GCC libs.jperkin2-4/+4
2013-06-13Don't try to strip Perl scripts. Pass down -export-dynamic as linkerjoerg4-2/+91
flag.
2013-06-13-export-dynamic is a linker option, pass it down as such.joerg3-1/+37
2013-06-13Update nodejs to 0.10.11.fhajny4-103/+11
2013.06.13, Version 0.10.11 (Stable) * uv: upgrade to 0.10.11 * npm: Upgrade to 1.2.30 * openssl: add missing configuration pieces for MIPS (Andrei Sedoi) * Revert "http: remove bodyHead from 'upgrade' events" (isaacs) * v8: fix pointer arithmetic undefined behavior (Trevor Norris) * crypto: fix utf8/utf-8 encoding check (Ben Noordhuis) * net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs)
2013-06-13Add another site.asau1-2/+3