summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-28BOOK_FILE renamed along with gnuchess version up, fix build failure.pkgsrc_2016Q2mef1-2/+2
2016-09-24Pullup tickets #5105 to #5107.bsiegert1-1/+10
2016-09-24Pullup ticket #5107 - requested by tacabsiegert3-8/+10
www/typo3_62: security fix Revisions pulled up: - www/typo3_62/Makefile 1.17-1.18 - www/typo3_62/PLIST 1.13-1.14 - www/typo3_62/distinfo 1.15-1.16 --- Module Name: pkgsrc Committed By: taca Date: Tue Jul 19 12:02:08 UTC 2016 Modified Files: pkgsrc/www/typo3_62: Makefile PLIST distinfo Log Message: Update typo3_62 package to 6.2.26 (TYPO3 6.2.26 LTS), including security fix for XSS. 2016-07-19 d719c97 [RELEASE] Release of TYPO3 6.2.26 (TYPO3 Release Team) 2016-07-19 2bc8727 #76358 [SECURITY] Link fields accept Javascript code when using URI Data Scheme (Valentin Despa) 2016-07-19 485396d #75933 [SECURITY] Prevent persistent username in filesystem (Wouter Wolters) 2016-07-19 cd18fb5 #75740 [SECURITY] SQLi in AuthenticationService (Andreas Fernandez) 2016-07-19 0068e6b #73461 [SECURITY][FEATURE] Disable import module for non admin users (Christian Kuhn) 2016-07-19 d7eafe8 #76922 [SECURITY] Prevent XSS in IRRE elements (Nicole Cordes) 2016-07-19 8051405 #76344 [SECURITY] Escape the link text in EmailViewHelper (Wouter Wolters) 2016-07-19 6cb7aa6 #31244 [SECURITY] Prevent XSS in ContentObjectRenderer (Stefan Neufeind) 2016-07-07 40d771a #73490 [BUGFIX] Field is not added to TCA if part of fieldname exists (Wouter Wolters) 2016-06-30 f24b023 #76881 [TASK] Fix phpdoc of FileRepository (Eric Chavaillaz) 2016-06-13 9014d11 #76617 [BUGFIX] Raise minimum version for typo3/cms-composer-installers (Helmut Hummel) 2016-06-07 13e7a20 #76070 [BUGFIX] Prevent temp file generation in Unit Test (Nicole Cordes) 2016-05-28 6aaed26 #76348 [TASK] Block access to /typo3_src and /typo3/vendor (Stephan Gro?berndt) 2016-05-28 396e96d #60173 [FOLLOWUP][BUGFIX] Re-enables fileDenyPattern check for admin users (Nicole Cordes) 2016-05-27 cd88856 #60173 [BUGFIX] Re-enables fileDenyPattern check for admin users (Torben Hansen) --- Module Name: pkgsrc Committed By: taca Date: Tue Sep 13 15:10:21 UTC 2016 Modified Files: pkgsrc/www/typo3_62: Makefile PLIST distinfo Log Message: Update typo3_62 to 6.2.27 (TYPO3 6.2.27), including security fix. 2016-09-13 46b333a [RELEASE] Release of TYPO3 6.2.27 (TYPO3 Release Team) 2016-09-13 8aecd0c #76462 [!!!][SECURITY] Mitigate potential cache flooding (Benni Mack) 2016-09-13 b04d394 #77906 [SECURITY] Fix select_key XSS in PageLayoutView (Georg Ringer) 2016-09-13 67e63a9 #77204 [BUGFIX] Prevent orphaned tags in Typo3DatabaseBackend (Thomas Schlumberger) 2016-09-02 44949df #64176 [BUGFIX] Prevent fatal error if no column in page layout is defined (Nicole Cordes) 2016-09-02 0f77d52 #77755 [BUGFIX] Check for null in debug_check_recordset (Morton Jonuschat) 2016-08-23 b495775 #77588 [BUGFIX] Fix sql error in EXT:linkvalidator (Daniel Windloff) 2016-08-19 b2c9915 #76441 [BUGFIX] Index all file mounts in FAL indexer scheduler task (Hannes Bochmann) 2016-08-18 dc83c6d #76928 [BUGFIX] Allow URL path segments like "typo3" (Mathias Brodala) 2016-08-18 ba4521b #67894 [BUGFIX] Felogin form with default layout is not visible (Michiel Roos) 2016-07-19 95c3944 #77098 [BUGFIX] Prepend current path to versionNumberInFilename RewriteRule (Marco Huber)
2016-09-24Pullup ticket #5106 - requested by tacabsiegert2-7/+7
lang/php70: security fix Revisions pulled up: - lang/php/phpversion.mk 1.157 - lang/php70/distinfo 1.19 --- Module Name: pkgsrc Committed By: taca Date: Fri Sep 16 16:10:29 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: distinfo Log Message: Update php70 to 7.0.11 (PHP 7.0.11). 15 Sep 2016 PHP 7.0.11 - Core: . Fixed bug #72944 (Null pointer deref in zval_delref_p). (Dmitry) . Fixed bug #72943 (assign_dim on string doesn't reset hval). (Laruence) . Fixed bug #72911 (Memleak in zend_binary_assign_op_obj_helper). (Laruence) . Fixed bug #72813 (Segfault with __get returned by ref). (Laruence) . Fixed bug #72767 (PHP Segfaults when trying to expand an infinite operator). (Nikita) . Fixed bug #72854 (PHP Crashes on duplicate destructor call). (Nikita) . Fixed bug #72857 (stream_socket_recvfrom read access violation). (Anatol) - COM: . Fixed bug #72922 (COM called from PHP does not return out parameters). (Anatol) - Dba: . Fixed bug #70825 (Cannot fetch multiple values with group in ini file). (cmb) - FTP: . Fixed bug #70195 (Cannot upload file using ftp_put to FTPES with require_ssl_reuse). (Benedict Singer) - GD: . Fixed bug #72709 (imagesetstyle() causes OOB read for empty $styles). (cmb) . Fixed bug #66005 (imagecopy does not support 1bit transparency on truecolor images). (cmb) . Fixed bug #72913 (imagecopy() loses single-color transparency on palette images). (cmb) . Fixed bug #68716 (possible resource leaks in _php_image_convert()). (cmb) - iconv: . Fixed bug #72320 (iconv_substr returns false for empty strings). (cmb) - IMAP: . Fixed bug #72852 (imap_mail null dereference). (Anatol) - Intl: . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF sequence). (cmb) . Fixed bug #73007 (add locale length check). (Stas) - Mysqlnd: . Fixed bug #72293 (Heap overflow in mysqlnd related to BIT fields). (Stas) - OCI8 . Fixed invalid handle error with Implicit Result Sets. (Chris Jones) . Fixed bug #72524 (Binding null values triggers ORA-24816 error). (Chris Jones) - Opcache: . Fixed bug #72949 (Typo in opcache error message). (cmb) - PDO: . Fixed bug #72788 (Invalid memory access when using persistent PDO connection). (Keyur) . Fixed bug #72791 (Memory leak in PDO persistent connection handling). (Keyur) . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY returns false). (cmb) - PDO_DBlib: . Implemented stringify 'uniqueidentifier' fields. (Alexander Zhuravlev, Adam Baratz) - PDO_pgsql: . Implemented FR #72633 (Postgres PDO lastInsertId() should work without specifying a sequence). (Pablo Santiago Sa'nchez, Matteo) . Fixed bug #72759 (Regression in pgo_pgsql). (Anatol) - Phar: . Fixed bug #72928 (Out of bound when verify signature of zip phar in phar_parse_zipfile). (Stas) . Fixed bug #73035 (Out of bound when verify signature of tar phar in phar_parse_tarfile). (Stas) - Reflection: . Fixed bug #72846 (getConstant for a array constant with constant values returns NULL/NFC/UKNOWN). (Laruence) - Session: . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita) . Fixed bug #72940 (SID always return "name=ID", even if session cookie exist). (Yasuo) - SimpleXML: . Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita) . Fixed bug #72957 (Null coalescing operator doesn't behave as expected with SimpleXMLElement). (Nikita) - SPL: . Fixed bug #73029 (Missing type check when unserializing SplArray). (Stas) - Standard: . Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri Kentta:) . Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb) . Fixed bug #65550 (get_browser() incorrectly parses entries with "+" sign). (cmb) - Streams: . Fixed bug #72853 (stream_set_blocking doesn't work). (Laruence) . Fixed bug #72764 (ftps:// opendir wrapper data channel encryption fails with IIS FTP 7.5, 8.5). (vhuk) . Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory). (cmb) - SQLite3: . Downgraded bundled SQLite to 3.8.10.2. (Anatol); - Sysvshm: . Fixed bug #72858 (shm_attach null dereference). (Anatol) - XML: . Fixed bug #72085 (SEGV on unknown address zif_xml_parse). (cmb) . Fixed bug #72714 (_xml_startElementHandler() segmentation fault). (cmb) - Wddx: . Fixed bug #72860 (wddx_deserialize use-after-free). (Stas) . Fixed bug #73065 (Out-Of-Bounds Read in php_wddx_push_element). (Stas) - ZIP: . Fixed bug #68302 (impossible to compile php with zip support). (cmb)
2016-09-24Pullup ticket #5105 - requested by tacabsiegert2-7/+7
lang/php56: security fix Revisions pulled up: - lang/php/phpversion.mk 1.156 - lang/php56/distinfo 1.34 --- Module Name: pkgsrc Committed By: taca Date: Fri Sep 16 16:09:24 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php56: distinfo Log Message: Update php56 to 5.6.26 (PHP 5.6.26). 15 Sep 2016, PHP 5.6.26 - Core: . Fixed bug #72907 (null pointer deref, segfault in gc_remove_zval_from_buffer (zend_gc.c:260)). (Laruence) - Dba: . Fixed bug #71514 (Bad dba_replace condition because of wrong API usage). (cmb) . Fixed bug #70825 (Cannot fetch multiple values with group in ini file). (cmb) - EXIF: . Fixed bug #72926 (Uninitialized Thumbail Data Leads To Memory Leakage in exif_process_IFD_in_TIFF). (Stas) - FTP: . Fixed bug #70195 (Cannot upload file using ftp_put to FTPES with require_ssl_reuse). (Benedict Singer) - GD: . Fixed bug #66005 (imagecopy does not support 1bit transparency on truecolor images). (cmb) . Fixed bug #72913 (imagecopy() loses single-color transparency on palette images). (cmb) . Fixed bug #68716 (possible resource leaks in _php_image_convert()). (cmb) - Intl: . Fixed bug #73007 (add locale length check). (Stas) - JSON: . Fixed bug #72787 (json_decode reads out of bounds). (Jakub Zelenka) - mbstring: . Fixed bug #66797 (mb_substr only takes 32-bit signed integer). (cmb) . Fixed bug #72910 (Out of bounds heap read in mbc_to_code() / triggered by mb_ereg_match()). (Stas) - MSSQL: . Fixed bug #72039 (Use of uninitialised value on mssql_guid_string). (Kalle) - Mysqlnd: . Fixed bug #72293 (Heap overflow in mysqlnd related to BIT fields). (Stas) - Phar: . Fixed bug #72928 (Out of bound when verify signature of zip phar in phar_parse_zipfile). (Stas) . Fixed bug #73035 (Out of bound when verify signature of tar phar in phar_parse_tarfile). (Stas) - PDO: . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY returns false). (cmb) - PDO_pgsql: . Implemented FR #72633 (Postgres PDO lastInsertId() should work without specifying a sequence). (Pablo Santiago Sa'nchez, Matteo) . Fixed bug #72759 (Regression in pgo_pgsql). (Anatol) - SPL: . Fixed bug #73029 (Missing type check when unserializing SplArray). (Stas) - Standard: . Fixed bug #72823 (strtr out-of-bound access). (cmb) . Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb) . Fixed bug #65550 (get_browser() incorrectly parses entries with "+" sign). (cmb) . Fixed bug #71882 (Negative ftruncate() on php://memory exhausts memory). (cmb) . Fixed bug #73011 (integer overflow in fgets cause heap corruption). (Stas) . Fixed bug #73017 (memory corruption in wordwrap function). (Stas) . Fixed bug #73045 (integer overflow in fgetcsv caused heap corruption). (Stas) . Fixed bug #73052 (Memory Corruption in During Deserialized-object Destruction) (Stas) - Streams: . Fixed bug #72853 (stream_set_blocking doesn't work). (Laruence) - Wddx: . Fixed bug #72860 (wddx_deserialize use-after-free). (Stas) . Fixed bug #73065 (Out-Of-Bounds Read in php_wddx_push_element). (Stas) - XML: . Fixed bug #72085 (SEGV on unknown address zif_xml_parse). (cmb) . Fixed bug #72927 (integer overflow in xml_utf8_encode). (Stas) - ZIP: . Fixed bug #68302 (impossible to compile php with zip support). (cmb)
2016-09-24Pullup tickets #5103 and #5104.bsiegert1-1/+9
2016-09-24Pullup ticket #5104 - requested by sevanbsiegert13-42/+199
chat/irssi: security fix, bugfixes chat/irssi-icb: security fix, bugfixes chat/irssi-xmpp: security fix, bugfixes Revisions pulled up: - chat/irssi-icb/Makefile 1.39 - chat/irssi-icb/distinfo 1.23-1.24 - chat/irssi-icb/patches/patch-src_core_icb-core.c 1.1 - chat/irssi-icb/patches/patch-src_fe-common_fe-icb.c 1.1 - chat/irssi-xmpp/Makefile 1.6-1.7,1.9-1.10 - chat/irssi-xmpp/PLIST 1.2 - chat/irssi-xmpp/distinfo 1.5-1.6 - chat/irssi/Makefile 1.72-1.73 - chat/irssi/Makefile.common 1.17-1.18 - chat/irssi/PLIST 1.13-1.14 - chat/irssi/distinfo 1.35-1.37 - chat/irssi/options.mk 1.12 - chat/irssi/patches/patch-scripts_buf.pl 1.1 --- Module Name: pkgsrc Committed By: maya Date: Sun Aug 14 21:10:35 UTC 2016 Modified Files: pkgsrc/chat/irssi: Makefile Makefile.common PLIST distinfo options.mk Log Message: Update irssi to 0.8.19 Changes: v0.8.19 2016-03-23 The Irssi team <staff%irssi.org@localhost> - Fixed regression when joining and parting channels on IRCnet (#435) - Fixed SASL EXTERNAL (#432) - Fixed regression when not using SASL (#438) - Fixed incorrect SSL disconnects when using SSL from modules/scripts (#439) - Fixed regression where proxy_string could not be configured or certain file transfers could not be accepted (#445) - Fixed storing layout of !channels (#183) - Fixed restoration of bracketed paste mode on quit (#449) - Make the usage of meta-O for cursor keys configurable with /set term_appkey_mode off v0.8.18 2016-02-13 The Irssi team <staff%irssi.org@localhost> * Modules will now require to define a void MODULENAME ## _abicheck(int *version) method to ensure that they are compiled against the correct Irssi version. * The signature of "message private" has been changed to 5: server, message, nick, address, target in order to support "self messages". Module authors should implement this change if they are using this signal. * Removing networks will now remove all attached servers and channels (#45). * The proxy module now has an /irssiproxy command. * sb_search has been moved to scripts.irssi.org * WIN32 has been completely removed (it had not been working and is lacking a maintainer.) * Garbage Collection support has been removed. This will hardly have any effect for anyone given that it has been unsupported for several years. + CAP SASL PLAIN login is now supported natively. + Paste bracket markers can be requested from terminal with /set paste_use_bracketed_mode on + "Self messages" generated by some bouncers can now be received in the proper window. + Try to split long lines on spaces to avoid words being splitted. Adds a new option: 'split_line_on_space' which defaults to on. + Add setting hilight_nick_matches_everywhere (#56). + The config parser is more robust and prints out better diagnostics on incorrect config files. + Ctrl+^ (FS#721) and Ctrl+J can now be bound. + Command history can be cleared with /window history -clear + /hilight -mask -line is now supported (FS#275). + CHANTYPES are now supported. + Improved reload speed of ignores. + Add -date feature to /lastlog + irssiproxy can be more easily enabled and disabled. + Expando for hostname (FS#829). + UNIX sockets can now also be specified in the config file. + Disable SSLv3 due to the POODLE vulnerability. + SSL ciphers can now be specified per server. + Added SNI support for SSL. - /ignore now respects -pattern on merge (#78). - irssiproxy (BNC) module now uses correct line endings. - Fix missing lines on large pastes (FS#905). - Correctly preserve STATUSMSG prefixes (#291). - Fix infinite recursion in key bindings (FS#817). - Fix incomplete awaylog caused by buffering. - Fix calculation of UTF-8 string length display in some cases. - Fix some Perl warnings related to @ISA. - EXEC windowitems now get proper references on the Perl side. - Incremental help file improvements. - ANSI attributes are now properly reset. - Fixed regression where text would blink when terminal lacks color support. - Permit the usage of Freenode extban syntax in /ban (#150) - Fixed regression in scriptassist on unload of scripts. - Fixed regression in -actcolor %n --- Module Name: pkgsrc Committed By: leot Date: Sun Aug 14 21:15:12 UTC 2016 Modified Files: pkgsrc/chat/irssi-icb: Makefile distinfo Added Files: pkgsrc/chat/irssi-icb/patches: patch-src_core_icb-core.c patch-src_fe-common_fe-icb.c Log Message: Add support for irssi>=0.8.18 and update distinfo for irssi-0.8.19 update --- Module Name: pkgsrc Committed By: leot Date: Sun Aug 14 21:16:04 UTC 2016 Modified Files: pkgsrc/chat/irssi-xmpp: Makefile PLIST distinfo Log Message: Update chat/irssi-xmpp to 0.53 pkgsrc changes: - Drop MAINTAINERship - Update distinfo for irssi-0.8.19 Changes: 0.53 - 18/03/2016 - Irssi 0.8.18 support - Bug fixes and stability improvements --- Module Name: pkgsrc Committed By: jperkin Date: Mon Sep 19 17:17:27 UTC 2016 Modified Files: pkgsrc/chat/irssi-xmpp: Makefile Log Message: Use correct linker flags on Darwin. --- Module Name: pkgsrc Committed By: maya Date: Wed Sep 21 20:53:57 UTC 2016 Modified Files: pkgsrc/chat/irssi: Makefile.common PLIST distinfo pkgsrc/chat/irssi-icb: distinfo pkgsrc/chat/irssi-xmpp: Makefile distinfo Log Message: irssi: update to 0.8.20, security fix. catch up with irssi-icb, irssi-xmpp distinfo (they grab irssi versioned file). comment out part of irssi-xmpp makefile which is breaking the build. irssi 0.8.20 changes: - Correct the name of an emitted sasl signal (#484) - Correct the prototype for the 'message private' signal (#515) - Corrections in away and hilight help text (#477, #518) - /squery and /servlist commands have been restored. - Where Irssi would previously only report "System error" on connect, it will now try harder to retrieve the system error message. - Fixed issue with +channels not working properly (#533) - Fixed crash in optchan when item has no server (#485) - Fixed random remote crash in the nicklist handling (#529) - Fixed remote crash due to incorrect bounds checking on formats, reported by Gabriel Campana and Adrien Guinet from Quarkslab. --- Module Name: pkgsrc Committed By: jperkin Date: Wed Sep 21 20:58:15 UTC 2016 Modified Files: pkgsrc/chat/irssi-xmpp: Makefile Log Message: Fix Darwin subst. --- Module Name: pkgsrc Committed By: maya Date: Thu Sep 22 09:07:08 UTC 2016 Modified Files: pkgsrc/chat/irssi: Makefile distinfo Added Files: pkgsrc/chat/irssi/patches: patch-scripts_buf.pl Log Message: irssi: add patch for buf.pl update as it is shipped with irssi. previously it would create a world readable file containing chat logs when /upgrade was used. while a security fix, you have to jump through many hoops to be affected by it - we don't enable perl scripts by default, we don't run that perl script by default, and you'd have to know that /upgrade exists in the first place, and run on a system where world readability of files is a concern. still, grab upstream update, bump PKGREVISION.
2016-09-23Pullup ticket #5103 - requested by mayabsiegert7-155/+108
databases/mariadb55-server: security fix Revisions pulled up: - databases/mariadb55-client/Makefile 1.6 - databases/mariadb55-client/Makefile.common 1.4 - databases/mariadb55-client/distinfo 1.5 - databases/mariadb55-client/patches/patch-include_my__context.h 1.2 - databases/mariadb55-client/patches/patch-vio_viosslfactories.c deleted - databases/mariadb55-server/Makefile 1.4 - databases/mariadb55-server/PLIST 1.3-1.4 --- Module Name: pkgsrc Committed By: maya Date: Tue Sep 13 19:15:14 UTC 2016 Modified Files: pkgsrc/databases/mariadb55-client: Makefile Makefile.common distinfo pkgsrc/databases/mariadb55-client/patches: patch-include_my__context.h pkgsrc/databases/mariadb55-server: Makefile PLIST Removed Files: pkgsrc/databases/mariadb55-client/patches: patch-vio_viosslfactories.c Log Message: update mariadb55-{client,server} to 5.5.52 Security update CVE-2016-6662: Remote Root Code Execution / Privilege Escalation (0day) (Fixed in 5.5.51, MDEV-10465) XXX put the distfile on nbftp manually as most mirrors don't have it yet and pullup. Changes: Revision #0da39ca 2016-09-12 16:18:07 +0200 fix BIGINT+MEDIUMINT type aggregation Revision #347eeef 2016-09-11 20:55:11 +0200 don't use my_copystat in the server Revision #611dc0d 2016-09-11 20:53:16 +0200 missing element in prelocked_mode_name[] array Revision #a229091 2016-09-11 20:52:00 +0200 potential signedness issue Revision #7ae555c 2016-09-11 20:51:09 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #b9631e3 2015-11-10 12:41:26 +0100 MDEV-8833 Crash of server on prepared statement with conversion to semi-join Revision #ee97274 2016-08-25 09:50:04 +0300 DEV-10595 MariaDB daemon leaks memory with specific query Revision #a92a8cc 2016-08-19 17:11:20 +0000 Windows packaging : use /d switch to sign MSI, to prevent installer showing randomly generated name in UAC prompt Revision #723488b 2016-08-04 15:43:52 +0400 MDEV-10424 - Assertion `ticket == null' failed in MDL_request::set_type Revision #09cb646 2016-08-11 19:35:53 +0000 Windows : fix search for WiX root directory when using 64bit cmake Revision #5ad0206 2016-08-09 16:15:10 +0300 MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_func Revision #0098d78 2016-08-09 13:25:40 +0200 MDEV-10465 general_log_file can be abused Revision #a3f6424 2016-08-08 12:58:27 +0200 MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table names Revision #2a54a53 2016-08-08 10:27:22 +0200 MDEV-10465 general_log_file can be abused Revision #a7c43a6 2016-01-26 14:49:25 +0200 MDEV-9304: MariaDB crash with specific query Revision #5269d37 2016-08-08 18:37:02 +0400 MDEV-10468 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() Revision #1b3430a 2016-08-08 16:04:40 +0400 MDEV-10500 CASE/IF Statement returns multiple values and shifts further result values to the next column Revision #5e23b63 2016-08-07 11:02:42 +0200 MDEV-10506 Protocol::end_statement(): Assertion `0' failed upon ALTER TABLE Revision #93d5cdf 2016-08-04 13:14:45 +0300 MDEV-9946: main.xtradb_mrr fails sporadically Revision #c0cb84b 2016-08-04 10:57:55 +0200 - Merge branch 'bb-5.5-serg' into 5.5 Revision #470f259 2016-08-03 20:56:24 +0200 MDEV-10465 general_log_file can be abused Revision #0214115 2016-08-01 16:53:57 +0200 trivial cleanup Revision #03dec1a 2016-08-03 18:05:29 +0200 MDEV-10350 "./mtr --report-features" doesn't work Revision #9d2f892 2016-08-03 17:58:56 +0200 MDEV-7329 plugins.pam_cleartext fails sporadically in buildbot Revision #75891ed 2016-08-03 17:50:45 +0200 improve pam_cleartext.test a bit Revision #5265243 2016-08-03 20:44:08 +0200 - Merge branch 'merge/merge-xtradb-5.5' into 5.5 Revision #e316c46 2016-08-03 20:43:29 +0200 5.5.50-38.0 Revision #19fe10c 2016-08-03 20:39:47 +0200 MDEV-6581 Writing to TEMPORARY TABLE not possible in read-only Revision #a350e53 2016-08-03 20:38:25 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #eb32dfd 2016-08-03 11:49:35 +0400 MDEV-10365 - Race condition in error handling of INSERT DELAYED Revision #511313b 2016-08-03 13:42:46 +0000 MDEV-10010 - potential deadlock on windows due to recursive SRWLock acquisition Revision #141f88d 2016-08-03 12:41:38 +0000 MDEV-10357 my_context_continue() does not store current fiber on Windows Revision #ecb7ce7 2016-08-03 15:55:48 +0400 MDEV-10467 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() Backporting MDEV-5781 from 10.0. Revision #35c9c85 2016-08-03 13:40:53 +0300 MDEV-10217: innodb.innodb_bug59641 fails sporadically in buildbot: InnoDB: Failing assertion: current_rec != insert_rec in file page0cur.c line 1052 Revision #6b71a6d 2016-08-02 18:52:51 +0200 MDEV-10383 Named pipes : multiple servers can listen on the same pipename Revision #5fdb3cf 2016-07-29 18:21:08 +0200 MDEV-10419: crash in mariadb 10.1.16-MariaDB-1trusty Revision #c6aaa2a 2016-07-30 10:53:01 +0300 MDEV-10228: update test results Revision #15ef38d 2016-07-27 00:38:51 +0300 MDEV-10228: Delete missing rows with OR conditions Revision #1b5da2c 2016-07-21 15:32:28 +0400 MDEV-10316 - main.type_date fails around midnight sporadically Revision #5cf49cd 2016-07-15 23:51:30 +0300 MDEV-10248 Cannot Remove Test Tables Revision #4e19aa3 2016-07-12 12:13:31 +0200 MDEV-10318 unset params in --ps --embedded Revision #97ded96 2016-07-11 17:03:03 +0000 MDEV-10318 : Fix crash in embedded, in case prepared statement has parameter placeholders, but does not bind parameters Revision #e81455bb 2015-05-04 08:32:05 +0200 MDEV-7973 bigint fail with gcc 5.0 Revision #a7814d4 2016-06-30 12:59:52 +0400 MDEV-10311 - funcs_1.processlist_priv_no_prot fails sporadically Revision #79f852a 2016-06-22 14:17:06 +0200 MDEV-10050: Crash in subselect Revision #ef92aaf 2016-06-22 22:37:28 +0300 MDEV-10083: Orphan ibd file when playing with foreign keys Revision #a482e76 2016-06-20 16:12:54 +0200 fix a mysql-5.5.50 merge: mysqlcheck Revision #95bf696 2016-06-19 14:51:03 +0200 MDEV-9749 InnoDB receives 'Bad file descriptor' error, possibly related to feedback plugin Revision #7f38a07 2016-06-17 18:54:11 +0400 MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes upon shutdown) Revision #7ff86b4 2016-06-17 14:59:17 +0300 MDEV-10247 TokuDB assertion error when building with DEBUG Revision #12ae840 2016-06-16 22:04:24 +0300 Fix typo bug that cause myisam repair to fail Revision #c7eef02 2016-06-16 22:00:16 +0300 Increase the number of default build thread ids possibilities Revision #7ab7abd 2016-06-16 18:52:46 +0300 Fix compilation failure when compiling with std=c90 Revision #b644661 2016-06-14 22:29:24 +0200 MDEV-9256 : Crashes on Windows x64 with aria_pagecache_buffer_size > 4GB Revision #34a104b 2016-06-14 12:28:05 +0300 MDEV-10229: TokuDB fails to build with CLang Revision #1bf2509 2016-06-13 23:32:50 +0300 MDEV-10162: Update repair testcase Revision #2b47832 2015-12-10 03:56:31 +0200 Fixed compilation failure using clang Revision #6a34ba3 2016-02-16 16:15:22 +0200 [Code cleanup] Refactor duplicate code within myisam and maria sort.cc Revision #bfef17b 2016-06-13 18:30:02 +0300 MDEV-9433: [PATCH} cppcheck reported a number of minor coding errors Revision #0089af8 2016-06-13 18:11:31 +0300 MDEV-9433: [PATCH] cppcheck reported a number of minor coding errors Revision #cf721d2 2015-12-10 17:00:14 +1100 MDEV-9257: Increase limit on parallel workers in mysql-test-run Revision #05bb3b9 2016-06-14 16:28:07 +0200 fix main.ssl_ca test for windows Revision #a4cfd32 2016-06-14 14:52:43 +0200 main.openssl_1 failure Revision #c73b987 2016-06-14 13:18:05 +0200 MDEV-8328 Evaluation of two "!" operators depends on space in beetween Revision #c3c272c 2016-06-10 13:47:00 +0200 MDEV-10166 probes_mysql_nodtrace.h is not provided anymore by mariadb-10.0.25 Revision #260699e 2016-06-14 13:59:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5 Revision #f54dcf1 2016-06-14 12:38:47 +0200 5.5.49-37.9 Revision #90eb302 2016-06-14 13:57:49 +0200 fix main.ssl_ca from mysql-5.5.50 Revision #ae29ea2 2016-06-14 13:55:28 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #1b50d59 2016-06-14 14:44:09 +0400 MDEV-9945 - main.kill_processlist-6619 fails sporadically Revision #d6a1bae 2016-06-13 17:10:31 +0400 MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost Revision #2db724c 2016-06-13 15:54:12 +0400 MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost Revision #3c77a00 2016-03-08 13:27:18 +0200 MDEV-8012: Wrong exit code when asking for help Revision #416006a 2016-06-12 22:45:15 +0300 MDEV-8012: Wrong exit code when asking for help Revision #67b4a6f 2016-06-12 20:14:51 +0300 MDEV-8859 rpl.rpl_mdev382 sporadically fails to finish due to disappeared expect file Revision #87007dc 2016-06-08 15:03:18 +0400 MDEV-9994 - Aria service threads are not "joined" Revision #4155d09 2016-06-10 17:06:38 +0400 MDEV-8402 Bug #77473 Truncated data with subquery & UTF8 Revision #df14488 2016-06-10 15:50:19 +0400 MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view field Revision #7adf04e 2016-01-05 22:48:50 +0100 MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows. Fix test whether process is alive in mysqltest. Revision #a4848e9 2016-06-08 19:04:12 +0400 MDEV-9972 Least function retuns date in date time format Revision #b31976f 2016-06-08 15:15:55 +0200 - Merge branch 'mdev9991' into mdev9991-5.5 Revision #196d96c 2016-06-08 15:12:44 +0200 Fix compiler check for stack unwind hint Revision #0f25270 2016-06-08 08:40:10 +0300 MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8 Revision #ff832e0 2016-05-24 17:37:23 +0200 Restore COMPONENT Embedded for Windows embedded libs. Revision #221adbc 2016-05-24 17:01:08 +0200 Fix warnings on Windows, compiler option -ggdb3 option is nonexistent Revision #535160b 2016-05-24 16:57:03 +0200 MDEV-10117 - update HeidiSQL to current version Revision #9eb0fbd 2016-05-24 14:20:53 +0200 MDEV-10071 Block installation on XP/Windows 2003 Server(they are no more supported) Revision #18487ed 2016-05-24 14:18:55 +0200 MDEV-10108 Fix errors in installations by domain user Revision #964c4f0 2016-05-10 19:13:06 +0400 MDEV-10052 Illegal mix of collations with DAYNAME(date_field)<>varchar_field Revision #672bbcd 2016-04-27 16:13:14 +0200 MDEV-9973 : Do not set permissions for serviceaccount user (Win7 and later) This appears to break some installation, and it did not do anything useful anyway. Revision #4f1ad43 2016-04-26 16:15:15 +0400 MDEV-9987 - gen_lex_hash leaks memory, making LeakSanitizer builds fail Revision #29868de 2016-04-26 12:58:14 +0200 MDEV-9986 Full-text search of the utf8mb4 column causes crash Revision #7f5ceb7 2016-04-26 11:49:35 +0200 disable main.wait_timeout_not_windows for embedded Revision #2220480 2016-04-25 18:59:41 +0200 MDEV-7775 Wrong error message (Unknown error) when idle sessions are killed after wait_timeout Revision #a98ecc2 2016-04-23 12:19:40 +0200 support SEARCH_RANGE in search_pattern_in_file.inc Revision #2b7573e 2016-04-24 13:36:51 +0400 MDEV-9975 - main.partition_innodb_plugin fails sporadically Revision #19e3597 2016-04-07 10:47:46 +0300 MDEV-9142 :Adding Constraint with no database reference results in ERROR 1046 (3D000) at line 13: No database selected. Revision #0ea4c73 2016-04-23 12:15:18 +0400 Fixed compilation failure due to unused var. Revision #618e300 2016-04-22 12:57:39 +0400 MDEV-9970 - main.sp-threads fails sporadically Revision #bd75ee7 2016-04-22 09:10:00 -0400 bump the VERSION Revision #3f0d07e 2016-04-22 16:04:20 +0400 MDEV-9372 select 100 between 1 and 9223372036854775808 returns false Revision #0991e19e 2016-04-20 20:25:46 +0200 - Merge branch 'bb-5.5-serg' into 5.5 Revision #63c834e 2016-04-20 18:56:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5 Revision #c9e56d5 2016-04-18 17:38:05 +0200 5.5.48-37.8 Revision #24ac546 2016-04-20 18:27:23 +0200 use consistent error messaging for IGNORE Revision #9e826bf 2016-04-20 15:28:44 +0200 trivial optimization Revision #8f1f869 2016-04-20 15:26:37 +0200 another test case for ER_DATA_OUT_OF_RANGE on insert Revision #b069d19 2016-04-20 15:25:55 +0200 - Merge branch 'mysql/5.5' into 5.5 Revision #1bc0b0b 2016-04-19 11:08:16 +0200 fix a couple of dbug tests not to write to /tmp Revision #cc04a9f 2016-04-18 18:30:42 +0200 MDEV-9835 Valid password is not working after server restart Revision #608c0e1 2016-04-18 11:57:34 +0200 MDEV-5982 `make` fail @ ".../libmysql_versions.ld:155:9: invalid use of VERSION in input file" Revision #ce35530 2016-04-17 19:52:15 +0200 MDEV-9885 Client doesn't start if 'TERM' unknown Revision #95fe71a 2016-04-17 18:51:54 +0200 MDEV-9707 MAX(timestamp(6) column) in correlated sub-query returns non-existent row data in original table Revision #3294cd1 2016-04-16 17:36:47 +0200 MDEV-9929 MariaDB segfaults on command "mysqld --version" with ignore-db-dir option on /etc/my.cnf Revision #4f133fb 2016-04-16 12:39:20 +0200 MDEV-9493 --tc-heuristic-recover option values off by one Revision #edf71fd 2016-04-16 10:28:03 +0200 MDEV-9928 LC_TIME_NAMES=de_AT; unusual name for february Revision #9c64735 2016-03-29 12:50:56 +0200 MDEV-9748 Include Twin (mysys_err.h is included twice in mysys/my_copy.c) Revision #2a45fa9 2016-04-20 19:03:59 +0200 MDEV-9836 Connection lost when using SSL Revision #0c0a865 2016-04-19 16:16:13 +0400 MDEV-9943 - TokuDB fails to compile with gcc 5.2.1 Revision #62122ba 2016-04-20 00:36:58 +0300 MDEV-9953 Debian packages install broken 'maria' test suite which cannot be run Revision #e90f8b7 2016-04-20 11:11:13 +0400 MDEV-9413 "datetime >= coalesce(c1(NULL))" doesn't return expected NULL Revision #2564650 2016-04-20 11:02:34 +0400 MDEV-9662 Assertion `precision || !scale' failed in my_decimal_precision_to_length_no_truncation(uint, uint8, bool) Revision #9a98714 2016-04-20 08:53:30 +0400 MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELSE 4 END Revision #6c0e231 2016-04-19 14:05:52 +0400 MDEV-9945 - main.kill_processlist-6619 fails sporadically Revision #18ff6f6 2016-04-19 12:38:00 +0400 MDEV-9944 - main.events_2 fails sporadically Revision #6fd54c0 2016-04-18 23:15:15 +0400 MDEV-9521 Least function returns 0000-00-00 for null date columns instead of null Revision #777c213 2016-04-02 00:04:47 +0400 MDEV-9862 Illegal mix of collation, when comparing column with CASE expression Revision #11b77e9 2016-03-18 16:55:11 +0100 MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11" Revision #fc2c1e4 2016-03-17 21:29:52 +0100 MDEV-9733 Server crashes in lf_pinbox_real_free on replication slaves Revision #0b9fb9a 2016-03-17 10:45:15 +0100 MDEV-9568 mysqlcheck crashes with nonexistent table name Revision #c29e450 2016-02-26 03:02:07 +0200 MDEV-4070 sys_vars.secure_file_priv fails sporadically if it's executed with --mem Revision #ceba41c 2016-01-24 17:41:11 +0100 MDEV-9299 Test main.events_2 incompatible with Debian reproducibility testing framework Revision #e1385f2 2016-02-15 12:59:47 +0100 fix buffer overrun Revision #3889b19 2016-02-14 22:19:27 +0100 more strict ipv6_ok check in mtr Revision #8f5030e 2016-02-14 22:17:38 +0100 fix my_gethwaddr() for solaris Revision #95740bc 2016-02-14 22:16:50 +0100 dtrace in cmake Revision #a5d9597 2016-02-14 22:15:16 +0100 better inline check Revision #5f078cc 2016-02-14 20:57:48 +0100 compilation errors on sparc sun studio 10 Revision #2a47817 2016-02-14 18:33:20 +0200 MDEV-9225 mysql_upgrade segfault due to missing /etc/my.cnf.d Revision #b7dc830 2016-02-14 18:31:06 +0200 Fix memory leak when failing to read config file Revision #93e9d81 2016-02-12 12:04:11 +0400 Errorneous PSI declaration line fixed. Revision #a9a08b1 2016-02-10 10:03:47 +0400 MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a' Revision #3c5c04b 2016-02-10 03:49:11 +0200 MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init Revision #6b614c6 2016-02-09 13:50:48 +0100 MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field_index) || bitmap_is_set(table->vcol_set, field_index))' fails) on using function over not created table Revision #775cccc 2016-02-08 22:53:40 +0200 MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init Revision #01628ce 2016-02-09 14:08:36 +0100 Merge branch 'bb-5.5-serg' into 5.5 Revision #afce541 2016-02-09 14:06:45 +0100 Merge branch 'merge-xtradb-5.5' into 5.5 Revision #5d478f5 2016-02-08 20:07:38 +0100 Bug#19817021 Revision #6703e5b 2016-02-08 20:07:09 +0100 Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/HA_MYISAMMRG.CC:631 Revision #dece4bc 2016-02-09 11:28:44 +0100 cleanup: make assert more readable Revision #63d3ccd 2016-02-08 20:04:39 +0100 Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAK Revision #f3444df 2016-02-09 11:27:40 +0100 Merge branch 'mysql/5.5' into 5.5 Revision #ea0c3fc 2016-02-09 05:17:41 +0400 MDEV-9438 backport feedback-http-proxy to 5.5 and 10.0. The http-proxy option to the FEEDBACK plugin backported. Revision #b17a435 2016-02-09 02:31:47 +0300 MDEV-6859: scalar subqueries in a comparison produced unexpected result Revision #3cfd36b 2016-02-09 00:13:25 +0100 5.5.47-37.7 Revision #d443d70 2016-02-09 01:46:53 +0300 MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with SQ inside Revision #c4cb240 2016-02-06 22:41:58 +0100 MDEV-9024 Build fails with VS2015 Revision #1e361f2 2016-02-06 13:57:59 +0100 MDEV-4664 mysql_upgrade crashes if root's password contains an apostrophe/single quotation mark Revision #9e4e412 2016-02-06 13:56:37 +0100 unit test for dynstr_append_os_quoted() Revision #41021c0 2016-02-03 17:15:22 +0100 MDEV-9462: Out of memory using explain on 2 empty tables Revision #ad94790 2016-02-04 14:47:46 +0100 MDEV-9453 mysql_upgrade.exe error when mysql is migrated to mariadb Revision #0a76ad5 2016-02-04 12:51:57 +0100 MDEV-9175 Query parser tansforms MICROSECOND into SECOND_FRAC, which does not work Revision #a90da6e 2016-02-05 14:04:24 +0100 MDEV-9314 fatal build error: viosslfactories.c:58:5: error: dereferencing pointer to incomplete type ???DH {aka struct dh_st} Revision #db5f743 2016-02-06 12:37:46 +0200 Merge pull request #148 from grooverdan/5.5-rpl_reporting-cppcheck-va_end Revision #6ecf6d8 2016-02-05 17:46:01 +0100 MDEV-7827: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_long::val_str on EXPLAIN EXTENDED Revision #9f3b53f 2015-12-14 19:16:29 +0100 MDEV-9093 Persistent computed column is not updated when update query contains join Revision #a3d843d 2016-02-03 15:52:26 +0200 Fix function visibility as it is used on row0mysql.c in Windows. Revision #f66d016 2016-02-03 11:32:51 +0200 MDEV-9471: Server crashes or returns an error while trying to alter partitioning on a table moved from Windows to Linux Revision #603c096 2016-02-03 00:43:00 +0100 MDEV-9466 : Exception handler on Windows does not output any text, if mysqld runs as service Revision #0e84d54 2016-02-01 16:27:12 +0100 Merge MDEV-9112 into 5.5 Revision #8cf1f50 2016-02-01 16:10:49 +0100 MDEV-9112: Non-blocking client API missing on non-x86 platforms Revision #d0c5efc 2016-01-29 23:53:44 +0200 If one compiled with too long MYSQL_SERVER_SUFFIX this caused a memory overrun that caused some test to fail. Revision #a1ddf01 2016-01-29 23:52:15 +0200 my_decimal didn't compile properly with debug Revision #3e5724f 2016-01-19 14:47:41 +1100 Add va_end to make cppcheck happy Revision #9c9d10b 2016-01-15 09:50:27 +0400 MDEV-9106 Audit plugin not working with MySQL 5.7. fixing Windows crash. Revision #fe4823d 2016-01-13 18:02:44 +0400 MDEV-9106 Audit plugin doesnt run with MySQL 5.7. updata thread_pool_server_audit test result. Revision #cdc9aa5 2016-01-13 15:24:33 +0400 MDEV-9106 Audit Plugin doesn't run with MySQL 5.7. MariaDB 5.5 built in debug gets unhappy with mutexes. Although everything is correct, some DBUG_ASSERT can happen. So this patch keeps safe_mutex silent. Revision #c955253 2016-01-12 16:29:02 +0400 MDEV-9106 Audit plugin compiled with MariaDB can't install on MySQL 5.7. The audit API was seriously changed in MySQL 5.7. so we had to adapt the plugin's code to that. Revision #5f48b61 2016-01-07 14:45:40 +0100 MDEV-9298 : Build failure when linking libmysql. Revision #ff24820 2015-12-30 19:39:31 +0100 Fix process handle leak in buildbot. GenerateConsoleCtrlEvent sent to non-existing process will add a process handle to this non-existing process to console host process conhost.exe Revision #61d3621 2015-12-29 18:40:41 +0400 Moving Field_blob::store_length() back from protected to public, as it's needed for Cassandra in 10.0. Revision #e1b9be5 2015-12-29 14:17:31 +0400 MDEV-9319 ALTER from a bigger to a smaller blob type truncates too much data Revision #e126baa 2015-12-21 10:19:02 +0100 MDEV-9249 MariaDB un-buildable on linux64: fails @ "error: ???ERR_remove_state??? was not declared in this scope" when linking against OpenSSL 1.0.2e Revision #591e74c 2015-06-20 16:59:22 +0800 MDEV-7526: TokuDB doesn't build on OS X Revision #e386523 2015-12-19 13:53:43 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #f39b9e0 2015-12-19 13:52:27 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #6414959 2015-12-19 13:31:44 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #f89c9fc 2015-12-19 13:25:55 +0200 MDEV-7526: TokuDB doesn't build on OS X Revision #0ed4744 2015-12-11 17:03:55 +0100 fix main.mysqldump test on windows Revision #ca28d90 2015-12-09 17:54:55 +0100 MDEV-7655 SHOW CREATE TABLE returns invalid DDL when using virtual columns along with a table collation Revision #f560c1b 2015-12-10 10:32:11 +0100 revert 5e9a50efc37c233f1e2a3616f8bcb36315aba4c2 Revision #265e833 2015-12-09 21:22:37 +0100 revert 415faa122b9c683661dafac82fff414fa6864151 Revision #c19972f 2015-12-11 14:33:41 +0200 MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitively, while according to Storage Engine API column names should be compared case insensitively. This can cause FRM and InnoDB data dictionary to go out of sync. Revision #fa25921 2015-12-10 11:22:53 +0100 MDEV-8407 Numeric errors, server crash with COLUMN_JSON() on DECIMAL with precision > 40 Revision #d67aacb 2015-12-09 17:11:55 +0100 fix xtradb compilation on windows Revision #fa4d4fc 2015-12-09 10:06:28 +0100 unit tests for my_getopt Revision #584c07b 2015-10-21 11:51:15 +0200 MDEV-8978 Specify GPL version in RPM metadata Revision #142b725 2015-12-09 12:57:04 +0100 Merge branch 'merge/merge-xtradb-5.5' into 5.5 Revision #9457139 2015-12-09 12:27:04 +0100 5.5.46-37.6 Revision #1a72c6f 2015-12-09 11:51:59 +0100 Merge branch 'bb-5.5-serg' into 5.5 Revision #abf9d35 2015-12-09 10:00:49 +0100 Merge branch 'mysql/5.5' into 5.5 Revision #dac3149 2015-12-08 17:20:34 +0400 MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine Revision #50a796d 2015-12-08 10:16:41 +0100 MDEV-8825 mysql_upgrade leaks the admin password when it spawns a shell process to execute mysqlcheck Revision #c21b927 2015-12-08 10:13:13 +0100 mysql_upgrade cleanup Revision #f0d774d 2015-12-07 20:06:54 +0100 MDEV-9212 ssl-validate-cert incorrect hostname check Revision #544eeda 2015-12-07 20:27:58 +0100 MDEV-8644 Using a UDF in a virtual column causes a crash when stopping the server Revision #79d08e6 2015-12-07 15:15:43 +0100 small cleanup: udf_init()/udf_free() calls Revision #859a736 2015-12-07 14:07:36 +0100 MDEV-9161 feedback_plugin_send in debug builds Revision #99774f1 2015-12-06 11:51:57 +0100 feedback plugin compilation warnings Revision #8fd24b4 2015-12-07 20:25:27 +0100 MDEV-9226 SHOW COLUMNS returns wrong column order for tables with large ENUMs Revision #f18599a 2015-12-06 20:22:33 +0100 tokudb compilation warnings Revision #d1fe928 2015-12-06 12:01:12 +0100 MDEV-8607 Init script doesn't check all applicable configuration groups Revision #18954ff 2015-12-06 01:48:07 +0100 MDEV-8313 Got an error writing communication packets Revision #354e567 2015-12-06 01:40:51 +0100 federatedx small cleanup Revision #e05883b 2015-12-05 15:25:15 +0100 MDEV-7341 mysqld_multi doesn't recognize include directive (not following includes) Revision #ef47b625 2015-12-05 11:29:00 +0100 MDEV-8827 Duplicate key with auto increment Revision #c8652ee 2015-12-05 11:22:25 +0100 one more test Revision #ee2fce5 2015-10-20 09:41:44 +0200 fix debian logrotate slow log filename Revision #0df22a5 2015-12-07 09:34:41 +0200 MDEV-7050: MySQL#74603 - Assertion `comma_length > 0' failed in mysql_prepare_create_table Revision #d85168e 2015-12-07 09:20:31 +0200 Correct length check in my_wc_mb_filename() Revision #e528fe7 2015-12-05 12:21:33 +0200 Fix gcc v5.compiler errors. Revision #082b859 2015-12-04 14:24:03 +0200 MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables crashes on insert Revision #d87bc55 2015-12-03 20:43:54 +0400 MDEV-8630 Datetime value dropped in "INSERT ... SELECT ... ON DUPLICATE KEY" Item_func_coalesce::fix_length_and_dec() calls Item_func::count_string_result_length()) which called agg_arg_charsets() with wrong flags, so the collation derivation of the COALESCE result was not properly set to DERIVATION_COERCIBLE. It erroneously stayed DERIVATION_NUMERIC. So GREATEST() misinterpreted the argument as a number rather that a string and did not calculate its own length properly. Revision #9f07c6b 2015-12-02 16:08:54 +0400 MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine Revision #33589b2 2015-12-03 13:18:10 +0200 MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 Revision #13ad179 2015-11-20 14:50:18 +0100 MDEV-8756 MariaDB 10.0.21 crashes during PREPARE Revision #43a5090 2015-11-18 11:20:59 +0100 MDEV-9051 mysqld got signal 11, after upgrade to 10.1.8 Revision #7261629 2015-11-18 10:58:51 +0100 feedback plugin debug Revision #e669a5f 2015-11-17 18:33:08 +0100 MDEV-7588 Add thd_wait_begin/end to notify threadpool of binlog waits Revision #7e4da9b 2015-11-06 16:36:41 +0100 MDEV-8632 Segmentation fault on INSERT Revision #5d754fc 2015-11-09 09:23:32 +0200 MDEV-8854: New warning messages are unreadable Revision #c88ca2c 2015-11-06 17:56:56 +0100 MDEV-8701 Crash on derived query MDEV-8938 Server Crash on Update with joins Revision #df80420 2015-10-21 14:42:56 +0200 fix events_1 test for October 2015 Revision #978c2a3 2015-10-11 17:06:03 -0400 MDEV-7640: CHANGE MASTER TO doesn't work with prepared statements Revision #16c4b3c 2015-10-09 16:43:59 +0200 fixes for buildbot Revision #f41a41f 2015-10-09 00:06:16 +0200 Merge branch 'merge-xtradb-5.5' into 5.5 Revision #db79f4c 2015-10-08 23:02:43 +0200 5.5.45-37.4 Revision #82e9f6d 2015-10-08 22:54:24 +0200 Merge remote-tracking branch 'mysql/5.5' into 5.5 Revision #c8d5112 2015-10-08 00:32:07 +0200 MDEV-8796 Delete with sub query with information_schema.TABLES deletes too many rows Revision #504802f 2015-08-05 11:57:35 +0200 MDEV-7846: postreview fix Revision #54b9981 2015-04-23 20:08:57 +0200 MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread stack overrun Revision #0ab93fd 2015-04-23 19:16:57 +0200 MDEV-7445:Server crash with Signal 6 MDEV-7565: Server crash with Signal 6 (part 2) Revision #2e3e818 2015-04-23 19:11:06 +0200 MDEV-7445: Server crash with Signal 6 Revision #7ccde2c 2015-04-23 19:04:11 +0200 MDEV-7565: Server crash with Signal 6 (part 2) Revision #006acf7 2015-09-30 10:49:45 +0300 Bug #68148: drop index on a foreign key column leads to missing table MDEV-8845: Table disappear after modifying FK Revision #a95711e 2015-09-29 08:39:54 +0300 MDEV-8855: innodb.innodb-fk-warnings fails on Windows Revision #02a38fd 2015-09-24 17:25:52 +0200 MDEV-8624: MariaDB hangs on query with many logical condition Revision #f804b74 2015-09-28 03:40:29 +0300 MDEV-8154 rpl.show_status_stop_slave_race-7126 sporadically causes internal check failure Revision #ce7d8c5 2015-09-27 18:01:47 +0300 MDEV-7330 plugins.feedback_plugin_send fails sporadically in buildbot Revision #bdcf370 2015-09-27 16:00:48 +0300 MDEV-7933 plugins.feedback_plugin_send depends on being executed after plugins.feedback_plugin_load Revision #2563609 2015-09-26 02:51:29 +0300 Increased the version number Revision #86ed494 2015-09-26 02:48:55 +0300 MDEV-8849 rpl.rpl_innodb_bug30888 sporadically fails in buildbot with testcase timeout Revision #dca4ab9 2015-09-24 21:24:28 +0300 MDEV-8841 innodb_zip.innodb-create-options fails in buildbot Revision #5cc149f 2015-09-24 10:28:47 +0200 The compiler warnings fixed. Revision #29ac245 2015-09-07 13:13:52 +0200 MDEV-8473: mysqlbinlog -v does not properly decode DECIMAL values in an RBR log Revision #102a85f 2015-09-03 18:00:43 +0200 MDEV-8663: IF Statement returns multiple values erroneously (or Assertion `!null_value' failed in Item::send(Protocol*, String*)) Revision #fa51f70 2015-08-04 23:42:44 +0200 correct the NULL-pointer test Revision #877de3a 2015-07-30 22:08:39 +0300 MDEV-8554: Server crashes in base_list_iterator::next_fast ... Revision #1b0c81c 2015-08-01 15:02:14 +0200 5.5.44-37.3 Revision #96badb1 2015-07-31 22:09:46 +0200 MDEV-7821 Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS Revision #409709e 2015-07-31 20:33:10 +0200 compilation error on windows Revision #79deefc 2015-07-31 12:31:37 +0200 MDEV-8340 Add "mysqlbinlog --binlog-row-event-max-size" support for MariaDB 5.5 Revision #4d5772c 2015-07-31 10:13:01 +0200 MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further executions) Revision #2721d69 2015-07-28 19:11:53 +0200 MDEV-8352 Increase Diffie-Helman modulus to 2048-bits Revision #bfe2689 2015-07-31 13:13:39 +0400 MDEV-8379 - SUSE mariadb patches Revision #360e597 2015-07-31 12:06:29 +0300 Make sure name buffer has string end marker on correct place. Revision #1ad294e 2015-07-30 18:51:44 +0400 MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS Revision #fa765a4 2015-07-31 08:52:24 +0300 MDEV-6697: Improve foreign keys warnings/errors Revision #e05cd97 2015-07-29 05:58:45 +0300 MDEV-8524: Improve error messaging when there is duplicate key or foreign key names Revision #392df76 2015-07-23 12:50:58 +0400 MDEV-4017 - GET_LOCK() with negative timeouts has strange behavior Revision #e40bc65 2015-07-25 15:14:40 +0300 Fixed memory loss detected on P8. This can happen when we call after_flush but never call after_rollback() or after_commit(). Revision #7115341 2015-07-23 14:57:12 +0300 Fixed warnings and errors found by buildbot Revision #7a96702 2015-07-21 12:12:58 +0300 MDEV-8474: InnoDB sets per-connection data unsafely Revision #00d3b20 2015-07-17 00:06:27 +0300 MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 Revision #44de090 2015-07-17 00:02:25 +0300 MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1 Revision #bc30046 2015-06-26 14:48:22 +0300 Fix for MDEV-8301; Statistics for a thread could be counted twice in SHOW STATUS while thread was ending Revision #67c56ab 2015-06-25 23:34:54 +0300 Simple cleanups - Removing use of calls to current_thd - More DBUG_PRINT - Code style changes - Made some local functions static Ensure that calls to print_keyuse are locked with mutex to get all lines in same debug packet Revision #8c81575 2015-06-25 23:26:29 +0300 Problem was that for cases like: SELECT ... WHERE XX IN (SELECT YY) this was transformed to something like: SELECT ... WHERE IF_EXISTS(SELECT ... HAVING XX=YY) Revision #2e941fe 2015-06-25 23:18:48 +0300 Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger that is repeatedly executed. This is MDEV-7601, including its sub tasks MDEV-7594, MDEV-7555, MDEV-7590, MDEV-7581, MDEV-7589 Revision #d199a0f 2015-06-11 17:47:52 +0200 more renames after tokudb merge Revision #b96c196 2015-06-11 16:48:10 +0200 Item_cache::safe_charset_converter() fixes Revision #7c98e8a 2015-06-11 16:43:56 +0200 fix after the tokudb ft-index merge Revision #5a44e1a 2015-06-09 22:11:22 +0200 tests for MDEV-7937: Enforce SSL when --ssl client option is used Revision #80f6b22 2015-06-09 16:08:09 +0400 MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled keys Revision #3a50a8c 2015-06-09 13:50:43 +0400 MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled Revision #49a3392 2015-06-09 11:57:31 +0400 MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled Revision #e5005ce 2015-06-09 18:06:41 +0200 disable ssl for ssl-disabled tests Revision #992d782 2015-06-09 18:56:09 +0300 MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-7923) Revision #5d57e2d 2015-06-09 16:46:45 +0300 Fix tests for 7937 Revision #be5035b 2015-06-09 15:59:29 +0300 Added tests for MDEV-7937 Revision #4ef7497 2015-06-09 14:08:44 +0300 MDEV-7937: Enforce SSL when --ssl client option is used Revision #56e2d83 2015-05-02 08:45:10 +0200 MDEV-7695 MariaDB - ssl - fips: can not connect with --ssl-cipher=DHE-RSA-AES256-SHA - handshake failure Revision #92b3659 2015-06-09 12:05:06 +0400 MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to type ' 'decimal(10,7)' Changing the error message to: "...from type 'decimal(0,?)/*old*/' to type ' 'decimal(10,7)'..." So it's now clear that the master data type is OLD decimal. Revision #b1e1039 2015-06-09 07:36:24 +0400 MDEV-8286 Likely a redundant declaration of Item_cache::used_table_map Revision #a4d93e0 2015-06-05 20:05:08 +0200 MDEV-8050 sphinx test cases cannot run with sphinxsearch-2.2.6 Revision #b41ad55 2015-06-08 15:09:20 +0200 update tokudb version Revision #1707cfc 2015-06-08 21:55:52 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. More fixes to assure the order of queries in the log. Revision #87088b9 2015-06-08 21:44:13 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. This test also should be fixed - delay added so the connection event doesn't happen before the query. Revision #96b3703 2015-06-08 21:40:17 +0500 MDEV-8211 plugins.server_audit fails sporadically in buildbot. Connection event can happen before the query ends. Added a delay to confirm the order. Revision #a765cca 2015-06-08 20:50:40 +0400 MDEV-8067 correct fix for MySQL Bug # 19699237: UNINITIALIZED VARIABLE IN ITEM_FIELD::STR_RESULT Revision #b37b52a 2015-06-08 13:47:07 +0500 MDEV-4922 Stored Procedure - Geometry parameter not working. Fhe GEOMETRY field should be handled just as the BLOB field. So that was fiexed in field_conv. One additional bug was found and fixed meanwhile - thet the geometry field subtypes should also be merged for UNION command. Revision #69ed429 2015-06-08 12:09:13 +0500 MDEV-7500 thread_handling option in my.cnf is not passing "connect events" to audit plugin. The MYSQL_AUDIT_NOTIFY_CONNECTION_CONNECT() call moved to the login_connection() function. So that it'll be invoked in any thread handling mode. Revision #1ae05db 2015-06-07 15:40:42 +0500 MDEV-8078 Memory disclosure/buffer overread on audit plugin. If the SET PASSWORD query doesn't have the password string, the parsing of it can fail. It manifested first in MySQL 5.6 as it started to hide password lines sent to the plugins. Fixed by checking for that case. Revision #db0ecf2 2015-06-06 19:12:44 +0500 MDEV-8032 [PATCH] audit plugin - csv output broken. Symbols like TAB or NEWLINE should be escaped, which was forgotten in one place. Revision #6264451 2015-06-06 16:13:51 +0200 MDEV-8114: server crash on updates with joins still on 10.0.18 Revision #9a3b975 2015-06-05 09:51:17 +0200 Merge branch '5.5' into bb-5.5-serg Revision #a2bb9d2 2015-06-04 16:04:05 +0400 MDEV-7505 - Too large scale in DECIMAL dynamic column getter crashes mysqld Revision #b611ac0 2015-06-03 14:30:09 +0400 MDEV-6236 - [PATCH] mysql_tzinfo_to_sql may produce invalid SQL Revision #af2256f 2015-06-03 13:59:58 +0400 MDEV-7207 - ALTER VIEW does not change ALGORITM Revision #ae0c576 2015-06-05 02:14:49 +0200 Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg Revision #f84f577 2015-06-05 02:06:51 +0200 Merge tag 'mysql-5.5.44' into bb-5.5-serg Revision #f07b346 2015-06-05 02:04:32 +0200 do not re-populate I_S tables in subqueries Revision #1ff423d 2015-06-04 21:12:29 +0400 MDEV-8243 configure defines to empty string, not 1 Revision #750aa8b 2015-06-04 18:58:12 +0200 5.5.43-37.2 Revision #980bdc3 2015-06-04 17:39:05 +0200 followup: CREATE SERVER tests should not be run for embedded Revision #a477cd1 2015-06-03 23:31:05 +0300 MDEV-6500: Stale data returned after TRUNCATE PARTITION operation Revision #08fa02c 2015-06-04 18:51:30 +0400 Some MYD files (e.g. in mysql-test/std_data) could erroneously be treated by git as text files. Revision #9da8a8f 2015-06-04 18:49:12 +0400 MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)# MDEV-8267 Add /*old*/ comment into I_S.COLUMN_TYPE for old DECIMAL Revision #a8b8544 2015-06-04 13:00:53 +0300 MDEV-7906: InnoDB: Failing assertion: prebuilt->sql_stat_start || trx->state == 1 on concurrent multi-table update Revision #7b05650 2015-06-03 20:24:51 +0200 Merge tag 'tokudb-engine/tokudb-7.5.7' into 5.5 Revision #e500c47 2015-06-03 19:47:46 +0200 Merge tag 'tokudb-ft-index/tokudb-7.5.7' into 5.5 Revision #934a18d 2015-06-03 19:42:34 +0200 .gitattributes: *.dat files should not be CRLF converted Revision #c79e98e 2015-06-03 18:45:08 +0200 MDEV-8085 main.group_by failed in buildbot Revision #5d8cee4 2015-06-03 17:11:07 +0200 MDEV-8224 Server crashes in get_server_from_table_to_cache on empty name Revision #33d480f 2015-06-03 16:33:10 +0200 MDEV-4608 deb packages for jessie Revision #f806b4d 2015-06-03 12:13:43 +0200 MDEV-8124 mysqlcheck: --auto-repair runs REPAIR TABLE instead of REPAIR VIEW on views Revision #535b514 2015-06-03 10:35:34 +0200 MDEV-8123 mysqlcheck: new --process-views option conflicts with --quick, --extended and such Revision #64569fa 2015-06-03 11:11:53 +0200 parser: better error messages for CHECK/REPAIR VIEW Revision #0ffef5d 2015-06-03 09:54:56 +0200 MDEV-8052 abi detection incorrect with clang Revision #8e7d665 2015-06-02 22:07:47 +0200 CRLF->LF Revision #6bd76f8 2015-05-27 10:27:18 +0400 Merge pull request #73 from akopytov/MDEV-7658-5.5 Revision #70bc0a3 2015-05-26 23:56:00 +0300 Fixes MDEV-7658: MDEV-7026 fix reintroduces MDEV-6615 on AArch64 Revision #5d02928 2015-05-16 10:26:34 +0200 remove second @ from CONFIGURE_FILE (... @ONLY@) Revision #6f8558b 2015-05-12 14:19:30 -0400 Fix for debug build failure Revision #373d092 2015-05-08 17:19:48 +0300 Fix win/ files to be stored with LF in repository Revision #23b2b95 2015-05-08 17:19:06 +0300 Update .gitattributes Revision #6ef3c7d 2015-05-08 17:09:45 +0300 Updated .gitattributes Revision #0014bdc 2015-05-07 22:18:34 +0200 MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW Revision #8350ea0 2015-05-07 13:04:03 +0300 Fix compiler error if compiler does not support c99 style initializers. Revision #f704b33 2015-05-06 16:47:23 +0300 Merge pull request #52 from openquery/MDEV-8053-c99-style-for-structure-members Revision #4d606cb 2015-04-24 23:17:16 +1000 c99 style for assigning structure members --- Module Name: pkgsrc Committed By: maya Date: Wed Sep 14 07:29:10 UTC 2016 Modified Files: pkgsrc/databases/mariadb55-server: PLIST Log Message: mariadb55-server: Restore PLIST ability to build without embedded-server
2016-09-18#5084 and #5102spz1-1/+7
2016-09-18Pullup ticket #5102 - requested by bsiegertspz3-8/+10
devel/pcre2: security update Revisions pulled up: - devel/pcre2/Makefile 1.5 - devel/pcre2/PLIST 1.5 - devel/pcre2/distinfo 1.5 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: mef Date: Sun Sep 11 14:39:27 UTC 2016 Modified Files: pkgsrc/devel/pcre2: Makefile PLIST distinfo Log Message: Updated devel/pcre to 10.22 --------------------------- Version 10.22 29-July-2016 -------------------------- 1. ChangeLog has the details of a number of bug fixes. 2. The POSIX wrapper function regcomp() did not used to support back references and subroutine calls if called with the REG_NOSUB option. It now does. 3. A new function, pcre2_code_copy(), is added, to make a copy of a compiled pattern. 4. Support for string callouts is added to pcre2grep. 5. Added the PCRE2_NO_JIT option to pcre2_match(). 6. The pcre2_get_error_message() function now returns with a negative error code if the error number it is given is unknown. 7. Several updates have been made to pcre2test and test scripts (see ChangeLog). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/pcre2/Makefile pkgsrc/devel/pcre2/PLIST \ pkgsrc/devel/pcre2/distinfo
2016-09-18Pullup ticket #5084 - requested by bsiegertspz2-7/+11
fonts/fontconfig: security update Revisions pulled up: - fonts/fontconfig/Makefile 1.96 - fonts/fontconfig/distinfo 1.55 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wiz Date: Fri Aug 19 12:52:30 UTC 2016 Modified Files: pkgsrc/fonts/fontconfig: Makefile distinfo Log Message: Updated fontconfig to 2.12.1. I've released 2.12.1 containing some fixes: - IMPORTANT: properly validate offsets in cache files. see changelog and CVE-2016-5384 for more details. thanks to Tobias Stoeckmann for catching this up! - build issues regarding to Python. - add --with-default-hinting to configure. - fix segfault in FcWeightFromOpenType() To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 pkgsrc/fonts/fontconfig/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/fonts/fontconfig/distinfo ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wiz Date: Sun Sep 18 13:18:20 UTC 2016 Modified Files: pkgsrc/fonts/fontconfig: Makefile Log Message: Fix build with native X.org. The installed version of this library was found and used instead of the one build by the package, leading to problems when the pkgsrc one had symbols the native one doesn't have. Add libtool path to compiler search path to fix this. >From spz. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 pkgsrc/fonts/fontconfig/Makefile
2016-09-14Pullup tickets #5100 and #5101.bsiegert1-1/+9
2016-09-14Part two of Pullup Ticket #5101:bsiegert1-4/+1
Also pull up revision 1.25 of databases/mysql56-server/PLIST. Fix build. Noticed by htodd@, thanks!
2016-09-13Pullup ticket #5101 - requested by mayabsiegert7-38/+37
databases/mysql55-client: security fix databases/mysql56-client: security fix Revisions pulled up: - databases/mysql55-client/Makefile.common 1.54 - databases/mysql55-client/distinfo 1.52 - databases/mysql55-server/PLIST 1.44 - databases/mysql56-client/Makefile.common 1.35 - databases/mysql56-client/distinfo 1.37 - databases/mysql56-client/patches/patch-CMakeLists.txt 1.5 - databases/mysql56-server/PLIST 1.26 --- Module Name: pkgsrc Committed By: adam Date: Wed Sep 7 13:13:36 UTC 2016 Modified Files: pkgsrc/databases/mysql55-client: Makefile.common distinfo pkgsrc/databases/mysql55-server: PLIST Log Message: Changes in MySQL 5.5.52 (2016-09-06) Bugs Fixed ---------- Replication: mysqlbinlog --read-from-remote-server log1 log2 was opening a new \ connection for log2 without freeing the connection used for log1. Thanks to Laurynas \ Biveinis for the contribution. (Bug 81675, Bug 23540182) For mysqld_safe, the argument to --malloc-lib now must be one of the directories \ /usr/lib, /usr/lib64, /usr/lib/i386-linux-gnu, or /usr/lib/x86_64-linux-gnu. In \ addition, the --mysqld and --mysqld-version options can be used only on the command \ line and not in an option file. (Bug 24464380) It was possible to write log files ending with .ini or .cnf that later could be \ parsed as option files. The general query log and slow query log can no longer be \ written to a file ending with .ini or .cnf. (Bug 24388753) Privilege escalation was possible by exploiting the way REPAIR TABLE used temporary \ files. (Bug 24388746) Certain internal character-handling functions could fail to handle a too-large \ character and cause a server exit. (Bug 23296299) A blank server name in CREATE SERVER statements produced a server exit rather than an \ error. (Bug 23295288) The optimizer failed to check a function return value for an area calculation, \ leading to a server exit. (Bug 23280059) A prepared statement that used a parameter in the select list of a derived table that \ was part of a join could cause a server exit. (Bug 22392374, Bug 24380263) MEDIUMINT columns used in operations with long integer values could result in buffer \ overflow. (Bug 19984392) EINTR handling in the client library has been fixed so that interrupted read and \ write calls are retried. Previously, EINTR was ignored. (Bug 82019, Bug 23703570) --- Module Name: pkgsrc Committed By: adam Date: Wed Sep 7 12:58:25 UTC 2016 Modified Files: pkgsrc/databases/mysql56-client: Makefile.common distinfo pkgsrc/databases/mysql56-server: PLIST Log Message: Changes in MySQL 5.6.33 (2016-09-06) Test Suite Notes ---------------- In mysql-test-run.pl, a limit of 50 was imposed on the number of workers for parallel \ testing, which on systems with more than 50 CPUs resulted in exhaustion of unique \ thread IDs. The ID-exhaustion problem has been corrected, and the limit of 50 on \ number of workers has been lifted. Thanks to Daniel Black for the patch on which this \ change was based. Additionally, these changes were made: To avoid idle workers, the number of parallel workers now is limited to the number of \ tests. Previously, if --parallel=auto was given and the MTR_MAX_PARALLEL environment \ variable was not set, a limit of 8 was imposed on the number of parallel workers. \ This limit has been lifted. (Bug 22342399, Bug 79585) Functionality Added or Changed ------------------------------ CMake support for compiling with Solaris Studio 12.5 was added. (Bug 82249, Bug \ 24303829, Bug 81274, Bug 23212938) Bugs Fixed ---------- InnoDB: An operation that dropped and created a full-text search table raised an \ assertion. (Bug 24315031) InnoDB: Accessing full-text search auxiliary tables while dropping the indexed table \ raised an assertion. (Bug 24009272) InnoDB: An online DDL operation on a table with indexed BLOB columns raised an \ assertion during logging of table modifications. (Bug 23760086) Replication: mysqlbinlog --read-from-remote-server log1 log2 was opening a new \ connection for log2 without freeing the connection used for log1. Thanks to Laurynas \ Biveinis for the contribution. (Bug 81675, Bug 23540182) Replication: With binlog_row_image=FULL, when updating single tables temporary tables \ were unnecessarily being used. The fix ensures single table update follows the same \ pattern as multi-table update. (Bug 79867, Bug 22510353) For mysqld_safe, the argument to --malloc-lib now must be one of the directories \ /usr/lib, /usr/lib64, /usr/lib/i386-linux-gnu, or /usr/lib/x86_64-linux-gnu. In \ addition, the --mysqld and --mysqld-version options can be used only on the command \ line and not in an option file. (Bug 24464380) It was possible to write log files ending with .ini or .cnf that later could be \ parsed as option files. The general query log and slow query log can no longer be \ written to a file ending with .ini or .cnf. (Bug 24388753) Privilege escalation was possible by exploiting the way REPAIR TABLE used temporary \ files. (Bug 24388746) If the basedir system variable was set at server startup from the command line or \ option file, the value was not normalized (on Windows, / was not replaced with /). \ (Bug 23747899, Bug 82125) In-place ALTER TABLE operations which when executed separately caused no table \ rebuild could when combined into a single statement result in a table rebuild. (Bug \ 23475211, Bug 81587) A blank server name in CREATE SERVER statements produced a server exit rather than an \ error. (Bug 23295288) A prepared statement that used a parameter in the select list of a derived table that \ was part of a join could cause a server exit. (Bug 22392374, Bug 24380263) MEDIUMINT columns used in operations with long integer values could result in buffer \ overflow. (Bug 19984392) A spurious ER_NO_SUCH_TABLE error could occur when attempting to execute a prepared \ CREATE TABLE ... SELECT statement that used a temporary table in the FROM clause and \ called a stored function. The same error could occur for a nonprepared version of the \ statement if used in a stored procedure when the procedure was re-executed. (Bug \ 16672723, Bug 68972) EINTR handling in the client library has been fixed so that interrupted read and \ write calls are retried. Previously, EINTR was ignored. (Bug 82019, Bug 23703570)
2016-09-13Pullup ticket #5100 - requested by mayabsiegert6-21/+28
security/gnupg: security fix security/libgcrypt: security fix, build fix Revisions pulled up: - security/gnupg/Makefile 1.134 - security/gnupg/distinfo 1.70 - security/libgcrypt/Makefile 1.82-1.84 - security/libgcrypt/buildlink3.mk 1.18 - security/libgcrypt/distinfo 1.67-1.68 - security/libgcrypt/patches/patch-aa 1.9 --- Module Name: pkgsrc Committed By: maya Date: Wed Aug 17 23:05:19 UTC 2016 Modified Files: pkgsrc/security/gnupg: Makefile distinfo Log Message: Update gnupg to 1.4.21 Changelog: 2016-08-17 Werner Koch <wk%gnupg.org@localhost> Release 1.4.21. gpg: Add dummy option --with-subkey-fingerprint. * g10/gpg.c (opts): Add dummy option. build: Create a swdb file during "make distcheck". * Makefile.am (distcheck-hook): New. 2016-08-17 Ineiev <ineiev%gnu.org@localhost> po: Update Russian translation. 2016-08-17 Werner Koch <wk%gnupg.org@localhost> random: Hash continuous areas in the csprng pool. * cipher/random.c (mix_pool): Store the first hash at the end of the pool. cipher: Improve readability by using a macro. * cipher/random.c (mix_pool): Use DIGESTLEN instead of 20. 2016-08-09 Daniel Kahn Gillmor <dkg%fifthhorseman.net@localhost> gpg: Avoid publishing the GnuPG version by default. * g10/gpg.c (main): initialize opt.emit_version to 0 * doc/gpg.texi: document different default for --emit-version 2016-08-04 Daniel Kahn Gillmor <dkg%fifthhorseman.net@localhost> Clean up "allow to" * README, cipher/cipher.c, cipher/pubkey.c, doc/gpg.texi: replace "allow to" with clearer text In standard English, the normal construction is "${XXX} allows ${YYY} to" -- that is, the subject (${XXX}) of the sentence is allowing the object (${YYY}) to do something. When the object is missing, the phrasing sounds awkward, even if the object is implied by context. There's almost always a better construction that isn't as awkward. These changes should make the language a bit clearer. Fix spelling: "occured" should be "occurred" * checks/armor.test, cipher/des.c, g10/ccid-driver.c, g10/pkclist.c, util/regcomp.c, util/regex_internal.c: correct the spelling of "occured" to "occurred" 2016-08-04 NIIBE Yutaka <gniibe%fsij.org@localhost> g10: Fix checking key for signature validation. * g10/sig-check.c (signature_check2): Not only subkey, but also primary key should have flags.valid=1. 2016-08-03 Justus Winter <justus%g10code.com@localhost> Partially revert "g10: Fix another race condition for trustdb access." This amends db246f8b which accidentally included the compiled translation files. 2016-07-09 NIIBE Yutaka <gniibe%fsij.org@localhost> gpgv: Tweak default options for extra security. * g10/gpgv.c (main): Set opt.no_sig _cache, so that it doesn't depend on cached status. Similarly, set opt.flags.require_cross_cert for backsig validation for subkey signature. 2016-07-06 NIIBE Yutaka <gniibe%fsij.org@localhost> g10: Fix keysize with --expert. * g10/keygen.c (ask_keysize): It's 768 only for DSA. 2016-06-28 NIIBE Yutaka <gniibe%fsij.org@localhost> g10: Fix --list-packets. * g10/gpg.c (main): Call set_packet_list_mode after assignment of opt.list_packets. * g10/mainproc.c (do_proc_packets): Don't stop processing with --list-packets as the comment says. * g10/options.h (list_packets): Fix the comment. * g10/parse-packet.c: Fix the condition for opt.list_packets. 2016-06-15 Niibe Yutaka <gniibe%fsij.org@localhost> g10: Fix another race condition for trustdb access. * g10/tdbio.c (create_version_record): Call create_hashtable to always make hashtable, together with the version record. (get_trusthashrec): Remove call to create_hashtable. 2016-02-12 NIIBE Yutaka <gniibe%fsij.org@localhost> g10: Make sure to have the directory for trustdb. * g10/tdbio.c (tdbio_set_dbname): Return earlier if !CREATE. Check the directory and create it if none before calling take_write_lock. 2016-02-01 Werner Koch <wk%gnupg.org@localhost> Fix possible sign extension problem with newer compilers. * cipher/des.c (READ_64BIT_DATA): Cast to u32 before shifting by 24. * cipher/blowfish.c (do_encrypt_block): Ditto. (do_decrypt_block): Ditto. * cipher/camellia.c (CAMELLIA_RR8): Ditto. * cipher/cast5.c (do_encrypt_block): Ditto. (do_decrypt_block): Ditto. (do_cast_setkey): Ditto. * cipher/twofish.c (INPACK): Ditto. * util/iobuf.c (block_filter): Ditto. 2016-01-26 NIIBE Yutaka <gniibe%fsij.org@localhost> g10: Fix iobuf API of filter function for alignment. * include/iobuf.h (struct iobuf_struct): Remove DESC. * util/iobuf.c (iobuf_desc): New. (print_chain, iobuf_close, iobuf_open, iobuf_fdopen, iobuf_sockopen) (iobuf_create, iobuf_append, iobuf_openrw, iobuf_ioctl) (iobuf_push_filter2, pop_filter, underflow): Use iobuf_desc. (file_filter, sock_filter, block_filter): Fill the description. * g10/armor.c, g10/cipher.c, g10/compress-bz2.c, g10/compress.c, g10/encode.c, g10/encr-data.c, g10/mdfilter.c, g10/pipemode.c, g10/progress.c, g10/textfilter.c: Likewise. 2016-01-15 Werner Koch <wk%gnupg.org@localhost> Fix possible AIX problem with sysconf in rndunix. * cipher/rndunix.c [HAVE_STDINT_H]: Include stdint.h. (start_gatherer): Detect misbehaving sysconf. 2016-01-13 NIIBE Yutaka <gniibe%fsij.org@localhost> Fix to support git worktree. * Makefile.am: Use -e for testing .git. 2015-12-21 NIIBE Yutaka <gniibe%fsij.org@localhost> po: Update Japanese translation. --- Module Name: pkgsrc Committed By: maya Date: Wed Aug 17 23:13:11 UTC 2016 Modified Files: pkgsrc/security/libgcrypt: Makefile buildlink3.mk distinfo Log Message: Update libgcrypt to 1.7.3 Changelog: 2016-08-17 Werner Koch <wk%gnupg.org@localhost> Release 1.7.3. * configure.ac: Set LT version to C21/A1/R3. random: Hash continuous areas in the csprng pool. * random/random-csprng.c (mix_pool): Store the first hash at the end of the pool. random: Improve the diagram showing the random mixing. * random/random-csprng.c (mix_pool): Use DIGESTLEN instead of 20. 2016-07-19 Jussi Kivilinna <jussi.kivilinna%iki.fi@localhost> crc-intel-pclmul: split assembly block to ease register pressure. * cipher/crc-intel-pclmul.c (crc32_less_than_16): Split inline assembly block handling 4 byte input into multiple blocks. rijndael-aesni: split assembly block to ease register pressure. * cipher/rijndael-aesni.c (do_aesni_ctr_4): Use single register constraint for passing 'bige_addb' to assembly block; split first inline assembly block into two parts. 2016-07-14 Jussi Kivilinna <jussi.kivilinna%iki.fi@localhost> Add ARMv8/AArch32 Crypto Extension implementation of AES. * cipher/Makefile.am: Add 'rijndael-armv8-ce.c' and 'rijndael-armv-aarch32-ce.S'. * cipher/rijndael-armv8-aarch32-ce.S: New. * cipher/rijndael-armv8-ce.c: New. * cipher/rijndael-internal.h (USE_ARM_CE): New. (RIJNDAEL_context_s): Add 'use_arm_ce'. * cipher/rijndael.c [USE_ARM_CE] (_gcry_aes_armv8_ce_setkey) (_gcry_aes_armv8_ce_prepare_decryption) (_gcry_aes_armv8_ce_encrypt, _gcry_aes_armv8_ce_decrypt) (_gcry_aes_armv8_ce_cfb_enc, _gcry_aes_armv8_ce_cbc_enc) (_gcry_aes_armv8_ce_ctr_enc, _gcry_aes_armv8_ce_cfb_dec) (_gcry_aes_armv8_ce_cbc_dec, _gcry_aes_armv8_ce_ocb_crypt) (_gcry_aes_armv8_ce_ocb_auth): New. (do_setkey) [USE_ARM_CE]: Add ARM CE/AES HW feature check and key setup for ARM CE. (prepare_decryption, _gcry_aes_cfb_enc, _gcry_aes_cbc_enc) (_gcry_aes_ctr_enc, _gcry_aes_cfb_dec, _gcry_aes_cbc_dec) (_gcry_aes_ocb_crypt, _gcry_aes_ocb_auth) [USE_ARM_CE]: Add ARM CE support. * configure.ac: Add 'rijndael-armv8-ce.lo' and 'rijndael-armv8-aarch32-ce.lo'. Add ARMv8/AArch32 Crypto Extension implementation of GCM. * cipher/Makefile.am: Add 'cipher-gcm-armv8-aarch32-ce.S'. * cipher/cipher-gcm-armv8-aarch32-ce.S: New. * cipher/cipher-gcm.c [GCM_USE_ARM_PMULL] (_gcry_ghash_setup_armv8_ce_pmull, _gcry_ghash_armv8_ce_pmull) (ghash_setup_armv8_ce_pmull, ghash_armv8_ce_pmull): New. (setupM) [GCM_USE_ARM_PMULL]: Enable ARM PMULL implementation if HWF_ARM_PULL HW feature flag is enabled. * cipher/cipher-gcm.h (GCM_USE_ARM_PMULL): New. Add ARMv8/AArch32 Crypto Extension implemenation of SHA-256. * cipher/Makefile.am: Add 'sha256-armv8-aarch32-ce.S'. * cipher/sha256-armv8-aarch32-ce.S: New. * cipher/sha256.c (USE_ARM_CE): New. (sha256_init, sha224_init): Check features for HWF_ARM_SHA1. [USE_ARM_CE] (_gcry_sha256_transform_armv8_ce): New. (transform) [USE_ARM_CE]: Use ARMv8 CE implementation if HW supports. (SHA256_CONTEXT): Add 'use_arm_ce'. * configure.ac: Add 'sha256-armv8-aarch32-ce.lo'. Add ARMv8/AArch32 Crypto Extension implementation of SHA-1. * cipher/Makefile.am: Add 'sha1-armv8-aarch32-ce.S'. * cipher/sha1-armv7-neon.S (_gcry_sha1_transform_armv7_neon): Add missing size. * cipher/sha1-armv8-aarch32-ce.S: New. * cipher/sha1.c (USE_ARM_CE): New. (sha1_init): Check features for HWF_ARM_SHA1. [USE_ARM_CE] (_gcry_sha1_transform_armv8_ce): New. (transform) [USE_ARM_CE]: Use ARMv8 CE implementation if HW supports it. * cipher/sha1.h (SHA1_CONTEXT): Add 'use_arm_ce'. * configure.ac: Add 'sha1-armv8-aarch32-ce.lo'. Add HW feature check for ARMv8 AArch64 and crypto extensions. * configure.ac: Add '--disable-arm-crypto-support'; enable hwf-arm module on 64-bit ARM. (armcryptosupport, gcry_cv_gcc_inline_aarch32_crypto) (gcry_cv_inline_asm_aarch64_neon) (gcry_cv_gcc_inline_asm_aarch64_crypto): New. * src/g10lib.h (HWF_ARM_AES, HWF_ARM_SHA1, HWF_ARM_SHA2) (HWF_ARM_PMULL): New. * src/hwf-arm.c [__aarch64__]: Enable building in AArch64 mode. (feature_map_s): New. [__arm__] (AT_HWCAP, AT_HWCAP2, HWCAP2_AES, HWCAP2_PMULL) (HWCAP2_SHA1, HWCAP2_SHA2, arm_features): New. [__aarch64__] (AT_HWCAP, AT_HWCAP2, HWCAP_ASIMD, HWCAP_AES) (HWCAP_PMULL, HWCAP_SHA1, HWCAP_SHA2, arm_features): New. (get_hwcap): Add reading of 'AT_HWCAP2'; Change auxv use 'unsigned long'. (detect_arm_at_hwcap): Add mapping of HWCAP/HWCAP2 to HWF flags. (detect_arm_proc_cpuinfo): Add mapping of CPU features to HWF flags. (_gcry_hwf_detect_arm): Use __ARM_NEON instead of legacy __ARM_NEON__. * src/hwfeatures.c (hwflist): Add 'arm-aes', 'arm-sha1', 'arm-sha2' and 'arm-pmull'. --- Module Name: pkgsrc Committed By: wiz Date: Sat Aug 20 19:22:37 UTC 2016 Modified Files: pkgsrc/security/libgcrypt: Makefile Log Message: Depends on libgpg-error-1.13. >From David H. Gutteridge in PR 51430. --- Module Name: pkgsrc Committed By: fhajny Date: Thu Sep 1 10:19:30 UTC 2016 Modified Files: pkgsrc/security/libgcrypt: Makefile distinfo pkgsrc/security/libgcrypt/patches: patch-aa Log Message: Use COMPILER_RPATH_FLAG properly. Reconciles libgcrypt-config with Darwin linker. Fixes joyent/pkgsrc#400. Bump PKGREVISION.
2016-09-07Pullup tickets #5093 to #5096.bsiegert1-1/+13
2016-09-07Pullup ticket #5096 - requested by tacabsiegert2-7/+7
lang/php70: security fix Revisions pulled up: - lang/php/phpversion.mk 1.150 - lang/php70/distinfo 1.18 --- Module Name: pkgsrc Committed By: taca Date: Fri Aug 19 03:29:53 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: distinfo Log Message: Update php70 to 7.0.10 (PHP 7.0.10). 18 Aug 2016 PHP 7.0.10 - Core: . Fixed bug #72629 (Caught exception assignment to variables ignores references). (Laruence) . Fixed bug #72594 (Calling an earlier instance of an included anonymous class fatals). (Laruence) . Fixed bug #72581 (previous property undefined in Exception after deserialization). (Laruence) . Fixed bug #72496 (Cannot declare public method with signature incompatible with parent private method). (Pedro Magalha~es) . Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net) . Fixed bug #71911 (Unable to set --enable-debug on building extensions by phpize on Windows). (Yuji Uchiyama) . Fixed bug causing ClosedGeneratorException being thrown into the calling code instead of the Generator yielding from. (Bob) . Implemented FR #72614 (Support "nmake test" on building extensions by phpize). (Yuji Uchiyama) . Fixed bug #72641 (phpize (on Windows) ignores PHP_PREFIX). (Yuji Uchiyama) . Fixed potential segfault in object storage freeing in shutdown sequence. (Bob) . Fixed bug #72663 (Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization). (Stas) . Fixed bug #72681 (PHP Session Data Injection Vulnerability). (Stas) . Fixed bug #72683 (getmxrr broken). (Anatol) . Fixed bug #72742 (memory allocator fails to realloc small block to large one). (Stas) - Bz2: . Fixed bug #72837 (integer overflow in bzdecompress caused heap corruption). (Stas) - Calendar: . Fixed bug #67976 (cal_days_month() fails for final month of the French calendar). (cmb) . Fixed bug #71894 (AddressSanitizer: global-buffer-overflow in zif_cal_from_jd). (cmb) - COM: . Fixed bug #72569 (DOTNET/COM array parameters broke in PHP7). (Anatol) - CURL: . Fixed bug #71709 (curl_setopt segfault with empty CURLOPT_HTTPHEADER). (Pierrick) . Fixed bug #71929 (CURLINFO_CERTINFO data parsing error). (Pierrick) . Fixed bug #72674 (Heap overflow in curl_escape). (Stas) - DOM: . Fixed bug #66502 (DOM document dangling reference). (Sean Heelan, cmb) - EXIF: . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi) . Fixed bug #72627 (Memory Leakage In exif_process_IFD_in_TIFF). (Stas) - Filter: . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8 range). (bugs dot php dot net at majkl578 dot cz) - FPM: . Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user). (gooh) - GD: . Fixed bug #72596 (imagetypes function won't advertise WEBP support). (cmb) . Fixed bug #72604 (imagearc() ignores thickness for full arcs). (cmb) . Fixed bug #70315 (500 Server Error but page is fully rendered). (cmb) . Fixed bug #43828 (broken transparency of imagearc for truecolor in blendingmode). (cmb) . Fixed bug #66555 (Always false condition in ext/gd/libgd/gdkanji.c). (cmb) . Fixed bug #68712 (suspicious if-else statements). (cmb) . Fixed bug #72697 (select_colors write out-of-bounds). (Stas) . Fixed bug #72730 (imagegammacorrect allows arbitrary write access). (Stas) - Intl: . Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property). (Laruence) . Partially fixed #72506 (idn_to_ascii for UTS #46 incorrect for long domain names). (cmb) - mbstring: . Fixed bug #72691 (mb_ereg_search raises a warning if a match zero-width). (cmb) . Fixed bug #72693 (mb_ereg_search increments search position when a match zero-width). (cmb) . Fixed bug #72694 (mb_ereg_search_setpos does not accept a string's last position). (cmb) . Fixed bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error). (ju1ius) - Mcrypt: . Fixed bug #72782 (Heap Overflow due to integer overflows). (Stas) - Opcache: . Fixed bug #72590 (Opcache restart with kill_all_lockers does not work). (Keyur) - PCRE: . Fixed bug #72688 (preg_match missing group names in matches). (cmb) - PDO_pgsql: . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo) - Reflection: . Fixed bug #72222 (ReflectionClass::export doesn't handle array constants). (Nikita Nefedov) - SimpleXML: . Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML element). (Laruence) - SNMP: . Fixed bug #72708 (php_snmp_parse_oid integer overflow in memory allocation). (djodjo at gmail dot com) - SPL: . Fixed bug #55701 (GlobIterator throws LogicException). (Valentin V?LCIU) . Fixed bug #72646 (SplFileObject::getCsvControl does not return the escape character). (cmb) . Fixed bug #72684 (AppendIterator segfault with closed generator). (Pierrick) - SQLite3: . Fixed bug #72668 (Spurious warning when exception is thrown in user defined function). (Laruence) . Fixed bug #72571 (SQLite3::bindValue, SQLite3::bindParam crash). (Laruence) . Implemented FR #72653 (SQLite should allow opening with empty filename). (cmb) . Updated to SQLite3 3.13.0. (cmb) - Standard: . Fixed bug #72622 (array_walk + array_replace_recursive create references from nothing). (Laruence) . Fixed bug #72152 (base64_decode $strict fails to detect null byte). (Lauri Kentta:) . Fixed bug #72263 (base64_decode skips a character after padding in strict mode). (Lauri Kentta:) . Fixed bug #72264 (base64_decode $strict fails with whitespace between padding). (Lauri Kentta:) . Fixed bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars). (cmb) - Streams: . Fixed bug #41021 (Problems with the ftps wrapper). (vhuk) . Fixed bug #54431 (opendir() does not work with ftps:// wrapper). (vhuk) . Fixed bug #72667 (opendir() with ftp:// attempts to open data stream for non-existent directories). (vhuk) . Fixed bug #72771 (ftps:// wrapper is vulnerable to protocol downgrade attack). (Stas) - XMLRPC: . Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array elements). (Laruence) - Wddx: . Fixed bug #72564 (boolean always deserialized as "true") (Remi) . Fixed bug #72142 (WDDX Packet Injection Vulnerability in wddx_serialize_value()). (Taoguang Chen) . Fixed bug #72749 (wddx_deserialize allows illegal memory access) (Stas) . Fixed bug #72750 (wddx_deserialize null dereference). (Stas) . Fixed bug #72790 (wddx_deserialize null dereference with invalid xml). (Stas) . Fixed bug #72799 (wddx_deserialize null dereference in php_wddx_pop_element). (Stas) - Zip: . Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd). (Laruence)
2016-09-07Pullup ticket #5095 - requested by tacabsiegert9-42/+42
www/ruby-actionpack32: security fix Revisions pulled up: - databases/ruby-activerecord32/distinfo 1.24 - devel/ruby-activemodel32/distinfo 1.24 - devel/ruby-activesupport32/distinfo 1.24 - devel/ruby-railties32/distinfo 1.24 - lang/ruby/rails.mk 1.55 - mail/ruby-actionmailer32/distinfo 1.24 - www/ruby-actionpack32/distinfo 1.24 - www/ruby-activeresource32/distinfo 1.24 - www/ruby-rails32/distinfo 1.24 --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:55:08 UTC 2016 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: Start update of Ruby on Rails to 3.2.22.4. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:55:48 UTC 2016 Modified Files: pkgsrc/devel/ruby-activesupport32: distinfo Log Message: Update ruby-activesupport32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:56:35 UTC 2016 Modified Files: pkgsrc/devel/ruby-activemodel32: distinfo Log Message: Update ruby-activemodel32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:57:03 UTC 2016 Modified Files: pkgsrc/databases/ruby-activerecord32: distinfo Log Message: Update ruby-activerecord32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:57:30 UTC 2016 Modified Files: pkgsrc/www/ruby-activeresource32: distinfo Log Message: Update ruby-activeresource32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:58:46 UTC 2016 Modified Files: pkgsrc/www/ruby-actionpack32: distinfo Log Message: Update ruby-actionpack32 to 3.2.22.4. Fix CVE-2016-6316, XSS vulnerability in Action View. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:59:16 UTC 2016 Modified Files: pkgsrc/mail/ruby-actionmailer32: distinfo Log Message: Update ruby-actionmailer32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 05:59:36 UTC 2016 Modified Files: pkgsrc/devel/ruby-railties32: distinfo Log Message: Update ruby-railties32 to 3.2.22.4, no change except version. --- Module Name: pkgsrc Committed By: taca Date: Sun Aug 21 06:00:48 UTC 2016 Modified Files: pkgsrc/www/ruby-rails32: distinfo Log Message: Update ruby-rails32 to 3.2.22.4, no change except version.
2016-09-07Pullup ticket #5094 - requested by tacabsiegert2-7/+7
lang/php56: security fix Revisions pulled up: - lang/php/phpversion.mk 1.149 - lang/php56/distinfo 1.33 --- Module Name: pkgsrc Committed By: taca Date: Fri Aug 19 03:29:00 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php56: distinfo Log Message: Update php56 to 5.6.25 (PHP 5.6.25). 18 Aug 2016, PHP 5.6.25 - Bz2: . Fixed bug #72837 (integer overflow in bzdecompress caused heap corruption). (Stas) - Core: . Fixed bug #70436 (Use After Free Vulnerability in unserialize()). (Taoguang Chen) . Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net) . Fixed bug #72581 (previous property undefined in Exception after deserialization). (Laruence) . Implemented FR #72614 (Support "nmake test" on building extensions by phpize). (Yuji Uchiyama) . Fixed bug #72641 (phpize (on Windows) ignores PHP_PREFIX). (Yuji Uchiyama) . Fixed bug #72663 (Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization). (Stas) . Fixed bug #72681 (PHP Session Data Injection Vulnerability). (Stas) - Calendar: . Fixed bug #67976 (cal_days_month() fails for final month of the French calendar). (cmb) . Fixed bug #71894 (AddressSanitizer: global-buffer-overflow in zif_cal_from_jd). (cmb) - Curl: . Fixed bug #71144 (Segmentation fault when using cURL with ZTS). (maroszek at gmx dot net) . Fixed bug #71929 (Certification information (CERTINFO) data parsing error). (Pierrick) . Fixed bug #72807 (integer overflow in curl_escape caused heap corruption). (Stas) - DOM: . Fixed bug #66502 (DOM document dangling reference). (Sean Heelan, cmb) - Ereg: . Fixed bug #72838 (Integer overflow lead to heap corruption in sql_regcase). (Stas) - EXIF: . Fixed bug #72627 (Memory Leakage In exif_process_IFD_in_TIFF). (Stas) . Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi) - Filter: . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8 range). (bugs dot php dot net at majkl578 dot cz) - FPM: . Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user). (gooh) - GD: . Fixed bug #43828 (broken transparency of imagearc for truecolor in blendingmode). (cmb) . Fixed bug #66555 (Always false condition in ext/gd/libgd/gdkanji.c). (cmb) . Fixed bug #68712 (suspicious if-else statements). (cmb) . Fixed bug #70315 (500 Server Error but page is fully rendered). (cmb) . Fixed bug #72596 (imagetypes function won't advertise WEBP support). (cmb) . Fixed bug #72604 (imagearc() ignores thickness for full arcs). (cmb) . Fixed bug #72697 (select_colors write out-of-bounds). (Stas) . Fixed bug #72709 (imagesetstyle() causes OOB read for empty $styles). (cmb) . Fixed bug #72730 (imagegammacorrect allows arbitrary write access). (Stas) - Intl: . Partially fixed #72506 (idn_to_ascii for UTS #46 incorrect for long domain names). (cmb) - mbstring: . Fixed bug #72691 (mb_ereg_search raises a warning if a match zero-width). (cmb) . Fixed bug #72693 (mb_ereg_search increments search position when a match zero-width). (cmb) . Fixed bug #72694 (mb_ereg_search_setpos does not accept a string's last position). (cmb) . Fixed bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error). (ju1ius) - PCRE: . Fixed bug #72688 (preg_match missing group names in matches). (cmb) - PDO_pgsql: . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo) - Reflection: . Fixed bug #72222 (ReflectionClass::export doesn't handle array constants). (Nikita Nefedov) - SNMP: . Fixed bug #72708 (php_snmp_parse_oid integer overflow in memory allocation). (djodjo at gmail dot com) - Standard: . Fixed bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars). (cmb) . Fixed bug #72836 (integer overflow in base64_decode). (Stas) . Fixed bug #72848 (integer overflow in quoted_printable_encode). (Stas) . Fixed bug #72849 (integer overflow in urlencode). (Stas) . Fixed bug #72850 (integer overflow in php_uuencode). (Stas) . Fixed bug #72716 (initialize buffer before read). (Stas) - Streams: . Fixed bug #41021 (Problems with the ftps wrapper). (vhuk) . Fixed bug #54431 (opendir() does not work with ftps:// wrapper). (vhuk) . Fixed bug #72667 (opendir() with ftp:// attempts to open data stream for non-existent directories). (vhuk) . Fixed bug #72764 (ftps:// opendir wrapper data channel encryption fails with IIS FTP 7.5, 8.5). (vhuk) . Fixed bug #72771 (ftps:// wrapper is vulnerable to protocol downgrade attack). (Stas) - SPL: . Fixed bug #72122 (IteratorIterator breaks '@' error suppression). (kinglozzer) . Fixed bug #72646 (SplFileObject::getCsvControl does not return the escape character). (cmb) . Fixed bug #72684 (AppendIterator segfault with closed generator). (Pierrick) - SQLite3: . Implemented FR #72653 (SQLite should allow opening with empty filename). (cmb) - Wddx: . Fixed bug #72142 (WDDX Packet Injection Vulnerability in wddx_serialize_value()). (Taoguang Chen) . Fixed bug #72749 (wddx_deserialize allows illegal memory access) (Stas) . Fixed bug #72750 (wddx_deserialize null dereference). (Stas) . Fixed bug #72790 (wddx_deserialize null dereference with invalid xml). (Stas) . Fixed bug #72799 (wddx_deserialize null dereference in php_wddx_pop_element). (Stas)
2016-09-07Pullup ticket #5093 - requested by tacabsiegert3-2/+26
www/apache24: security fix Revisions pulled up: - www/apache24/Makefile 1.48 - www/apache24/distinfo 1.26 - www/apache24/patches/patch-server_util__script.c 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Fri Jul 29 11:11:25 UTC 2016 Modified Files: pkgsrc/www/apache24: Makefile distinfo Added Files: pkgsrc/www/apache24/patches: patch-server_util__script.c Log Message: Fix httpoxy vulnerability. Bump PKGREVISION.
2016-09-06Pullup tickets #5090 to #5092.bsiegert1-1/+10
2016-09-06Pullup ticket #5092 - requested by sevanbsiegert6-46/+65
lang/python35: security fix Revisions pulled up: - lang/python35/Makefile 1.5 - lang/python35/PLIST 1.4 - lang/python35/dist.mk 1.3 - lang/python35/distinfo 1.6 - lang/python35/patches/patch-Makefile.pre.in 1.2 - lang/python35/patches/patch-setup.py 1.2 --- Module Name: pkgsrc Committed By: adam Date: Sat Jul 2 15:07:48 UTC 2016 Modified Files: pkgsrc/lang/python35: Makefile PLIST dist.mk distinfo pkgsrc/lang/python35/patches: patch-Makefile.pre.in patch-setup.py Log Message: Changes 3.5.2: Issue 27066: Fixed SystemError if a custom opener (for open()) returns a negative number without setting an exception. Issue 20041: Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye. Issue 26168: Fixed possible refleaks in failing Py_BuildValue() with the ?N? format unit. Issue 26991: Fix possible refleak when creating a function with annotations. Issue 27039: Fixed bytearray.remove() for values greater than 127. Patch by Joe Jevnik. Issue 23640: int.from_bytes() no longer bypasses constructors for subclasses. Issue 26811: gc.get_objects() no longer contains a broken tuple with NULL pointer. Issue 20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0. Issue 26659: Make the builtin slice type support cycle collection. Issue 26718: super.__init__ no longer leaks memory if called multiple times. NOTE: A direct call of super.__init__ is not endorsed! Issue 25339: PYTHONIOENCODING now has priority over locale in setting the error handler for stdin and stdout. Issue 26494: Fixed crash on iterating exhausting iterators. Affected classes are generic sequence iterators, iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding views and os.scandir() iterator. Issue 26581: If coding cookie is specified multiple times on a line in Python source code file, only the first one is taken to account. Issue 26464: Fix str.translate() when string is ASCII and first replacements removes character, but next replacement uses a non-ASCII character or a string longer than 1 character. Regression introduced in Python 3.5.0. Issue 22836: Ensure exception reports from PyErr_Display() and PyErr_WriteUnraisable() are sensible even when formatting them produces secondary errors. This affects the reports produced by sys.__excepthook__() and when __del__() raises an exception. Issue 26302: Correct behavior to reject comma as a legal character for cookie names. Issue 4806: Avoid masking the original TypeError exception when using star (*) unpacking in function calls. Based on patch by Hagen Fu:rstenau and Daniel Urban. Issue 27138: Fix the doc comment for FileFinder.find_spec(). Issue 26154: Add a new private _PyThreadState_UncheckedGet() function to get the current Python thread state, but don?t issue a fatal error if it is NULL. This new function must be used instead of accessing directly the _PyThreadState_Current variable. The variable is no more exposed since Python 3.5.1 to hide the exact implementation of atomic C types, to avoid compiler issues. Issue 26194: Deque.insert() gave odd results for bounded deques that had reached their maximum size. Now an IndexError will be raised when attempting to insert into a full deque. Issue 25843: When compiling code, don?t merge constants if they are equal but have a different types. For example, f1, f2 = lambda: 1, lambda: 1.0 is now correctly compiled to two different functions: f1() returns 1 (int) and f2() returns 1.0 (int), even if 1 and 1.0 are equal. Issue 22995: [UPDATE] Comment out the one of the pickleability tests in _PyObject_GetState() due to regressions observed in Cython-based projects. Issue 25961: Disallowed null characters in the type name. Issue 25973: Fix segfault when an invalid nonlocal statement binds a name starting with two underscores. Issue 22995: Instances of extension types with a state that aren?t subclasses of list or dict and haven?t implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview. Issue 20440: Massive replacing unsafe attribute setting code with special macro Py_SETREF. Issue 25766: Special method __bytes__() now works in str subclasses. Issue 25421: __sizeof__ methods of builtin types now use dynamic basic size. This allows sys.getsize() to work correctly with their subclasses with __slots__ defined. Issue 25709: Fixed problem with in-place string concatenation and utf-8 cache. Issue 27147: Mention PEP 420 in the importlib docs. Issue 24097: Fixed crash in object.__reduce__() if slot name is freed inside __getattr__. Issue 24731: Fixed crash on converting objects with special methods __bytes__, __trunc__, and __float__ returning instances of subclasses of bytes, int, and float to subclasses of bytes, int, and float correspondingly. Issue 26478: Fix semantic bugs when using binary operators with dictionary views and tuples. Issue 26171: Fix possible integer overflow and heap corruption in zipimporter.get_data(). Issue 25660: Fix TAB key behaviour in REPL with readline. Issue 25887: Raise a RuntimeError when a coroutine object is awaited more than once. Issue 27243: Update the __aiter__ protocol: instead of returning an awaitable that resolves to an asynchronous iterator, the asynchronous iterator should be returned directly. Doing the former will trigger a PendingDeprecationWarning. more...
2016-09-06Pullup ticket #5091 - requested by sevanbsiegert3-11/+12
lang/python34: security fix Revisions pulled up: - lang/python34/PLIST 1.7 - lang/python34/dist.mk 1.6 - lang/python34/distinfo 1.21 --- Module Name: pkgsrc Committed By: adam Date: Sat Jul 2 15:23:33 UTC 2016 Modified Files: pkgsrc/lang/python34: PLIST dist.mk distinfo Log Message: Changes 3.4.5: Core and Builtins Issue 26478: Fix semantic bugs when using binary operators with dictionary views and tuples. Issue 26171: Fix possible integer overflow and heap corruption in zipimporter.get_data(). Library Issue 26556: Update expat to 2.1.1, fixes CVE-2015-1283. Fix TLS stripping vulnerability in smptlib, CVE-2016-0772. Reported by Team Oststrom Issue 25939: On Windows open the cert store readonly in ssl.enum_certificates. Issue 26012: Don?t traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). Issue 24120: Ignore PermissionError when traversing a tree with pathlib.Path.[r]glob(). Patch by Ulrich Petri. Skip getaddrinfo if host is already resolved. Patch by A. Jesse Jiryu Davis. Add asyncio.timeout() context manager. Issue 26050: Add asyncio.StreamReader.readuntil() method. Patch by ???? ?????????. Tests Issue 25940: Changed test_ssl to use self-signed.pythontest.net. This avoids relying on svn.python.org, which recently changed root certificate.
2016-09-06Pullup ticket #5090 - requested by sevanbsiegert5-31/+34
lang/python27: security fix Revisions pulled up: - lang/python27/Makefile 1.61 - lang/python27/PLIST.common 1.15 - lang/python27/dist.mk 1.12 - lang/python27/distinfo 1.55 - lang/python27/patches/patch-Lib_distutils_unixccompiler.py 1.4 --- Module Name: pkgsrc Committed By: adam Date: Sat Jul 2 15:05:43 UTC 2016 Modified Files: pkgsrc/lang/python27: Makefile PLIST.common dist.mk distinfo pkgsrc/lang/python27/patches: patch-Lib_distutils_unixccompiler.py Log Message: Changes 2.7.2: Core and Builtins ----------------- - Issue 20041: Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye. - Issue 25702: A --with-lto configure option has been added that will enable link time optimizations at build time during a make profile-opt. Some compilers and toolchains are known to not produce stable code when using LTO, be sure to test things thoroughly before relying on it. It can provide a few % speed up over profile-opt alone. - Issue 26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" format unit. - Issue 27039: Fixed bytearray.remove() for values greater than 127. Patch by Joe Jevnik. - Issue 4806: Avoid masking the original TypeError exception when using star (*) unpacking and the exception was raised from a generator. Based on patch by Hagen Fu:rstenau. - Issue 26659: Make the builtin slice type support cycle collection. - Issue 26718: super.__init__ no longer leaks memory if called multiple times. NOTE: A direct call of super.__init__ is not endorsed! - Issue 13410: Fixed a bug in PyUnicode_Format where it failed to properly ignore errors from a __int__() method. - Issue 26494: Fixed crash on iterating exhausting iterators. Affected classes are generic sequence iterators, iterators of bytearray, list, tuple, set, frozenset, dict, OrderedDict and corresponding views. - Issue 26581: If coding cookie is specified multiple times on a line in Python source code file, only the first one is taken to account. - Issue 22836: Ensure exception reports from PyErr_Display() and PyErr_WriteUnraisable() are sensible even when formatting them produces secondary errors. This affects the reports produced by sys.__excepthook__() and when __del__() raises an exception. - Issue 22847: Improve method cache efficiency. - Issue 25843: When compiling code, don't merge constants if they are equal but have a different types. For example, ``f1, f2 = lambda: 1, lambda: 1.0`` is now correctly compiled to two different functions: ``f1()`` returns ``1`` (``int``) and ``f2()`` returns ``1.0`` (``int``), even if ``1`` and ``1.0`` are equal. - Issue 22995: [UPDATE] Remove the one of the pickleability tests in _PyObject_GetState() due to regressions observed in Cython-based projects. - Issue 25961: Disallowed null characters in the type name. - Issue 22995: Instances of extension types with a state that aren't subclasses of list or dict and haven't implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview. - Issue 20440: Massive replacing unsafe attribute setting code with special macro Py_SETREF. - Issue 25421: __sizeof__ methods of builtin types now use dynamic basic size. This allows sys.getsize() to work correctly with their subclasses with __slots__ defined. - Issue 19543: Added Py3k warning for decoding unicode. - Issue 24097: Fixed crash in object.__reduce__() if slot name is freed inside __getattr__. - Issue 24731: Fixed crash on converting objects with special methods __str__, __trunc__, and __float__ returning instances of subclasses of str, long, and float to subclasses of str, long, and float correspondingly. - Issue 26478: Fix semantic bugs when using binary operators with dictionary views and tuples. - Issue 26171: Fix possible integer overflow and heap corruption in zipimporter.get_data(). Library ------- - Issue 26556: Update expat to 2.1.1, fixes CVE-2015-1283. - Fix TLS stripping vulnerability in smptlib, CVE-2016-0772. Reported by Team Oststrom - Issue 7356: ctypes.util: Make parsing of ldconfig output independent of the locale. - Issue 25738: Stop BaseHTTPServer.BaseHTTPRequestHandler.send_error() from sending a message body for 205 Reset Content. Also, don't send the Content-Type header field in responses that don't have a body. Based on patch by Susumu Koshiba. - Issue 21313: Fix the "platform" module to tolerate when sys.version contains truncated build information. - Issue 27211: Fix possible memory corruption in io.IOBase.readline(). - Issue 27114: Fix SSLContext._load_windows_store_certs fails with PermissionError - Issue 14132: Fix urllib.request redirect handling when the target only has a query string. Fix by Ja'n Janech. - Removed the requirements for the ctypes and modulefinder modules to be compatible with earlier Python versions. - Issue 22274: In the subprocess module, allow stderr to be redirected to stdout even when stdout is not redirected. Patch by Akira Li. - Issue 12045: Avoid duplicate execution of command in ctypes.util._get_soname(). Patch by Sijin Joseph. - Issue 26960: Backported 16270 from Python 3 to Python 2, to prevent urllib from hanging when retrieving certain FTP files. - Issue 25745: Fixed leaking a userptr in curses panel destructor. - Issue 17765: weakref.ref() no longer silently ignores keyword arguments. Patch by Georg Brandl. - Issue 26873: xmlrpclib now raises ResponseError on unsupported type tags instead of silently return incorrect result. - Issue 24114: Fix an uninitialized variable in `ctypes.util`. The bug only occurs on SunOS when the ctypes implementation searches for the `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos. - Issue 26864: In urllib, change the proxy bypass host checking against no_proxy to be case-insensitive, and to not match unrelated host names that happen to have a bypassed hostname as a suffix. Patch by Xiang Zhang. - Issue 26804: urllib will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. - Issue 26837: assertSequenceEqual() now correctly outputs non-stringified differing items. This affects assertListEqual() and assertTupleEqual(). - Issue 26822: itemgetter, attrgetter and methodcaller objects no longer silently ignore keyword arguments. - Issue 26657: Fix directory traversal vulnerability with SimpleHTTPServer on Windows. This fixes a regression that was introduced in 2.7.7. Based on patch by Philipp Hagemeister. - Issue 19377: Add .svg to mimetypes.types_map. - Issue 13952: Add .csv to mimetypes.types_map. Patch by Geoff Wilson. - Issue 16329: Add .webm to mimetypes.types_map. Patch by Giampaolo Rodola'. - Issue 23735: Handle terminal resizing with Readline 6.3+ by installing our own SIGWINCH handler. Patch by Eric Price. - Issue 26644: Raise ValueError rather than SystemError when a negative length is passed to SSLSocket.recv() or read(). - Issue 23804: Fix SSL recv(0) and read(0) methods to return zero bytes instead of up to 1024. - Issue 24266: Ctrl+C during Readline history search now cancels the search mode when compiled with Readline 7. - Issue 23857: Implement PEP 493, adding a Python-2-only ssl module API and environment variable to configure the default handling of SSL/TLS certificates for HTTPS connections. - Issue 26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. - Issue 26513: Fixes platform module detection of Windows Server - Issue 23718: Fixed parsing time in week 0 before Jan 1. Original patch by Tama's Bence Gedai. - Issue 26177: Fixed the keys() method for Canvas and Scrollbar widgets. - Issue 15068: Got rid of excessive buffering in the fileinput module. The bufsize parameter is no longer used. - Issue 2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls. Initial patch by Mathieu Dupuy. - Issue 26475: Fixed debugging output for regular expressions with the (?x) flag. - Issue 26385: Remove the file if the internal fdopen() call in NamedTemporaryFile() fails. Based on patch by Silent Ghost. - Issue 26309: In the "socketserver" module, shut down the request (closing the connected socket) when verify_request() returns false. Based on patch by Aviv Palivoda. - Issue 25939: On Windows open the cert store readonly in ssl.enum_certificates. - Issue 24303: Fix random EEXIST upon multiprocessing semaphores creation with Linux PID namespaces enabled. - Issue 25698: Importing module if the stack is too deep no longer replaces imported module with the empty one. - Issue 12923: Reset FancyURLopener's redirect counter even if there is an exception. Based on patches by Brian Brazil and Daniel Rocco. - Issue 25945: Fixed a crash when unpickle the functools.partial object with wrong state. Fixed a leak in failed functools.partial constructor. "args" and "keywords" attributes of functools.partial have now always types tuple and dict correspondingly. - Issue 19883: Fixed possible integer overflows in zipimport. - Issue 26147: xmlrpclib now works with unicode not encodable with used non-UTF-8 encoding. - Issue 16620: Fixed AttributeError in msilib.Directory.glob(). - Issue 21847: Fixed xmlrpclib on Unicode-disabled builds. - Issue 6500: Fixed infinite recursion in urllib2.Request.__getattr__(). - Issue 26083: Workaround a subprocess bug that raises an incorrect "ValueError: insecure string pickle" exception instead of the actual exception on some platforms such as Mac OS X when an exception raised in the forked child process prior to the exec() was large enough that it overflowed the internal errpipe_read pipe buffer. - Issue 24103: Fixed possible use after free in ElementTree.iterparse(). - Issue 20954: _args_from_interpreter_flags used by multiprocessing and some tests no longer behaves incorrectly in the presence of the PYTHONHASHSEED environment variable. - Issue 14285: When executing a package with the "python -m package" option, and package initialization raises ImportError, a proper traceback is now reported. - Issue 6478: _strptime's regexp cache now is reset after changing timezone with time.tzset(). - Issue 25718: Fixed copying object with state with boolean value is false. - Issue 25742: :func:`locale.setlocale` now accepts a Unicode string for its second parameter. - Issue 10131: Fixed deep copying of minidom documents. Based on patch by Marian Ganisin. - Issue 25725: Fixed a reference leak in cPickle.loads() when unpickling invalid data including tuple instructions. - Issue 25663: In the Readline completer, avoid listing duplicate global names, and search the global namespace before searching builtins. - Issue 25688: Fixed file leak in ElementTree.iterparse() raising an error. - Issue 23914: Fixed SystemError raised by CPickle unpickler on broken data. - Issue 25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X versions 10.5 or higher. Original patch by A. Jesse Jiryu Davis. - Issue 26406: Avoid unnecessary serialization of getaddrinfo(3) calls on current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis. IDLE ---- - Issue 5124: Paste with text selected now replaces the selection on X11. This matches how paste works on Windows, Mac, most modern Linux apps, and ttk widgets. Original patch by Serhiy Storchaka. - Issue 24759: Make clear in idlelib.idle_test.__init__ that the directory is a private implementation of test.test_idle and tool for maintainers. - Issue 26673: When tk reports font size as 0, change to size 10. Such fonts on Linux prevented the configuration dialog from opening. - Issue 27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks. - In the 'IDLE-console differences' section of the IDLE doc, clarify how running with IDLE affects sys.modules and the standard streams. - Issue 25507: fix incorrect change in IOBinding that prevented printing. Change also prevented saving shell window with non-ascii characters. Augment IOBinding htest to include all major IOBinding functions. - Issue 25905: Revert unwanted conversion of ' to ? RIGHT SINGLE QUOTATION MARK in README.txt and open this and NEWS.txt with 'ascii'. Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'. - Issue 26417: Prevent spurious errors and incorrect defaults when installing IDLE 2.7 on OS X: default configuration settings are no longer installed from OS X specific copies. Documentation ------------- - Issue 26736: Used HTTPS for external links in the documentation if possible. - Issue 6953: Rework the Readline module documentation to group related functions together, and add more details such as what underlying Readline functions and variables are accessed. - Issue 26014: Guide users to the newer packaging documentation as was done for Python 3.x. In particular, the top-level 2.7 documentation page now links to the newer installer and distributions pages rather than the legacy install and Distutils pages; these are still linked to in the library/distutils doc page. Tests ----- - Issue 21916: Added tests for the turtle module. Patch by ingrid, Gregory Loyse and Jelle Zijlstra. - Issue 25940: Changed test_ssl to use self-signed.pythontest.net. This avoids relying on svn.python.org, which recently changed root certificate. - Issue 25616: Tests for OrderedDict are extracted from test_collections into separate file test_ordered_dict. Build ----- - Issue 22359: Avoid incorrect recursive $(MAKE), and disable the rules for running pgen when cross-compiling. The pgen output is normally saved with the source code anyway, and is still regenerated when doing a native build. Patch by Jonas Wagner and Xavier de Gaye. - Issue 19450: Update Windows builds to use SQLite 3.8.11.0. - Issue 27229: Fix the cross-compiling pgen rule for in-tree builds. Patch by Xavier de Gaye. - Issue 17603: Avoid error about nonexistant fileblocks.o file by using a lower-level check for st_blocks in struct stat. - Issue 26465: Update Windows builds to use OpenSSL 1.0.2g. - Issue 24421: Compile Modules/_math.c once, before building extensions. Previously it could fail to compile properly if the math and cmath builds were concurrent. - Issue 25824: Fixes sys.winver to not include any architecture suffix. - Issue 25348: Added ``--pgo`` and ``--pgo-job`` arguments to ``PCbuild\build.bat`` for building with Profile-Guided Optimization. The old ``PCbuild\build_pgo.bat`` script is now deprecated, and simply calls ``PCbuild\build.bat --pgo %*``. - Issue 25827: Add support for building with ICC to ``configure``, including a new ``--with-icc`` flag. - Issue 25696: Fix installation of Python on UNIX with make -j9. - Issue 26930: Update OS X 10.5+ 32-bit-only installer to build and link with OpenSSL 1.0.2h. - Issue 26268: Update Windows builds to use OpenSSL 1.0.2f. - Issue 25136: Support Apple Xcode 7's new textual SDK stub libraries. Tools/Demos ----------- - Issue 26799: Fix python-gdb.py: don't get C types once when the Python code is loaded, but get C types on demand. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche. C API ----- - Issue 26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. Patch by Jeroen Demeyer. Misc ---- - Issue 17500, and https://github.com/python/pythondotorg/issues/945: Remove unused and outdated icons.
2016-09-04Pullup tickets #5088 and #5089.bsiegert1-1/+8
2016-09-03Pullup ticket #5089 - requested by jymbsiegert3-19/+34
security/stunnel: security fix Revisions pulled up: - security/stunnel/Makefile 1.104 - security/stunnel/distinfo 1.51 - security/stunnel/patches/patch-stunnel.conf-sample.in 1.1 --- Module Name: pkgsrc Committed By: jym Date: Mon Aug 29 19:21:25 UTC 2016 Modified Files: pkgsrc/security/stunnel: Makefile distinfo Added Files: pkgsrc/security/stunnel/patches: patch-stunnel.conf-sample.in Log Message: PR pkg/51449 Update stunnel to 5.35. - Add patch to provide an explicit chroot option to the default configuration sample (option is documented but not found within the default conf file). While here, enable setuid/setgid as stunnel user/group creations are handled by package. - Rework SUBSTs so that they apply to the correct sample config file. Changelog: Version 5.35, 2016.07.18, urgency: HIGH * Bugfixes - Fixed incorrectly enforced client certificate requests. - Only default to SO_EXCLUSIVEADDRUSE on Vista and later. - Fixed thread safety of the configuration file reopening. Version 5.34, 2016.07.05, urgency: HIGH * Security bugfixes - Fixed malfunctioning "verify = 4". * New features - Bind sockets with SO_EXCLUSIVEADDRUSE on WIN32. - Added three new service-level options: requireCert, verifyChain, and verifyPeer for fine-grained certificate verification control. - Improved compatibility with the current OpenSSL 1.1.0-dev tree. Version 5.33, 2016.06.23, urgency: HIGH * New features - Improved memory leak detection performance and accuracy. - Improved compatibility with the current OpenSSL 1.1.0-dev tree. - SNI support also enabled on OpenSSL 0.9.8f and later (thx to Guillermo Rodriguez Garcia). - Added support for PKCS #12 (.p12/.pfx) certificates (thx to Dmitry Bakshaev). * Bugfixes - Fixed a TLS session caching memory leak (thx to Richard Kraemer). Before stunnel 5.27 this leak only emerged with sessiond enabled. - Yet another WinCE socket fix (thx to Richard Kraemer). - Fixed passphrase/pin dialogs in tstunnel.exe. - Fixed a FORK threading build regression bug. - OPENSSL_NO_DH compilation fix (thx to Brian Lin). - Fixed a TLS session caching memory leak (thx to Richard Kraemer). Before stunnel 5.27 this leak only emerged with sessiond enabled. - Yet another WinCE socket fix (thx to Richard Kraemer). - Fixed passphrase/pin dialogs in tstunnel.exe. - Fixed a FORK threading build regression bug. - OPENSSL_NO_DH compilation fix (thx to Brian Lin).
2016-09-02Pullup ticket #5088 - requested by prlw1bsiegert3-9/+8
graphics/eog3: security fix Revisions pulled up: - graphics/eog3/Makefile 1.28 - graphics/eog3/PLIST 1.7 - graphics/eog3/distinfo 1.10 --- Module Name: pkgsrc Committed By: prlw1 Date: Tue Aug 30 14:37:43 UTC 2016 Modified Files: pkgsrc/graphics/eog3: Makefile PLIST distinfo Log Message: Update eog3 to 3.20.4 Version 3.20.4 -------------- Bug fixes: #770143, CVE-2016-6855 out-of-bounds write in eog 3.10.2 #770197, eog leaks error message if loading an SVG fails New and updated translations: - gogo [hr] - Muhammet Kara [tr] New and updated manual translations - Sebastian Rasmussen [sv] Version 3.20.3 -------------- Bug fixes: #767003, Eye Of Gnome should refresh automatically the image when it is edited New and updated translations: - Fr?d?ric P?ters [fr] - Sveinn ? Felli [is] - Kjartan Maraas [nb] - C?dric Valmary (totenoc.eu) [oc] - Daniel ?erb?nescu [ro] - Theppitak Karoonboonyanan [th]
2016-08-14#5081spz1-1/+3
2016-08-14Pullup ticket #5081 - requested by bsiegertspz5-28/+48
editors/gummi: security update Revisions pulled up: - editors/gummi/Makefile 1.36 - editors/gummi/distinfo 1.5 - editors/gummi/patches/patch-configure.ac 1.1 - editors/gummi/patches/patch-src_Makefile.am 1.1 - editors/gummi/patches/patch-src_update.c deleted ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bsiegert Date: Tue Aug 9 18:23:21 UTC 2016 Modified Files: pkgsrc/editors/gummi: Makefile distinfo Added Files: pkgsrc/editors/gummi/patches: patch-configure.ac = patch-src_Makefile.am Removed Files: pkgsrc/editors/gummi/patches: patch-src_update.c Log Message: Gummi 0.6.6 "We're still here" (January 27th, 2016): Bugs fixed: - Fix using predictable filenames in /tmp (CVE-2015-7758) - Fix source id warnings during motion runtime - Fix open-project crash due to missing file chooser title - Fix synctex for input files with relative paths - Add descriptive keywords to our desktop entry file - Improvements to the bibliography detection regex - Only allow loading tex files through file->open - Desensitize cut/copy tools when no text is selected - Various improvements to build system - Removed deprecated code To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/editors/gummi/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/gummi/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/editors/gummi/patches/patch-configure.ac \ pkgsrc/editors/gummi/patches/patch-src_Makefile.am cvs rdiff -u -r1.2 -r0 pkgsrc/editors/gummi/patches/patch-src_update.c
2016-08-10Pullup tickets #5078, #5079, #5080.bsiegert1-1/+10
2016-08-10Pullup ticket #5080 - requested by sevanbsiegert11-434/+18
graphics/gd: security fix Revisions pulled up: - graphics/gd/Makefile 1.111 - graphics/gd/buildlink3.mk 1.37 - graphics/gd/distinfo 1.41 - graphics/gd/options.mk 1.5 - graphics/gd/patches/patch-aa deleted - graphics/gd/patches/patch-ab deleted - graphics/gd/patches/patch-configure deleted - graphics/gd/patches/patch-configure.ac deleted - graphics/gd/patches/patch-src_gd__bmp.c deleted - graphics/gd/patches/patch-src_gd__crop.c deleted - graphics/gd/patches/patch-src_webpimg.c deleted --- Module Name: pkgsrc Committed By: adam Date: Tue Aug 2 18:29:21 UTC 2016 Modified Files: pkgsrc/graphics/gd: Makefile buildlink3.mk distinfo options.mk Removed Files: pkgsrc/graphics/gd/patches: patch-aa patch-ab patch-configure patch-configure.ac patch-src_gd__bmp.c patch-src_gd__crop.c patch-src_webpimg.c Log Message: We welcome the 2.2.3 release around a month after 2.2.2 (we are getting consistent). Another important milestone in the GD 2.2 series. Security related fixes: This flaw is caused by loading data from external sources (file, custom ctx, etc) and are hard to validate before calling libgd APIs: * fix php bug 72339, Integer Overflow in _gd2GetHeader (CVE-2016-5766) * bug 247, A read out-of-bands was found in the parsing of TGA files (CVE-2016-6132) * also bug 247, Buffer over-read issue when parsing crafted TGA file (CVE-2016-6214) * bug 248, fix Out-Of-Bounds Read in read_image_tga Using application provided parameters, in these cases invalid data causes the issues: * Integer overflow error within _gdContributionsAlloc() (CVE-2016-6207) * fix php bug 72494, invalid color index not handled, can lead to crash ( CVE-2016-6128) * improve color check for CropThreshold Important update: * gdImageCopyResampled has been improved. Better handling of images with alpha channel, also brings libgd in sync with php's bundled gd.
2016-08-10Pullup ticket #5079 - requested by sevanbsiegert3-8/+9
www/curl: security fix Revisions pulled up: - www/curl/Makefile 1.168-1.169 - www/curl/PLIST 1.59 - www/curl/distinfo 1.120-1.121 --- Module Name: pkgsrc Committed By: wiz Date: Sun Jul 24 18:38:34 UTC 2016 Modified Files: pkgsrc/www/curl: Makefile distinfo Log Message: Updated curl to 7.50.0. Fixed in 7.50.0 - July 21 2016 Changes: http: add CURLINFO_HTTP_VERSION and %{http_version} Bugfixes: memdebug: fix MSVC crash with -DMEMDEBUG_LOG_SYNC openssl: fix build with OPENSSL_NO_COMP mbedtls: removed unused variables cmake: Added missing mbedTLS support URL parser: allow URLs to use one, two or three slashes curl: fix -q [regression] openssl: Use correct buffer sizes for error messages curl: fix SIGSEGV while parsing URL with too many globs schannel: add CURLOPT_CERTINFO support vtls: fix ssl session cache race condition http: Fix HTTP/2 connection reuse [regression] checksrc: Add LoadLibrary to the banned functions list schannel: Disable ALPN on Windows < 8.1 configure: occasional ignorance of --enable-symbol-hiding with GCC http2: test17xx are the first real HTTP/2 tests resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS curl_multi_socket_action.3: rewording CURLOPT_POSTFIELDS.3: Clarify what happens when set empty cmake: Fix build with winldap openssl: fix cert check with non-DNS name fields present curl.1: mention the units for the progress meter openssl: use more 'const' to fix build warnings with 1.1.0 branch cmake: now using BUILD_TESTING=ON/OFF vtls: Only call add/getsession if session id is enabled headers: forward declare CURL, CURLM and CURLSH as structs configure: improve detection of CA bundle path on FreeBSD SFTP: set a generic error when no SFTP one exists curl_global_init.3: expand on the SSL and WIN32 bits purpose conn: don't free easy handle data in handler->disconnect cookie.c: Fix misleading indentation library: Fix memory leaks found during static analysis CURLMOPT_SOCKETFUNCTION.3: fix typo curl_global_init: moved the "IPv6 works" check here connect: disable TFO on Linux when using SSL vauth: Fixed memory leak due to function returning without free winbuild: fix embedded manifest option --- Module Name: pkgsrc Committed By: wiz Date: Wed Aug 3 08:57:51 UTC 2016 Modified Files: pkgsrc/www/curl: Makefile PLIST distinfo Log Message: Updated curl to 7.50.1. Bugfixes: TLS: switch off SSL session id when client cert is used TLS: only reuse connections with the same client cert curl_multi_cleanup: clear connection pointer for easy handles include the CURLINFO_HTTP_VERSION man page into the release tarball include the http2-server.pl script in the release tarball test558: fix test by stripping file paths from FD lines spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration tests: Fix for http/2 feature cmake: Fix for schannel support curl.h: make public types void * again win32: fix a potential memory leak in Curl_load_library travis: fix OSX build by re-installing libtool mbedtls: Fix debug function name
2016-08-10Pullup ticket #5078 - requested by sevanbsiegert3-8/+10
databases/redis: security fix Revisions pulled up: - databases/redis/Makefile 1.22 - databases/redis/PLIST 1.11 - databases/redis/distinfo 1.24 --- Module Name: pkgsrc Committed By: fhajny Date: Tue Aug 9 09:11:53 UTC 2016 Modified Files: pkgsrc/databases/redis: Makefile PLIST distinfo Log Message: Update databases/redis to 3.2.3. Redis 3.2.3 Bugfixes: - There was an inverted if statement logic problem in replication.c causing a replication delay. - Redis-cli created the history file with insecure permissions, allowing reding from the file. Redis 3.2.2 - There was a bug in the List type implementation, able to cause the crash of the server under certain (non trivial to replicate) circumstances when the LSET command was used. - Redis Sentinel, when monitoring multiple masters, could crash after a Sentinel address update event. - Redis Sentinel now checks slaves INFO state more often when disconnected. - It was possible, under a variety of conditions, that the AOF and RDB children process could spawn at the same time. This is known to trash disk I/O, AOF performances, and to ultimately create latency in the Redis server. - Many GEORADIUS bugs are now fixed \o/. New features: - Now slaves support the slave-announce-ip and slave-announce-port options. - The RDB check utlity is now part of Redis and uses the same RDB code that Redis uses in order to load the dataset in memory.
2016-08-09Pullup ticket #5077.bsiegert1-1/+5
2016-08-09Pullup ticket #5077 - requested by nilsbsiegert2-272/+397
databases/phpmyadmin: bugfix Revisions pulled up: - databases/phpmyadmin/Makefile 1.149 - databases/phpmyadmin/PLIST 1.43 --- Module Name: pkgsrc Committed By: nils Date: Mon Aug 8 09:04:26 UTC 2016 Modified Files: pkgsrc/databases/phpmyadmin: Makefile PLIST Log Message: Fix PR pkg/51364. This is not the suggested fix, but Makefile should be easier to read this way.
2016-07-29#5075spz1-1/+3
2016-07-29Pullup ticket #5075 - requested by schmonzspz2-7/+7
www/ikiwiki: security update Revisions pulled up: - www/ikiwiki/Makefile 1.142 - www/ikiwiki/distinfo 1.114 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: schmonz Date: Thu Jul 28 20:23:52 UTC 2016 Modified Files: pkgsrc/www/ikiwiki: Makefile distinfo Log Message: Update to 3.20160728. From the changelog: * Explicitly remove current working directory from Perl's library search path, mitigating CVE-2016-1238 (see #588017) * wrappers: allocate new environment dynamically, so we won't overrun the array if third-party plugins add multiple environment variables. * Standards-Version: 3.9.8 (no changes required) To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 pkgsrc/www/ikiwiki/Makefile cvs rdiff -u -r1.113 -r1.114 pkgsrc/www/ikiwiki/distinfo
2016-07-28tickets 5061 5062 5063 5067 5068 5069 5070 5071 5072 5074spz1-1/+35
2016-07-28Pullup ticket #5063 - requested by tacaspz2-2/+12
www/contao41: security patch contao41 no longer exists in pkgsrc HEAD, so this is not properly a pullup but maintenance of a vulnerable package on the branch. The patch replaces contao41 'asset/mediaelement' by contao-mediaelement.js-2.21.2.tar.gz
2016-07-28Pullup ticket #5062 - requested by tacaspz3-18/+36
www/contao42: security update Revisions pulled up: - www/contao42/Makefile 1.2 - www/contao42/PLIST 1.2 - www/contao42/distinfo 1.2 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Sun Jul 17 14:00:25 UTC 2016 Modified Files: pkgsrc/www/contao42: Makefile PLIST distinfo Log Message: Update contao42 to 4.2.1. ### 4.2.1 (2016-07-15) * Strip soft hyphens when indexing a page (see contao/core#8389). * Do not run the command scheduler if the installation is incomplete (see #541). * Do not index randomly ordered image galleries. * Fix the filter menu layout on mobile devices. * Provide the back end fonts in different variants (see #523). * Fix the message markup in the member templates. * Correctly load the language strings in the pretty error screen listener. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/contao42/Makefile \ pkgsrc/www/contao42/PLIST pkgsrc/www/contao42/distinfo
2016-07-28Pullup ticket #5061 - requested by tacaspz3-31/+31
www/contao35: security update Revisions pulled up: - www/contao35/Makefile 1.15 - www/contao35/PLIST 1.9 - www/contao35/distinfo 1.12 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Sun Jul 17 13:58:00 UTC 2016 Modified Files: pkgsrc/www/contao35: Makefile PLIST distinfo Log Message: Update contao35 to 3.5.15, including fix for CVE-2016-4567. Version 3.5.15 (2016-07-15) --------------------------- ### Fixed Strip soft hyphens when indexing a page (see #8389). ### Fixed Update mediaelement.js to version 2.21.2 (fixes CVE-2016-4567). To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/contao35/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/contao35/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/contao35/distinfo
2016-07-28Pullup ticket #5068 - requested by tacaspz2-7/+7
lang/php70: security update lang/php: subsequent adjustment Revisions pulled up: - lang/php/phpversion.mk 1.144 - lang/php70/distinfo 1.15 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Sun Jul 24 02:20:16 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php70: distinfo Log Message: Update php70 to 7.0.9 (PHP 7.0.9). 21 Jul 2016 PHP 7.0.9 - Core: . Fixed bug #72508 (strange references after recursive function call and "switch" statement). (Laruence) . Fixed bug #72513 (Stack-based buffer overflow vulnerability in virtual_file_ex). (Stas) . Fixed bug #72573 (HTTP_PROXY is improperly trusted by some PHP libraries and applications). (Stas) - bz2: . Fixed bug #72613 (Inadequate error handling in bzread()). (Stas) - CLI: . Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify router.php). (Laruence) - COM: . Fixed bug #72498 (variant_date_from_timestamp null dereference). (Anatol) - Curl: . Fixed bug #72541 (size_t overflow lead to heap corruption). (Stas) - Exif: . Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE). (Stas) . Fixed bug #72618 (NULL Pointer Dereference in exif_process_user_comment). (Stas) - GD: . Fixed bug #43475 (Thick styled lines have scrambled patterns). (cmb) . Fixed bug #53640 (XBM images require width to be multiple of 8). (cmb) . Fixed bug #64641 (imagefilledpolygon doesn't draw horizontal line). (cmb) . Fixed bug #72512 (gdImageTrueColorToPaletteBody allows arbitrary write/read access). (Pierre) . Fixed bug #72519 (imagegif/output out-of-bounds access). (Pierre) . Fixed bug #72558 (Integer overflow error within _gdContributionsAlloc()). (Pierre) . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine overflow). (Pierre) . Fixed bug #72494 (imagecropauto out-of-bounds access). (Pierre) - Intl: . Fixed bug #72533 (locale_accept_from_http out-of-bounds access). (Stas) - Mbstring: . Fixed bug #72405 (mb_ereg_replace - mbc_to_code (oniguruma) - oob read access). (Laruence) . Fixed bug #72399 (Use-After-Free in MBString (search_re)). (Laruence) - mcrypt: . Fixed bug #72551, bug #72552 (In correct casting from size_t to int lead to heap overflow in mdecrypt_generic). (Stas) - PDO_pgsql: . Fixed bug #72570 (Segmentation fault when binding parameters on a query without placeholders). (Matteo) - PCRE: . Fixed bug #72476 (Memleak in jit_stack). (Laruence) . Fixed bug #72463 (mail fails with invalid argument). (Anatol) - Readline: . Fixed bug #72538 (readline_redisplay crashes php). (Laruence) - Standard: . Fixed bug #72505 (readfile() mangles files larger than 2G). (Cschneid) . Fixed bug #72306 (Heap overflow through proc_open and $env parameter). (Laruence) - Session: . Fixed bug #72531 (ps_files_cleanup_dir Buffer overflow). (Laruence) . Fixed bug #72562 (Use After Free in unserialize() with Unexpected Session Deserialization). (Stas) - SNMP: . Fixed bug #72479 (Use After Free Vulnerability in SNMP with GC and unserialize()). (Stas) - Streams: . Fixed bug #72439 (Stream socket with remote address leads to a segmentation fault). (Laruence) - XMLRPC: . Fixed bug #72606 (heap-buffer-overflow (write) simplestring_addn simplestring.c). (Stas) - Zip: . Fixed bug #72520 (Stack-based buffer overflow vulnerability in php_stream_zip_opener). (Stas) To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/php70/distinfo
2016-07-28Pullup ticket #5069 - requested by tacaspz1-5/+5
lang/php56: security update lang/php: subsequent adjustment Revisions pulled up: - lang/php/phpversion.mk 1.143 - lang/php56/distinfo 1.29 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Sun Jul 24 02:18:02 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php56: distinfo Log Message: Update php56 to 5.6.24 (PHP 5.6.24). 21 Jul 2016, PHP 5.6.24 - Core: . Fixed bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA). (mike dot laspina at gmail dot com, Remi) . Fixed bug #72496 (Cannot declare public method with signature incompatible with parent private method). (Pedro Magalhães) . Fixed bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas) . Fixed bug #72513 (Stack-based buffer overflow vulnerability in virtual_file_ex). (loianhtuan at gmail dot com) . Fixed bug #72562 (Use After Free in unserialize() with Unexpected Session Deserialization). (taoguangchen at icloud dot com) . Fixed bug #72573 (HTTP_PROXY is improperly trusted by some PHP libraries and applications). (CVE-2016-5385) (Stas) - bz2: . Fixed bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at stealien dot com). . Fixed bug #72613 (Inadequate error handling in bzread()). (Stas) - EXIF: . Fixed bug #50845 (exif_read_data() returns corrupted exif headers). (Bartosz Dziewoński) - EXIF: . Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE). (Stas) . Fixed bug #72618 (NULL Pointer Dereference in exif_process_user_comment). (Stas) - GD: . Fixed bug #43475 (Thick styled lines have scrambled patterns). (cmb) . Fixed bug #53640 (XBM images require width to be multiple of 8). (cmb) . Fixed bug #64641 (imagefilledpolygon doesn't draw horizontal line). (cmb) . Fixed bug #72512 (gdImageTrueColorToPaletteBody allows arbitrary write/read access). (Pierre) . Fixed bug #72519 (imagegif/output out-of-bounds access). (Pierre) . Fixed bug #72558 (Integer overflow error within _gdContributionsAlloc()). (CVE-2016-6207) (Pierre) - Intl: . Fixed bug #72533 (locale_accept_from_http out-of-bounds access). (Stas) - ODBC: . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns) - OpenSSL: . Fixed bug #71915 (openssl_random_pseudo_bytes is not fork-safe). (Jakub Zelenka) . Fixed bug #72336 (openssl_pkey_new does not fail for invalid DSA params). (Jakub Zelenka) - SNMP: . Fixed bug #72479 (Use After Free Vulnerability in SNMP with GC and unserialize()). (taoguangchen at icloud dot com) - SPL: . Fixed bug #55701 (GlobIterator throws LogicException). (Valentin VĂLCIU) - SQLite3: . Fixed bug #70628 (Clearing bindings on an SQLite3 statement doesn't work). (cmb) - Streams: . Fixed bug #72439 (Stream socket with remote address leads to a segmentation fault). (Laruence) - Xmlrpc: . Fixed bug #72606 (heap-buffer-overflow (write) simplestring_addn simplestring.c). (Stas) - Zip: . Fixed bug #72520 (Stack-based buffer overflow vulnerability in php_stream_zip_opener). (loianhtuan at gmail dot com) To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/php56/distinfo
2016-07-28Pullup ticket #5067 - requested by tacaspz2-8/+8
lang/php55: security update lang/php: subsequent adjustment Revisions pulled up: - lang/php/phpversion.mk 1.142 - lang/php55/distinfo 1.55 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Sun Jul 24 02:15:16 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: distinfo Log Message: Update php55 to 5.5.38 (PHP 5.5.38). Quote from release note: Note that according to our release schedule, PHP 5.5.38 is the last release of the PHP 5.5 branch. There may be additional release if we discover important security issues that warrant it, otherwise this release will be the final one in the PHP 5.5 branch. If your PHP installation is based on PHP 5.5, it may be a good time to start making the plans for the upgrade to PHP 5.6 or PHP 7.0. 21 Jul 2016, PHP 5.5.38 - BZip2: . Fixed bug #72613 (Inadequate error handling in bzread()). (Stas) - Core: . Fixed bug #70480 (php_url_parse_ex() buffer overflow read). (Stas) . Fixed bug #72513 (Stack-based buffer overflow vulnerability in virtual_file_ex). (loianhtuan at gmail dot com) . Fixed bug #72562 (Use After Free in unserialize() with Unexpected Session Deserialization). (taoguangchen at icloud dot com) . Fixed bug #72573 (HTTP_PROXY is improperly trusted by some PHP libraries and applications). (CVE-2016-5385) (Stas) - EXIF: . Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE). (Stas) . Fixed bug #72618 (NULL Pointer Dereference in exif_process_user_comment). (Stas) - GD: . Fixed bug #72512 (gdImageTrueColorToPaletteBody allows arbitrary write/read access). (Pierre) . Fixed bug #72519 (imagegif/output out-of-bounds access). (Pierre) . Fixed bug #72558 (Integer overflow error within _gdContributionsAlloc()). (CVE-2016-6207) (Pierre) - Intl: . Fixed bug #72533 (locale_accept_from_http out-of-bounds access). (Stas) - ODBC: . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns) - SNMP: . Fixed bug #72479 (Use After Free Vulnerability in SNMP with GC and unserialize()). (taoguangchen at icloud dot com) - Xmlrpc: . Fixed bug #72606 (heap-buffer-overflow (write) simplestring_addn simplestring.c). (Stas) - Zip: . Fixed bug #72520 (Stack-based buffer overflow vulnerability in php_stream_zip_opener). (loianhtuan at gmail dot com) To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.54 -r1.55 pkgsrc/lang/php55/distinfo
2016-07-28Pullup ticket #5072 - requested by bouyerspz3-3/+94
sysutils/xenkernel41: security patch Revisions pulled up: - sysutils/xenkernel41/Makefile 1.50 - sysutils/xenkernel41/distinfo 1.43 - sysutils/xenkernel41/patches/patch-XSA-182 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bouyer Date: Tue Jul 26 15:59:20 UTC 2016 Modified Files: pkgsrc/sysutils/xenkernel41: Makefile distinfo Added Files: pkgsrc/sysutils/xenkernel41/patches: patch-XSA-182 Log Message: Apply security patch from XSA-182. Bump PKGREVISION xen 4.2 is not vulnerable to XSA-183. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/sysutils/xenkernel41/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/sysutils/xenkernel41/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xenkernel41/patches/patch-XSA-182
2016-07-28Pullup ticket #5071 - requested by bouyerspz3-3/+95
sysutils/xenkernel42: security patch Revisions pulled up: - sysutils/xenkernel42/Makefile 1.22 - sysutils/xenkernel42/distinfo 1.20 - sysutils/xenkernel42/patches/patch-XSA-182 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bouyer Date: Tue Jul 26 15:38:00 UTC 2016 Modified Files: pkgsrc/sysutils/xenkernel42: Makefile distinfo Added Files: pkgsrc/sysutils/xenkernel42/patches: patch-XSA-182 Log Message: Apply security patch from XSA-182. Bump PKGREVISION xen 4.2 is not vulnerable to XSA-183. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xenkernel42/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/xenkernel42/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xenkernel42/patches/patch-XSA-182
2016-07-28Pullup ticket #5070 - requested by bouyerspz4-3/+186
sysutils/xenkernel45: security patch Revisions pulled up: - sysutils/xenkernel45/Makefile 1.19 - sysutils/xenkernel45/distinfo 1.15 - sysutils/xenkernel45/patches/patch-XSA-182 1.1 - sysutils/xenkernel45/patches/patch-XSA-183 1.1 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: bouyer Date: Tue Jul 26 14:31:57 UTC 2016 Modified Files: pkgsrc/sysutils/xenkernel45: Makefile distinfo Added Files: pkgsrc/sysutils/xenkernel45/patches: patch-XSA-182 patch-XSA-183 Log Message: Apply security patch from XSA-182 and XSA-183. Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/xenkernel45/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/xenkernel45/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xenkernel45/patches/patch-XSA-182 \ pkgsrc/sysutils/xenkernel45/patches/patch-XSA-183
2016-07-28Pullup ticket #5074 - requested by christosspz3-9/+91
devel/cvsps: security patch Revisions pulled up: - devel/cvsps/Makefile 1.27 - devel/cvsps/distinfo 1.14 - devel/cvsps/patches/patch-ag 1.2 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: christos Date: Mon Jul 25 05:10:03 UTC 2016 Modified Files: pkgsrc/devel/cvsps: Makefile distinfo pkgsrc/devel/cvsps/patches: patch-ag Log Message: Fix buffer overflow on long lines To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/cvsps/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/cvsps/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cvsps/patches/patch-ag
2016-07-205060spz1-1/+3
2016-07-20Pullup ticket #5060 - requested by tacaspz3-92/+13
net/samba4: security update Revisions pulled up: - net/samba4/Makefile 1.19-1.22 - net/samba4/PLIST 1.8-1.9 - net/samba4/distinfo 1.11 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Thu Jul 7 16:44:14 UTC 2016 Modified Files: pkgsrc/net/samba4: Makefile PLIST distinfo Log Message: Update samba4 to 4.3.11 (Samba 4.3.11), including security fix for CVE-2016-2119. Changes from 4.3.9 to 4.3.10 are too many to write here, please refer WHATSNEW.txt file. ============================== Release Notes for Samba 4.3.11 July 07, 2016 ============================== This is a security release in order to address the following defect: o CVE-2016-2119 (Client side SMB2/3 required signing can be downgraded) ======= Details ======= o CVE-2016-2119: It's possible for an attacker to downgrade the required signing for an SMB2/3 client connection, by injecting the SMB2_SESSION_FLAG_IS_GUEST or SMB2_SESSION_FLAG_IS_NULL flags. This means that the attacker can impersonate a server being connected to by Samba, and return malicious results. The primary concern is with winbindd, as it uses DCERPC over SMB2 when talking to domain controllers as a member server, and trusted domains as a domain controller. These DCE/RPC connections were intended to protected by the combination of "client ipc signing" and "client ipc max protocol" in their effective default settings ("mandatory" and "SMB3_11"). Additionally, management tools like net, samba-tool and rpcclient use DCERPC over SMB2/3 connections. By default, other tools in Samba are unprotected, but rarely they are configured to use smb signing, via the "client signing" parameter (the default is "if_required"). Even more rarely the "client max protocol" is set to SMB2, rather than the NT1 default. If both these conditions are met, then this issue would also apply to these other tools, including command line tools like smbcacls, smbcquota, smbclient, smbget and applications using libsmbclient. Changes since 4.3.10: -------------------- o Stefan Metzmacher <metze@samba.org> * BUG 11860: CVE-2016-2119: Fix client side SMB2 signing downgrade. * BUG 11948: Total dcerpc response payload more than 0x400000. ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-technical mailing list or by joining the #samba-technical IRC channel on irc.freenode.net. If you do report problems then please try to send high quality feedback. If you don't provide vital information to help us track down the problem then you will probably be ignored. All bug reports should be filed under the "Samba 4.1 and newer" product in the project's Bugzilla database (https://bugzilla.samba.org/). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/samba4/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/samba4/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/samba4/distinfo ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wiz Date: Sat Jul 9 06:39:18 UTC 2016 Modified Files: pkgsrc/archivers/dar: Makefile pkgsrc/archivers/file-roller: Makefile pkgsrc/archivers/libzip: Makefile pkgsrc/archivers/upx: Makefile pkgsrc/audio/abcde: Makefile pkgsrc/audio/amarok: Makefile pkgsrc/audio/ardour: Makefile pkgsrc/audio/arts: Makefile pkgsrc/audio/disc-cover: Makefile pkgsrc/audio/distmp3: Makefile pkgsrc/audio/festival: Makefile pkgsrc/audio/flac2mp3: Makefile pkgsrc/audio/gtkpod: Makefile pkgsrc/audio/jack: Makefile pkgsrc/audio/kid3: Makefile pkgsrc/audio/libgroove: Makefile pkgsrc/audio/liteamp: Makefile pkgsrc/audio/lmms: Makefile pkgsrc/audio/mkcdtoc: Makefile pkgsrc/audio/mp32ogg: Makefile pkgsrc/audio/mp3cut: Makefile pkgsrc/audio/mserv: Makefile pkgsrc/audio/mserv-devel: Makefile pkgsrc/audio/mserv-irman: Makefile pkgsrc/audio/mstream: Makefile pkgsrc/audio/nas-auscope: Makefile pkgsrc/audio/normalize: Makefile pkgsrc/audio/oggasm: Makefile pkgsrc/audio/paprefs: Makefile pkgsrc/audio/pavucontrol: Makefile pkgsrc/audio/pavumeter: Makefile pkgsrc/audio/rip: Makefile pkgsrc/audio/sphinxbase: Makefile pkgsrc/audio/sphinxtrain: Makefile pkgsrc/benchmarks/bonnie++: Makefile pkgsrc/benchmarks/bytebench: Makefile pkgsrc/benchmarks/hbench: Makefile pkgsrc/benchmarks/iozone: Makefile pkgsrc/benchmarks/lmbench: Makefile pkgsrc/biology/bioperl: Makefile pkgsrc/biology/bodr: Makefile pkgsrc/biology/bwa: Makefile pkgsrc/biology/cdhit: Makefile pkgsrc/biology/gnome-chemistry-utils: Makefile pkgsrc/biology/gromacs: Makefile pkgsrc/biology/mpqc: Makefile pkgsrc/biology/mummer: Makefile pkgsrc/cad/dinotrace: Makefile pkgsrc/cad/freehdl: Makefile pkgsrc/cad/geda: Makefile pkgsrc/cad/gwave: Makefile pkgsrc/cad/spiceprm: Makefile pkgsrc/chat/anope: Makefile pkgsrc/chat/bitchbot: Makefile pkgsrc/chat/centerim: Makefile pkgsrc/chat/cgiirc: Makefile pkgsrc/chat/dccserver: Makefile pkgsrc/chat/dircproxy: Makefile pkgsrc/chat/finch: Makefile pkgsrc/chat/inspircd: Makefile pkgsrc/chat/inspircd12: Makefile pkgsrc/chat/ircd-hybrid: Makefile pkgsrc/chat/ircservices: Makefile pkgsrc/chat/jabberd2: Makefile pkgsrc/chat/kgb-bot: Makefile pkgsrc/chat/kmess: Makefile pkgsrc/chat/konversation: Makefile pkgsrc/chat/konversation-kde3: Makefile pkgsrc/chat/libpurple: Makefile pkgsrc/chat/pidgin-libnotify: Makefile pkgsrc/chat/pidgin-otr: Makefile pkgsrc/chat/pidgin-sametime: Makefile pkgsrc/chat/pidgin-silc: Makefile pkgsrc/chat/sirc: Makefile pkgsrc/chat/vicq: Makefile pkgsrc/chat/xchat: Makefile pkgsrc/chat/xchat-python: Makefile pkgsrc/comms/asterisk: Makefile pkgsrc/comms/asterisk13: Makefile pkgsrc/comms/asterisk18: Makefile pkgsrc/comms/fidogate: Makefile pkgsrc/comms/gnome-pilot: Makefile pkgsrc/comms/mgetty+sendfax: Makefile pkgsrc/comms/op_panel: Makefile pkgsrc/comms/p5-Asterisk: Makefile pkgsrc/comms/pilot-link: Makefile pkgsrc/comms/pilotmgr: Makefile pkgsrc/converters/2vcard: Makefile pkgsrc/converters/bibtex2html: Makefile pkgsrc/converters/code2html: Makefile pkgsrc/converters/convmv: Makefile pkgsrc/converters/doc2html: Makefile pkgsrc/converters/docx2txt: Makefile pkgsrc/converters/dos2unix: Makefile pkgsrc/converters/help2man: Makefile pkgsrc/converters/jcode-perl: Makefile pkgsrc/converters/libabw: Makefile pkgsrc/converters/libfreehand: Makefile pkgsrc/converters/libvisio: Makefile pkgsrc/converters/libwpg: Makefile pkgsrc/converters/nkf: Makefile pkgsrc/converters/rpm2cpio: Makefile pkgsrc/converters/skf: Makefile pkgsrc/converters/smbchartool: Makefile pkgsrc/converters/txt2html: Makefile pkgsrc/converters/txt2pdbdoc: Makefile pkgsrc/cross/avr-binutils: Makefile pkgsrc/cross/avr-gcc: Makefile pkgsrc/cross/avr-libc: Makefile pkgsrc/cross/binutils-mips-current: Makefile pkgsrc/cross/cc65: Makefile pkgsrc/cross/cross-binutils: Makefile pkgsrc/cross/cross-libtool-base: Makefile pkgsrc/cross/gcc-mips-current: Makefile pkgsrc/cross/nios2-gcc: Makefile pkgsrc/cross/nios2-gcc3: Makefile pkgsrc/cross/nios2-gcc41: Makefile pkgsrc/databases/couchdb: Makefile pkgsrc/databases/cstore: Makefile pkgsrc/databases/gnome-mime-data: Makefile pkgsrc/databases/gq: Makefile pkgsrc/databases/idzebra: Makefile pkgsrc/databases/innotop: Makefile pkgsrc/databases/krecipes: Makefile pkgsrc/databases/lbdb: Makefile pkgsrc/databases/libcassandra: Makefile pkgsrc/databases/maatkit: Makefile pkgsrc/databases/mariadb55-client: Makefile pkgsrc/databases/mysql-cluster: Makefile pkgsrc/databases/mysql51-client: Makefile pkgsrc/databases/mysql55-client: Makefile pkgsrc/databases/mysql56-client: Makefile pkgsrc/databases/mysqltuner: Makefile pkgsrc/databases/mytop: Makefile pkgsrc/databases/p5-DBI: Makefile pkgsrc/databases/p5-DBIWrapper: Makefile pkgsrc/databases/p5-perl-ldap: Makefile pkgsrc/databases/p5-postgresql: Makefile pkgsrc/databases/p5-sybperl: Makefile pkgsrc/databases/p5-tokyocabinet: Makefile pkgsrc/databases/p5-tokyotyrant: Makefile pkgsrc/databases/percona-toolkit: Makefile pkgsrc/databases/pgbuildfarm: Makefile pkgsrc/databases/postgresql-postgis2: Makefile pkgsrc/databases/postgresql91: Makefile pkgsrc/databases/postgresql91-docs: Makefile pkgsrc/databases/postgresql91-plperl: Makefile pkgsrc/databases/postgresql92: Makefile pkgsrc/databases/postgresql92-docs: Makefile pkgsrc/databases/postgresql92-plperl: Makefile pkgsrc/databases/postgresql93: Makefile pkgsrc/databases/postgresql93-docs: Makefile pkgsrc/databases/postgresql93-plperl: Makefile pkgsrc/databases/postgresql94: Makefile pkgsrc/databases/postgresql94-docs: Makefile pkgsrc/databases/postgresql94-plperl: Makefile pkgsrc/databases/postgresql95: Makefile pkgsrc/databases/postgresql95-docs: Makefile pkgsrc/databases/postgresql95-plperl: Makefile pkgsrc/databases/rdb: Makefile pkgsrc/databases/rrdtool: Makefile pkgsrc/databases/rrdtool12: Makefile pkgsrc/databases/sqlrelay: Makefile pkgsrc/databases/yasql: Makefile pkgsrc/devel/GConf: Makefile pkgsrc/devel/MoarVM: Makefile pkgsrc/devel/RTx-RightsMatrix: Makefile pkgsrc/devel/adocman: Makefile pkgsrc/devel/aegis: Makefile pkgsrc/devel/anjuta: Makefile pkgsrc/devel/atkmm: Makefile pkgsrc/devel/autoconf: Makefile pkgsrc/devel/autoconf213: Makefile pkgsrc/devel/autogen: Makefile pkgsrc/devel/automake: Makefile pkgsrc/devel/automake14: Makefile pkgsrc/devel/bglibs: Makefile pkgsrc/devel/binutils: Makefile pkgsrc/devel/bison: Makefile pkgsrc/devel/bugzilla: Makefile pkgsrc/devel/bugzilla3: Makefile pkgsrc/devel/cogito: Makefile pkgsrc/devel/colordiff: Makefile pkgsrc/devel/commit-patch: Makefile pkgsrc/devel/cook: Makefile pkgsrc/devel/cqual: Makefile pkgsrc/devel/ctemplate: Makefile pkgsrc/devel/cvs2cl: Makefile pkgsrc/devel/cvs2html: Makefile pkgsrc/devel/cvsd: Makefile pkgsrc/devel/cvsutils: Makefile pkgsrc/devel/darcs: Makefile pkgsrc/devel/delta: Makefile pkgsrc/devel/devhelp: Makefile pkgsrc/devel/doxygen: Makefile pkgsrc/devel/easygit: Makefile pkgsrc/devel/etrace: Makefile pkgsrc/devel/gconfmm: Makefile pkgsrc/devel/gcvs: Makefile pkgsrc/devel/gdb: Makefile pkgsrc/devel/gdbus-codegen: Makefile pkgsrc/devel/gdl: Makefile pkgsrc/devel/geany: Makefile pkgsrc/devel/git-base: Makefile pkgsrc/devel/git-docs: Makefile pkgsrc/devel/gitolite: Makefile pkgsrc/devel/glib2: Makefile pkgsrc/devel/glibmm: Makefile pkgsrc/devel/global: Makefile pkgsrc/devel/gmake: Makefile pkgsrc/devel/gperftools: Makefile pkgsrc/devel/gps: Makefile pkgsrc/devel/jemalloc: Makefile pkgsrc/devel/kdbg: Makefile pkgsrc/devel/kdesdk-kioslaves: Makefile pkgsrc/devel/kdesdk3: Makefile pkgsrc/devel/kdevelop-base: Makefile pkgsrc/devel/kdevelop4: Makefile pkgsrc/devel/kdevplatform: Makefile pkgsrc/devel/kdoctools: Makefile pkgsrc/devel/ktexteditor: Makefile pkgsrc/devel/lcov: Makefile pkgsrc/devel/ldapsdk: Makefile pkgsrc/devel/libbonobo: Makefile pkgsrc/devel/libcerf: Makefile pkgsrc/devel/libcompizconfig: Makefile pkgsrc/devel/libgnomeui: Makefile pkgsrc/devel/libidn: Makefile pkgsrc/devel/libpgm: Makefile pkgsrc/devel/libsigc++: Makefile pkgsrc/devel/libstatgrab: Makefile pkgsrc/devel/libthrift: Makefile pkgsrc/devel/libtool: Makefile pkgsrc/devel/libtool-base: Makefile pkgsrc/devel/libtool-fortran: Makefile pkgsrc/devel/libwhisker2: Makefile pkgsrc/devel/lua-posix: Makefile pkgsrc/devel/memcached: Makefile pkgsrc/devel/monodevelop: Makefile pkgsrc/devel/monotone: Makefile pkgsrc/devel/mr: Makefile pkgsrc/devel/nasm: Makefile pkgsrc/devel/ncurses: Makefile pkgsrc/devel/netbeans-ide: Makefile pkgsrc/devel/nspr: Makefile pkgsrc/devel/nss: Makefile pkgsrc/devel/ossp-uuid: Makefile pkgsrc/devel/p5-App-perlbrew: Makefile pkgsrc/devel/p5-B-Hooks-OP-Annotation: Makefile pkgsrc/devel/p5-EV: Makefile pkgsrc/devel/p5-Event: Makefile pkgsrc/devel/p5-LDAP: Makefile pkgsrc/devel/p5-Log-Any-Adapter-Log4perl: Makefile pkgsrc/devel/p5-Log-Log4perl: Makefile pkgsrc/devel/p5-Test-Log4perl: Makefile pkgsrc/devel/pangomm: Makefile pkgsrc/devel/papaya: Makefile pkgsrc/devel/patchutils: Makefile pkgsrc/devel/prcs: Makefile pkgsrc/devel/pstreams: Makefile pkgsrc/devel/quilt: Makefile pkgsrc/devel/refinecvs: Makefile pkgsrc/devel/rpc2: Makefile pkgsrc/devel/rt-mysql: Makefile pkgsrc/devel/rt4: Makefile pkgsrc/devel/sdcc: Makefile pkgsrc/devel/sdcc3: Makefile pkgsrc/devel/sparse: Makefile pkgsrc/devel/startbug1: Makefile pkgsrc/devel/stfl: Makefile pkgsrc/devel/stgit: Makefile pkgsrc/devel/subversion: Makefile pkgsrc/devel/sunifdef: Makefile pkgsrc/devel/svk: Makefile pkgsrc/devel/tet3: Makefile pkgsrc/devel/tmake: Makefile pkgsrc/devel/valgrind: Makefile pkgsrc/devel/xfce4-conf: Makefile pkgsrc/devel/xulrunner10: Makefile pkgsrc/devel/xulrunner17: Makefile pkgsrc/devel/xulrunner192: Makefile pkgsrc/editors/TeXmacs: Makefile pkgsrc/editors/conglomerate: Makefile pkgsrc/editors/emacs20: Makefile pkgsrc/editors/emacs21: Makefile pkgsrc/editors/emacs22: Makefile pkgsrc/editors/gedit: Makefile pkgsrc/editors/gedit-python: Makefile pkgsrc/editors/gedit3: Makefile pkgsrc/editors/kile: Makefile pkgsrc/editors/kile-kde3: Makefile pkgsrc/editors/lyx: Makefile pkgsrc/editors/nvi-m17n: Makefile pkgsrc/editors/vigor: Makefile pkgsrc/editors/xemacs-packages: Makefile pkgsrc/emulators/darwin_lib: Makefile pkgsrc/emulators/freebsd_lib: Makefile pkgsrc/emulators/fuse-emulator: Makefile pkgsrc/emulators/hercules: Makefile pkgsrc/emulators/kegs: Makefile pkgsrc/emulators/libspectrum: Makefile pkgsrc/emulators/osf1_lib: Makefile pkgsrc/emulators/palmosemulator: Makefile pkgsrc/emulators/qemu: Makefile pkgsrc/emulators/qemu0: Makefile pkgsrc/emulators/raine: Makefile pkgsrc/emulators/shoebill: Makefile pkgsrc/emulators/snes9x-gtk: Makefile pkgsrc/emulators/suse100_base: Makefile pkgsrc/emulators/suse121_base: Makefile pkgsrc/emulators/suse131_base: Makefile pkgsrc/emulators/tme: Makefile pkgsrc/emulators/z26: Makefile pkgsrc/filesystems/fuse-svnfs: Makefile pkgsrc/finance/gkrellm-stock: Makefile pkgsrc/finance/gnucash: Makefile pkgsrc/finance/kmymoney2: Makefile pkgsrc/fonts/fntsample: Makefile pkgsrc/fonts/ja-shinonome: Makefile pkgsrc/fonts/monafonts: Makefile pkgsrc/fonts/terminus-font: Makefile pkgsrc/fonts/tex-accfonts: Makefile pkgsrc/fonts/tex-dosepsbin: Makefile pkgsrc/fonts/tex-fontools: Makefile pkgsrc/fonts/tex-mf2pt1: Makefile pkgsrc/fonts/ttf2pt1: Makefile pkgsrc/fonts/type1inst: Makefile pkgsrc/fonts/unifont: Makefile pkgsrc/games/asc: Makefile pkgsrc/games/asciiquarium: Makefile pkgsrc/games/bzflag: Makefile pkgsrc/games/crossfire-client: Makefile pkgsrc/games/crossfire-server: Makefile pkgsrc/games/eboard: Makefile pkgsrc/games/frozen-bubble: Makefile pkgsrc/games/minami: Makefile pkgsrc/games/netmaj: Makefile pkgsrc/games/wesnoth: Makefile pkgsrc/games/xboard: Makefile pkgsrc/games/xracer: Makefile pkgsrc/games/xscorch: Makefile pkgsrc/games/zoom: Makefile pkgsrc/geography/gpsdrive: Makefile pkgsrc/geography/proj-swig: Makefile pkgsrc/geography/qgis: Makefile pkgsrc/graphics/GraphicsMagick: Makefile pkgsrc/graphics/ImageMagick: Makefile pkgsrc/graphics/ImageMagick6: Makefile pkgsrc/graphics/OpenRM: Makefile pkgsrc/graphics/asymptote: Makefile pkgsrc/graphics/cairomm: Makefile pkgsrc/graphics/cdlabelgen: Makefile pkgsrc/graphics/cheese: Makefile pkgsrc/graphics/circos: Makefile pkgsrc/graphics/claraocr: Makefile pkgsrc/graphics/compface: Makefile pkgsrc/graphics/digikam: Makefile pkgsrc/graphics/digikam-doc-kde3: Makefile pkgsrc/graphics/digikam-kde3: Makefile pkgsrc/graphics/enblend-enfuse: Makefile pkgsrc/graphics/fly: Makefile pkgsrc/graphics/g2: Makefile pkgsrc/graphics/gd: Makefile pkgsrc/graphics/get_ds7: Makefile pkgsrc/graphics/gimp: Makefile pkgsrc/graphics/gimp-docs-en: Makefile pkgsrc/graphics/gimp-ufraw: Makefile pkgsrc/graphics/gnome-icon-theme: Makefile pkgsrc/graphics/goocanvasmm: Makefile pkgsrc/graphics/graphviz: Makefile pkgsrc/graphics/gri: Makefile pkgsrc/graphics/gtkam: Makefile pkgsrc/graphics/gtkglext: Makefile pkgsrc/graphics/gwenview-kde3: Makefile pkgsrc/graphics/icon-naming-utils: Makefile pkgsrc/graphics/inkscape: Makefile pkgsrc/graphics/kbarcode: Makefile pkgsrc/graphics/kipi-plugins-calendar-kde3: Makefile pkgsrc/graphics/kipi-plugins-kde3: Makefile pkgsrc/graphics/koverartist: Makefile pkgsrc/graphics/magicpoint: Makefile pkgsrc/graphics/netpbm: Makefile pkgsrc/graphics/pfstools: Makefile pkgsrc/graphics/ps2eps: Makefile pkgsrc/graphics/ristretto: Makefile pkgsrc/graphics/showimg: Makefile pkgsrc/graphics/tex-a2ping: Makefile pkgsrc/graphics/tex-epstopdf: Makefile pkgsrc/graphics/tex-pdfcrop: Makefile pkgsrc/graphics/ucview: Makefile pkgsrc/graphics/unicap: Makefile pkgsrc/graphics/xplot: Makefile pkgsrc/graphics/xplot-devel: Makefile pkgsrc/graphics/zphoto: Makefile pkgsrc/ham/fldigi: Makefile pkgsrc/ham/gnuradio-core: Makefile pkgsrc/ham/hamlib: Makefile pkgsrc/ham/linpsk: Makefile pkgsrc/ham/osmo-sdr: Makefile pkgsrc/ham/trustedQSL: Makefile pkgsrc/inputmethod/scim: Makefile pkgsrc/inputmethod/xcin: Makefile pkgsrc/lang/asn1c: Makefile pkgsrc/lang/cim: Makefile pkgsrc/lang/clang-static-analyzer: Makefile pkgsrc/lang/erlang: Makefile pkgsrc/lang/fort77: Makefile pkgsrc/lang/g95: Makefile pkgsrc/lang/gcc-aux: Makefile pkgsrc/lang/gcc44: Makefile pkgsrc/lang/gcc45: Makefile pkgsrc/lang/gcc46: Makefile pkgsrc/lang/gcc47: Makefile pkgsrc/lang/gcc48: Makefile pkgsrc/lang/gcc49: Makefile pkgsrc/lang/gcc5: Makefile pkgsrc/lang/gforth: Makefile pkgsrc/lang/ghc: Makefile pkgsrc/lang/ghc-bootstrap: Makefile pkgsrc/lang/ghc7: Makefile pkgsrc/lang/go: Makefile pkgsrc/lang/go14: Makefile pkgsrc/lang/guile: Makefile pkgsrc/lang/gwydion-dylan: Makefile pkgsrc/lang/libLLVM: Makefile pkgsrc/lang/llvm: Makefile pkgsrc/lang/mercury: Makefile pkgsrc/lang/mono: Makefile pkgsrc/lang/mono2: Makefile pkgsrc/lang/moscow_ml: Makefile pkgsrc/lang/nqp: Makefile pkgsrc/lang/oo2c: Makefile pkgsrc/lang/ossp-js: Makefile pkgsrc/lang/parrot: Makefile pkgsrc/lang/pfe: Makefile pkgsrc/lang/rakudo-star: Makefile pkgsrc/lang/sather: Makefile pkgsrc/lang/see: Makefile pkgsrc/lang/spidermonkey17: Makefile pkgsrc/mail/YoSucker: Makefile pkgsrc/mail/amavis-perl: Makefile pkgsrc/mail/amavisd-new: Makefile pkgsrc/mail/anomy-sanitizer: Makefile pkgsrc/mail/avenger: Makefile pkgsrc/mail/balsa: Makefile pkgsrc/mail/bogofilter: Makefile pkgsrc/mail/claws-mail: Makefile pkgsrc/mail/claws-mail-vcalendar: Makefile pkgsrc/mail/clawsker: Makefile pkgsrc/mail/cone: Makefile pkgsrc/mail/courier-analog: Makefile pkgsrc/mail/courier-imap: Makefile pkgsrc/mail/courier-maildir: Makefile pkgsrc/mail/cyrus-imapd: Makefile pkgsrc/mail/cyrus-imapd23: Makefile pkgsrc/mail/cyrus-imapd24: Makefile pkgsrc/mail/dcc: Makefile pkgsrc/mail/demime: Makefile pkgsrc/mail/distribute: Makefile pkgsrc/mail/dspam: Makefile pkgsrc/mail/elmo: Makefile pkgsrc/mail/etpan: Makefile pkgsrc/mail/exim: Makefile pkgsrc/mail/exim3: Makefile pkgsrc/mail/faces: Makefile pkgsrc/mail/fetchyahoo: Makefile pkgsrc/mail/fix-mime-charset: Makefile pkgsrc/mail/fml: Makefile pkgsrc/mail/fromto: Makefile pkgsrc/mail/grepmail: Makefile pkgsrc/mail/imapsync: Makefile pkgsrc/mail/kbiff: Makefile pkgsrc/mail/mailagent: Makefile pkgsrc/mail/maildrop: Makefile pkgsrc/mail/mailgraph: Makefile pkgsrc/mail/mailhops: Makefile pkgsrc/mail/mailserv: Makefile pkgsrc/mail/mailsort: Makefile pkgsrc/mail/majordomo: Makefile pkgsrc/mail/mb2md: Makefile pkgsrc/mail/mdfrm: Makefile pkgsrc/mail/mhonarc: Makefile pkgsrc/mail/mime-construct: Makefile pkgsrc/mail/minimalist: Makefile pkgsrc/mail/mutt: Makefile pkgsrc/mail/opendkim: Makefile pkgsrc/mail/opendmarc: Makefile pkgsrc/mail/policyd-weight: Makefile pkgsrc/mail/poppy: Makefile pkgsrc/mail/postfix: Makefile pkgsrc/mail/postgrey: Makefile pkgsrc/mail/prayer: Makefile pkgsrc/mail/qgreylist: Makefile pkgsrc/mail/qmHandle: Makefile pkgsrc/mail/qmail-lint: Makefile pkgsrc/mail/qmqtool: Makefile pkgsrc/mail/rspamd: Makefile pkgsrc/mail/sendmail-qtool: Makefile pkgsrc/mail/sendymail: Makefile pkgsrc/mail/spamassassin: Makefile pkgsrc/mail/squirrelmail: Makefile pkgsrc/mail/sqwebmail: Makefile pkgsrc/mail/teapop: Makefile pkgsrc/mail/thunderbird-enigmail: Makefile pkgsrc/mail/turba: Makefile pkgsrc/math/R: Makefile pkgsrc/math/R-gdata: Makefile pkgsrc/math/R-genetics: Makefile pkgsrc/math/antixls: Makefile pkgsrc/math/ess: Makefile pkgsrc/math/fftw: Makefile pkgsrc/math/fftwf: Makefile pkgsrc/math/genius: Makefile pkgsrc/math/maxima: Makefile pkgsrc/math/ntl: Makefile pkgsrc/math/ocaml-zarith: Makefile pkgsrc/math/octave: Makefile pkgsrc/math/pari: Makefile pkgsrc/math/pari23: Makefile pkgsrc/math/ppl: Makefile pkgsrc/math/pspp: Makefile pkgsrc/math/qalculate-kde: Makefile pkgsrc/math/superlu: Makefile pkgsrc/math/udunits: Makefile pkgsrc/math/xmgr: Makefile pkgsrc/math/yacas: Makefile pkgsrc/mbone/beacon: Makefile pkgsrc/meta-pkgs/bulk-medium: Makefile pkgsrc/meta-pkgs/bulk-small: Makefile pkgsrc/meta-pkgs/kde3: Makefile pkgsrc/meta-pkgs/kde4: Makefile pkgsrc/meta-pkgs/netbsd-www: Makefile pkgsrc/meta-pkgs/texlive-collection-bibtexextra: Makefile pkgsrc/meta-pkgs/texlive-collection-latexextra: Makefile pkgsrc/meta-pkgs/texlive-collection-pstricks: Makefile pkgsrc/meta-pkgs/xfce4: Makefile pkgsrc/misc/bbweather: Makefile pkgsrc/misc/byobu: Makefile pkgsrc/misc/colorize: Makefile pkgsrc/misc/cowsay: Makefile pkgsrc/misc/dpkg: Makefile pkgsrc/misc/gkrellm-weather: Makefile pkgsrc/misc/gnome-utils: Makefile pkgsrc/misc/gwaei: Makefile pkgsrc/misc/ipbt: Makefile pkgsrc/misc/kanjipad: Makefile pkgsrc/misc/kdepim3: Makefile pkgsrc/misc/kdepim4: Makefile pkgsrc/misc/koffice: Makefile pkgsrc/misc/libcdio: Makefile pkgsrc/misc/libcdio-paranoia: Makefile pkgsrc/misc/libreoffice: Makefile pkgsrc/misc/libreoffice4: Makefile pkgsrc/misc/libreoffice43: Makefile pkgsrc/misc/loco: Makefile pkgsrc/misc/mirmon: Makefile pkgsrc/misc/nxtvepg: Makefile pkgsrc/misc/openoffice3: Makefile pkgsrc/misc/p5-Locale-libintl: Makefile pkgsrc/misc/pdmenu: Makefile pkgsrc/misc/reed: Makefile pkgsrc/misc/rlwrap: Makefile pkgsrc/misc/rpm: Makefile pkgsrc/misc/stellarium: Makefile pkgsrc/misc/taskjuggler: Makefile pkgsrc/misc/tds: Makefile pkgsrc/misc/tellico-kde3: Makefile pkgsrc/misc/teseq: Makefile pkgsrc/misc/topless: Makefile pkgsrc/misc/vfu: Makefile pkgsrc/misc/vym: Makefile pkgsrc/misc/whohas: Makefile pkgsrc/multimedia/acidrip: Makefile pkgsrc/multimedia/dirac: Makefile pkgsrc/multimedia/dvb-apps: Makefile pkgsrc/multimedia/dvdrip: Makefile pkgsrc/multimedia/ffmpeg2: Makefile pkgsrc/multimedia/ffmpeg3: Makefile pkgsrc/multimedia/gmediaserver: Makefile pkgsrc/multimedia/gnome-media: Makefile pkgsrc/multimedia/gst-plugins0.10-base: Makefile pkgsrc/multimedia/gst-plugins0.10-ffmpeg: Makefile pkgsrc/multimedia/gst-plugins1-base: Makefile pkgsrc/multimedia/gst-plugins1-libav: Makefile pkgsrc/multimedia/gst-plugins1-omx: Makefile pkgsrc/multimedia/gstreamer0.10: Makefile pkgsrc/multimedia/gstreamer1: Makefile pkgsrc/multimedia/gxine: Makefile pkgsrc/multimedia/handbrake: Makefile pkgsrc/multimedia/kdenlive: Makefile pkgsrc/multimedia/kmplayer: Makefile pkgsrc/multimedia/kmplayer-kde3: Makefile pkgsrc/multimedia/libvpx: Makefile pkgsrc/multimedia/ming: Makefile pkgsrc/multimedia/mpv: Makefile pkgsrc/multimedia/vlc: Makefile pkgsrc/multimedia/vlc20: Makefile pkgsrc/multimedia/x264-devel: Makefile pkgsrc/multimedia/xawtv: Makefile pkgsrc/multimedia/xine-lib: Makefile pkgsrc/net/amule: Makefile pkgsrc/net/argus: Makefile pkgsrc/net/arp-scan: Makefile pkgsrc/net/bind910: Makefile pkgsrc/net/bind99: Makefile pkgsrc/net/choqok: Makefile pkgsrc/net/clive: Makefile pkgsrc/net/coda: Makefile pkgsrc/net/dctc: Makefile pkgsrc/net/ddclient: Makefile pkgsrc/net/dhcpd-pools: Makefile pkgsrc/net/dlint: Makefile pkgsrc/net/dnscheck: Makefile pkgsrc/net/dnstracer: Makefile pkgsrc/net/exabgp: Makefile pkgsrc/net/fpdns: Makefile pkgsrc/net/freeradius: Makefile pkgsrc/net/get-flash-videos: Makefile pkgsrc/net/gift: Makefile pkgsrc/net/gnapfetch: Makefile pkgsrc/net/ipcalc: Makefile pkgsrc/net/irrd: Makefile pkgsrc/net/kftpgrabber: Makefile pkgsrc/net/kismet: Makefile pkgsrc/net/kmldonkey-kde3: Makefile pkgsrc/net/ktorrent: Makefile pkgsrc/net/ktorrent-kde3: Makefile pkgsrc/net/ldns: Makefile pkgsrc/net/lftp: Makefile pkgsrc/net/libktorrent: Makefile pkgsrc/net/libquic: Makefile pkgsrc/net/librsync: Makefile pkgsrc/net/logjam: Makefile pkgsrc/net/md-whois: Makefile pkgsrc/net/mirror: Makefile pkgsrc/net/mldonkey: Makefile pkgsrc/net/monsoon: Makefile pkgsrc/net/mrtg: Makefile pkgsrc/net/nagios-nrpe: Makefile pkgsrc/net/nagios-nsca: Makefile pkgsrc/net/nagios-plugin-snmp: Makefile pkgsrc/net/nagios-plugin-spamd: Makefile pkgsrc/net/nagios-plugins: Makefile pkgsrc/net/nasd: Makefile pkgsrc/net/net-snmp: Makefile pkgsrc/net/netatalk22: Makefile pkgsrc/net/netatalk30: Makefile pkgsrc/net/netdisco: Makefile pkgsrc/net/nocol: Makefile pkgsrc/net/ns: Makefile pkgsrc/net/ntp4: Makefile pkgsrc/net/ocsinventory-agent: Makefile pkgsrc/net/oinkmaster: Makefile pkgsrc/net/openwbem: Makefile pkgsrc/net/perlbal: Makefile pkgsrc/net/pfnet: Makefile pkgsrc/net/proftpd: Makefile pkgsrc/net/quagga: Makefile pkgsrc/net/radiusd-cistron: Makefile pkgsrc/net/rancid: Makefile pkgsrc/net/remmina: Makefile pkgsrc/net/remmina-plugins: Makefile pkgsrc/net/samba: Makefile pkgsrc/net/samba4: Makefile pkgsrc/net/sitescooper: Makefile pkgsrc/net/smokeping: Makefile pkgsrc/net/snmptt: Makefile pkgsrc/net/spread: Makefile pkgsrc/net/stripes: Makefile pkgsrc/net/tacacs: Makefile pkgsrc/net/tacacs-shrubbery: Makefile pkgsrc/net/tigervnc: Makefile pkgsrc/net/tightvnc: Makefile pkgsrc/net/torrentutils: Makefile pkgsrc/net/tsclient: Makefile pkgsrc/net/udpcast: Makefile pkgsrc/net/vcheck: Makefile pkgsrc/net/vino: Makefile pkgsrc/net/vnc: Makefile pkgsrc/net/vpnc: Makefile pkgsrc/net/walker: Makefile pkgsrc/net/wget: Makefile pkgsrc/net/whois3: Makefile pkgsrc/net/wireshark: Makefile pkgsrc/net/wireshark1: Makefile pkgsrc/net/wol: Makefile pkgsrc/news/cleanscore: Makefile pkgsrc/news/newsbeuter: Makefile pkgsrc/news/nntpcache: Makefile pkgsrc/news/tin: Makefile pkgsrc/news/trn: Makefile pkgsrc/parallel/gridscheduler: Makefile pkgsrc/parallel/mpi-ch: Makefile pkgsrc/parallel/openmpi: Makefile pkgsrc/parallel/parallel: Makefile pkgsrc/parallel/pdsh: Makefile pkgsrc/parallel/sge: Makefile pkgsrc/parallel/slurm: Makefile pkgsrc/pkgtools/gnome-packagekit: Makefile pkgsrc/pkgtools/lintpkgsrc: Makefile pkgsrc/pkgtools/pkg_distinst: Makefile pkgsrc/pkgtools/pkg_filecheck: Makefile pkgsrc/pkgtools/pkg_notify: Makefile pkgsrc/pkgtools/pkg_p5up2date: Makefile pkgsrc/pkgtools/pkgdep: Makefile pkgsrc/pkgtools/pkgdepgraph: Makefile pkgsrc/pkgtools/pkgdiff: Makefile pkgsrc/pkgtools/pkglint4: Makefile pkgsrc/pkgtools/pkgse: Makefile pkgsrc/pkgtools/pkgsrc-todo: Makefile pkgsrc/pkgtools/port2pkg: Makefile pkgsrc/pkgtools/revbump: Makefile pkgsrc/pkgtools/texlive2pkg: Makefile pkgsrc/pkgtools/url2pkg: Makefile pkgsrc/print/a2ps: Makefile pkgsrc/print/bibtool: Makefile pkgsrc/print/chktex: Makefile pkgsrc/print/cups: Makefile pkgsrc/print/cups-pdf: Makefile pkgsrc/print/cups15: Makefile pkgsrc/print/enscript: Makefile pkgsrc/print/foomatic-filters: Makefile pkgsrc/print/foomatic4-db-engine: Makefile pkgsrc/print/foomatic4-filters: Makefile pkgsrc/print/ghostscript-agpl: Makefile pkgsrc/print/ghostscript-gpl: Makefile pkgsrc/print/gutenprint-lib: Makefile pkgsrc/print/gv: Makefile pkgsrc/print/hplip: Makefile pkgsrc/print/html2ps: Makefile pkgsrc/print/if-psprint: Makefile pkgsrc/print/ja-a2ps: Makefile pkgsrc/print/kbibtex: Makefile pkgsrc/print/kbibtex-kde3: Makefile pkgsrc/print/latexmk: Makefile pkgsrc/print/lilypond: Makefile pkgsrc/print/luatex: Makefile pkgsrc/print/pdflib: Makefile pkgsrc/print/pdflib-lite: Makefile pkgsrc/print/psjoin: Makefile pkgsrc/print/pslib: Makefile pkgsrc/print/psutils: Makefile pkgsrc/print/qpdf: Makefile pkgsrc/print/scribus: Makefile pkgsrc/print/scribus-qt4: Makefile pkgsrc/print/tex-cjk-gs-integrate: Makefile pkgsrc/print/tex-glossaries: Makefile pkgsrc/print/tex-kotex-utils: Makefile pkgsrc/print/tex-oberdiek: Makefile pkgsrc/print/tex-pdftex-doc: Makefile pkgsrc/print/tex-pdftools: Makefile pkgsrc/print/tex-pkfix: Makefile pkgsrc/print/tex-tetex: Makefile pkgsrc/print/tex-texlive.infra: Makefile pkgsrc/print/tex-thumbpdf: Makefile pkgsrc/print/tex-xetex: Makefile pkgsrc/print/tex4ht: Makefile pkgsrc/print/xetex: Makefile pkgsrc/print/yup: Makefile pkgsrc/security/Bastille: Makefile pkgsrc/security/CSP: Makefile pkgsrc/security/antonym: Makefile pkgsrc/security/apg: Makefile pkgsrc/security/base: Makefile pkgsrc/security/boringssl: Makefile pkgsrc/security/caff: Makefile pkgsrc/security/ccid: Makefile pkgsrc/security/clusterssh: Makefile pkgsrc/security/courier-authlib: Makefile pkgsrc/security/dnssec-tools: Makefile pkgsrc/security/egd: Makefile pkgsrc/security/f-prot-antivirus6-ms-bin: Makefile pkgsrc/security/gnutls: Makefile pkgsrc/security/gpg2dot: Makefile pkgsrc/security/hackbot: Makefile pkgsrc/security/lasso: Makefile pkgsrc/security/libprelude: Makefile pkgsrc/security/libprelude-perl: Makefile pkgsrc/security/libpreludedb: Makefile pkgsrc/security/libpreludedb-mysql: Makefile pkgsrc/security/libpreludedb-perl: Makefile pkgsrc/security/libpreludedb-pgsql: Makefile pkgsrc/security/libpreludedb-python: Makefile pkgsrc/security/libpreludedb-sqlite3: Makefile pkgsrc/security/log2timeline: Makefile pkgsrc/security/mbedtls: Makefile pkgsrc/security/mbedtls1: Makefile pkgsrc/security/mhash: Makefile pkgsrc/security/mit-krb5: Makefile pkgsrc/security/munge: Makefile pkgsrc/security/nikto: Makefile pkgsrc/security/openpam: Makefile pkgsrc/security/openssh: Makefile pkgsrc/security/openssl: Makefile pkgsrc/security/p5-pcsc: Makefile pkgsrc/security/pcsc-tools: Makefile pkgsrc/security/pgp5: Makefile pkgsrc/security/pgpenvelope: Makefile pkgsrc/security/policykit: Makefile pkgsrc/security/policykit-gnome: Makefile pkgsrc/security/polkit: Makefile pkgsrc/security/py-lasso: Makefile pkgsrc/security/racoon2: Makefile pkgsrc/security/sfs: Makefile pkgsrc/security/skey: Makefile pkgsrc/security/sks: Makefile pkgsrc/security/sleuthkit: Makefile pkgsrc/security/snortsnarf: Makefile pkgsrc/security/stunnel: Makefile pkgsrc/security/tct: Makefile pkgsrc/security/validns: Makefile pkgsrc/security/zebedee: Makefile pkgsrc/security/zoneminder: Makefile pkgsrc/shells/mksh: Makefile pkgsrc/shells/perlsh: Makefile pkgsrc/shells/xsh: Makefile pkgsrc/sysutils/amanda-common: Makefile pkgsrc/sysutils/amtterm: Makefile pkgsrc/sysutils/backuppc: Makefile pkgsrc/sysutils/bacula: Makefile pkgsrc/sysutils/boxbackup-client: Makefile pkgsrc/sysutils/boxbackup-server: Makefile pkgsrc/sysutils/bup: Makefile pkgsrc/sysutils/cdbkup: Makefile pkgsrc/sysutils/cdrkit: Makefile pkgsrc/sysutils/cfengine2: Makefile pkgsrc/sysutils/collectd: Makefile pkgsrc/sysutils/consolekit: Makefile pkgsrc/sysutils/coreutils: Makefile pkgsrc/sysutils/cpogm: Makefile pkgsrc/sysutils/cvsreport: Makefile pkgsrc/sysutils/dirvish: Makefile pkgsrc/sysutils/diskscrub: Makefile pkgsrc/sysutils/dmassage: Makefile pkgsrc/sysutils/dmesg2gif: Makefile pkgsrc/sysutils/etckeeper: Makefile pkgsrc/sysutils/etcmanage: Makefile pkgsrc/sysutils/filelight-kde3: Makefile pkgsrc/sysutils/gdmap: Makefile pkgsrc/sysutils/gio-fam: Makefile pkgsrc/sysutils/gnome-commander: Makefile pkgsrc/sysutils/gnome-device-manager: Makefile pkgsrc/sysutils/gnome-mount: Makefile pkgsrc/sysutils/gnome-power-manager: Makefile pkgsrc/sysutils/gnome-system-tools: Makefile pkgsrc/sysutils/gnome-volume-manager: Makefile pkgsrc/sysutils/hal: Makefile pkgsrc/sysutils/hal-info: Makefile pkgsrc/sysutils/k3b: Makefile pkgsrc/sysutils/k3b-kde3: Makefile pkgsrc/sysutils/k4dirstat: Makefile pkgsrc/sysutils/krusader: Makefile pkgsrc/sysutils/lavaps: Makefile pkgsrc/sysutils/libgtop: Makefile pkgsrc/sysutils/liboobs: Makefile pkgsrc/sysutils/libvirt: Makefile pkgsrc/sysutils/lilo: Makefile pkgsrc/sysutils/lsof: Makefile pkgsrc/sysutils/lxpanel: Makefile pkgsrc/sysutils/magicrescue: Makefile pkgsrc/sysutils/mc: Makefile pkgsrc/sysutils/mc46: Makefile pkgsrc/sysutils/memconf: Makefile pkgsrc/sysutils/mgm: Makefile pkgsrc/sysutils/munin-doc: Makefile pkgsrc/sysutils/munin-node: Makefile pkgsrc/sysutils/munin-server: Makefile pkgsrc/sysutils/pflogsumm: Makefile pkgsrc/sysutils/rconfig: Makefile pkgsrc/sysutils/roller: Makefile pkgsrc/sysutils/rsnapshot: Makefile pkgsrc/sysutils/safetynet: Makefile pkgsrc/sysutils/sarah: Makefile pkgsrc/sysutils/shelldap: Makefile pkgsrc/sysutils/smbldap-tools: Makefile pkgsrc/sysutils/stow: Makefile pkgsrc/sysutils/strace: Makefile pkgsrc/sysutils/strigi: Makefile pkgsrc/sysutils/swatch: Makefile pkgsrc/sysutils/tenshi: Makefile pkgsrc/sysutils/vifm: Makefile pkgsrc/sysutils/webmin: Makefile pkgsrc/sysutils/xentools3: Makefile pkgsrc/sysutils/xentools3-hvm: Makefile pkgsrc/sysutils/xentools33: Makefile pkgsrc/sysutils/xentools41: Makefile pkgsrc/sysutils/xentools42: Makefile pkgsrc/sysutils/xentools45: Makefile pkgsrc/sysutils/xentools46: Makefile pkgsrc/sysutils/xps: Makefile pkgsrc/sysutils/znapzend: Makefile pkgsrc/textproc/Markdown: Makefile pkgsrc/textproc/aspell: Makefile pkgsrc/textproc/aspell-da: Makefile pkgsrc/textproc/aspell-fo: Makefile pkgsrc/textproc/btparse: Makefile pkgsrc/textproc/c2html: Makefile pkgsrc/textproc/cdif: Makefile pkgsrc/textproc/cmigemo: Makefile pkgsrc/textproc/crush-tools: Makefile pkgsrc/textproc/dict-mueller7: Makefile pkgsrc/textproc/diffsplit: Makefile pkgsrc/textproc/docbook-xsl: Makefile pkgsrc/textproc/dsssl-docbook-modular: Makefile pkgsrc/textproc/dtdparse: Makefile pkgsrc/textproc/eb: Makefile pkgsrc/textproc/freepwing: Makefile pkgsrc/textproc/grep: Makefile pkgsrc/textproc/groff: Makefile pkgsrc/textproc/gtk-doc: Makefile pkgsrc/textproc/halibut: Makefile pkgsrc/textproc/html2wml: Makefile pkgsrc/textproc/hunspell: Makefile pkgsrc/textproc/hunspell-de: Makefile pkgsrc/textproc/hyphen: Makefile pkgsrc/textproc/intltool: Makefile pkgsrc/textproc/ispell-de: Makefile pkgsrc/textproc/ja-groff: Makefile pkgsrc/textproc/kdoc: Makefile pkgsrc/textproc/latex2html: Makefile pkgsrc/textproc/libxml++: Makefile pkgsrc/textproc/libxslt: Makefile pkgsrc/textproc/mdoclint: Makefile pkgsrc/textproc/multimarkdown: Makefile pkgsrc/textproc/mythes: Makefile pkgsrc/textproc/namazu: Makefile pkgsrc/textproc/ndtpd: Makefile pkgsrc/textproc/openjade: Makefile pkgsrc/textproc/opensp: Makefile pkgsrc/textproc/p5-libxml: Makefile pkgsrc/textproc/p5-mecab: Makefile pkgsrc/textproc/p5-mobiperl: Makefile pkgsrc/textproc/po4a: Makefile pkgsrc/textproc/pod2mdoc: Makefile pkgsrc/textproc/postgresql-autodoc: Makefile pkgsrc/textproc/redland: Makefile pkgsrc/textproc/rfcutil: Makefile pkgsrc/textproc/sablotron: Makefile pkgsrc/textproc/sub2srt: Makefile pkgsrc/textproc/tex-latexdiff: Makefile pkgsrc/textproc/tex-latexdiff-doc: Makefile pkgsrc/textproc/texi2html: Makefile pkgsrc/textproc/troffcvt: Makefile pkgsrc/textproc/xapian-omega: Makefile pkgsrc/textproc/xmltoman: Makefile pkgsrc/textproc/yamcha: Makefile pkgsrc/time/hebcal: Makefile pkgsrc/time/ical2rem: Makefile pkgsrc/time/libical: Makefile pkgsrc/time/rem2ics: Makefile pkgsrc/time/remind: Makefile pkgsrc/time/rsibreak: Makefile pkgsrc/time/rsibreak-kde3: Makefile pkgsrc/time/titrax: Makefile pkgsrc/wm/afterstep: Makefile pkgsrc/wm/bbkeys: Makefile pkgsrc/wm/bbkeys09: Makefile pkgsrc/wm/compiz-fusion-plugins-extra: Makefile pkgsrc/wm/enlightenment: Makefile pkgsrc/wm/fvwm: Makefile pkgsrc/wm/fvwm-devel: Makefile pkgsrc/wm/fvwm-themes: Makefile pkgsrc/wm/i3: Makefile pkgsrc/wm/ratpoison: Makefile pkgsrc/wm/waimea: Makefile pkgsrc/wm/windowmaker: Makefile pkgsrc/wm/wmakerconf: Makefile pkgsrc/www/SpeedyCGI: Makefile pkgsrc/www/adzap: Makefile pkgsrc/www/album: Makefile pkgsrc/www/album_themes: Makefile pkgsrc/www/amaya: Makefile pkgsrc/www/ap2-perl: Makefile pkgsrc/www/apache22: Makefile pkgsrc/www/apache24: Makefile pkgsrc/www/awstats: Makefile pkgsrc/www/bannerfilter: Makefile pkgsrc/www/bins: Makefile pkgsrc/www/bluefish: Makefile pkgsrc/www/calamaris: Makefile pkgsrc/www/checkbot: Makefile pkgsrc/www/clearsilver: Makefile pkgsrc/www/cronolog: Makefile pkgsrc/www/curl: Makefile pkgsrc/www/cvsweb: Makefile pkgsrc/www/dansguardian: Makefile pkgsrc/www/davical: Makefile pkgsrc/www/dillo: Makefile pkgsrc/www/drraw: Makefile pkgsrc/www/firefox: Makefile pkgsrc/www/firefox24: Makefile pkgsrc/www/firefox31: Makefile pkgsrc/www/firefox38: Makefile pkgsrc/www/firefox45: Makefile pkgsrc/www/gallery: Makefile pkgsrc/www/gitweb: Makefile pkgsrc/www/h2o: Makefile pkgsrc/www/htmlfix: Makefile pkgsrc/www/htmllint: Makefile pkgsrc/www/icedtea-web: Makefile pkgsrc/www/ikiwiki: Makefile pkgsrc/www/kannel: Makefile pkgsrc/www/kdewebdev3: Makefile pkgsrc/www/libwww: Makefile pkgsrc/www/liferea: Makefile pkgsrc/www/llgal: Makefile pkgsrc/www/make_album: Makefile pkgsrc/www/mknmz-wwwoffle: Makefile pkgsrc/www/moodle: Makefile pkgsrc/www/neon: Makefile pkgsrc/www/netsurf: Makefile pkgsrc/www/nvu: Makefile pkgsrc/www/p5-HTMLObject: Makefile pkgsrc/www/p5-libwww: Makefile pkgsrc/www/php-owncloud: Makefile pkgsrc/www/privoxy: Makefile pkgsrc/www/py-moin: Makefile pkgsrc/www/screws: Makefile pkgsrc/www/snownews: Makefile pkgsrc/www/squid3: Makefile pkgsrc/www/squidGuard: Makefile pkgsrc/www/squidanalyzer: Makefile pkgsrc/www/squidclamav: Makefile pkgsrc/www/surfraw: Makefile pkgsrc/www/swish-e: Makefile pkgsrc/www/w3m: Makefile pkgsrc/www/wApua: Makefile pkgsrc/www/wdg-validate: Makefile pkgsrc/www/webkit-gtk: Makefile pkgsrc/www/webkit24-gtk: Makefile pkgsrc/www/weblint: Makefile pkgsrc/www/webnew: Makefile pkgsrc/www/whisker: Makefile pkgsrc/www/wml: Makefile pkgsrc/www/wwwoffle: Makefile pkgsrc/www/yaws: Makefile pkgsrc/x11/alacarte: Makefile pkgsrc/x11/eterm: Makefile pkgsrc/x11/gcolor2: Makefile pkgsrc/x11/gnome-desktop: Makefile pkgsrc/x11/gnome-panel: Makefile pkgsrc/x11/gnome-session: Makefile pkgsrc/x11/gnome-terminal: Makefile pkgsrc/x11/gtk: Makefile pkgsrc/x11/gtk-sharp: Makefile pkgsrc/x11/gtk2: Makefile pkgsrc/x11/gtk2-chtheme: Makefile pkgsrc/x11/gtk3: Makefile pkgsrc/x11/gtkada: Makefile pkgsrc/x11/gtkmm: Makefile pkgsrc/x11/gtkmm3: Makefile pkgsrc/x11/gtksourceview: Makefile pkgsrc/x11/gtksourceview2: Makefile pkgsrc/x11/gtksourceviewmm: Makefile pkgsrc/x11/kconfigwidgets: Makefile pkgsrc/x11/kdebindings-ruby: Makefile pkgsrc/x11/kdelibs3: Makefile pkgsrc/x11/p5-Wx: Makefile pkgsrc/x11/pixman: Makefile pkgsrc/x11/py-wxWidgets: Makefile pkgsrc/x11/qt5-qtbase: Makefile pkgsrc/x11/wxGTK30: Makefile pkgsrc/x11/xephem: Makefile pkgsrc/x11/xfce4-exo: Makefile pkgsrc/x11/xfce4-whiskermenu-plugin: Makefile pkgsrc/x11/xkbset: Makefile pkgsrc/x11/xplanet: Makefile pkgsrc/x11/xscreensaver: Makefile Log Message: Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/samba4/Makefile ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wiz Date: Sat Jul 9 13:04:18 UTC 2016 Modified Files: pkgsrc/audio/ardour: Makefile pkgsrc/audio/aubio: Makefile pkgsrc/audio/csound5: Makefile pkgsrc/audio/csound6: Makefile pkgsrc/audio/csound6-manual: Makefile pkgsrc/audio/exaile: Makefile pkgsrc/audio/eyeD3: Makefile pkgsrc/audio/moss: Makefile pkgsrc/audio/mutagen-tools: Makefile pkgsrc/audio/picard: Makefile pkgsrc/audio/py-acoustid: Makefile pkgsrc/audio/py-ao: Makefile pkgsrc/audio/py-beets: Makefile pkgsrc/audio/py-cddb: Makefile pkgsrc/audio/py-daap: Makefile pkgsrc/audio/py-discogs_client: Makefile pkgsrc/audio/py-id3: Makefile pkgsrc/audio/py-id3lib: Makefile pkgsrc/audio/py-karaoke: Makefile pkgsrc/audio/py-libmtag: Makefile pkgsrc/audio/py-mad: Makefile pkgsrc/audio/py-musicbrainz: Makefile pkgsrc/audio/py-musique: Makefile pkgsrc/audio/py-ogg: Makefile pkgsrc/audio/py-vorbis: Makefile pkgsrc/audio/quodlibet2: Makefile pkgsrc/audio/rhythmbox: Makefile pkgsrc/audio/solfege: Makefile pkgsrc/audio/sonata: Makefile pkgsrc/audio/streamtuner: options.mk pkgsrc/audio/tunapie: Makefile pkgsrc/benchmarks/glmark2: Makefile pkgsrc/biology/py-mol: Makefile pkgsrc/cad/py-MyHDL: Makefile pkgsrc/chat/empathy: Makefile pkgsrc/chat/gajim: Makefile options.mk pkgsrc/chat/libtelepathy: Makefile pkgsrc/chat/py-xmpppy: Makefile pkgsrc/chat/spectrum: Makefile pkgsrc/chat/telepathy-farsight: Makefile pkgsrc/chat/telepathy-gabble: Makefile pkgsrc/chat/telepathy-glib: Makefile pkgsrc/chat/telepathy-haze: Makefile pkgsrc/chat/telepathy-idle: Makefile pkgsrc/chat/telepathy-logger: Makefile pkgsrc/chat/telepathy-mission-control5: Makefile pkgsrc/chat/telepathy-qt: Makefile pkgsrc/chat/xchat-python: Makefile pkgsrc/comms/multisync-gui: Makefile pkgsrc/comms/py-gammu: Makefile pkgsrc/converters/py-jpCodecs: Makefile pkgsrc/converters/py-yenc: Makefile pkgsrc/converters/py-zbase32: Makefile pkgsrc/converters/py-zfec: Makefile pkgsrc/converters/py-zhCodecs: Makefile pkgsrc/databases/gourmet: Makefile pkgsrc/databases/gramps3: Makefile options.mk pkgsrc/databases/libpqxx: Makefile pkgsrc/databases/luma: Makefile pkgsrc/databases/mongodb: Makefile pkgsrc/databases/py-PgSQL: Makefile pkgsrc/databases/py-bdb-xml: Makefile pkgsrc/databases/py-carbon: Makefile options.mk pkgsrc/databases/py-cassa: Makefile pkgsrc/databases/py-cdb: Makefile pkgsrc/databases/py-ckanclient: Makefile pkgsrc/databases/py-couchdb: Makefile pkgsrc/databases/py-datapkg: Makefile pkgsrc/databases/py-elixir: Makefile pkgsrc/databases/py-ldap: Makefile pkgsrc/databases/py-metakit: Makefile pkgsrc/databases/py-mssql: Makefile pkgsrc/databases/py-mysqldb: Makefile pkgsrc/databases/py-python-rrdtool: Makefile pkgsrc/databases/py-sqlalchemy-migrate: Makefile pkgsrc/databases/py-sqlite: Makefile pkgsrc/databases/py-sqlite2: Makefile pkgsrc/databases/py-sqlrelay: Makefile pkgsrc/databases/py-sybase: Makefile pkgsrc/databases/py-table: Makefile pkgsrc/databases/py-tokyocabinet: Makefile pkgsrc/databases/py-whisper: Makefile pkgsrc/databases/skytools: Makefile pkgsrc/databases/tdb: Makefile pkgsrc/devel/ExmanIDE: Makefile pkgsrc/devel/GConf: Makefile pkgsrc/devel/RBTools: Makefile pkgsrc/devel/accerciser: Makefile pkgsrc/devel/boa-constructor: Makefile pkgsrc/devel/bokken: Makefile pkgsrc/devel/bpython: Makefile pkgsrc/devel/bugs-everywhere: Makefile pkgsrc/devel/bzr: Makefile pkgsrc/devel/bzr-explorer: Makefile pkgsrc/devel/bzr-gtk: Makefile pkgsrc/devel/bzr-svn: Makefile pkgsrc/devel/bzrtools: Makefile pkgsrc/devel/codeville: Makefile pkgsrc/devel/cvs2svn: Makefile pkgsrc/devel/diffuse: Makefile pkgsrc/devel/distcc-pump: Makefile pkgsrc/devel/doxygen: Makefile pkgsrc/devel/epydoc: Makefile pkgsrc/devel/eric4: Makefile pkgsrc/devel/gdb: options.mk pkgsrc/devel/gnatpython: Makefile pkgsrc/devel/googletest: Makefile pkgsrc/devel/gps: options.mk pkgsrc/devel/gyp: Makefile pkgsrc/devel/kdesdk3: Makefile pkgsrc/devel/ko-po-check: Makefile pkgsrc/devel/lettuce: Makefile pkgsrc/devel/libappindicator: Makefile pkgsrc/devel/libappindicator3: Makefile pkgsrc/devel/libftdi1: Makefile pkgsrc/devel/libgit2: Makefile pkgsrc/devel/libhid: Makefile pkgsrc/devel/meld: Makefile pkgsrc/devel/py-InlineEgg: Makefile pkgsrc/devel/py-Optik: Makefile pkgsrc/devel/py-astroid: Makefile pkgsrc/devel/py-at-spi: Makefile pkgsrc/devel/py-buildbot: Makefile pkgsrc/devel/py-buildbot-slave: Makefile pkgsrc/devel/py-cached-property: Makefile pkgsrc/devel/py-checker: Makefile pkgsrc/devel/py-cheetah: Makefile pkgsrc/devel/py-compizconfig: Makefile pkgsrc/devel/py-daemon: Makefile pkgsrc/devel/py-darcsver: Makefile pkgsrc/devel/py-dialog2: Makefile pkgsrc/devel/py-distorm3: Makefile pkgsrc/devel/py-doctor: Makefile pkgsrc/devel/py-enum34: Makefile pkgsrc/devel/py-expect: Makefile pkgsrc/devel/py-fastimport: Makefile pkgsrc/devel/py-futures: Makefile pkgsrc/devel/py-gflags: Makefile pkgsrc/devel/py-gobject: Makefile pkgsrc/devel/py-google-apputils: Makefile pkgsrc/devel/py-hg-fastimport: Makefile pkgsrc/devel/py-hg-git: Makefile pkgsrc/devel/py-hglib: Makefile pkgsrc/devel/py-hglist: Makefile pkgsrc/devel/py-hgnested: Makefile pkgsrc/devel/py-hgview: Makefile pkgsrc/devel/py-ipaddr: Makefile pkgsrc/devel/py-ipython010: Makefile pkgsrc/devel/py-ipython013: Makefile pkgsrc/devel/py-jersey: Makefile pkgsrc/devel/py-kjbuckets: Makefile pkgsrc/devel/py-kqueue: Makefile pkgsrc/devel/py-logilab-astng: Makefile pkgsrc/devel/py-logilab-common: Makefile pkgsrc/devel/py-memcached: Makefile pkgsrc/devel/py-mercurial: Makefile.version pkgsrc/devel/py-multiprocessing: Makefile pkgsrc/devel/py-newt: Makefile pkgsrc/devel/py-open-vcdiff: Makefile pkgsrc/devel/py-pqueue: Makefile pkgsrc/devel/py-proteus: options.mk pkgsrc/devel/py-protobuf: Makefile pkgsrc/devel/py-pylint: Makefile pkgsrc/devel/py-pytemplate: Makefile pkgsrc/devel/py-pyutil: Makefile pkgsrc/devel/py-quixote: Makefile pkgsrc/devel/py-rope: Makefile pkgsrc/devel/py-ruamel-ordereddict: Makefile pkgsrc/devel/py-setuptools_trial: Makefile pkgsrc/devel/py-singledispatch: Makefile pkgsrc/devel/py-stompclient: Makefile pkgsrc/devel/py-subprocess32: Makefile pkgsrc/devel/py-subvertpy: Makefile pkgsrc/devel/py-tabular: Makefile pkgsrc/devel/py-tortoisehg: Makefile pkgsrc/devel/py-tryton: options.mk pkgsrc/devel/py-trytond: Makefile.common options.mk pkgsrc/devel/py-unit: Makefile pkgsrc/devel/py-unitgui: Makefile pkgsrc/devel/py-usb: Makefile pkgsrc/devel/py-windbg: Makefile pkgsrc/devel/py-zanata-python-client: Makefile pkgsrc/devel/py-zconfig: Makefile pkgsrc/devel/qbzr: Makefile pkgsrc/devel/reposurgeon: Makefile pkgsrc/devel/roundup: Makefile pkgsrc/devel/rox-lib: Makefile pkgsrc/devel/scons: Makefile pkgsrc/devel/stgit: Makefile pkgsrc/devel/tailor: Makefile pkgsrc/devel/talloc: Makefile pkgsrc/devel/transifex-client: Makefile pkgsrc/devel/umbrello: Makefile pkgsrc/devel/xulrunner10: mozilla-common.mk pkgsrc/devel/xulrunner17: mozilla-common.mk pkgsrc/devel/xulrunner192: mozilla-common.mk pkgsrc/editors/gedit-python: Makefile pkgsrc/editors/kdissert: Makefile pkgsrc/editors/lyx: Makefile pkgsrc/editors/medit: Makefile pkgsrc/editors/nts: Makefile pkgsrc/editors/pluma: options.mk pkgsrc/editors/zim: Makefile pkgsrc/emulators/fs-uae-launcher: Makefile pkgsrc/emulators/gns3: Makefile pkgsrc/emulators/hatari: Makefile pkgsrc/emulators/mame: Makefile pkgsrc/emulators/openmsx: Makefile pkgsrc/emulators/qemu: Makefile pkgsrc/emulators/qemu0: Makefile pkgsrc/emulators/unicorn: Makefile pkgsrc/filesystems/fuse-gmailfs: Makefile pkgsrc/filesystems/fuse-pcachefs: Makefile pkgsrc/filesystems/fuse-wikipediafs: Makefile pkgsrc/filesystems/glusterfs: Makefile pkgsrc/filesystems/py-filesystem: Makefile pkgsrc/filesystems/py-fuse-bindings: Makefile pkgsrc/filesystems/tahoe-lafs: Makefile pkgsrc/finance/gnucash: Makefile pkgsrc/finance/moneyguru: Makefile pkgsrc/finance/py-stripe: Makefile pkgsrc/finance/py-vatnumber: Makefile pkgsrc/fonts/mftrace: Makefile pkgsrc/fonts/py-TTFQuery: Makefile pkgsrc/games/4stAttack: Makefile pkgsrc/games/blindmine: Makefile pkgsrc/games/freeciv-share: Makefile.common pkgsrc/games/gcompris: Makefile pkgsrc/games/gnome-games: Makefile pkgsrc/games/jools: Makefile pkgsrc/games/kajongg: Makefile pkgsrc/games/kye: Makefile pkgsrc/games/monsterz: Makefile pkgsrc/games/py-easyAI: Makefile pkgsrc/games/py-renpy: Makefile pkgsrc/games/pysolfc: Makefile pkgsrc/games/pytraffic: Makefile pkgsrc/games/teeworlds: Makefile pkgsrc/games/wesnoth: Makefile pkgsrc/geography/gpsd: Makefile pkgsrc/geography/proj-swig: Makefile pkgsrc/geography/py-google-maps-services-python: Makefile pkgsrc/geography/py-obspy: Makefile pkgsrc/geography/qgis: options.mk pkgsrc/graphics/MesaLib: Makefile pkgsrc/graphics/MesaLib7: Makefile pkgsrc/graphics/blender: Makefile pkgsrc/graphics/comix: Makefile pkgsrc/graphics/dia-python: Makefile pkgsrc/graphics/eog: Makefile pkgsrc/graphics/eom: options.mk pkgsrc/graphics/gimp-docs-en: Makefile.common pkgsrc/graphics/libscigraphica: Makefile pkgsrc/graphics/mypaint: Makefile pkgsrc/graphics/py-OpenGL: Makefile pkgsrc/graphics/py-aafigure: Makefile pkgsrc/graphics/py-biggles: Makefile pkgsrc/graphics/py-cairo: Makefile pkgsrc/graphics/py-chart: Makefile pkgsrc/graphics/py-dot: Makefile pkgsrc/graphics/py-gdchart: Makefile pkgsrc/graphics/py-gdmodule: Makefile pkgsrc/graphics/py-gnuplot: Makefile pkgsrc/graphics/py-goocanvas: Makefile pkgsrc/graphics/py-gtkglext: Makefile pkgsrc/graphics/py-imaging: Makefile pkgsrc/graphics/py-imagingtk: Makefile pkgsrc/graphics/py-matplotlib-gtk2: Makefile pkgsrc/graphics/py-mcomix: Makefile pkgsrc/graphics/py-piddle: Makefile pkgsrc/graphics/py-pycha: Makefile pkgsrc/graphics/py-sk1libs: Makefile pkgsrc/graphics/py-uniconvertor: Makefile pkgsrc/graphics/scigraphica: Makefile pkgsrc/graphics/skencil: Makefile pkgsrc/graphics/xdot: Makefile pkgsrc/ham/gnuradio-core: Makefile.common pkgsrc/inputmethod/ibus-python: Makefile pkgsrc/inputmethod/ibus-tegaki: Makefile pkgsrc/inputmethod/mozc-server: Makefile.common pkgsrc/inputmethod/py-input-pad: Makefile pkgsrc/inputmethod/py-zinnia: Makefile pkgsrc/inputmethod/scim-python: Makefile pkgsrc/inputmethod/tegaki-pygtk: Makefile pkgsrc/inputmethod/tegaki-python: Makefile pkgsrc/inputmethod/tegaki-recognize: Makefile pkgsrc/inputmethod/tegaki-tools: Makefile pkgsrc/inputmethod/tegaki-train: Makefile pkgsrc/inputmethod/tegaki-wagomu: Makefile pkgsrc/lang/clang-static-analyzer: Makefile pkgsrc/lang/nodejs: Makefile.common pkgsrc/lang/py-basicproperty: Makefile pkgsrc/lang/py-pyrex: Makefile pkgsrc/lang/py-pythonz: Makefile pkgsrc/lang/python: pyversion.mk pkgsrc/mail/archivemail: Makefile pkgsrc/mail/fetchmailconf: Makefile pkgsrc/mail/getmail: Makefile pkgsrc/mail/mailman: Makefile pkgsrc/mail/offlineimap: Makefile pkgsrc/mail/py-libgmail: Makefile pkgsrc/mail/thunderbird-enigmail: Makefile.common pkgsrc/mail/tmda: Makefile pkgsrc/math/gnumeric: Makefile pkgsrc/math/gnumeric110: Makefile pkgsrc/math/gnumeric112: Makefile pkgsrc/math/py-Numeric: Makefile pkgsrc/math/py-Scientific: Makefile pkgsrc/math/py-cdecimal: Makefile pkgsrc/math/py-ephem: Makefile pkgsrc/math/py-fftw: Makefile pkgsrc/math/py-fpconst: Makefile pkgsrc/math/py-networkx: Makefile pkgsrc/math/py-numarray: Makefile pkgsrc/math/py-simpleeval: Makefile pkgsrc/meta-pkgs/bulk-large: Makefile pkgsrc/meta-pkgs/bulk-medium: Makefile pkgsrc/meta-pkgs/gnome: Makefile pkgsrc/meta-pkgs/py-gnome-bindings: Makefile pkgsrc/misc/byobu: Makefile pkgsrc/misc/calibre: Makefile pkgsrc/misc/calibre1: Makefile pkgsrc/misc/deskbar-applet: Makefile pkgsrc/misc/kdeutils3: Makefile pkgsrc/misc/khard: Makefile pkgsrc/misc/koffice: Makefile pkgsrc/misc/mnemosyne: Makefile pkgsrc/misc/openoffice3: Makefile pkgsrc/misc/orca: Makefile pkgsrc/misc/py-anita: Makefile pkgsrc/misc/py-anki2: Makefile pkgsrc/misc/py-carddav: Makefile pkgsrc/misc/py-stdnum: Makefile pkgsrc/misc/routeplanner-cli: Makefile pkgsrc/misc/superkaramba: Makefile pkgsrc/multimedia/farsight2: Makefile pkgsrc/multimedia/kodi: Makefile pkgsrc/multimedia/libkate: options.mk pkgsrc/multimedia/livestreamer: Makefile pkgsrc/multimedia/pitivi: Makefile pkgsrc/multimedia/py-gstreamer0.10: Makefile pkgsrc/multimedia/py-ming: Makefile pkgsrc/multimedia/totem: Makefile.common pkgsrc/net/Radicale: options.mk pkgsrc/net/avahi: options.mk pkgsrc/net/bittornado: Makefile pkgsrc/net/bittornado-gui: Makefile pkgsrc/net/bittorrent: Makefile pkgsrc/net/bittorrent-gui: Makefile pkgsrc/net/calypso: Makefile pkgsrc/net/coherence: Makefile pkgsrc/net/coilmq: Makefile pkgsrc/net/exabgp: Makefile pkgsrc/net/gitso: Makefile pkgsrc/net/gtk-vnc: options.mk pkgsrc/net/mimms: Makefile pkgsrc/net/mitmproxy: Makefile pkgsrc/net/nagstamon: Makefile pkgsrc/net/nicotine: Makefile pkgsrc/net/nmap: options.mk pkgsrc/net/omniORB: Makefile pkgsrc/net/py-GeoIP: Makefile pkgsrc/net/py-ORBit: Makefile pkgsrc/net/py-adns: Makefile pkgsrc/net/py-beanstalkc: Makefile pkgsrc/net/py-bitmessage: Makefile pkgsrc/net/py-caldav: Makefile pkgsrc/net/py-dpkt: Makefile pkgsrc/net/py-eventlib: Makefile pkgsrc/net/py-foolscap: Makefile pkgsrc/net/py-gevent: Makefile pkgsrc/net/py-google: Makefile pkgsrc/net/py-ipaddress: Makefile pkgsrc/net/py-kenosis: Makefile pkgsrc/net/py-libdnet: Makefile pkgsrc/net/py-libpcap: Makefile pkgsrc/net/py-medusa: Makefile pkgsrc/net/py-metar: Makefile pkgsrc/net/py-netifaces: Makefile pkgsrc/net/py-netsnmp: Makefile pkgsrc/net/py-omniORBpy: Makefile pkgsrc/net/py-pcap: Makefile pkgsrc/net/py-s3cmd: Makefile pkgsrc/net/py-soappy: Makefile pkgsrc/net/py-socketpool: Makefile pkgsrc/net/py-spreadmodule: Makefile pkgsrc/net/py-suds: Makefile pkgsrc/net/py-tweepy: Makefile pkgsrc/net/py-twisted: Makefile.common pkgsrc/net/py-txamqp: Makefile pkgsrc/net/py-zsi: Makefile pkgsrc/net/pygopherd: Makefile pkgsrc/net/samba4: Makefile pkgsrc/net/scapy: Makefile options.mk pkgsrc/net/upnpinspector: Makefile pkgsrc/net/wireshark: Makefile pkgsrc/net/wireshark1: Makefile pkgsrc/news/hellanzb: Makefile pkgsrc/news/lottanzb: Makefile pkgsrc/pkgtools/gnome-packagekit: Makefile pkgsrc/pkgtools/packagekit: Makefile pkgsrc/print/hplip: options.mk pkgsrc/print/lilypond: Makefile pkgsrc/print/pdfshuffler: Makefile pkgsrc/print/py-pisa: Makefile pkgsrc/print/py-poppler: Makefile pkgsrc/print/py-reportlab: Makefile pkgsrc/print/scribus: Makefile pkgsrc/print/scribus-qt4: Makefile pkgsrc/security/botan: Makefile pkgsrc/security/lasso: Makefile pkgsrc/security/libprelude-python: Makefile pkgsrc/security/libpreludedb-python: Makefile pkgsrc/security/mixminion: Makefile pkgsrc/security/prelude-correlator: Makefile pkgsrc/security/py-SSLCrypto: Makefile pkgsrc/security/py-backports.ssl_match_hostname: Makefile pkgsrc/security/py-cryptkit: Makefile pkgsrc/security/py-cryptopp: Makefile pkgsrc/security/py-cybox: Makefile pkgsrc/security/py-denyhosts: Makefile pkgsrc/security/py-gnupg: Makefile pkgsrc/security/py-lasso: Makefile pkgsrc/security/py-libtaxii: Makefile pkgsrc/security/py-m2crypto: Makefile pkgsrc/security/py-mcrypt: Makefile pkgsrc/security/py-oauth2: Makefile pkgsrc/security/py-openid: Makefile pkgsrc/security/py-prewikka: Makefile pkgsrc/security/py-service_identity: Makefile pkgsrc/security/py-stix: Makefile pkgsrc/security/py-tlslite: Makefile pkgsrc/security/py-urllib2-kerberos: Makefile pkgsrc/security/py-xmlsec: Makefile pkgsrc/security/py-yara: Makefile pkgsrc/security/py-yubiauth: Makefile pkgsrc/security/volatility: Makefile pkgsrc/shells/lshell: Makefile pkgsrc/sysutils/ansible: Makefile pkgsrc/sysutils/bup: Makefile pkgsrc/sysutils/caja-dropbox: Makefile pkgsrc/sysutils/cuisine: Makefile pkgsrc/sysutils/dbus-python-common: Makefile pkgsrc/sysutils/duplicity: Makefile pkgsrc/sysutils/euca2ools: Makefile pkgsrc/sysutils/fabric: Makefile pkgsrc/sysutils/gnome-commander: Makefile pkgsrc/sysutils/libvirt: Makefile pkgsrc/sysutils/manifold: Makefile pkgsrc/sysutils/monitoring: Makefile pkgsrc/sysutils/openxenmanager: Makefile pkgsrc/sysutils/polysh: Makefile pkgsrc/sysutils/py-borgbackup: Makefile pkgsrc/sysutils/py-gnome-menus: Makefile pkgsrc/sysutils/py-notify: Makefile pkgsrc/sysutils/py-notify-python: Makefile pkgsrc/sysutils/py-pefile: Makefile pkgsrc/sysutils/py-xattr: Makefile pkgsrc/sysutils/rdiff-backup: Makefile pkgsrc/sysutils/salt: Makefile pkgsrc/sysutils/salt-docs: Makefile pkgsrc/sysutils/virt-manager: Makefile pkgsrc/sysutils/virtinst: Makefile pkgsrc/sysutils/xenkernel3: Makefile pkgsrc/sysutils/xenkernel33: Makefile pkgsrc/sysutils/xenkernel41: Makefile pkgsrc/sysutils/xenkernel42: Makefile pkgsrc/sysutils/xenkernel45: Makefile pkgsrc/sysutils/xenkernel46: Makefile pkgsrc/sysutils/xentools3: Makefile pkgsrc/sysutils/xentools3-hvm: Makefile pkgsrc/sysutils/xentools33: Makefile pkgsrc/sysutils/xentools41: Makefile pkgsrc/sysutils/xentools42: Makefile pkgsrc/sysutils/xentools45: Makefile pkgsrc/sysutils/xentools46: Makefile pkgsrc/textproc/asciidoc: Makefile pkgsrc/textproc/coccigrep: Makefile pkgsrc/textproc/dblatex: Makefile pkgsrc/textproc/gnome-doc-utils: Makefile pkgsrc/textproc/gtk-doc: Makefile pkgsrc/textproc/ispell-lt: Makefile pkgsrc/textproc/itstool: Makefile pkgsrc/textproc/libplist: Makefile pkgsrc/textproc/markdown2social: Makefile pkgsrc/textproc/py-4Suite: Makefile pkgsrc/textproc/py-Excelerator: Makefile pkgsrc/textproc/py-HappyDoc: Makefile pkgsrc/textproc/py-Whoosh: Makefile pkgsrc/textproc/py-X2: Makefile pkgsrc/textproc/py-cabocha: Makefile pkgsrc/textproc/py-cjson: Makefile pkgsrc/textproc/py-cmTemplate: Makefile pkgsrc/textproc/py-elementtree: Makefile pkgsrc/textproc/py-empy: Makefile pkgsrc/textproc/py-generateDS: Makefile pkgsrc/textproc/py-gnosis-utils: Makefile pkgsrc/textproc/py-iniparse: Makefile pkgsrc/textproc/py-jsonlib: Makefile pkgsrc/textproc/py-libxslt: Makefile pkgsrc/textproc/py-marisa: Makefile pkgsrc/textproc/py-mecab: Makefile pkgsrc/textproc/py-relatorio: Makefile pkgsrc/textproc/py-vobject: Makefile pkgsrc/textproc/py-xlwt: Makefile pkgsrc/textproc/py-xml: Makefile pkgsrc/textproc/py-yamcha: Makefile pkgsrc/textproc/queequeg: Makefile pkgsrc/textproc/rubber: Makefile pkgsrc/textproc/xmlada: Makefile pkgsrc/time/etm: Makefile pkgsrc/time/gdeskcal: Makefile pkgsrc/time/hamster-applet: Makefile pkgsrc/time/py-goocalendar: Makefile pkgsrc/time/py-mxDateTime: Makefile pkgsrc/time/wxRemind: Makefile pkgsrc/wm/bmpanel2: Makefile pkgsrc/wm/ccsm: Makefile pkgsrc/wm/py-tyle: Makefile pkgsrc/www/ap-scgi: Makefile pkgsrc/www/bluefish: Makefile pkgsrc/www/browser-bookmarks-menu: Makefile pkgsrc/www/cherokee: Makefile pkgsrc/www/clearsilver: Makefile pkgsrc/www/firefox: mozilla-common.mk pkgsrc/www/firefox24: mozilla-common.mk pkgsrc/www/firefox31: mozilla-common.mk pkgsrc/www/firefox38: mozilla-common.mk pkgsrc/www/firefox45: mozilla-common.mk pkgsrc/www/ies4linux: Makefile pkgsrc/www/loggerhead: Makefile pkgsrc/www/py-ClientForm: Makefile pkgsrc/www/py-HTMLgen: Makefile pkgsrc/www/py-beautifulsoup: Makefile pkgsrc/www/py-blosxom: Makefile pkgsrc/www/py-clearsilver: Makefile pkgsrc/www/py-django-appmedia: Makefile pkgsrc/www/py-django-mezzanine-filebrowser: Makefile pkgsrc/www/py-django-mezzanine-grappelli: Makefile pkgsrc/www/py-django-photologue: Makefile pkgsrc/www/py-django14: Makefile options.mk pkgsrc/www/py-djangorestframework: Makefile pkgsrc/www/py-flup: Makefile pkgsrc/www/py-gdata: Makefile pkgsrc/www/py-google-api-python-client: Makefile pkgsrc/www/py-graphite-web: Makefile pkgsrc/www/py-jonpy: Makefile pkgsrc/www/py-mechanize: Makefile pkgsrc/www/py-mezzanine: Makefile pkgsrc/www/py-moin: Makefile pkgsrc/www/py-nevow: Makefile pkgsrc/www/py-pendrell: Makefile pkgsrc/www/py-python-digest: Makefile pkgsrc/www/py-pywebdav: Makefile pkgsrc/www/py-recaptcha: Makefile pkgsrc/www/py-scgi: Makefile pkgsrc/www/py-simpletal: Makefile pkgsrc/www/py-swish-e: Makefile pkgsrc/www/py-twill: Makefile pkgsrc/www/py-uliweb: Makefile pkgsrc/www/py-webpy: Makefile pkgsrc/www/py-werkzeug-docs: Makefile pkgsrc/www/ruby-pygments.rb: Makefile pkgsrc/www/trac: Makefile pkgsrc/www/urlgrabber: Makefile pkgsrc/www/viewvc: Makefile pkgsrc/www/webkit-gtk: Makefile pkgsrc/www/webkit24-gtk: Makefile.common pkgsrc/x11/alacarte: Makefile pkgsrc/x11/arandr: Makefile pkgsrc/x11/avant-window-navigator: Makefile pkgsrc/x11/driconf: Makefile pkgsrc/x11/gnome-applets: Makefile pkgsrc/x11/gnome-mag: Makefile pkgsrc/x11/gnome-panel: Makefile pkgsrc/x11/gnome-terminal: Makefile pkgsrc/x11/gtk2: Makefile pkgsrc/x11/kde-workspace4: Makefile pkgsrc/x11/libdesktop-agnostic: Makefile pkgsrc/x11/mozo: Makefile pkgsrc/x11/py-Pmw: Makefile pkgsrc/x11/py-gnome2: Makefile pkgsrc/x11/py-gnome2-desktop: Makefile pkgsrc/x11/py-gnome2-extras: Makefile pkgsrc/x11/py-gtk2: Makefile pkgsrc/x11/py-gtksourceview: Makefile pkgsrc/x11/py-keybinder: Makefile pkgsrc/x11/py-kiwi: Makefile pkgsrc/x11/py-qwt-qt4: Makefile pkgsrc/x11/py-terminator: Makefile pkgsrc/x11/py-vte: Makefile pkgsrc/x11/py-wxWidgets: Makefile pkgsrc/x11/rox-session: Makefile pkgsrc/x11/tint2: Makefile Log Message: Remove python33: adapt all packages that refer to it. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/samba4/Makefile ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wiz Date: Mon Jul 11 12:28:17 UTC 2016 Modified Files: pkgsrc/net/samba4: Makefile PLIST Log Message: If py-dns or py-iso8601 are installed, the PLIST is wrong because the separate copy coming with samba4 is not installed. Depend on the two packages and never install the separate copies. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/samba4/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/samba4/PLIST