pkgsrc/databases
adam c6dd982989 Changes 5.6.31:
Security Notes

The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.1t. Issues fixed in the new 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. (Bug 23229564)

Functionality Added or Changed

A new CMake option, WITH_SYMVER16, if enabled, causes the libmysqlclient client library to contain extra symbols to be compatible with libmysqlclient on RHEL/OEL 5, 6, 7, and Fedora releases. All symbols present in libmysqlclient.so.16 are tagged with symver 16 in libmsqlclient.so.18, making those symbols have both symver 16 and 18. (Bug 22980983)

support-files/MacOSX/ReadMe.txt is no longer included in MySQL distributions. (Bug 81038, Bug 23088916)

The version of the tcmalloc library included in MySQL distributions was very old. It has been removed and is no longer included with MySQL. (Bug 80994, Bug 23068660)

Bugs Fixed

InnoDB: MySQL failed to build on Fedora 24 using GCC 6. (Bug 23227804)

InnoDB: Potential buffer overflow issues were corrected for the InnoDB memcached plugin. (Bug 23187607)

InnoDB: The full-text index cache was freed during a background index cache synchronization. (Bug 22996488)

InnoDB: A full-text index operation raised an assertion. (Bug 22963169)

InnoDB: An INSERT operation on a table with a FULLTEXT index and FTS_DOC_ID column failed because the inserted FTS_DOC_ID value exceeded the permitted gap between consecutive FTS_DOC_ID values. To avoid this problem, the permitted gap between the largest used FTS_DOC_ID value and new FTS_DOC_ID value was raised from 10000 to 65535. (Bug 22679185)

InnoDB: With innodb_autoinc_lock_mode=0, multiple threads waiting for a table-level lock caused an unexpected deadlock. (Bug 21983865, Bug 78761)

InnoDB: A FLUSH TABLES ... FOR EXPORT operation appeared to stall. A loop in the ibuf_contract_in_background function failed to exit. (Bug 21133329, Bug 77011)

InnoDB: A full-text query raised an assertion. Under certain circumstances, DDL operations such as ALTER TABLE ... RENAME caused full-text auxiliary tables to be removed on server restart. (Bug 13651665)

Replication: In the next_event() function, which is called by a slave's SQL thread to read the next even from the relay log, the SQL thread did not release the relaylog.log_lock it acquired when it ran into an error (for example, due to a closed relay log), causing all other threads waiting to acquire a lock on the relay log to hang. With this fix, the lock is released before the SQL thread leaves the function under the situation. (Bug 21697821)

References: See also: Bug 20492319.

Replication: If a multi-threaded replication slave running with relay_log_recovery=1 stopped unexpectedly, during restart the relay log recovery process could fail. This was due to transaction inconsistencies not being filled, see Handling an Unexpected Halt of a Replication Slave. Prior to this fix, to recover from this situation required manually setting relay_log_recovery=0, starting the slave with START SLAVE UNTIL SQL_AFTER_MTS_GAPS to fix any transaction inconsistencies and then restarting the slave with relay_log_recovery=1. This process has now been automated, enabling relay log recovery of a multi-threaded slave upon restart automatically. (Bug 77496, Bug 21507981)

INSERT with ON DUPLICATE KEY UPDATE and REPLACE on a table with a foreign key constraint defined failed with an incorrect “duplicate entry” error rather than a foreign key constraint violation error. (Bug 23135731)

References: This issue is a regression of: Bug 78853, Bug 22037930.

For debug builds, CONCAT_WS() could raise an assertion if there was nothing to append. (Bug 22888420)

Invoking Enterprise Encryption functions in multiple threads simultaneously could cause a server exit. (Bug 22839278)

Attempting to use Enterprise Encryption functions after creating and dropping them could cause a server exit. (Bug 22669012)

Setting sort_buffer_size to a very large value could cause some operations to fail with an out-of-memory error. (Bug 22594514)

