pkgsrc/databases
adam 2849e98f33 redis: updated to 6.0.10
Redis 6.0.10
============

Upgrade urgency MODERATE: several bugs with moderate impact are fixed,
Here is a comprehensive list of changes in this release compared to 6.0.9.

Command behavior changes:
* SWAPDB invalidates WATCHed keys
* SORT command behaves differently when used on a writable replica
* EXISTS should not alter LRU
  In Redis 5.0 and 6.0 it would have touched the LRU/LFU of the key.
* OBJECT should not reveal logically expired keys
  Will now behave the same TYPE or any other non-DEBUG command.
* GEORADIUS[BYMEMBER] can fail with -OOM if Redis is over the memory limit

Other behavior changes:
* Sentinel: Fix missing updates to the config file after SENTINEL SET command
* CONFIG REWRITE is atomic and safer, but requires write access to the config file's folder
  This change was already present in 6.0.9, but was missing from the release notes.

Bug fixes with compatibility implications (bugs introduced in Redis 6.0):
* Fix RDB CRC64 checksum on big-endian systems
  If you're using big-endian please consider the compatibility implications with
  RESTORE, replication and persistence.
* Fix wrong order of key/value in Lua's map response
  If your scripts use redis.setresp() or return a map (new in Redis 6.0), please
  consider the implications.

Bug fixes:
* Fix an issue where a forked process deletes the parent's pidfile
* Fix crashes when enabling io-threads-do-reads
* Fix a crash in redis-cli after executing cluster backup
* Handle output buffer limits for module blocked clients
  Could result in a module sending reply to a blocked client to go beyond the limit.
* Fix setproctitle related crashes.
  Caused various crashes on startup, mainly on Apple M1 chips or under instrumentation.
* Backup/restore cluster mode keys to slots map for repl-diskless-load=swapdb
  In cluster mode with repl-diskless-load, when loading failed, slot map wouldn't
  have been restored.
* Fix oom-score-adj-values range, and bug when used in config file
  Enabling setting this in the config file in a line after enabling it, would
  have been buggy.
* Reset average ttl when empty databases
  Just causing misleading metric in INFO
* Disable rehash when Redis has child process
  This could have caused excessive CoW during BGSAVE, replication or AOFRW.
* Further improved ACL algorithm for picking categories
  Output of ACL GETUSER is now more similar to the one provided by ACL SETUSER.
* Fix bug with module GIL being released prematurely
  Could in theory (and rarely) cause multi-threaded modules to corrupt memory.
* Reduce effect of client tracking causing feedback loop in key eviction
* Fix cluster access to unaligned memory (SIGBUS on old ARM)
* Fix saving of strings larger than 2GB into RDB files

Additional improvements:
* Avoid wasteful transient memory allocation in certain cases

Platform / toolchain support related improvements:
* Fix crash log registers output on ARM.
* Add a check for an ARM64 Linux kernel bug
  Due to the potential severity of this issue, Redis will print log warning on startup.
* Raspberry build fix.

New configuration options:
* oom-score-adj-values config can now take absolute values (besides relative ones)

