pkgsrc/databases
adam db5b8d2e9b mysql57: updated to 5.7.27
Changes in MySQL 5.7.27:

Keyring Notes

The keyring_aws plugin has been updated to use the latest AWS SDK and so that it works with OpenSSL 1.1.


Packaging Notes

Binary packages that include curl rather than linking to the system curl library now use curl 7.64.0.


X Plugin Notes

On Windows, X Plugin logged some messages that were unnecessary or insufficiently informative. The messages have been removed or improved as appropriate.

Functionality Added or Changed


Microsoft Windows: A new warning message now reminds DBAs that connections made using the MySQL named pipe on Windows has limited the permissions a connector can request on the named pipe.

Previously, the named_pipe_full_access_group system variable was set to a value that maps to the built-in Windows Everyone group (SID S-1-1-0) by default. However, this group is not ideal and should be replaced with a group that restricts its membership for connectors that are unable to request fewer permissions on the MySQL named pipe.

The new warning is written to the error log at startup if the string value assigned to named_pipe_full_access_group is '*everyone*' (or the Windows System Language equivalent) and named pipes are enabled. In addition, the warning is written to the error log and raised to the client if the system variable is reset to the Everyone group at runtime.


Bugs Fixed

InnoDB: Insufficient memory barriers in the rw-lock implementation caused deadlocks on ARM.

Thanks to Yibo Cai from Arm Technology for the contribution.

InnoDB: Manually changing the system time while the MySQL server was running caused page cleaner thread delays.

InnoDB: During log application, after an OPTIMIZE TABLE operation, InnoDB did not populate virtual columns before checking for virtual column index updates.

InnoDB: An INSERT operation involving a generated virtual BLOB column resulted a secondary index being updated with an incorrect value.

InnoDB: A full-text cache lock taken when data is synchronized was not released if the full-text cache size exceeded the full-text cache size limit.

InnoDB: Client sessions using different auto_increment_increment values while performing concurrent insert operations could cause a duplicate key error.

Partitioning: ALTER TABLE ... EXCHANGE PARTITION failed with the error Non matching attribute 'ROW_FORMAT' between partition and table when the partitioned table had partitions using different row formats, even when the partition to be exchanged used the same row format as the non-partitioned table.

Replication: The error message that is issued for a discrepancy between the number of group members and the auto-increment interval incorrectly referred to the group_replication_auto_increment_increment system variable, instead of the auto_increment_increment system variable. The value of auto_increment_increment is changed to the value specified by group_replication_auto_increment_increment when Group Replication starts, but only if auto_increment_increment and auto_increment_offset have their default values, and from MySQL 8.0, only in multi-primary mode. The value of auto_increment_increment was always the value that was checked for the error message, and it has now been corrected to give the accurate system variable name.

Replication: When events generated by one MySQL server instance were written to the binary log of another instance, the second server implicitly assumed that the first server supported the same number of binary log event types as itself. Where this was not the case, the event header was handled incorrectly. The issue has now been fixed. Thanks to Facebook for the contribution.

Replication: In Group Replication, joining members could wrongly identify themselves as incompatible with an existing replication group even if there were members at the same version already in the group, because they checked against all other members, including the member at the highest version. Joining members also included their own version in the compatibility check. Now, joining members only compare themselves with the existing group member at the lowest version, and do not count their own version.

Replication: If a FLUSH LOGS statement was issued before the binary log file was initialized, the statement attempted to write a binary log rotation event to the uninitialized file. The server now checks first that a binary log file is available.

Replication: When a MEMORY table is implicitly deleted on a master following a server restart, the master writes a DELETE statement to the binary log so that slaves also empty the table. This generated event now includes a comment in the binary log so that the reason for the DELETE statement is easy to identify. Thanks to Daniël van Eeden for the contribution.

Replication: With statement-based replication in use, if super_read_only was set to ON for a server at the point when a no-op transaction was between its UPDATE and COMMIT operations, the transaction was written to the binary log and assigned a GTID. The transaction is now blocked in this situation. From MySQL 8.0, the value of super_read_only cannot be changed while a transaction is in progress.