An assertion could be raised when a deadlock occurred due to a SELECT ... GROUP BY ... FOR UPDATE query executed using a Loose Index Scan. (Bug 22187476)

Several potential buffer overflow issues were corrected. (Bug 21977380, Bug 23187436, Bug 23202778, Bug 23195370, Bug 23202699)

If the CA certificate as given to the --ssl-ca option had an invalid path, yaSSL returned an error message different from OpenSSL. Now both return SSL connection error: SSL_CTX_set_default_verify_paths failed. (Bug 21920657)

Some string functions returned one or a combination of their parameters as their result. If one of the parameters had a non-ASCII character set, the result string had the same character set, resulting in incorrect behavior when an ASCII string was expected. (Bug 18740222)

On Windows, MySQL installation could result in MySQL being placed under C:\Program Files\Canon\Easy-WebPrint EX. (Bug 14583183)

References: See also: Bug 70918, Bug 68821, Bug 68227.

On Fedora 24, upgrades using a Community MySQL Server RPM failed to replace an installed MariaDB Galera server due to a change in the MariaDB package. (Bug 81390, Bug 23273818)

MySQL did not compile under Solaris 12 using Sun Studio. To correct this, instances of __attribute__ were changed to MY_ATTRIBUTE. (Bug 80748, Bug 22932576)

The INSTALL-SOURCE file had partly outdated information and has been removed from source packages. (Binary packages are unaffected). (Bug 80680, Bug 23081064)

For a server compiled with -DWITH_PERFSCHEMA_STORAGE_ENGINE=0, a memory leak could occur for buffered log messages used during server startup. (Bug 80089, Bug 22578574)

For debug builds, merging a derived table into an outer query block could raise an assertion. (Bug 79502, Bug 22305361, Bug 21139722)

A null pointer dereference of a parser structure could occur during stored procedure name validation. (Bug 79396, Bug 22286421)

Using CREATE USER to create an account with the mysql_native_password or mysql_old_password authentication plugin and using a clause of the form IDENTIFIED WITH plugin AS 'hash_string' caused the account to be created without a password. (Bug 78033, Bug 21616496)

Failure of UNINSTALL PLUGIN could lead to inaccurate or confusing errors for subsequent INSTALL PLUGIN operations. (Bug 74977, Bug 20085672)

mysqld_multi displayed misleading error messages when it was unable to execute my_print_defaults. (Bug 74636, Bug 19920049)

On Windows, MySQL installation failed if the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ registry key was present with a key/value pair of "InstallLocation" and "\Hewlett-Packard\\". (Bug 74631, Bug 19949163)

