pkgsrc/databases
adam d9556d1318 redis: updated to 6.0.4
Redis 6.0.4
===========

Upgrade urgency CRITICAL: this release fixes a severe replication bug.

Redis 6.0.4 fixes a critical replication bug caused by a new feature introduced
in Redis 6. The feature, called "meaningful offset" and strongly wanted by
myself (antirez) was an improvement that avoided that masters were no longer
able, during a failover where they were demoted to replicas, to partially
synchronize with the new master. In short the feature was able to avoid full
synchronizations with RDB. How did it work? By trimming the replication backlog
of the final "PING" commands the master was sending in the replication channel:
this way the replication offset would no longer go "after" the one of the
promoted replica, allowing the master to just continue in the same replication
history, receiving only a small data difference.

However after the introduction of the feature we (the Redis core team) quickly
understood there was something wrong: the apparently harmless feature had
many bugs, and the last bug we discovered, after a joined effort of multiple
people, we were not even able to fully understand after fixing it. Enough was
enough, we decided that the complexity cost of this feature was too high.
So Redis 6.0.4 removes the feature entirely, and fixes the data corruption that
it was able to cause.

However there are two facts to take in mind.

Fact 1: Setups using chained replication, that means that certain replicas
are replicating from other replicas, up to Redis 6.0.3 can experience data
corruption. For chained replication we mean that:

    +--------+          +---------+         +-------------+
    | master |--------->| replica |-------->| sub-replica |
    +--------+          +---------+         +-------------+


People using chained replication SHOULD UPGRADE ASAP away from Redis 6.0.0,
6.0.1, 6.0.2 or 6.0.3 to Redis 6.0.4.

To be clear, people NOT using this setup, but having just replicas attached
directly to the master, SHOUDL NOT BE in danger of any problem. But we
are no longer confident on 6.0.x replication implementation complexities
so we suggest to upgrade to 6.0.4 to everybody using an older 6.0.3 release.
We just so far didn't find any bug that affects Redis 6.0.3 that does not
involve chained replication.

People starting with Redis 6.0.4 are fine. People with Redis 5 are fine.
People upgrading from Redis 5 to Redis 6.0.4 are fine.
TLDR: The problem is with users of 6.0.0, 6.0.1, 6.0.2, 6.0.3.

Fact 2: Upgrading from Redis 6.0.x to Redis 6.0.4, IF AND ONLY IF you
use chained replication, requires some extra care:

1. Once you attach your new Redis 6.0.4 instance as a replica of the current
   Redis 6.0.x master, you should wait for the first full synchronization,
   then you should promote it right away, if your setup involves chained
   replication. Don't give it the time to do a new partial synchronization
   in the case the link between the master and the replica  will break in
   the mean time.

2. As an additional care, you may want to set the replication ping period
   to a very large value (for instance 1000000) using the following command:

       CONFIG SET repl-ping-replica-period 1000000

   Note that if you do "1" with care, "2" is not needed.
   However if you do it, make sure to later restore it to its default:

       CONFIG SET repl-ping-replica-period 10

So this is the main change in Redis 6. Later we'll find a different way in
order to achieve what we wanted to achieve with the Meaningful Offset feature,
but without the same complexity.

Other changes in this release:

* PSYNC2 tests improved.
* Fix a rare active defrag edge case bug leading to stagnation
* Fix Redis 6 asserting at startup in 32 bit systems.
* Redis 6 32 bit is now added back to our testing environments.
* Fix server crash for STRALGO command,
* Implement sendfile for RDB transfer.
* TLS fixes.
* Make replication more resistant by disconnecting the master if we
  detect a protocol error. Basically we no longer accept inline protocol
  from the master.