Replication: The group communication engine for Group Replication (XCom, a Paxos variant) did not handle out of memory errors in an appropriate way. If memory could not be allocated to make a copy of the payload for a message, an error was logged but the message was still sent, with a null payload. The Group Communication System (GCS) on the receiving member discarded the message as empty, and the XCom instance on the receiving member accepted this action and did not retry, resulting in the message effectively being skipped. This caused the GTID set on the receiving member to diverge from the group, leading to replication errors. XCom now terminates gracefully if it experiences an out of memory error, so that this situation cannot occur.

Replication: In query log events in the binary log, the thread ID used for the execution of DROP TABLE and DELETE statements was identified incorrectly or not at all. On a multi-threaded replication slave, where temporary tables were involved (which require the correct thread ID as they are session specific), this omission resulted in errors when using mysqlbinlog to replay the binary log for point-in-time recovery. The thread ID is now set correctly.

Replication: When a slave server logs master status and connection information to a table (master_info_repository=TABLE), which is the default in MySQL 8.0, the mysql.slave_master_info table was not being updated on shutdown if the server was in super read only mode (super_read_only=ON). No error was written to the error log at this time, but replication failed after server startup because the master log file and master log position information was out of date. The thread that updates the master info log at shutdown is now excluded from read-only checks like other replication threads are, so it can update the table even if the server is in super read only mode. Error handling for a slave that is shutting down has also been improved so that any failure to write to the slave status logs results in an error in the error log.

An overly strict assertion could be raised during sorting of stored program local objects.

Installing from RPM packages could result in an error log with incorrect permissions.

Enabling audit log encryption could cause a server exit.

On Debian and Ubuntu, MySQL packages did not enable mysql.service after upgrades from native MySQL packages.

The server did not properly close shared-memory connections when an error occurred, which could result in unexpected server behavior.

MySQL Installer did not install OpenSSL DLL dependencies if the Development component was not selected.

The parser could leak memory for certain multiple-statement queries.

CREATE USER and ALTER USER did not check the validity of a hashed authentication string when used with IDENTIFIED WITH auth_plugin AS 'hash_string' syntax.

For InnoDB tables that contained an index on a VARCHAR column and were created prior to MySQL 5.7.23, some simple ALTER TABLE statements that should have been done in place were performed with a table rebuild after an upgrade to MySQL 5.7.23 or higher.

HANDLER statements did not always work correctly with tables having generated columns.

Session-tracking information in the client/server protocol could be mishandled.

With the PAD_CHAR_TO_FULL_LENGTH SQL mode enabled, password changes failed, with no warning or error reported.

The audit_log plugin did not log UNINSTALL PLUGIN audit_log statements.

audit_log filtering operations could leak memory.

An index defined on a virtual generated column could fail to be updated if the column had a base column in a foreign key relationship.

Privileges for dropping some Performance Schema tables were checked incorrectly.

A query that employed a derived table which included an ORDER BY was not always handled correctly.

Base columns were not excluded from index-only access by a generated column.

A thread pool group could be blocked when a thread process tick time exceeded the maximum permitted value. The tick time now uses a larger data type to permit larger values.

MySQL does not support OpenSSL session tickets, but did not set the SSL_OP_NO_TICKET flag to inform OpenSSL of that. The flag is now set.

The audit_null plugin did not properly check for a null event record.

UpdateXML() did not always free memory properly in certain cases.

Empty values in the name column of the mysql.plugin system table caused the server to exit during startup.

With the thread_pool plugin enabled, the Performance Schema status_by_thread table contained no data.

If an INSTALL PLUGIN statement contained invalid UTF-8 characters in the shared library name, it caused the server to hang (or to raise an assertion in debug builds).

Inner tables of different semijoin nests were interleaved during materialization, which could lead to a different result for the same query when it used a different query plan. To keep this from occurring, a check is added to prevent such interleaving.

A query involving GROUP BY on a TIMESTAMP column resulted in a duplicate entry for key (ER_DUP_ENTRY) error. This problem arose when TIMESTAMP values were inserted into a table using a given setting for the time zone and these values were later fetched after the time zone setting had been changed, such that at least some of the inserted TIMESTAMP values occurred during the hour that the time changed from standard to daylight time (DST) in the new time zone, during which time the same TIMESTAMP value can exist twice. Now, when the server would otherwise return the error DUPLICATE ENTRY FOR KEY 'group_key', if the grouping involves a TIMESTAMP column, it instead raises the error Grouping on temporal is non-deterministic for time zones having DST. Please consider switching to UTC for this query.