Module related fixes:
* Moved RMAPI_FUNC_SUPPORTED so that it's usable
* Improve timer accuracy
* Allow '\0' inside of result of RM_CreateStringPrintf
2021-01-13 11:30:28 +00:00
..
abook all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
adodb *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
apache-cassandra Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
apache-cassandra2 apache-cassandra2: fix hard-coded /var, fix pkglint warnings 2020-07-27 17:21:40 +00:00
apache-solr Don't ${CHOWN} at do-install target to fix a build error. 2020-07-03 11:50:57 +00:00
cdb Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +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 revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
csharp-mysql *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
cstore *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
datadraw all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
db Use https for oracle.com. 2019-07-10 10:37:13 +00:00
db3 databases: align variable assignments 2019-11-02 15:37:59 +00:00
db4 db4: remove workaround for very old GCC 2020-12-20 16:44:17 +00:00
db5 db5: remove workaround for very old GCC 2020-12-20 16:42:45 +00:00
db6 db6: Update to 6.2.32 2020-06-29 13:24:54 +00:00
db18 databases/db18: import db18-18.1.40 2020-06-29 13:30:35 +00:00
dbfsak all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
deforaos-libdatabase *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
edb Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
elasticsearch g/c references to openjdk7 2020-05-17 00:54:00 +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-68.1 2020-11-05 09:07:25 +00:00
freetds revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
gdbm gdbm: update to 1.19. 2021-01-04 10:41:13 +00:00
gdbm_compat gdbm_compat: reset PKGREVISION after update 2020-08-24 07:59:26 +00:00
gdbm_primitive Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
geneweb databases: align variable assignments 2019-11-02 15:37:59 +00:00
gigabase Fix portability by explicit casts to resolve ambiguity. Don't 2020-03-20 20:45:46 +00:00
gnats databases/gnats: fix SUBST_FILES 2020-04-25 16:57:23 +00:00
gnome-mime-data *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
go-etcd Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-ldap Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-sqlite3 Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
go-tiedot Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
gom Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gourmet Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gramps3 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gramps5 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gtkdbfeditor *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gtksql
guile-pg guile-pg: Update to 0.49 2020-12-19 15:21:50 +00:00
guile-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
hiredis hiredis: update to 0.14.1. 2020-03-22 18:20:11 +00:00
hsqldb18
idzebra *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
influxdb Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
innotop *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
iodbc databases: align variable assignments 2019-11-02 15:37:59 +00:00
ipa_sdb all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
java-db3 Use https for oracle.com. 2019-07-10 10:37:13 +00:00
java-qdbm databases/java-qdbm: remove unknown configure option 2020-05-31 15:18:30 +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
kldap *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
kyotocabinet Normalize handling packages that require 64-bit atomic ops. 2020-12-31 20:04:11 +00:00
lbdb *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ldapvi *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ldb Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
leveldb leveldb: updated to 1.22 2019-06-05 13:22:04 +00:00
libcassandra *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
libdbh2 all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
libdbi all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
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-68.1 2020-11-05 09:07:25 +00:00
libgda *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
libgda-mysql *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libgda-postgres *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
libmongo-client *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
libpqxx Update libpqxx to 7.3.0 2021-01-07 16:29:30 +00:00
libtcd add libtcd version 2.2.7-r2: 2020-01-10 16:57:24 +00:00
libzdb *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
liquibase liquibase: update to 3.5.5 2018-09-01 17:57:17 +00:00
lmdb openldap: updated to 2.4.56 2020-11-11 09:22:26 +00:00
lua-dbi databases: Add lua-dbi 2020-07-09 16:12:57 +00:00
lua-dbi-mysql databases: Add lua-dbi 2020-07-09 16:12:57 +00:00
lua-dbi-postgresql databases: Add lua-dbi 2020-07-09 16:12:57 +00:00
lua-dbi-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lua-lsqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lua-sql-mysql Add 'lua' category to Lua modules. 2020-07-02 10:26:16 +00:00
lua-sql-postgres lua-sql-*: Fix all the module builds. 2018-10-26 11:11:33 +00:00
lua-sql-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lua-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
lua-tokyocabinet Add 'lua' category to Lua modules. 2020-07-02 10:26:16 +00:00
mariadb-connector-c *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
mariadb55-client *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mariadb55-server *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
metakit-lib databases: align variable assignments 2019-11-02 15:37:59 +00:00
mongo-c-driver mongo-c-driver: updated to 1.17.3 2020-12-03 11:34:39 +00:00
mongo-tools *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
mongodb *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
mongodb3 *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
myodbc myodbc: Update to 5.3.14 2021-01-11 05:49:29 +00:00
mysql-cluster Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mysql-connector-c++ GA 1.1.8: 2017-01-12 12:24:09 +00:00
mysql-workbench mysql-workbench: Disable gnome-keyring dependency in BROKEN package 2020-11-22 13:01:36 +00:00
mysql56-client Update MySQL 5.6 to 5.6.50. 2020-10-25 22:38:58 +00:00
mysql56-server Update MySQL 5.6 to 5.6.50. 2020-10-25 22:38:58 +00:00
mysql57-client *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
mysql57-server *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
mysqltuner *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mytop *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
nss-pgsql
nss_ldap Avoid complex version logic for obsolete NetBSD versions 2020-04-29 19:57:51 +00:00
ocaml-dbm databases: align variable assignments 2019-11-02 15:37:59 +00:00
ocaml-ldap all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
ocaml-macaque databases: align variable assignments 2019-11-02 15:37:59 +00:00
ocaml-mysql databases: align variable assignments 2019-11-02 15:37:59 +00:00
ocaml-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
odbc-postgresql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
openldap openldap: updated to 2.4.56 2020-11-11 09:22:26 +00:00
openldap-client openldap: updated to 2.4.51 2020-08-12 08:31:13 +00:00
openldap-cloak openldap-*: Remove mention of dso option, now default. 2020-04-03 10:58:39 +00:00
openldap-doc openldap: updated to 2.4.56 2020-11-11 09:22:26 +00:00
openldap-nops openldap-*: Remove mention of dso option, now default. 2020-04-03 10:58:39 +00:00
openldap-server openldap: updated to 2.4.50 2020-04-29 07:31:52 +00:00
openldap-smbk5pwd openldap-*: Remove mention of dso option, now default. 2020-04-03 10:58:39 +00:00
oraedit Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
p5-AddressBook *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-AnyEvent-BDB *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Apache-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-App-Sqitch *: remove p5-Term-ANSIColor, part of perl 2020-09-04 13:29:52 +00:00
p5-BDB *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-BerkeleyDB p5-BerkeleyDB: update to 0.64. 2020-09-20 07:06:17 +00:00
p5-Catalyst-Model-DBIC-Schema *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Catalyst-Model-RDBO *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-CatalystX-CRUD *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-CatalystX-CRUD-Model-RDBO *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-CDB_File *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Class-DBI *: remove p5-version, part of perl 2020-09-04 14:22:57 +00:00
p5-Class-DBI-AbstractSearch *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Class-DBI-BaseDSN *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Class-DBI-Pg *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Class-DBI-Plugin *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Dancer-Plugin-DBIC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Data-Table *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DB_File-Lock *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-CSV p5-DBD-CSV: update to 0.55. 2020-09-06 20:09:16 +00:00
p5-DBD-DB2 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-Google *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-Mock p5-DBD-Mock: update to 1.57. 2020-09-20 07:09:17 +00:00
p5-DBD-mysql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-ODBC p5-DBD-ODBC: update to 1.61. 2020-09-06 20:11:56 +00:00
p5-DBD-Oracle *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-PgPP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-postgresql p5-DBD-postgresql: update to 3.14.2. 2020-09-06 20:47:57 +00:00
p5-DBD-SQLite *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
p5-DBD-SQLite2 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-Sybase *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBD-XBase *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBI-Shell p5-DBI-Shell: update to 11.97. 2020-09-06 20:55:55 +00:00
p5-DBICx-Deploy *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBICx-MapMaker *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
p5-DBICx-Sugar *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
p5-DBICx-TestDatabase *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
p5-DBIWrapper *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Abstract *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class p5-DBIx-Class: update to 0.082842. 2020-09-06 21:27:04 +00:00
p5-DBIx-Class-Candy *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Cursor-Cached *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-DigestColumns *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-DynamicDefault *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-EncodedColumn *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Fixtures *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Helpers p5-DBIx-Class-Helpers: update to 2.036000. 2020-09-06 21:29:35 +00:00
p5-DBIx-Class-InflateColumn-FS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-InflateColumn-IP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-IntrospectableM2M *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Loader *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-RDBOHelpers *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Schema-Loader *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-TimeStamp *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-UUIDColumns *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Class-Validation *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Connector *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-ContextualFetch *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Datasource *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-DBSchema *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Introspector *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-Schema *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DBIx-SearchBuilder p5-DBIx-SearchBuilder: update to 1.68. 2020-09-06 21:30:58 +00:00
p5-DBM-Deep *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-DublinCore-Record *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Fsdb p5-Fsdb: update to 2.69. 2020-09-06 21:35:54 +00:00
p5-gdbm perl5: updated to 5.30.1 2019-11-14 09:56:56 +00:00
p5-Ima-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Jifty-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MARC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MARC-Record *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MARC-XML *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-MLDBM *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MLDBM-Serializer-JSON *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MLDBM-Sync *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-Cassandra *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-FileMaker *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Net-MySQL *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-ORLite *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-ORLite-Migrate *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Palm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Parse-Dia-SQL p5-Parse-Dia-SQL: update to 0.31. 2020-09-06 21:37:39 +00:00
p5-perl-ldap p5-perl-ldap: update to 0.66. 2020-09-06 22:13:14 +00:00
p5-postgresql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-qdbm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Redis p5-Redis: update to 1.998. 2020-09-06 21:40:30 +00:00
p5-Rose-DB p5-Rose-DB: update to 0.783. 2020-09-06 21:42:13 +00:00
p5-Rose-DB-Object p5-Rose-DB-Object: update to 0.819. 2020-09-06 21:43:49 +00:00
p5-Rose-DBx-AutoReconnect *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Rose-DBx-Garden *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Rose-DBx-Garden-Catalyst *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Rose-DBx-Object-MoreHelpers *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Rose-DBx-TestDB *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-RRD-Simple *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
p5-Search-QueryParser *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Search-QueryParser-SQL *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Sort-SQL *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-SQL-Abstract p5-SQL-Abstract: update to 1.87. 2020-09-06 22:02:06 +00:00
p5-SQL-Abstract-Classic p5-SQL-Abstract-Classic: make some TEST_DEPENDS DEPENDS. 2020-09-08 11:39:00 +00:00
p5-SQL-Abstract-Limit *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-SQL-ReservedWords *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-SQL-Statement *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-SQL-Translator p5-SQL-Translator: update to 1.62. 2020-09-20 07:15:22 +00:00
p5-sqlrelay *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-sybperl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Template-DBI *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Tie-DBI p5-Tie-DBI: update to 1.08. 2020-09-06 22:11:48 +00:00
p5-tokyocabinet *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-tokyotyrant *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-YAML-MLDBM *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
palm-db-tools Follow some redirects. 2017-09-03 08:53:04 +00:00
pear-DB databases/pear-DB: update to 1.10.0 2020-04-25 15:53:09 +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) set SUBST_NOOP_OK.(bash/sh)= yes 2020-09-27 14:23:54 +00:00
pg_repack Remove unsupported PG version 2020-06-01 22:17:34 +00:00
pgadmin3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pgbouncer all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
pgbuildfarm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pgocaml Updated databases/pgocaml to 4.2.2. 2020-12-10 09:47:57 +00:00
pgpool databases: align variable assignments 2019-11-02 15:37:59 +00:00
pgpool2 *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
pgtcl Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
pgtclng databases/pgtclng: fix pkglint warnings 2019-11-02 15:46:05 +00:00
php-dba database/php-dba: remove unknown configure option 2020-05-31 16:44:18 +00:00
php-dbx
php-ldap *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
php-mongo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
php-mongodb databases/php-mongodb: update to 1.9.0 2021-01-03 08:07:51 +00:00
php-mssql revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
php-mysql
php-mysqli
php-oci8 databases: align variable assignments 2019-11-02 15:37:59 +00:00
php-pdo databases/php-pdo: remove php55 case 2017-12-09 02:25:35 +00:00
php-pdo_dblib revbump after updating security/nettle 2020-05-22 10:55:42 +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-68.1 2020-11-05 09:07:25 +00:00
php-pgsql
php-redis Update php-redis to 2.2.8. 2017-03-12 14:27:40 +00:00
php-redis3 php-redis3: update to 3.1.6 2019-09-10 13:26:15 +00:00
php-rrd *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
php-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
php-sqlrelay Remove reference to php72. 2021-01-03 15:26:11 +00:00
phpldapadmin databases/phpldapadmin: remove nonexistent files from REPLACE_SH 2020-05-22 19:28:33 +00:00
phpmyadmin phpmyadmin: update to 4.9.7 2020-11-11 11:56:14 +00:00
phppgadmin databases/phppgadmin: remove nonexistent file from SUBST block 2020-05-22 19:30:16 +00:00
poco-data *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
poco-data-mysql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
poco-data-odbc *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
poco-data-sqlite *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
postgres_exporter Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
postgresql-pgroonga *: Remove references to postgres 94 2020-05-23 15:30:27 +00:00
postgresql-pljava *: Remove references to postgres 94 2020-05-23 15:30:27 +00:00
postgresql-postgis2 postgis: Revbump for geos update 2021-01-03 01:28:49 +00:00
postgresql-promscale_extension *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
postgresql-redislog Don't depend on TRUE/FALSE, they are gone in newer PostgreSQL. 2019-12-19 22:11:27 +00:00
postgresql-timescaledb postgresql-timescaledb: switch to USE_CMAKE; limit supported PostgreSQL versions 2020-10-27 12:12:09 +00:00
postgresql-wal2json databases: Add postgresql-wal2json 2.3 2020-12-05 09:04:58 +00:00
postgresql10 postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql10-client Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql10-contrib Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql10-docs postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql10-plperl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql10-plpython Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
postgresql10-pltcl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql10-server Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql11 postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql11-client Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql11-contrib Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql11-docs postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql11-plperl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql11-plpython Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
postgresql11-pltcl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql11-server Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql12 postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql12-client Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql12-contrib Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql12-docs postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql12-plperl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql12-plpython Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
postgresql12-pltcl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql12-server Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql13 postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql13-client Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql13-contrib Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql13-docs postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql13-plperl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql13-plpython Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
postgresql13-pltcl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql13-server Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql95 postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql95-client Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql95-contrib Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql95-docs postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql95-plperl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql95-plpython Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
postgresql95-pltcl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql95-server Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql96 postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql96-client Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql96-contrib Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql96-docs postgresql: updated to 13.1, 12.5, 11.10, 10.15, 9.6.20, and 9.5.24 2020-11-16 12:15:02 +00:00
postgresql96-plperl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql96-plpython Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
postgresql96-pltcl Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
postgresql96-server Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
prometheus prometheus: use LOCAL_PORTS distfile for React UI as suggested by @jperkin 2021-01-04 09:57:18 +00:00
promscale Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
pxtools all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-aiosqlite py-aiosqlite: updated to 0.16.0 2020-11-02 10:16:13 +00:00
py-alembic py-alembic: updated to 1.4.3 2020-10-15 13:53:46 +00:00
py-ana py-ana: Nothing stopping this from working with py38/etc 2020-12-30 09:30:10 +00:00
py-apsw py-apsw: updated to 3.34.0 2021-01-03 21:42:16 +00:00
py-asyncpg py-asyncpg: updated to 0.21.0 2020-08-10 06:11:17 +00:00
py-barman py-barman: Update to 2.11. 2020-08-26 10:20:19 +00:00
py-bsddb3 py-bsddb3: updated to 6.2.9 2020-11-27 09:04:31 +00:00
py-carbon databases: align variable assignments 2019-11-02 15:37:59 +00:00
py-cassa databases: align variable assignments 2019-11-02 15:37:59 +00:00
py-cassandra-driver *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
py-cdb Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-ckanclient Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-couchdb databases/py-couchdb: remove nonexistent files from REPLACE_PYTHON 2020-05-25 05:21:08 +00:00
py-cx_Oracle *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
py-datapkg databases: align variable assignments 2019-11-02 15:37:59 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
py-gdbm Always extract the full Python distfile for modules. 2020-01-08 13:44:41 +00:00
py-ldap py-ldap: Require a version of openldap-client that has openldap.h 2021-01-13 09:55:42 +00:00
py-ldap3 py-ldap3: updated to 2.8.1 2020-09-07 09:31:12 +00:00
py-lmdb databases/py-lmdb: Import version 0.94 2018-07-04 05:18:06 +00:00
py-metakit databases: align variable assignments 2019-11-02 15:37:59 +00:00
py-mongo py-mongo: updated to 3.11.2 2020-12-09 09:46:11 +00:00
py-mssql revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
py-multidict py-multidict: updated to 5.1.0 2020-12-07 15:49:30 +00:00
py-mysql-connector
py-mysqlclient fix pytest versioned dep. 2020-05-16 09:03:22 +00:00
py-mysqldb Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-orderedmultidict py-orderedmultidict: updated to 1.0.1 2019-07-12 18:53:58 +00:00
py-peewee py-peewee: fix building with Python 3.9 2020-12-23 08:07:59 +00:00
py-pgnotify Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-PgSQL all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +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.6 2020-10-30 09:54:06 +00:00
py-pymysql py-pymysql: updated to 0.10.1 2020-11-21 22:22:35 +00:00
py-pypika py-pypika: updated to 0.44.1 2020-12-06 10:47:40 +00:00
py-python-sql all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
py-redis py-redis: updated to 3.5.3 2020-06-08 12:51:59 +00:00
py-rrdtool *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
py-sqlalchemy py-sqlalchemy: updated to 1.3.21 2020-12-18 08:19:28 +00:00
py-sqlalchemy-i18n pytest from versioned depends 2020-05-18 10:45:44 +00:00
py-sqlalchemy-migrate py-sqlalchemy-migrate: updated to 0.13.0 2019-12-03 18:23:01 +00:00
py-sqlalchemy-utils py-sqlalchemy-utils: updated to 0.36.8 2020-08-06 14:26:54 +00:00
py-sqlite2 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
py-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
py-sqlparse py-sqlparse: updated to 0.3.1 2020-03-02 10:28:26 +00:00
py-sqlrelay *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
py-sqlsoup BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
py-sybase revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
py-table all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
py-tokyocabinet Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-tortoise-orm py-tortoise-orm: updated to 0.16.19 2021-01-03 09:57:40 +00:00
py-trytond-ldap-authentication all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +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.7 2020-12-06 11:21:02 +00:00
qdbm databases/qdbm: fix default value for GNU_CONFIGURE_PTHREAD 2020-05-31 16:38:00 +00:00
qdbm-cgi databases/qdbm-cgi: remove unknown configure option 2020-05-31 17:07:59 +00:00
qdbm-plus databases/qdbm-plus: remove unknown configure option 2020-05-31 17:09:16 +00:00
qore-freetds-module revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
qore-mysql-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
qore-openldap-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
qore-pgsql-module *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
qore-sqlite3-module *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
quicklist Sort PLIST files. 2018-01-01 22:29:15 +00:00
R-RSQLite (databases/R-RSQLite) Updated 2.1.2 to 2.2.0. make test fails for missing TEST_DEPENDS. 2020-09-20 14:34:25 +00:00
R-sqldf Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
rdb *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
redis redis: updated to 6.0.10 2021-01-13 11:30:28 +00:00
repmgr repmgr: updated to 5.2.1 2020-12-08 16:38:26 +00:00
rrdtool *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
rrdtool12 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ruby-activeldap databases/ruby-activeldap: update to 6.1.0 2021-01-10 14:07:07 +00:00
ruby-activerecord-odbc Bump PKGREVISION 2020-03-20 15:08:08 +00:00
ruby-activerecord52 www/ruby-rails52: update to 5.2.4.4 2020-09-10 14:13:11 +00:00
ruby-activerecord60 www/ruby-rails60: update to 6.0.3.4 2020-10-19 14:50:30 +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.12.0 2021-01-10 14:12:20 +00:00
ruby-awesome_nested_set databases/ruby-awesome_nested_set: update to 3.3.1 2021-01-10 14:15:29 +00:00
ruby-data_objects Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-datamapper all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
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-68.1 2020-11-05 09:07:25 +00:00
ruby-gdbm Remove extra RUBY_VERSIONS_ACCEPTED. 2020-12-28 08:20:47 +00:00
ruby-hiera databases/ruby-hiera: update to 3.6.0 2019-10-23 16:09:16 +00:00
ruby-ldap databases/ruby-ldap: update to 0.9.20 2020-09-13 15:11:07 +00:00
ruby-moneta databases/ruby-moneta: update to 1.4.1 2021-01-10 14:27:25 +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.3 2020-01-16 15:14:56 +00:00
ruby-mysql28 databases/ruby-mysql28: Fix build problem on ruby24. 2017-10-13 16:07:51 +00:00
ruby-odbc databases: align variable assignments 2019-11-02 15:37:59 +00:00
ruby-pg databases/ruby-pg: commit forgotten files 2020-03-27 06:08:58 +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-qdbm databases/ruby-qdbm: remove unknown configure option 2020-05-31 17:15:33 +00:00
ruby-rrdtool *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
ruby-sequel databases/ruby-sequel: update to 5.40.0 2021-01-10 14:28:46 +00:00
ruby-sqlite Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-sqlite3 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
ruby-sqlrelay *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ruby-tiny_tds databases/ruby-tiny_tds: update to 2.1.3 2020-10-19 15:14:37 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
sdbm
shared-mime-info *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
skytools Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
slony1 slony1: updated to 2.2.10 2020-12-07 15:51:38 +00:00
soci *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
sql-workbench databases: align variable assignments 2019-11-02 15:37:59 +00:00
sqlite all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sqlite3 sqlite3: updated to 3.34.0 2020-12-02 07:57:19 +00:00
sqlite3-docs sqlite3: updated to 3.34.0 2020-12-02 07:57:19 +00:00
sqlite3-tcl sqlite3: updated to 3.34.0 2020-12-02 07:57:19 +00:00
sqlitebrowser *: Recursive revbump from audio/pulseaudio-14.0 2021-01-01 09:52:09 +00:00
SQLiteCpp *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
sqlrelay *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sqlrelay-freetds *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sqlrelay-mysql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sqlrelay-nodejs revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
sqlrelay-odbc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sqlrelay-pgsql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sqlrelay-sqlite *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
sqsh revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
sqsh-motif Fix options framework abuse by sqsh*. 2016-12-30 13:33:44 +00:00
sqsh-x11 Fix options framework abuse by sqsh*. 2016-12-30 13:33:44 +00:00
squirrelsql 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 Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
tinycdb all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tokyocabinet databases: align variable assignments 2019-11-02 15:37:59 +00:00
tokyotyrant tokyotyrant: fix unportable test(1) operator. 2020-08-17 20:14:55 +00:00
unixodbc unixodbc: updated to 2.3.9 2020-09-14 17:46:39 +00:00
virtuoso Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
vsqlite++ *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
wiredtiger *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
xsqlmenu Use non-ancient connect interface 2020-05-09 15:19:32 +00:00
yap2lc Follow some redirects. 2017-09-06 09:02:59 +00:00
yasql *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
Makefile databases: Add postgresql-wal2json 2.3 2020-12-05 09:04:58 +00:00