* Other improvements in the tests.
2020-05-28 12:02:44 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
apache-cassandra2 PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
cdb all: migrate homepages from http to https 2020-01-26 17:30: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 revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
csharp-mysql Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
cstore Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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 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 all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
deforaos-libdatabase Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
freetds revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
gdbm all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
gdbm_compat databases: align variable assignments 2019-11-02 15:37:59 +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 PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
go-etcd Revbump all Go packages after default version switch to 1.14. 2020-04-12 11:01:29 +00:00
go-ldap Revbump all Go packages after default version switch to 1.14. 2020-04-12 11:01:29 +00:00
go-sqlite3 adjust maintainer to my new login 2020-04-28 11:46:27 +00:00
go-tiedot adjust maintainer to my new login 2020-04-28 11:46:27 +00:00
gom databases/gom: import gom-0.4 2020-04-14 14:13:10 +00:00
gourmet librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gramps3 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gramps5 gramps5: fix startup 2020-03-18 20:54:33 +00:00
gtkdbfeditor librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gtksql
guile-pg *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
guile-sqlite3 adjust maintainer to my new login 2020-04-28 11:46:27 +00:00
hiredis hiredis: update to 0.14.1. 2020-03-22 18:20:11 +00:00
hsqldb18
idzebra Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
influxdb Revbump all Go packages after default version switch to 1.14. 2020-04-12 11:01:29 +00:00
innotop *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +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 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
kldap Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
kyotocabinet kyotocabinet: Update to 1.2.77 2020-02-26 15:59:05 +00:00
lbdb all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ldapvi *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ldb net/samba4 databases/ldb: updated to 4.12.3 2.1.3 2020-05-19 16:51:43 +00:00
leveldb leveldb: updated to 1.22 2019-06-05 13:22:04 +00:00
libcassandra Just use C++11 std::shared_ptr instead of boost variant as dependencies 2020-05-14 19:09:09 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
libgda *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libgda-mysql *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libgda-postgres *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libmongo-client *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
libpqxx PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
libtcd add libtcd version 2.2.7-r2: 2020-01-10 16:57:24 +00:00
libzdb Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
liquibase liquibase: update to 3.5.5 2018-09-01 17:57:17 +00:00
lmdb openldap: updated to 2.4.50 2020-04-29 07:31: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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
lua-sqlite
lua-sqlite3 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
lua-tokyocabinet databases: align variable assignments 2019-11-02 15:37:59 +00:00
mariadb-connector-c *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
mariadb55-client databases/mariadb55-client: remove no-op SUBST block 2020-05-13 05:13:26 +00:00
mariadb55-server databases/mariadb55-server: clean up REPLACE_PERL 2020-05-22 19:10:03 +00:00
metakit-lib databases: align variable assignments 2019-11-02 15:37:59 +00:00
mongo-c-driver *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
mongo-tools *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
mongodb revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
mongodb3 revbump after boost update 2020-05-06 14:04:05 +00:00
myodbc *: Remove references to mysql55 2020-05-23 13:08:51 +00:00
mysql-cluster databases: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:27:52 +00:00
mysql-connector-c++ GA 1.1.8: 2017-01-12 12:24:09 +00:00
mysql-workbench revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
mysql56-client databases/mysql56-client: allow no-op SUBST block 2020-05-12 19:44:27 +00:00
mysql56-server mysql56: updated to 5.6.47 2020-03-17 18:59:16 +00:00
mysql57-client mysql57-client: be more explicit about where libedit headers are 2020-05-11 21:25:02 +00:00
mysql57-server mysql57: updated to 5.7.30 2020-05-07 05:31:53 +00:00
mysqltuner Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mytop all: migrate homepages from http to https 2020-01-26 17:30:40 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +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.50 2020-04-29 07:31:52 +00:00
openldap-client openldap: updated to 2.4.49 2020-02-10 15:13:06 +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.50 2020-04-29 07:31:52 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-AddressBook Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-AnyEvent-BDB Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Apache-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-App-Sqitch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-BDB Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-BerkeleyDB (databases/p5-BerkeleyDB) Updated from 0.55 to 0.63 2019-11-02 13:31:51 +00:00
p5-Catalyst-Model-DBIC-Schema Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Catalyst-Model-RDBO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-Model-RDBO Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-CDB_File Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI-AbstractSearch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI-BaseDSN p5-Class-DBI-BaseDSN: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:34:28 +00:00
p5-Class-DBI-Pg Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI-Plugin Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Dancer-Plugin-DBIC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Data-Table Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DB_File Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DB_File-Lock Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-CSV Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-DB2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Google Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Mock p5-DBD-Mock: note p5-Module-Build-Tiny dependency 2019-09-14 19:58:30 +00:00
p5-DBD-mysql Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-ODBC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Oracle Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-PgPP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-postgresql p5-DBD-postgresql: updated to 3.9.1 2019-08-23 13:15:05 +00:00
p5-DBD-SQLite Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
p5-DBD-SQLite2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Sybase revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
p5-DBD-XBase Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBI Update to 1.643 2020-05-17 09:12:01 +00:00
p5-DBI-Shell Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBICx-Deploy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBICx-MapMaker Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBICx-Sugar Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBICx-TestDatabase Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIWrapper Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Abstract Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-Candy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Cursor-Cached Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-DigestColumns databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-DynamicDefault Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-EncodedColumn (databases/p5-DBIx-Class-EncodedColumn) Fix build (PERL5_MODULE_TYPE) and TEST_DEPENDS+= 2019-10-16 13:30:24 +00:00
p5-DBIx-Class-Fixtures databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-Helpers Update to 2.034000 2019-09-13 08:09:29 +00:00
p5-DBIx-Class-InflateColumn-FS databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-InflateColumn-IP databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-IntrospectableM2M Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Loader Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-RDBOHelpers Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Class-Schema-Loader databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-TimeStamp databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-UUIDColumns databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Class-Validation databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-DBIx-Connector Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-ContextualFetch Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Datasource Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-DBSchema Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Introspector Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-Schema Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBIx-SearchBuilder Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBM-Deep Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DublinCore-Record Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Fsdb all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
p5-gdbm perl5: updated to 5.30.1 2019-11-14 09:56:56 +00:00
p5-Ima-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Jifty-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MARC all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
p5-MARC-Record Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MARC-XML Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MLDBM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MLDBM-Serializer-JSON Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-MLDBM-Sync Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-Cassandra Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Net-FileMaker databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Net-MySQL databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-ORLite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ORLite-Migrate databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Palm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-Dia-SQL databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-perl-ldap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-postgresql Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-qdbm databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Redis Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DB databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Rose-DB-Object databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Rose-DBx-AutoReconnect Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DBx-Garden Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Rose-DBx-Garden-Catalyst databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Rose-DBx-Object-MoreHelpers databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Rose-DBx-TestDB databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-RRD-Simple librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
p5-Search-QueryParser databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-Search-QueryParser-SQL Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Sort-SQL databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-SQL-Abstract databases/p5-SQL-Abstract: remove nonexistent file 2020-03-22 21:01:08 +00:00
p5-SQL-Abstract-Limit Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SQL-ReservedWords Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SQL-Statement Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-SQL-Translator databases: align variable assignments 2019-11-02 15:37:59 +00:00
p5-sqlrelay revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
p5-sybperl revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
p5-Template-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Tie-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-tokyocabinet Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-tokyotyrant Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-YAML-MLDBM Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pg_repack *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
pgadmin3 Fix implicit casts so that switch cases can actually match. 2020-05-14 19:10:20 +00:00
pgbouncer all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
pgbuildfarm Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pgocaml Update databases/pgocaml to version 4.2. 2020-01-14 20:29:07 +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 pkgsrc: reset PKGREVISION after lang/php{56,70,71,72} update 2018-03-02 02:16:08 +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 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +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 Reset PKGREVISION after all lang/php* packages. 2016-11-12 15:42:51 +00:00
php-pdo_sqlite Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
php-pgsql Reset PKGREVISION after all lang/php* packages. 2016-11-12 15:42:51 +00:00
php-redis Update php-redis to 2.2.8. 2017-03-12 14:27:40 +00:00
php-redis3 php-redis3: update to 3.1.6 2019-09-10 13:26:15 +00:00
php-rrd librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
php-sqlite3 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
php-sqlrelay revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
phpldapadmin databases/phpldapadmin: remove nonexistent files from REPLACE_SH 2020-05-22 19:28:33 +00:00
phpmyadmin databases/phpmyadmin: remove nonexistent files from REPLACE_FILES.php 2020-05-22 19:26:38 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
postgres_exporter Revbump all Go packages after default version switch to 1.14. 2020-04-12 11:01:29 +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 *: Remove references to postgres 94 2020-05-23 15:30:27 +00:00
postgresql-redislog Don't depend on TRUE/FALSE, they are gone in newer PostgreSQL. 2019-12-19 22:11:27 +00:00
postgresql10 postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql10-client databases/postgresql: suppress USE_TOOLS+=perl warning 2020-05-13 04:58:21 +00:00
postgresql10-contrib databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql10-docs postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql10-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql10-plpython databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql10-pltcl databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql10-server postgresql10-server: fix PLIST 2020-05-15 20:45:36 +00:00
postgresql11 postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql11-client databases/postgresql: suppress USE_TOOLS+=perl warning 2020-05-13 04:58:21 +00:00
postgresql11-contrib databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql11-docs postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql11-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql11-plpython databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql11-pltcl databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql11-server postgresql11-server: fix PLIST 2020-05-15 20:31:41 +00:00
postgresql12 postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql12-client postgresql12-client: fix PLIST 2020-05-15 20:27:12 +00:00
postgresql12-contrib databases/postgresql12-contrib: suppress USE_TOOLS+=perl warning 2020-05-18 05:05:41 +00:00
postgresql12-docs postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql12-plperl postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql12-plpython databases/postgresql12-plpython: suppress USE_TOOLS+=perl warning 2020-05-18 05:06:19 +00:00
postgresql12-pltcl databases/postgresql12-pltcl: suppress USE_TOOLS+=perl warning 2020-05-18 05:07:00 +00:00
postgresql12-server postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql95 postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql95-client databases/postgresql: suppress USE_TOOLS+=perl warning 2020-05-13 04:58:21 +00:00
postgresql95-contrib databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql95-docs missing PLIST updates 2020-05-19 07:05:28 +00:00
postgresql95-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql95-plpython databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql95-pltcl databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql95-server missing PLIST updates 2020-05-19 07:05:28 +00:00
postgresql96 postgresqlNN: updated to 12.3, 11.8, 10.13, 9.6.18, and 9.5.22 2020-05-15 09:45:00 +00:00
postgresql96-client databases/postgresql: suppress USE_TOOLS+=perl warning 2020-05-13 04:58:21 +00:00
postgresql96-contrib databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql96-docs missing PLIST updates 2020-05-19 07:05:28 +00:00
postgresql96-plperl postgresqlNN: updated to 12.2, 11.7, 10.12, 9.6.17, 9.5.21, and 9.4.26 2020-02-14 17:06:40 +00:00
postgresql96-plpython databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql96-pltcl databases/postgresql*: suppress USE_TOOLS+=perl warning 2020-05-12 15:53:17 +00:00
postgresql96-server missing PLIST updates 2020-05-19 07:05:28 +00:00
prometheus prometheus: updated to 2.18.1 2020-05-26 15:30:49 +00:00
pxtools all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-aiosqlite py-aiosqlite: switch to distutils 2020-05-26 12:41:25 +00:00
py-alembic fix pytest versioned dep. 2020-05-16 09:03:22 +00:00
py-apsw Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
py-asyncpg py-asyncpg: updated to 0.20.1 2020-02-01 20:36:47 +00:00
py-barman *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
py-bsddb3 py-bsddb3: updated to 6.2.7 2020-02-13 08:35:18 +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: add build fixes 2020-03-27 16:34:57 +00:00
py-ldap3 py-ldap3: updated to 2.7 2020-03-07 12:16:20 +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.10.1 2020-01-29 13:08:35 +00:00
py-mssql revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
py-multidict py-multidict: updated to 4.7.6 2020-05-15 08:30:03 +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 *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +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.4 2019-10-21 11:31:22 +00:00
py-pymysql py-pymysql: updated to 0.9.3 2019-07-05 11:08:25 +00:00
py-pypika py-pypika: updated to 0.37.7 2020-05-27 08:00:33 +00:00
py-python-sql all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
py-redis fix pytest versioned dep. 2020-05-16 09:03:22 +00:00
py-rrdtool librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
py-sqlalchemy py-sqlalchemy: updated to 1.3.17 2020-05-18 10:43:21 +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.5 2020-05-18 10:45:19 +00:00
py-sqlite all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-sqlite2 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
py-sqlite3 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
py-sqlparse py-sqlparse: updated to 0.3.1 2020-03-02 10:28:26 +00:00
py-sqlrelay revbump after updating security/nettle 2020-05-22 10:55:42 +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 Re-depend on py-pypika as it has been imported 2020-05-23 20:01:55 +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.5 2019-08-11 18:08:01 +00:00
qdbm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
qdbm-cgi Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
qdbm-plus databases: align variable assignments 2019-11-02 15:37:59 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
quicklist Sort PLIST files. 2018-01-01 22:29:15 +00:00
R-RSQLite Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-sqldf Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
rdb Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
redis redis: updated to 6.0.4 2020-05-28 12:02:44 +00:00
repmgr repmgr: updated to 5.1.0 2020-05-19 12:48:12 +00:00
rrdtool databases/rrdtool: remove redundant SUBST block 2020-04-25 19:46:45 +00:00
rrdtool12 databases/rrdtool12: remove redundant SUBST block 2020-04-25 19:45:34 +00:00
ruby-activeldap (databases/ruby-activeldap) regen distinfo 2020-05-24 11:50:56 +00:00
ruby-activerecord-odbc Bump PKGREVISION 2020-03-20 15:08:08 +00:00
ruby-activerecord51 databases/ruby-activerecord51: update to 5.1.7 2020-03-20 15:29:23 +00:00
ruby-activerecord52 databases/ruby-activerecord52: update to 5.2.4.3 2020-05-19 15:38:35 +00:00
ruby-activerecord60 Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24. 2020-05-21 16:04:21 +00:00
ruby-arel databases/ruby-arel: Update distinfo 2018-03-16 15:57:48 +00:00
ruby-arel-helpers Bump PKGREVISION 2020-03-20 15:08:08 +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 Bump PKGREVISION 2020-03-20 15:08:08 +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 revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
ruby-gdbm remove ruby24 support. 2020-05-21 15:51:51 +00:00
ruby-hiera databases/ruby-hiera: update to 3.6.0 2019-10-23 16:09:16 +00:00
ruby-ldap *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ruby-moneta databases/ruby-moneta: update to 1.3.0 2020-05-02 13:16:52 +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 redundant SUBST block 2020-04-25 19:50:42 +00:00
ruby-rrdtool librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
ruby-sequel databases/ruby-sequel: update to 5.32.0 2020-05-02 13:22:00 +00:00
ruby-sqlite Comment out dead sites. 2017-09-04 18:00:49 +00:00
ruby-sqlite3 Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
ruby-sqlrelay revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
ruby-tiny_tds revbump after updating security/nettle 2020-05-22 10:55:42 +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 shared-mime-info: Fix POSIX shell portability issue 2020-03-13 15:12:41 +00:00
skytools Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
slony1 slony1: updated to 2.2.8 2019-09-02 09:04:05 +00:00
soci revbump after boost update 2020-05-06 14:04:05 +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.32.1 2020-05-26 12:50:52 +00:00
sqlite3-docs sqlite3: updated to 3.32.1 2020-05-26 12:50:52 +00:00
sqlite3-tcl sqlite3: updated to 3.32.1 2020-05-26 12:50:52 +00:00
sqlitebrowser Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
SQLiteCpp Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +00:00
sqlrelay *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
sqlrelay-freetds revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
sqlrelay-mysql revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
sqlrelay-nodejs revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
sqlrelay-odbc revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
sqlrelay-pgsql revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
sqlrelay-sqlite revbump after updating security/nettle 2020-05-22 10:55:42 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
unixodbc databases/unixodbc: skip check for unknown configure options 2020-05-13 03:27:27 +00:00
virtuoso revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
vsqlite++ Recursive revision bump after textproc/icu update 2020-04-12 08:27:48 +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 all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
Makefile py-pypika: added version 0.37.6 2020-05-23 20:00:45 +00:00