In addition, it is suggested to set explicit_defaults_for_timestamp to ON as well as one or more of MODE_NO_ZERO_IN_DATE, MODE_NO_ZERO_DATE, or MODE_INVALID_DATES as part of the server SQL mode to help avoid this issue.
2019-08-06 06:56:43 +00:00
..
abook
adodb Sort PLIST files. 2018-01-01 22:29:15 +00:00
apache-cassandra PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
apache-cassandra2 PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
cdb DJB_RESTRICTED=NO. From https://cr.yp.to/distributors.html: 2017-04-04 07:29:40 +00:00
clisp-bdb Sort PLIST files. 2018-01-01 22:29:15 +00:00
clisp-gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
clisp-pgsql Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
couchdb *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
csharp-mysql Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cstore Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
datadraw Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
db Use https for oracle.com. 2019-07-10 10:37:13 +00:00
db3 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
db4 Add support for mutexes on aarch64 with GCC. Bump PKGREVISION to 1. 2019-02-14 14:36:06 +00:00
db5 Add support for mutexes on aarch64 with GCC via databases/db4. 2019-02-19 15:18:19 +00:00
db6 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
dbfsak Changes 5.0: 2017-03-30 15:54:03 +00:00
deforaos-libdatabase Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
edb Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
elasticsearch databases/elasticsearch: Update to 6.4.0. 2018-09-05 13:29:30 +00:00
erlang-eredis Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
erlang-p1_mysql databases/erlang-p1_mysql: Update to 1.0.6. 2018-07-20 09:09:27 +00:00
erlang-p1_pgsql databases/erlang-p1_pgsql: Update to 1.1.6. 2018-07-20 09:11:25 +00:00
erlang-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
freetds *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gdbm_compat Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
gdbm_primitive Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
geneweb Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
gigabase Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
gnats gnats: Remove duplicate __EXTENSIONS__, fixes PR#52562. 2017-09-21 09:24:51 +00:00
gnome-mime-data Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
go-etcd Revbump all Go packages after go112 update. 2019-05-27 15:18:17 +00:00
go-ldap Revbump all Go packages after go112 update. 2019-05-27 15:18:17 +00:00
gourmet *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gq *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gramps3 *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gtkdbfeditor *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gtksql
guile-pg
hiredis hiredis: Fix SunOS linker flags. 2018-01-26 09:33:31 +00:00
hsqldb18
idzebra Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
influxdb influxdb: fix PR pkg/54305 2019-07-30 08:37:33 +00:00
innotop *: update email for fhajny 2018-12-15 21:12:18 +00:00
iodbc
ipa_sdb
java-db3 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
java-qdbm Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
java-tokyocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
jdbc-mysql5 jdbc-mysql*: update HOMEPAGE 2017-09-19 08:30:39 +00:00
jdbc-mysql31 jdbc-mysql*: update HOMEPAGE 2017-09-19 08:30:39 +00:00
jdbc-mysql51 jdbc-mysql*: update HOMEPAGE 2017-09-19 08:30:39 +00:00
jdbc-postgresql94 Follow some http redirects. 2017-08-16 20:21:03 +00:00
kyotocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
lbdb databases/lbdb: update to 0.48.1 2019-02-08 22:25:32 +00:00
ldapvi Use curses framework. 2017-01-04 17:19:52 +00:00
ldb ldb: updated to 1.5.5 2019-08-03 06:52:32 +00:00
leveldb leveldb: updated to 1.22 2019-06-05 13:22:04 +00:00
libcassandra Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
libdbh2 Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libdbi
libdbi-driver-mysql databases/libdbi-driver-*: rename Makefile_drivers to silence pkglint 2019-03-16 14:06:21 +00:00
libdbi-driver-pgsql databases/libdbi-driver-*: rename Makefile_drivers to silence pkglint 2019-03-16 14:06:21 +00:00
libdbi-driver-sqlite databases/libdbi-driver-*: rename Makefile_drivers to silence pkglint 2019-03-16 14:06:21 +00:00
libdbi-driver-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
libgda libgda: HOMEPAGE is a permanent redirect to https. 2019-06-18 20:11:50 +00:00
libgda-mysql libgda*: update to 5.2.9 2019-05-17 08:20:34 +00:00
libgda-postgres libgda*: update to 5.2.9 2019-05-17 08:20:34 +00:00
libmongo-client *: update email for fhajny 2018-12-15 21:12:18 +00:00
libpqxx PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
libzdb Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
liquibase liquibase: update to 3.5.5 2018-09-01 17:57:17 +00:00
lmdb openldap: updated to 2.4.48 2019-08-03 06:46:52 +00:00
lua-sql-mysql lua-sql: Put back LUA_LIBDIR, fixes alternate installs. 2018-10-29 14:35:09 +00:00
lua-sql-postgres lua-sql-*: Fix all the module builds. 2018-10-26 11:11:33 +00:00
lua-sql-sqlite lua-sql-*: Fix all the module builds. 2018-10-26 11:11:33 +00:00
lua-sql-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
lua-sqlite
lua-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
lua-tokyocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
luma Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
mariadb-connector-c *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
mariadb55-client Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
mariadb55-server Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +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 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
mongo-tools *: update email for fhajny 2018-12-15 21:12:18 +00:00
mongodb *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
mongodb3 Remove CXXFLAGS/LINKFLAGS hack 2019-07-10 17:45:58 +00:00
myodbc myodbc: remove gui option from PLIST 2017-09-26 09:40:51 +00:00
mysql-cluster PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
mysql-connector-c++ GA 1.1.8: 2017-01-12 12:24:09 +00:00
mysql-workbench *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
mysql51-client Bump PKGREVISION for addition of USE_GCC_RUNTIME 2019-04-30 17:20:23 +00:00
mysql51-server Bump PKGREVISION for addition of USE_GCC_RUNTIME 2019-04-30 17:20:23 +00:00
mysql55-client Bump PKGREVISION for addition of USE_GCC_RUNTIME 2019-04-30 17:20:23 +00:00
mysql55-server Bump PKGREVISION for addition of USE_GCC_RUNTIME 2019-04-30 17:20:23 +00:00
mysql56-client mysql56: updated to 5.6.45 2019-08-06 06:55:15 +00:00
mysql56-server mysql56: updated to 5.6.45 2019-08-06 06:55:15 +00:00
mysql57-client mysql57: updated to 5.7.27 2019-08-06 06:56:43 +00:00
mysql57-server mysql57: updated to 5.7.27 2019-08-06 06:56:43 +00:00
mysqltuner Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
mytop Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
nss-pgsql
nss_ldap Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
ocaml-dbm Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-ldap Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-macaque Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-mysql Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ocaml-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
odbc-postgresql
openldap openldap: updated to 2.4.48 2019-08-03 06:46:52 +00:00
openldap-client openldap: updated to 2.4.48 2019-08-03 06:46:52 +00:00
openldap-cloak OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
openldap-doc openldap: updated to 2.4.48 2019-08-03 06:46:52 +00:00
openldap-nops OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
openldap-server openldap: updated to 2.4.47 2018-12-20 17:54:09 +00:00
openldap-smbk5pwd OpenLDAP 2.4.45 Release (2017/06/01) 2017-06-02 08:29:56 +00:00
oraedit PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
p5-AddressBook Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-AnyEvent-BDB Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Apache-DBI Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-App-Sqitch Update HOMEPAGE (https). 2019-06-20 03:17:07 +00:00
p5-BDB Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-BerkeleyDB Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Catalyst-Model-DBIC-Schema Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Catalyst-Model-RDBO Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-CatalystX-CRUD Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-CatalystX-CRUD-Model-RDBO Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-CDB_File Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Class-DBI Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Class-DBI-AbstractSearch Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Class-DBI-BaseDSN Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-Class-DBI-Pg Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Class-DBI-Plugin Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-Dancer-Plugin-DBIC Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Data-Table Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DB_File Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DB_File-Lock Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-CSV Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-DB2 Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-Google Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-Mock Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-mysql Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-ODBC Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-Oracle Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-PgPP Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-postgresql Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-SQLite Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-SQLite2 Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBD-Sybase *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
p5-DBD-XBase Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
p5-DBI Update to 1.642 2018-10-31 11:53:24 +00:00
p5-DBI-Shell Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBICx-Deploy Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBICx-MapMaker Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBICx-Sugar Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBICx-TestDatabase Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIWrapper Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
p5-DBIx-Abstract Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-Candy Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-Cursor-Cached Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-DigestColumns Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-DBIx-Class-DynamicDefault Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-EncodedColumn Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-Fixtures Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-Helpers Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-InflateColumn-FS Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-InflateColumn-IP Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-IntrospectableM2M Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-DBIx-Class-Loader Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-RDBOHelpers Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-Schema-Loader Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-TimeStamp Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Class-UUIDColumns Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-DBIx-Class-Validation Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-DBIx-Connector Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-ContextualFetch Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Datasource Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
p5-DBIx-DBSchema Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Introspector Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-Schema Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBIx-SearchBuilder Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DBM-Deep Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-DublinCore-Record Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Fsdb Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
p5-gdbm p5-gdbm: no bump necessary, revert 2018-08-22 09:43:39 +00:00
p5-Ima-DBI Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Jifty-DBI Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-MARC Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
p5-MARC-Record Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-MARC-XML Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-MLDBM Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-MLDBM-Serializer-JSON Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-MLDBM-Sync Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Net-Cassandra Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Net-FileMaker Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-Net-MySQL Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-ORLite Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-ORLite-Migrate Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Palm Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
p5-Parse-Dia-SQL Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-perl-ldap Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
p5-postgresql Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
p5-qdbm Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
p5-Redis Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Rose-DB Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-Rose-DB-Object Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-Rose-DBx-AutoReconnect Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Rose-DBx-Garden Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Rose-DBx-Garden-Catalyst Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Rose-DBx-Object-MoreHelpers Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Rose-DBx-TestDB Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
p5-RRD-Simple Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Search-QueryParser Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Search-QueryParser-SQL Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Sort-SQL Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-SQL-Abstract Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-SQL-Abstract-Limit Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-SQL-ReservedWords Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-SQL-Statement Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-SQL-Translator Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-sqlrelay *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
p5-sybperl *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
p5-Template-DBI Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-Tie-DBI Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
p5-tokyocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
p5-tokyotyrant Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
p5-YAML-MLDBM Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
palm-db-tools Follow some redirects. 2017-09-03 08:53:04 +00:00
pear-DB Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-MDB2 Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-MDB2_Driver_mysql Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-MDB2_Driver_mysqli Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-MDB2_Driver_pgsql Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
percona-toolkit databases/percona-toolkit: Update to 3.0.12. 2018-09-17 14:17:20 +00:00
pg_repack *: update email for fhajny 2018-12-15 21:12:18 +00:00
pgadmin3 *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
pgbouncer databases/pgbouncer: Update to 1.9.0. 2018-08-14 14:02:36 +00:00
pgbuildfarm Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
pgocaml Removed camlp4 dependency from databases/pgocaml and revbump 2019-07-04 09:18:37 +00:00
pgpool Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pgpool2 *: update email for fhajny 2018-12-15 21:12:18 +00:00
pgtcl Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pgtclng Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
php-dba pkgsrc: reset PKGREVISION after lang/php{56,70,71,72} update 2018-03-02 02:16:08 +00:00
php-dbx
php-ldap pkgsrc: reset PKGREVISION 2017-10-27 08:49:00 +00:00
php-mongo
php-mongodb Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
php-mssql *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
php-mysql
php-mysqli
php-oci8
php-pdo databases/php-pdo: remove php55 case 2017-12-09 02:25:35 +00:00
php-pdo_dblib *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
php-pdo_mysql
php-pdo_odbc php-pdo_odbc: Requires libltdl. 2018-10-18 16:17:25 +00:00
php-pdo_pgsql
php-pdo_sqlite Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
php-pgsql
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.3. 2017-08-18 10:14:21 +00:00
php-rrd Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
php-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
php-sqlrelay *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
phpldapadmin
phpmyadmin phpmyadmin: provide correct shell script for replace_sh (pkg/54296) 2019-06-16 09:13:11 +00:00
phppgadmin
poco-data Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
poco-data-mysql *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
poco-data-odbc
poco-data-sqlite Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
postgres_exporter postgres_exporter: Import version 0.4.7. 2019-05-31 14:42:04 +00:00
postgresql-pgroonga Remove references to Postgresql 9.3 2019-05-21 05:52:31 +00:00
postgresql-pljava Remove references to Postgresql 9.3 2019-05-21 05:52:31 +00:00
postgresql-postgis2 *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
postgresql-redislog Import redislog-0.2 as databases/postgresql-redislog. 2017-11-10 15:07:02 +00:00
postgresql10 postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql10-client postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql10-contrib postgresql10-contrib: fix build on linux 2019-03-04 07:21:55 +00:00
postgresql10-docs postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql10-plperl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql10-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql10-pltcl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql10-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql11 postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql11-client postgresql11-client: PLIST correction 2019-06-25 16:39:00 +00:00
postgresql11-contrib postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql11-docs postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql11-plperl postgresql11: added version 11.0 2018-10-23 16:02:51 +00:00
postgresql11-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql11-pltcl postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql11-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql94 postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql94-client postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql94-contrib postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql94-docs postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql94-plperl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql94-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql94-pltcl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql94-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql95 postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql95-client postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql95-contrib postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql95-docs postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql95-plperl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql95-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql95-pltcl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql95-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql96 postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql96-client postgresqlNN: updated to 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21 2019-02-17 08:26:11 +00:00
postgresql96-contrib postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql96-docs postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
postgresql96-plperl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql96-plpython postgresqlNN: updated to the latest 2019-05-13 20:38:11 +00:00
postgresql96-pltcl postgresNN: updated to the latest 2018-11-09 18:12:23 +00:00
postgresql96-server postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
prometheus prometheus: updated to 2.10.0 2019-05-31 13:03:25 +00:00
pxtools Sort PLIST files. 2018-01-01 22:29:15 +00:00
py-alembic py-alembic: updated to 1.0.11 2019-07-03 20:24:24 +00:00
py-apsw py-apsw: updated to 3.28.0 2019-06-18 08:44:54 +00:00
py-asyncpg Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-barman py-barman: updated to 2.5 2019-01-04 22:20:41 +00:00
py-bsddb3 py-bsddb3: updated to 6.2.6 2018-07-14 18:45:51 +00:00
py-carbon Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-cassa Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-cassandra-driver py-cassandra-driver no longer supports Python 2.x, so simplify and mark it. 2018-12-27 16:02:22 +00:00
py-cdb fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
py-ckanclient fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
py-couchdb Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-cx_Oracle
py-datapkg Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-dbfread py-dbfread: better Makefile 2019-07-09 12:42:42 +00:00
py-elasticsearch databases/py-elasticsearch: Update to 6.2.0. 2018-04-06 15:59:56 +00:00
py-elixir Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
py-ldap py-ldap: updated to 3.2.0 2019-04-09 11:51:20 +00:00
py-ldap3 Remove unused patch 2019-04-09 12:06:43 +00:00
py-lmdb databases/py-lmdb: Import version 0.94 2018-07-04 05:18:06 +00:00
py-metakit fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
py-mongo py-mongo: updated to 3.7.2 2019-01-22 10:00:13 +00:00
py-mssql *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
py-multidict py-multidict: updated to 4.5.2 2018-11-28 14:37:50 +00:00
py-mysql-connector
py-mysqlclient py-mysqlclient: update to 1.3.13 2018-07-05 18:40:55 +00:00
py-mysqldb fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
py-orderedmultidict py-orderedmultidict: updated to 1.0.1 2019-07-12 18:53:58 +00:00
py-peewee py-peewee: updated to 3.10.0 2019-08-05 07:56:42 +00:00
py-pgnotify Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-PgSQL Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-pickleshare py-pickleshare: updated to 0.7.5 2018-10-03 11:10:13 +00:00
py-postgresql Update to PyGreSQL version 5.1 (commit on behalf of darcy@) 2019-05-21 19:46:39 +00:00
py-psycopg2 py-psycopg2: updated to 2.8.3 2019-06-14 04:51:43 +00:00
py-pymysql py-pymysql: updated to 0.9.3 2019-07-05 11:08:25 +00:00
py-python-sql py-python-sql: update to 0.9 2017-09-18 17:43:55 +00:00
py-redis py-redis: updated to 3.2.1 2019-04-02 08:31:48 +00:00
py-rrdtool rrdtool: updated to 1.7.2 2019-05-29 17:49:36 +00:00
py-sqlalchemy py-sqlalchemy: updated to 1.3.5 2019-07-03 20:19:11 +00:00
py-sqlalchemy-i18n Reset maintainer 2017-09-16 19:26:41 +00:00
py-sqlalchemy-migrate py-sqlalchemy-migrate: updated to 0.12.0 2019-02-20 15:58:24 +00:00
py-sqlalchemy-utils py-sqlalchemy-utils: updated to 0.34.0 2019-07-03 20:19:53 +00:00
py-sqlite Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-sqlite2 Use https for github. 2019-07-03 07:19:03 +00:00
py-sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
py-sqlparse py-sqlparse: updated to 0.3.0 2019-05-27 15:25:14 +00:00
py-sqlrelay *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
py-sqlsoup BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
py-sybase *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
py-table Omit mentions of python 34 and 35, after those were removed. 2019-04-26 13:13:41 +00:00
py-tokyocabinet fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
py-trytond-ldap-authentication Reset maintainer 2017-09-16 19:26:41 +00:00
py-unicodecsv The unicodecsv is a drop-in replacement for Python 2.7's csv module which 2017-08-21 15:44:40 +00:00
py-whisper py-whisper: updated to 1.1.4 2018-11-14 10:41:17 +00:00
qdbm Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
qdbm-cgi Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
qdbm-plus Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
qore-freetds-module *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
qore-mysql-module Updated databases/qore-mysql-module to version 2.0.2.1 . 2018-06-08 19:25:39 +00:00
qore-openldap-module Revbump after lang/qore module api update 2018-06-08 20:49:41 +00:00
qore-pgsql-module Updated databases/qore-pgsql-module to version 2.4.1 . 2018-06-08 19:04:49 +00:00
qore-sqlite3-module Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
quicklist Sort PLIST files. 2018-01-01 22:29:15 +00:00
R-RSQLite R-RSQLite: update to version 2.1.2. 2019-07-31 14:36:45 +00:00
R-sqldf R-sqldf: update to version 0.4.11. 2019-07-31 14:38:58 +00:00
rdb Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
redis redis: updated to 5.0.5 2019-05-19 07:56:38 +00:00
repmgr repmgr: updated to 4.4.0 2019-07-12 12:49:26 +00:00
rrdtool rrdtool: remove patch after update 2019-06-06 05:37:53 +00:00
rrdtool12 Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
ruby-activeldap databases/ruby-activeldap: update to 5.2.4 2019-05-06 05:08:07 +00:00
ruby-activerecord-odbc lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED 2018-03-18 14:21:19 +00:00
ruby-activerecord42 databases/ruby-activerecord42: update to 4.2.11.1 2019-04-14 10:13:03 +00:00
ruby-activerecord51 databases/ruby-activerecord51: update to 5.1.6.2 2019-04-14 10:23:49 +00:00
ruby-activerecord52 databases/ruby-activerecord52: update to 5.2.3 2019-04-14 10:33:31 +00:00
ruby-arel databases/ruby-arel: Update distinfo 2018-03-16 15:57:48 +00:00
ruby-arel-helpers databases/ruby-arel-helpers: update to 2.9.1 2019-07-13 16:04:05 +00:00
ruby-arel60 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-arel80 databases/ruby-arel80: add ruby-arel 8.0 as ruby-arel80 2018-03-13 16:43:03 +00:00
ruby-awesome_nested_set databases/ruby-awesome_nested_set: update to 3.1.4 2018-12-17 14:34:16 +00:00
ruby-data_objects Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-datamapper
ruby-dbd-mysql databases/ruby-dbd-mysql: update dependency 2017-09-18 02:38:04 +00:00
ruby-dbd-odbc
ruby-dbd-pg
ruby-dbd-sqlite
ruby-dbd-sqlite3
ruby-dbi
ruby-dm-adjust Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-aggregates Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-ar-finders Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-cli Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-constraints Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-core
ruby-dm-do-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-ferret-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-list Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-nested_set Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-remixable Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-searchable Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-state_machine Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-tree Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-is-versioned Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-migrations Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-mysql-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-observer Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-postgres-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-rest-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-serializer Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-sqlite-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-sweatshop Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-tags Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-timestamps Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-transactions Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-types Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-validations Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-dm-yaml-adapter Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-do_mysql Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-do_postgres Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-do_sqlite3 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
ruby-gdbm databases/ruby-gdbm: drop support for ruby23 2019-04-14 15:30:24 +00:00
ruby-hiera databases/ruby-hiera: update to 3.5.0 2019-07-13 15:59:26 +00:00
ruby-ldap Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-moneta databases/ruby-moneta: update to 1.1.1 2019-05-06 05:10:21 +00:00
ruby-mysql databases/ruby-mysql: udpate to 2.9.14 2017-09-18 02:48:08 +00:00
ruby-mysql2 databases/ruby-mysql2: update to 0.5.2 2018-09-23 13:53:18 +00:00
ruby-mysql28 databases/ruby-mysql28: Fix build problem on ruby24. 2017-10-13 16:07:51 +00:00
ruby-odbc databases/ruby-odbc: update to 0.99999 2018-05-05 14:14:35 +00:00
ruby-pg databases/ruby-pg: update to 1.1.4 2019-01-20 13:19:13 +00:00
ruby-pg_array_parser databases/ruby-pg_array_parser: Import version 0.0.9 2017-09-15 17:51:34 +00:00
ruby-postgres-pr
ruby-postgres_ext databases/ruby-postgres_ext: Import version 3.0.0 2017-09-26 16:25:55 +00:00
ruby-qdbm Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
ruby-rrdtool rrdtool: updated to 1.7.2 2019-05-29 17:49:36 +00:00
ruby-sequel databases/ruby-sequel: update to 5.22.0 2019-07-13 14:28:18 +00:00
ruby-sqlite Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-sqlite3 databases/ruby-sqlite3: update to 1.4.1 2019-05-06 05:16:04 +00:00
ruby-sqlrelay *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
ruby-tiny_tds *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
ruby-tokyocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
ruby-tokyotyrant Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
ruby-vapor
sdbm
shared-mime-info shared-mime-info: update to 1.10. 2018-08-16 12:45:23 +00:00
skytools fix some whitespace, mostly introduced in the previous 2019-04-26 14:12:31 +00:00
slony1 slony1: updated to 2.2.7 2018-08-21 06:19:15 +00:00
soci Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
sql-workbench Updated databases/sql-workbench to 124 2018-12-11 15:29:31 +00:00
sqlite Avoid a warning while generating config.h 2017-04-16 20:27:09 +00:00
sqlite3 sqlite3: updated to 3.29.0 2019-07-12 10:04:26 +00:00
sqlite3-docs sqlite3: updated to 3.29.0 2019-07-12 10:04:26 +00:00
sqlite3-tcl sqlite3: updated to 3.29.0 2019-07-12 10:04:26 +00:00
sqlitebrowser sqlitebrowser: remove lingering reference to qt4 and update HOMEPAGE 2019-07-30 11:24:26 +00:00
SQLiteCpp Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
sqliteman Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
sqlrelay *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
sqlrelay-freetds *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
sqlrelay-mysql *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
sqlrelay-nodejs *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
sqlrelay-odbc *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
sqlrelay-pgsql *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
sqlrelay-sqlite *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
sqsh *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
sqsh-motif
sqsh-x11
squirrelsql Cleanup: replace curly braces with parentheses. 2018-01-01 01:10:13 +00:00
tcl-fbsql
tcl-gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
tdb Add comment. 2019-06-22 12:52:44 +00:00
tinycdb
tokyocabinet Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
tokyotyrant Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
unixodbc all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
virtuoso *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
vsqlite++ Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
wiredtiger *: update email for fhajny 2018-12-15 21:12:18 +00:00
xsqlmenu
yap2lc Follow some redirects. 2017-09-06 09:02:59 +00:00
yasql Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
Makefile Add a package for py-dbfread-2.0.7. 2019-07-07 09:30:52 +00:00