mysqldump failed silently with no error message when it encountered an error while executing FLUSH LOGS.
2016-06-15 11:30:39 +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 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
apache-cassandra2 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
bdb-xml Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
cdb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
couchdb Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
csharp-mysql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
cstore Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
datadraw
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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
db5 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
db6 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
dbfsak MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1) 2016-03-12 21:53:39 +00:00
deforaos-libdatabase Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
edb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
elasticsearch Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +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.1. 2016-04-22 13:39:41 +00:00
erlang-p1_pgsql Update databases/erlang-p1_pgsql to 1.1.0. 2016-04-22 13:42:12 +00:00
erlang-sqlite3 Update databases/erlang-sqlite3 to 1.1.5. 2016-04-22 13:58:34 +00:00
freetds Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gdbm Version 1.12, 2016-05-16 2016-05-22 17:24:32 +00:00
gdbm_compat
gdbm_primitive Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
geneweb Recursive revbump associated with ocaml update. 2016-05-05 11:45:36 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
gourmet Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
gq Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gramps3 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gtkdbfeditor Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
gtksql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
guile-pg Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
hiredis Update hiredis to 0.13.3 2015-11-29 18:35:37 +00:00
hsqldb18 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
idzebra Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
innotop Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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-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 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
kyotocabinet Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
lbdb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ldapvi Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libcassandra Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libdbh2 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
libdbi Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
libdbi-driver-mysql
libdbi-driver-pgsql
libdbi-driver-sqlite
libdbi-driver-sqlite3 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +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 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libmongo-client Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
libpqxx Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
libpqxx-doc
libzdb Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
lmdb Update to 0.9.18 2016-02-16 12:16:28 +00:00
lua-sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
lua-sqlite3 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
lua-tokyocabinet Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
luma Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
maatkit Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
mariadb55-client Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
mariadb55-server Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
metakit-lib
mongo-c-driver Update databases/mongo-c-driver to 1.3.5. 2016-04-05 12:44:47 +00:00
mongo-tools Update databases/mongo-tools to 3.2.4. 2016-03-13 21:05:34 +00:00
mongodb Update databases/mongodb to 3.2.4. 2016-03-13 20:50:53 +00:00
myodbc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
mysql-cluster Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
mysql-connector-c++ Update mysql-connector-c++ to 1.1.7: 2016-03-08 15:40:02 +00:00
mysql-workbench Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
mysql51-client Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
mysql51-server Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
mysql55-client Changes 5.5.0: 2016-06-14 16:49:17 +00:00
mysql55-server Changes 5.5.0: 2016-06-14 16:49:17 +00:00
mysql56-client Changes 5.6.31: 2016-06-15 11:30:39 +00:00
mysql56-server Changes 5.6.31: 2016-06-15 11:30:39 +00:00
mysqlcc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
mysqltuner Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
mytop Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
nss-pgsql Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
nss_ldap Fix excessive library dependencies 2016-04-22 15:04:24 +00:00
ocaml-dbm Recursive revbump associated with ocaml update. 2016-05-05 11:45:36 +00:00
ocaml-mysql Recursive revbump associated with ocaml update. 2016-05-05 11:45:36 +00:00
ocaml-sqlite3 Recursive revbump associated with ocaml update. 2016-05-05 11:45:36 +00:00
odbc-postgresql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
openldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
openldap-client Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
openldap-cloak Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
openldap-doc OpenLDAP 2.4.44 Release (2016/02/05) 2016-02-07 08:42:59 +00:00
openldap-nops Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
openldap-server Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
openldap-smbk5pwd Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
oraedit Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
p5-AddressBook Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-AnyEvent-BDB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-App-Sqitch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-BDB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-BerkeleyDB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Model-DBIC-Schema Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Model-RDBO Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-CRUD Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-CRUD-Model-RDBO Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CDB_File Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-AbstractSearch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-BaseDSN Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-Pg Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-Plugin Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Dancer-Plugin-DBIC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Data-Table Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DB_File Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DB_File-Lock Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-CSV Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-DB2 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-Google Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-Mock Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-mysql Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-ODBC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-Oracle Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-PgPP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-postgresql Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-SQLite Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-SQLite2 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-Sybase Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-XBase Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBI-Shell Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBICx-Deploy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBICx-MapMaker Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBICx-Sugar Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBICx-TestDatabase Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIWrapper Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Abstract Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Candy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Cursor-Cached Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-DigestColumns Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-DynamicDefault Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-EncodedColumn Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Fixtures Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Helpers Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-InflateColumn-FS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-InflateColumn-IP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-IntrospectableM2M Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Loader Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-RDBOHelpers Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Schema-Loader Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-TimeStamp Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-UUIDColumns Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Validation Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Connector Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-ContextualFetch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Datasource Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-DBSchema Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Introspector Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Schema Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-SearchBuilder Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBM-Deep Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DublinCore-Record Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Fsdb Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-gdbm Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Ima-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Jifty-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MARC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MARC-Record Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MARC-XML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MLDBM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MLDBM-Serializer-JSON Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MLDBM-Sync Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-Cassandra Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-MySQL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-ORLite Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-ORLite-Migrate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Palm Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Parse-Dia-SQL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-perl-ldap Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-postgresql Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-qdbm Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Redis Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DB-Object Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DBx-AutoReconnect Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DBx-Garden Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DBx-Garden-Catalyst Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DBx-Object-MoreHelpers Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DBx-TestDB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-RRD-Simple Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Search-QueryParser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Search-QueryParser-SQL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Sort-SQL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SQL-Abstract Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SQL-Abstract-Limit Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SQL-ReservedWords Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SQL-Statement Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SQL-Translator Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-sqlrelay Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-sybperl Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Template-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Tie-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-tokyocabinet Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-tokyotyrant Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-YAML-MLDBM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +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 Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which 2015-12-06 12:13:12 +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 2.2.17. 2016-03-10 10:29:53 +00:00
pgadmin3 update to pgadmin3-1.22.0 2016-03-16 04:46:24 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pgocaml Recursive revbump associated with ocaml update. 2016-05-05 11:45:36 +00:00
pgpool Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pgpool2 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
pgtcl Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pgtclng Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
php-dba
php-dbx Restrict PHP_VERSIONS_ACCEPTED to 55 and 56. 2015-12-19 14:27:12 +00:00
php-ldap Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
php-mongo Restrict PHP_VERSIONS_ACCEPTED to 55 and 56. 2015-12-19 14:27:12 +00:00
php-mssql Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
php-mysql Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which 2015-12-06 12:13:12 +00:00
php-mysqli Fix build of packages depending on mariadb55-client 2015-08-10 12:56:27 +00:00
php-oci8
php-pdo Do not hard code the major version of PHP. 2015-12-06 14:10:22 +00:00
php-pdo_dblib Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
php-pdo_mysql
php-pdo_odbc reset PKG_REVISION. 2015-09-06 12:30:34 +00:00
php-pdo_pgsql
php-pdo_sqlite Reset PKGREVISION along with all PHP language updates. 2016-05-02 13:11:27 +00:00
php-pgsql
php-redis Restrict PHP_VERSIONS_ACCEPTED to 55 and 56. 2015-12-19 14:27:12 +00:00
php-rrd More packages currently incompatible with php70. 2015-12-25 01:18:10 +00:00
php-sqlrelay Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +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 Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which 2015-12-06 12:13:12 +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 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
postgresql-pgbench prevent building the package with 9.5; pgbench now shipped with -client 2016-03-05 16:06:32 +00:00
postgresql-postgis2 Update to 2.2.2. 2016-04-11 12:22:02 +00:00
postgresql91 This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql91-adminpack 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
postgresql91-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
postgresql91-datatypes 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
postgresql91-dblink 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
postgresql91-docs This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql91-fuzzystrmatch 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
postgresql91-monitoring 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
postgresql91-pgcrypto 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
postgresql91-plperl 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
postgresql91-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
postgresql91-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
postgresql91-replicationtools 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
postgresql91-server Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
postgresql91-upgrade 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 This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql92-adminpack 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-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-datatypes 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-dblink 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-docs This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql92-fuzzystrmatch 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-monitoring 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-pgcrypto 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-plperl 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-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-replicationtools 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 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
postgresql92-upgrade 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 This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql93-adminpack 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-client Override INSTALL script to make sure owner/group args do not leak 2016-06-15 09:25:18 +00:00
postgresql93-datatypes 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-dblink 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-docs This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql93-fuzzystrmatch 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-monitoring 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-pgcrypto 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-plperl 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-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-replicationtools 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 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
postgresql93-upgrade 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 This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql94-adminpack 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-client Override INSTALL script to make sure owner/group args do not leak 2016-06-15 09:25:18 +00:00
postgresql94-datatypes 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-dblink 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-docs This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql94-fuzzystrmatch 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-monitoring 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-pgcrypto 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-plperl 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-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-replicationtools 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 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
postgresql94-upgrade 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 This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql95-adminpack 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-client This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql95-datatypes 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-dblink 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-docs This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql95-fuzzystrmatch 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-monitoring 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-pgcrypto 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-plperl 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-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-replicationtools 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 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
pxtools Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-apsw Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
py-barman Update databases/py-barman to 1.6.1. 2016-06-06 14:56:16 +00:00
py-bdb-xml Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-bsddb3 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-carbon Use OPSYSVARS. 2016-02-25 11:46:20 +00:00
py-cassa Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-cassandra-driver Update databases/py-cassandra-driver to 3.4.1. 2016-06-06 14:45:03 +00:00
py-cdb Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-ckanclient Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-couchdb Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-cx_Oracle Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-datapkg Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-elasticsearch Update databases/py-elasticsearch to 2.2.0. 2016-01-07 16:09:02 +00:00
py-elixir Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +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 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-metakit Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-mongo Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-mssql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
py-mysql-connector Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-mysqldb Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-orderedmultidict Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-peewee Update databases/py-peewee to 2.8.1. 2016-05-06 09:45:09 +00:00
py-pgnotify Avoid outdated exception throwing syntax. 2016-03-25 21:15:07 +00:00
py-PgSQL Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-postgresql Set DIST_SUBDIR. 2016-03-23 21:51:25 +00:00
py-psycopg2 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-pymysql Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-python-rrdtool Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-python-sql Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-redis-py Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sqlalchemy Changes 1.0.13 2016-06-02 10:29:03 +00:00
py-sqlalchemy-i18n Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sqlalchemy-migrate Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sqlalchemy-utils Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sqlite Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-sqlite2 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
py-sqlite3 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
py-sqlparse Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sqlrelay Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
py-sqlsoup Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sybase Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
py-table Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-tokyocabinet Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-whisper Add whisper 0.9.15, as used by the graphite project. 2015-12-11 21:34:15 +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 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qore-mysql-module Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qore-openldap-module Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qore-pgsql-module Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
qore-sqlite3-module Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +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 sunet.se stopped mirroring lots of stuff, remove/comment out references to it 2016-04-24 10:34:43 +00:00
redis Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
rrdtool RRDtool 1.6.0 2016-04-23 06:23:49 +00:00
rrdtool12 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-activeldap Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-activerecord-cassandra Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-activerecord-odbc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-activerecord32 Update ruby-activerecord32 to 3.2.22.2. 2016-03-05 05:25:33 +00:00
ruby-arel Update bury-arel to 7.0.0. 2016-02-16 14:21:45 +00:00
ruby-arel30 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-awesome_nested_set Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-cassandra Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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 Update ruby-do_postgres to 0.10.17. 2016-02-16 14:29:41 +00:00
ruby-do_sqlite3 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
ruby-gdbm remove references to ruby200 2016-03-14 00:59:05 +00:00
ruby-hiera Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-ldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ruby-moneta Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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.3. 2016-03-08 13:55:26 +00:00
ruby-odbc Update ruby-odbc to 0.99997. 2015-12-12 16:16:46 +00:00
ruby-pg Fix build on SunOS and Ruby 2.3. 2016-03-18 13:18:53 +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 RRDtool 1.6.0 2016-04-23 06:23:49 +00:00
ruby-sequel Update to 4.33.0 2016-04-09 13:42:09 +00:00
ruby-sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-sqlite3 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
ruby-sqlrelay Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ruby-tiny_tds Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
sdbm Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
shared-mime-info Update shared-mime-info to 1.6. 2016-03-03 13:02:24 +00:00
skytools Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
slony1 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
soci Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
sql-workbench Update to SQL Workbench/J build 119. 2016-03-03 17:43:45 +00:00
sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
sqlite3 Release 3.13.0: 2016-05-21 11:19:30 +00:00
sqlite3-docs Release 3.13.0: 2016-05-21 11:19:30 +00:00
sqlite3-tcl Release 3.13.0: 2016-05-21 11:19:30 +00:00
sqlitebrowser Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
sqliteman Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sqlrelay Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
sqlrelay-freetds Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sqlrelay-mysql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sqlrelay-nodejs Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sqlrelay-odbc Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sqlrelay-pgsql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sqlrelay-sqlite Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
sqsh Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sqsh-motif
sqsh-x11
squirrelsql Update to SQuirreL 3.7.0 2016-03-09 17:41:06 +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 Fix -install_name failure on Darwin. 2016-02-12 14:08: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 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
vsqlite++ Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
Makefile Remove postgresql-postgis 2016-03-13 23:25:21 +00:00