pkgsrc/databases
adam 64984d7777 Security Notes
* Security Fix: The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.2l. Issues fixed in the new OpenSSL version are described at http://www.openssl.org/news/vulnerabilities.html.
  This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead.

Platform-Specific Notes
* Linux: The generic Linux build for MySQL 5.6 is now built on Oracle Linux 6 using glibc 2.12. Systems that use the build need to have glibc 2.12 or later installed on them.

Functionality Added or Changed
* For Windows, MSI installer packages now include a check for the required Visual Studio redistributable package, and produce a message asking the user to install it if it is missing.
* The mysql client now supports a --binary-as-hex option that causes display of binary data using hexadecimal notation (0xvalue). Thanks to Daniël van Eeden for the patch.
* mysqlaccess now looks for its configuration file only in the SYSCONFDIR directory and /etc.

Bugs Fixed
* InnoDB: The server allocated memory unnecessarily for an operation that rebuilt the table.
* InnoDB: When using an index merge optimizer switch, a SELECT COUNT(*) operation sometimes returned 0. Partitioning code incorrectly performed a memcpy instead of a column copy of columns read by the index, causing the wrong records to be copied.
* Replication: A USE statement that followed a SET GTID_NEXT statement sometimes had no effect.
* Replication: If the binary log on a master server was rotated and a full disk condition occurred on the partition where the binary log file was being stored, the server could stop unexpectedly. The fix adds a check for the existence of the binary log when the dump thread switches to next binary log file. If the binary log is disabled, all binary logs up to the current active log are transmitted to slave and an error is returned to the receiver thread.
* Replication: If a relay log index file named relay log files that did not exist, RESET SLAVE ALL sometimes did not fully clean up properly.
* Replication: mysqlbinlog, if invoked with the --raw option, does not flush the output file until the process terminates. But if also invoked with the --stop-never option, the process never terminates, thus nothing is ever written to the output file. Now the output is flushed after each event.
* Replication: A memory leak in mysqlbinlog was fixed. The leak happened when processing fake rotate events, or when using --raw and the destination log file could not be created. The leak only occurred when processing events from a remote server. Thanks to Laurynas Biveinis for his contribution to fixing this bug.
* Replication: Multi-threaded slaves could not be configured with small queue sizes using slave_pending_jobs_size_max if they ever needed to process transactions larger than that size. Any packet larger than slave_pending_jobs_size_max was rejected with the error ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX, even if the packet was smaller than the limit set by slave_max_allowed_packet.
* With this fix, slave_pending_jobs_size_max becomes a soft limit rather than a hard limit. If the size of a packet exceeds slave_pending_jobs_size_max but is less than slave_max_allowed_packet, the transaction is held until all the slave workers have empty queues, and then processed. All subsequent transactions are held until the large transaction has been completed. The queue size for slave workers can therefore be limited while still allowing occasional larger transactions.
* mysqldump could write database names in USE statements incorrectly.
* If the mysql_stmt_close() C API function was called, it freed memory that later could be accessed if mysql_stmt_error(), mysql_stmt_errno(), or mysql_stmt_sqlstate() was called. To obtain error information after a call to mysql_stmt_close(), call mysql_error(), mysql_errno(), or mysql_sqlstate() instead.
* Queries could be cached incorrectly, leading to incorrect query results, under these circumstances: InnoDB table; rows are being inserted but have not yet been committed; a query uses the table as a base table in a derived table; the optimizer chooses to materialize the derived table.
* Man pages for a few utilities were missing from Debian/Ubuntu packages.
* The field-t unit test failed to run with AddressSanitizer enabled. Thanks to Laurynas Biveinis for the patch.
* Debian client packages were missing information about conflicts with native packages.
* The Perl path in #! lines at the beginning of Perl scripts has been adjusted to /usr/local/bin/perl for FreeBSD 11.
* The server exited abnormally attempting to access invalid memory.
* A race condition could occur for CREATE TABLE statements with DATA DIRECTORY or INDEX DIRECTORY clauses.
* MySQL compilation in different directories produced different builds to leakage of absolute paths into debug information and __FILE__.
* mysqld_failed to start the server if the --datadir option was specified with a relative path name.
* With read_only enabled, creation of non-TEMPORARY tables by non-SUPER users was permitted under certain conditions.
*Certain stored functions, if used in a query WHERE clause, could be handled using Index Condition Pushdown (which should not happen), resulting in a server exit.
* On x86 machines, the uint3korr() macro read 4 bytes of data instead of the intended 3 bytes.
* An assertion was raised during a fetch operation by the memcached plugin.
* Queries that contained UNION in a subquery and GROUP BY could return incorrect results.
* LOAD XML INFILE performance became noticeably slower when the XML file being read contained a great many spaces, such as those introduced by indenting or pretty-printing. Now all leading whitespace is trimmed from each such value before reading it into memory.
2017-07-20 16:41:10 +00:00
..
abook Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
adodb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
apache-cassandra Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
apache-cassandra2 Update databases/apache-cassandra2 to 2.1.16. 2017-01-09 22:13:19 +00:00
bdb-xml Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
cdb DJB_RESTRICTED=NO. From https://cr.yp.to/distributors.html: 2017-04-04 07:29:40 +00:00
clisp-bdb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
clisp-gdbm Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
clisp-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
couchdb Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
csharp-mysql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
cstore Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
datadraw Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
db Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
db3 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
db4 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
db5 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
db6 Changes 6.2.23: 2017-01-26 11:03:17 +00:00
dbfsak Changes 5.0: 2017-03-30 15:54:03 +00:00
deforaos-libdatabase Revbump after icu update 2017-04-22 21:03:07 +00:00
edb Use the curses framework. 2017-01-04 16:50:31 +00:00
elasticsearch Update databases/elasticsearch to 5.4.3. 2017-07-04 14:19:48 +00:00
erlang-eredis Fix PLIST 2016-01-16 19:17:11 +00:00
erlang-p1_mysql Update databases/erlang-p1_mysql to 1.0.3. 2017-07-07 09:48:59 +00:00
erlang-p1_pgsql Update databases/erlang-p1_pgsql to 1.1.3. 2017-07-07 09:49:57 +00:00
erlang-sqlite3 Revbump after icu update 2017-04-22 21:03:07 +00:00
freetds Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
gdbm Version 1.13 - 2017-03-11 2017-03-20 06:02:26 +00:00
gdbm_compat Version 1.13 - 2017-03-11 2017-03-20 06:02:26 +00:00
gdbm_primitive Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
geneweb Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
gigabase Use OPSYSVARS. 2016-02-25 11:46:20 +00:00
gnats Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
gnome-mime-data Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
gourmet Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gq Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gramps3 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtkdbfeditor Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtksql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
guile-pg Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
hiredis Honor LDFLAGS. Fixes RELRO build. 2017-07-07 11:19:44 +00:00
hsqldb18 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
idzebra Revbump after icu update 2017-04-22 21:03:07 +00:00
innotop Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
iodbc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ipa_sdb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
java-db3
java-qdbm Set MAINTAINER to pkgsrc-users. 2015-03-15 19:11:21 +00:00
java-tokyocabinet __EXTENSIONS__ needs on SunOS, fixes build 2016-02-02 20:32:18 +00:00
jdbc-mysql5 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
jdbc-mysql31 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
jdbc-mysql51 jdbc-mysql version 5.1 2017-01-01 17:16:39 +00:00
jdbc-postgresql92 Whitespace. 2015-12-29 04:54:34 +00:00
jdbc-postgresql93 Whitespace. 2015-12-29 04:54:34 +00:00
jdbc-postgresql94 Whitespace. 2015-12-29 04:54:34 +00:00
kmysqladmin Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
krecipes Revbump after icu update 2017-04-22 21:03:07 +00:00
kyotocabinet Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
lbdb Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
ldapvi Use curses framework. 2017-01-04 17:19:52 +00:00
leveldb Don't hard-code -lgcc_s on NetBSD. 2017-04-27 17:04:56 +00:00
libcassandra Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
libdbh2 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
libdbi Add forgotten PKGCONFIG_OVERRIDE, thanks wiz@. 2016-08-21 21:29:08 +00:00
libdbi-driver-mysql Update databases/libdbi-drivers-* to 0.9.0. 2016-08-21 19:16:57 +00:00
libdbi-driver-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
libdbi-driver-sqlite Update databases/libdbi-drivers-* to 0.9.0. 2016-08-21 19:16:57 +00:00
libdbi-driver-sqlite3 Revbump after icu update 2017-04-22 21:03:07 +00:00
libgda Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libgda-mysql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libgda-postgres Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
libmongo-client Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
libpqxx Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
libpqxx-doc
libzdb Revbump after icu update 2017-04-22 21:03:07 +00:00
lmdb Backport a SunOS mutex fix from upstream trunk. Bump PKGREVISION. 2016-11-25 15:50:13 +00:00
lua-sql-mysql Import MySQL luasql 2.3.2 as databases/lua-sql-mysql 2016-10-08 12:53:54 +00:00
lua-sql-postgres Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
lua-sql-sqlite Import SQLite 2.x luasql 2.3.2 as databases/lua-sql-sqlite 2016-10-08 12:57:07 +00:00
lua-sql-sqlite3 Import SQLite 3.x luasql 2.3.2 as databases/lua-sql-sqlite3 2016-10-08 12:58:22 +00:00
lua-sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
lua-sqlite3 Revbump after icu update 2017-04-22 21:03:07 +00:00
lua-tokyocabinet Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
luma Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
maatkit Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mariadb55-client Add missing include for timeval. 2017-07-01 22:11:39 +00:00
mariadb55-server Disassociate from controlling terminal (using Perl, already a 2017-07-01 23:57:46 +00:00
metakit-lib Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
mongo-c-driver Update databases/mongo-c-driver to 1.6.3. 2017-06-14 10:27:21 +00:00
mongo-tools Update databases/mongo-tools to 3.4.4 2017-05-03 16:49:54 +00:00
mongodb Deal with former namespace pollution from libbson. 2017-07-11 19:35:51 +00:00
myodbc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
mysql-cluster Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
mysql-connector-c++ GA 1.1.8: 2017-01-12 12:24:09 +00:00
mysql-workbench Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
mysql51-client The mysql client links against libcurses, ensure we pull in the bl3 so 2017-05-05 16:22:28 +00:00
mysql51-server Disassociate from controlling terminal (using Perl, already a 2017-06-24 15:18:42 +00:00
mysql55-client Security Notes 2017-07-19 18:48:21 +00:00
mysql55-server Security Notes 2017-07-19 18:48:21 +00:00
mysql56-client Security Notes 2017-07-19 18:48:21 +00:00
mysql56-server Security Notes 2017-07-19 18:48:21 +00:00
mysql57-client Security Notes 2017-07-20 16:41:10 +00:00
mysql57-server Security Notes 2017-07-20 16:41:10 +00:00
mysqlcc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
mysqltuner Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mytop Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
nss-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
nss_ldap Fix excessive library dependencies 2016-04-22 15:04:24 +00:00
ocaml-dbm Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
ocaml-ldap Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
ocaml-mysql Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
ocaml-sqlite3 Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
odbc-postgresql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
openldap OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
openldap-client OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
openldap-cloak OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
openldap-doc OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
openldap-nops OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
openldap-server SunOS requires -D_POSIX_PTHREAD_SEMANTICS for sigwait() 2017-06-28 09:11:39 +00:00
openldap-smbk5pwd OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
oraedit Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
p5-AddressBook Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-AnyEvent-BDB Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Apache-DBI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-App-Sqitch Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-BDB Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-BerkeleyDB Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Catalyst-Model-DBIC-Schema Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Catalyst-Model-RDBO Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-CatalystX-CRUD Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-CatalystX-CRUD-Model-RDBO Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-CDB_File Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Class-DBI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Class-DBI-AbstractSearch Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Class-DBI-BaseDSN Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Class-DBI-Pg Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Class-DBI-Plugin Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Dancer-Plugin-DBIC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Data-Table Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DB_File Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DB_File-Lock Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-CSV Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-DB2 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-Google Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-Mock Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-mysql Update to 4.043 2017-07-10 00:10:12 +00:00
p5-DBD-ODBC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-Oracle Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-PgPP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-postgresql Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-SQLite Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-SQLite2 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-Sybase Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBD-XBase Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBI-Shell Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBICx-Deploy Fix build with perl 5.26 2017-06-12 12:15:33 +00:00
p5-DBICx-MapMaker Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBICx-Sugar Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBICx-TestDatabase Fix build with perl 5.26 2017-06-12 12:15:33 +00:00
p5-DBIWrapper Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Abstract Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Class Fix build with Perl 5.26.0 2017-06-07 14:29:59 +00:00
p5-DBIx-Class-Candy Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Class-Cursor-Cached Fix build with perl 5.26 2017-06-12 12:15:33 +00:00
p5-DBIx-Class-DigestColumns Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Class-DynamicDefault Requires PERL_USE_UNSAFE_INC hack. 2017-06-14 15:46:52 +00:00
p5-DBIx-Class-EncodedColumn Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Class-Fixtures Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Class-Helpers Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Class-InflateColumn-FS Requires PERL_USE_UNSAFE_INC hack. 2017-06-14 15:46:52 +00:00
p5-DBIx-Class-InflateColumn-IP Fix build with perl 5.26 2017-06-12 12:15:33 +00:00
p5-DBIx-Class-IntrospectableM2M Fix build with perl 5.26 2017-06-12 12:15:33 +00:00
p5-DBIx-Class-Loader Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Class-RDBOHelpers Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Class-Schema-Loader Update p5-DBIx-Class-Schema-Loader to 0.07047. Changes: 2017-06-14 13:33:38 +00:00
p5-DBIx-Class-TimeStamp Requires PERL_USE_UNSAFE_INC hack. 2017-06-15 11:52:41 +00:00
p5-DBIx-Class-UUIDColumns Fix build with perl 5.26 2017-06-12 12:15:33 +00:00
p5-DBIx-Class-Validation These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 13:24:28 +00:00
p5-DBIx-Connector Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-ContextualFetch Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Datasource Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-DBSchema Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Introspector Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-Schema Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DBIx-SearchBuilder Fix build with Perl 5.26.0 2017-06-06 14:45:48 +00:00
p5-DBM-Deep Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-DublinCore-Record Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Fsdb Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-gdbm Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Ima-DBI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Jifty-DBI Requires PERL_USE_UNSAFE_INC hack. 2017-06-14 15:46:52 +00:00
p5-MARC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-MARC-Record Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-MARC-XML Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-MLDBM Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-MLDBM-Serializer-JSON Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-MLDBM-Sync Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Net-Cassandra Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Net-FileMaker Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Net-MySQL Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-ORLite Fix build with perl 5.26. indentation 2017-06-12 12:01:13 +00:00
p5-ORLite-Migrate Requires PERL_USE_UNSAFE_INC hack. 2017-06-14 13:27:37 +00:00
p5-Palm Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Parse-Dia-SQL Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-perl-ldap Fix build with Perl 5.26.0 2017-06-07 14:29:59 +00:00
p5-postgresql Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-qdbm Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Redis Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Rose-DB Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Rose-DB-Object Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Rose-DBx-AutoReconnect Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Rose-DBx-Garden Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Rose-DBx-Garden-Catalyst Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Rose-DBx-Object-MoreHelpers Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Rose-DBx-TestDB Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-RRD-Simple Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Search-QueryParser Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Search-QueryParser-SQL Fix build with perl5.26. indentation 2017-06-12 12:20:07 +00:00
p5-Sort-SQL Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-SQL-Abstract Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-SQL-Abstract-Limit Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-SQL-ReservedWords Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-SQL-Statement Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-SQL-Translator Fix build with Perl 5.26.0 2017-06-07 14:29:59 +00:00
p5-sqlrelay Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-sybperl Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Template-DBI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Tie-DBI Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-tokyocabinet Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-tokyotyrant Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-YAML-MLDBM Fix build with Perl 5.26.0 2017-06-07 14:29:59 +00:00
palm-db-tools Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pear-DB Update to 1.9.2 2016-06-13 07:51:52 +00:00
pear-MDB2 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pear-MDB2_Driver_mysql Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pear-MDB2_Driver_mysqli Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pear-MDB2_Driver_pgsql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
percona-toolkit Update databases/percona-toolkit to 3.0.3 2017-06-12 19:32:59 +00:00
pgadmin3 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
pgbouncer Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
pgbuildfarm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
pgocaml Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
pgpool Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pgpool2 Update databases/pgpool2 to 3.6.0. 2016-11-24 12:52:47 +00:00
pgtcl Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
pgtclng Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
php-dba
php-dbx Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-ldap Add php70 and php71 patches for the exop option 2017-07-19 16:20:07 +00:00
php-mongo Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-mongodb Add php-mongodb 1.1.8 2016-08-04 16:03:53 +00:00
php-mssql Reset PKGREVISION after all lang/php* packages. 2016-11-12 15:42:51 +00:00
php-mysql Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-mysqli Fix build of packages depending on mariadb55-client 2015-08-10 12:56:27 +00:00
php-oci8 mark as only for linux and sunos, to quell expectations 2016-10-05 22:09:39 +00:00
php-pdo Do not hard code the major version of PHP. 2015-12-06 14:10:22 +00:00
php-pdo_dblib Reset PKGREVISION along with all php* language packages. 2016-12-10 07:11:39 +00:00
php-pdo_mysql Add optional support for mysqlnd (MySQL Native Driver). Removes the need to build against and link the mysql-client package. 2014-06-13 14:17:07 +00:00
php-pdo_odbc reset PKG_REVISION. 2015-09-06 12:30:34 +00:00
php-pdo_pgsql Reset PKGREVISION after all lang/php* packages. 2016-11-12 15:42:51 +00:00
php-pdo_sqlite Revbump after icu update 2017-04-22 21:03:07 +00:00
php-pgsql Reset PKGREVISION after all lang/php* packages. 2016-11-12 15:42:51 +00:00
php-redis Update php-redis to 2.2.8. 2017-03-12 14:27:40 +00:00
php-redis3 Update php-redis3 to 3.1.1. 2017-03-12 14:28:26 +00:00
php-rrd Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
php-sqlrelay Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
phpldapadmin Allow work on PHP 5.5/5.6. Patch is based on patch 2015-11-29 11:25:53 +00:00
phpmyadmin Update phpmyadmin to 4.6.5.2, including security fixes. 2016-12-30 04:44:43 +00:00
phppgadmin Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
poco-data Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
poco-data-mysql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
poco-data-odbc Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
poco-data-sqlite Revbump after icu update 2017-04-22 21:03:07 +00:00
postgresql-pgbench Limit databases/postgresql-pgbench to PostgreSQL<9.5. 2016-11-23 13:39:28 +00:00
postgresql-postgis2 Removed databases/postgresql91 2017-05-24 19:51:12 +00:00
postgresql92 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql92-client The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql92-contrib Import postgresql9[1-5]-contrib packages. These supersede the 2016-06-19 20:48:28 +00:00
postgresql92-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql92-plperl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
postgresql92-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql92-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql92-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql93 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql93-client The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
postgresql93-contrib Import postgresql9[1-5]-contrib packages. These supersede the 2016-06-19 20:48:28 +00:00
postgresql93-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql93-plperl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
postgresql93-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql93-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql93-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql94 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql94-client The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql94-contrib Import postgresql9[1-5]-contrib packages. These supersede the 2016-06-19 20:48:28 +00:00
postgresql94-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql94-plperl Update postgresql94 & related to PostGreSQL 9.4.9 2016-08-14 16:56:29 +00:00
postgresql94-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql94-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql94-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql95 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql95-client Extend last year fix to PostgreSQL 9.5 and 9.6. 2017-06-05 12:30:56 +00:00
postgresql95-contrib The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql95-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql95-plperl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
postgresql95-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql95-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql95-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql96 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql96-client Extend last year fix to PostgreSQL 9.5 and 9.6. 2017-06-05 12:30:56 +00:00
postgresql96-contrib The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql96-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
postgresql96-plperl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql96-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql96-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql96-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and 9.2.21. This release fixes three security issues. It also patches a number of other bugs reported over the last three months. Users who use the PGREQUIRESSL environment variable to control connections, and users who rely on security isolation between database users when using foreign servers, should update as soon as possible. Other users should plan to update at the next convenient downtime. 2017-05-12 19:37:54 +00:00
pxtools Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-apsw Revbump after icu update 2017-04-22 21:03:07 +00:00
py-barman Switch py-dateutils to plain DEPENDS. 2017-02-20 17:00:35 +00:00
py-bdb-xml Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-bsddb3 Allow db6 and set up the environment correctly so this builds 2017-01-26 13:01:36 +00:00
py-carbon Update python 3.x status after py-twisted now supports 3.x. 2017-02-14 10:26:27 +00:00
py-cassa Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
py-cassandra-driver Update databases/py-cassandra-driver to 3.10.0 2017-06-14 14:19:02 +00:00
py-cdb Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-ckanclient Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-couchdb Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00
py-cx_Oracle Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-datapkg Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-elasticsearch Update databases/py-elasticsearch to 5.3.0. 2017-04-03 14:20:17 +00:00
py-elixir Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-firebase Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-gdbm Remove mk/find-prefix.mk usage from the databases category. 2015-11-25 12:49:27 +00:00
py-ldap 2.4.41: 2017-07-13 07:00:37 +00:00
py-ldap3 Changes 2.2.4: 2017-05-08 10:02:34 +00:00
py-metakit Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-mongo Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-mssql Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-multidict Multidict is dict-like collection of key-value pairs where key might be 2017-07-16 09:37:09 +00:00
py-mysql-connector v2.2.1 2016-10-01 09:43:33 +00:00
py-mysqldb Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-orderedmultidict Update to latest release 0.7.11. No changelog. Assume "more/better/faster". 2017-01-12 11:30:23 +00:00
py-peewee Update databases/py-peewee to 2.10.0. 2017-05-10 18:24:05 +00:00
py-pgnotify Avoid outdated exception throwing syntax. 2016-03-25 21:15:07 +00:00
py-PgSQL Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-pickleshare Add py-pickleshare 0.7.4 2017-04-23 03:38:51 +00:00
py-postgresql Upgrade to 5.0.3. 2016-12-11 11:25:52 +00:00
py-psycopg2 Updated py-psycopg2 to 2.7.1. 2017-03-20 13:51:55 +00:00
py-pymysql Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-python-rrdtool Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
py-python-sql Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-redis PkgSrc: 2017-07-14 11:36:27 +00:00
py-sqlalchemy 1.1.11 2017-06-20 07:32:19 +00:00
py-sqlalchemy-i18n Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sqlalchemy-migrate 0.11.0: 2017-07-16 20:42:05 +00:00
py-sqlalchemy-utils Switch py-dateutils to plain DEPENDS. 2017-02-20 17:00:35 +00:00
py-sqlite Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-sqlite2 Revbump after icu update 2017-04-22 21:03:07 +00:00
py-sqlite3 Revbump after icu update 2017-04-22 21:03:07 +00:00
py-sqlparse Updated py-sqlparse to 0.2.3. 2017-03-05 14:34:35 +00:00
py-sqlrelay Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
py-sqlsoup Changes 0.9.1: 2017-07-16 19:42:32 +00:00
py-sybase Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-table Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-tokyocabinet Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-trytond-ldap-authentication It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-whisper Update HOMEPAGE. 2017-02-14 10:22:54 +00:00
qdbm Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
qdbm-cgi Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
qdbm-plus Set MAINTAINER to pkgsrc-users. 2015-03-15 19:42:33 +00:00
qore-freetds-module Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
qore-mysql-module email style fix 2016-08-07 11:44:42 +00:00
qore-openldap-module email style fix 2016-08-07 11:44:42 +00:00
qore-pgsql-module Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
qore-sqlite3-module Revbump after icu update 2017-04-22 21:03:07 +00:00
quicklist Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
R-RSQLite Import databases/R-RSQLite 1.0.0 into pkgsrc. 2016-02-25 19:46:54 +00:00
R-sqldf Import databases/R-sqldf 0.4-10 into pkgsrc. 2016-02-25 19:48:38 +00:00
rdb Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
redis A directory should not be listed in both OWN_DIRS and OWN_DIRS_PERMS. 2017-05-31 19:29:26 +00:00
rrdtool Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
rrdtool12 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
ruby-activeldap Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-activerecord-cassandra Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-activerecord-odbc Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-activerecord32 Update ruby-activerecord32 to 3.2.22.5. 2017-07-18 14:04:31 +00:00
ruby-activerecord42 Depends on ruby-arel60 and stop modifying gemspec. 2017-07-18 14:35:48 +00:00
ruby-arel Update bury-arel to 7.0.0. 2016-02-16 14:21:45 +00:00
ruby-arel30 Fixed typo in CONFLICTS. Bumped revision. 2016-07-10 10:20:31 +00:00
ruby-arel60 Add ruby-arel60 package version 6.0.4. 2017-07-18 14:27:36 +00:00
ruby-awesome_nested_set Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-cassandra * Drop RUBY_JSON_REQD. 2017-06-01 04:41:05 +00:00
ruby-data_objects Update ruby-data_objects to 0.10.17. 2016-02-16 14:24:15 +00:00
ruby-datamapper Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-mysql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-odbc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-pg Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-sqlite3 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbi Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-active_model Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-dm-adjust Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-aggregates Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-ar-finders Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-cli Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-constraints Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-core Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-do-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-ferret-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-list Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-nested_set Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-remixable Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-searchable Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-state_machine Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-tree Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-versioned Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-migrations Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-mysql-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-observer Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-postgres-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-rails Bump revision due to change of PKGPATH of depending rails components' packages. 2017-06-21 15:42:10 +00:00
ruby-dm-rest-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-serializer Tweak gemspec dependency. 2017-06-05 16:00:00 +00:00
ruby-dm-sqlite-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-sweatshop Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-tags Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-timestamps Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-transactions Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-types Make ruby-dm-types depends on textproc/ruby-stringex1. 2017-06-21 13:34:27 +00:00
ruby-dm-validations Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-yaml-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-do_mysql Update ruby-do_mysql to 0.10.17. 2016-02-16 14:28:23 +00:00
ruby-do_postgres Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
ruby-do_sqlite3 Revbump after icu update 2017-04-22 21:03:07 +00:00
ruby-gdbm Prepare for Ruby 2.4. 2017-06-01 22:14:45 +00:00
ruby-hiera Update ruby-hiera to 3.3.1. 2017-06-12 15:21:19 +00:00
ruby-ldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ruby-moneta Update ruby-moneta to 0.8.1. 2017-01-13 15:28:34 +00:00
ruby-mysql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-mysql2 Update ruby-mysql2 to 0.4.8. 2017-07-13 14:18:03 +00:00
ruby-odbc Update ruby-odbc to 0.99997. 2015-12-12 16:16:46 +00:00
ruby-pg Update ruby-pg to 0.21.0. 2017-06-18 15:31:10 +00:00
ruby-postgres-pr Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-qdbm Set MAINTAINER to pkgsrc-users. 2015-03-15 17:00:29 +00:00
ruby-rrdtool Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ruby-sequel Update ruby-sequel to 4.48.0. 2017-07-13 14:29:54 +00:00
ruby-sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-sqlite3 Revbump after icu update 2017-04-22 21:03:07 +00:00
ruby-sqlrelay Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
ruby-tiny_tds Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
ruby-tokyocabinet Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-tokyotyrant Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-vapor Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
sdbm Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
shared-mime-info Updated shared-mime-info to 1.8. 2016-12-12 13:58:49 +00:00
skytools Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
slony1 Fix building on systems where alloca.h does not exists, like NetBSD. 2017-02-24 22:07:34 +00:00
soci Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
sql-workbench Updated databases/sql-workbench to 122 2017-06-12 12:07:39 +00:00
sqlite Avoid a warning while generating config.h 2017-04-16 20:27:09 +00:00
sqlite3 Release 3.19.3: 2017-06-10 19:13:59 +00:00
sqlite3-docs Release 3.19.3: 2017-06-10 19:13:59 +00:00
sqlite3-tcl Release 3.19.3: 2017-06-10 19:13:59 +00:00
sqlitebrowser Revbump after icu update 2017-04-22 21:03:07 +00:00
sqliteman Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sqlrelay Add fix for Ruby 2.4 and later. 2017-06-12 17:06:18 +00:00
sqlrelay-freetds Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
sqlrelay-mysql Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
sqlrelay-nodejs Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
sqlrelay-odbc Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
sqlrelay-pgsql Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
sqlrelay-sqlite Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
sqsh Fix options framework abuse by sqsh*. 2016-12-30 13:33:44 +00:00
sqsh-motif Fix options framework abuse by sqsh*. 2016-12-30 13:33:44 +00:00
sqsh-x11 Fix options framework abuse by sqsh*. 2016-12-30 13:33:44 +00:00
squirrelsql Revert nonsensical changes. 2016-12-19 15:57:11 +00:00
tcl-fbsql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
tcl-gdbm Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
tdb Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
tinycdb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
tokyocabinet Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
tokyotyrant Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
unixodbc Don't redefine mutex_exit(). Switch subst stage to pre-configure. 2016-02-14 10:19:22 +00:00
virtuoso Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
vsqlite++ Revbump after icu update 2017-04-22 21:03:07 +00:00
wiredtiger Limit databases/wiredtiger to x86_64 platforms, no support for others. 2016-03-09 10:22:06 +00:00
xsqlmenu Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
yap2lc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
yasql Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
Makefile sort 2017-07-20 04:11:58 +00:00