pkgsrc/databases
adam cc2de5d693 mongo-c-driver: updated to 1.16.1
mongo-c-driver 1.16.1

I'm pleased to announce version 1.16.1 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.

libbson
It is my pleasure to announce libbson 1.16.1.

Features:
Add bson_isspace, a safer isspace alternative.

libmongoc
It is my pleasure to announce the MongoDB C Driver 1.16.1.

Bug fixes:
Fix listed library dependency on mongoc_static target when building with libmongocrypt.
Replace a call of free to bson_free.
Vendor Sphinx basic theme and correctly list static files for docs.
Fix a compilation warning introduced in 1.16.0.


mongo-c-driver 1.16.0

I'm pleased to announce version 1.16.0 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.

libbson
It is my pleasure to announce libbson 1.16.0.

Bug fixes:
Fix crash if an empty BSON binary value is copied and then appended.
Fix out-of-bounds read when parsing JSON.
Fix out-of-bounds read when parsing base64.

libmongoc
It is my pleasure to announce the MongoDB C Driver 1.16.0.

Features:
Support Client-side Field Level Encryption.
Support ability to pass an index hint to update operations.
Add cmake export targets.

Bug fixes:
Fix a bug with Windows SSPI failing to authenticate with GSSAPI when using
pooled clients for certain operations.
Fix behavior for bulk writes that retry to keep track of the successful server.
Remove hard limit of 1024 characters for SRV response.
Fix racy crash when using client pool against a sharded cluster if a server is invalidated shortly before a new socket is opened against it.
Remove unnecessary library dependencies causing overlinking.
Ensure server proof has been validated during SCRAM conversation.


mongo-c-driver 1.15.3

I'm pleased to announce version 1.15.3 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.

libbson
It is my pleasure to announce libbson 1.15.3.
No changes since 1.15.2; release to keep pace with libmongoc's version.

libmongoc
It is my pleasure to announce the MongoDB C Driver 1.15.3.

Bug fixes:
* Fix a hang on macOS when connecting to a server over TLS
* Add zstd as a dependency when libmongoc static library is compiled with zstd support
* Fix compilation on AIX 6.1


mongo-c-driver 1.15.2

I'm pleased to announce version 1.15.2 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.

libbson
No changes since 1.15.1; release to keep pace with libmongoc's version.

libmongoc

Bug fixes:
Prevent mongoc_transaction_opts_set_max_commit_time_ms from applying to subsequent transactions that should be using the default.
Do not report the initial error if a retry for a change stream function (mongoc_collection_watch, mongoc_database_watch, or mongoc_client_watch) succeeds


mongo-c-driver 1.15.1

I'm pleased to announce version 1.15.1 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.

libbson
No change since 1.15.0; released to keep pace with libmongoc's version.

libmongoc
It is my pleasure to announce the MongoDB C Driver 1.15.1.

Bug fixes:
Fix change stream resume logic when no documents received
Reduce the required cmake version to build with zstd support
Minor fixes to mongos pinning logic
Do not resume a change stream on NonResumableChangeStreamError


mongo-c-driver 1.15.0

I'm pleased to announce version 1.15.0 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.

libbson
No change since 1.14.1; released to keep pace with libmongoc's version.

libmongoc
It is my pleasure to announce the MongoDB C Driver 1.15.0. This release adds
support for MongoDB 4.2 features.

Features:
Support for sharded transactions on MongoDB sharded clusters 4.2+.
Add convenient transaction runner (mongoc_client_session_with_transaction),
which accepts a callback and performs appropriate retry logic.
Add a new transaction option to specify maximum time to wait for a commit,
mongoc_transaction_opts_set_max_commit_time_ms.
Add URI option "retryReads=true" safely and automatically retries certain
read operations if the server is a MongoDB 3.6+. Note, this may require applications to adjust any custom retry logic to prevent inadvertently retrying for too long
Poll SRV records to mongos servers periodically.
Keep connections alive after a primary stepdown detected.
Standardizes URI options supported across all spec-compliant MongoDB drivers.
"retryWrites" URI option now defaults to true (requires crypto for session
support).
Send any aggregate with $out or $merge stage to a primary.
Add the ability to specify an aggregate pipeline as an update document.
Add a database aggregate helper, mongoc_database_aggregate.
Add option for change streams, "startAfter".
Add mongoc_change_stream_get_resume_token, which returns the resume token
which should be used to resume a change stream.
Add support for zstd compression.

Bug fixes:
Correctly report an error in mongoc_change_stream_next if the resume token
(_id) is not a document. Previously, an error was only reported if the
field was missing.
Fix mongoc_collection_update with MONGOC_UPDATE_MULTI_UPDATE,
mongoc_collection_remove, and mongoc_collection_delete when retryWrites
was enabled. They would fail previously.
Command options are now correctly taken into account when batching bulk
writes for OP_QUERY. It was possible to exceed the maximum document size
before.
Fix a crash if a multi-batch bulk write with OP_MSG errored on a batch.
2020-02-06 20:20:42 +00:00
..
abook all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
adodb all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
csharp-mysql csharp-mysql: Update to 8.0.19 2020-01-26 12:43:54 +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 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 revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +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 Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
gnats all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +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 go113 update. 2020-02-02 14:18:56 +00:00
go-ldap Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
go-sqlite3 Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
go-tiedot Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
gourmet all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
gq *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
gramps3 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
gtkdbfeditor *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gtksql
guile-pg all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
guile-sqlite3 guile-sqlite3: remove unnecessary LANGUAGES from Makefile. 2019-11-15 15:57:51 +00:00
hiredis hiredis: update to 0.14.0. 2019-11-26 12:43:42 +00:00
hsqldb18
idzebra *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
influxdb Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
innotop Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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
jdbc-postgresql94 databases: align variable assignments 2019-11-02 15:37:59 +00:00
kldap kldap: update to 19.12.1 2020-02-02 02:34:40 +00:00
kyotocabinet databases: align variable assignments 2019-11-02 15:37:59 +00:00
lbdb all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ldapvi *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ldb all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
leveldb leveldb: updated to 1.22 2019-06-05 13:22:04 +00:00
libcassandra *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
libgda *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
libgda-mysql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
libgda-postgres *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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
libtcd add libtcd version 2.2.7-r2: 2020-01-10 16:57:24 +00:00
libzdb all: migrate homepages from http to https 2020-01-26 17:30:40 +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 databases: align variable assignments 2019-11-02 15:37:59 +00:00
lua-tokyocabinet databases: align variable assignments 2019-11-02 15:37:59 +00:00
mariadb-connector-c *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
mariadb55-client *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
mariadb55-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +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.16.1 2020-02-06 20:20:42 +00:00
mongo-tools *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mongodb mongodb: ...and some patches 2020-02-01 20:01:16 +00:00
mongodb3 mongodb3: updated to 3.4.24 2020-02-01 20:05:54 +00:00
myodbc databases: align variable assignments 2019-11-02 15:37:59 +00:00
mysql-cluster *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
mysql-connector-c++
mysql-workbench *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mysql51-client databases/mysql51-client: Update DESCR with EOL date 2020-01-20 18:07:09 +00:00
mysql51-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
mysql55-client databases/mysql*: Update DESCR with EOL status 2020-01-20 17:15:02 +00:00
mysql55-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mysql56-client databases/mysql*: Update DESCR with EOL status 2020-01-20 17:15:02 +00:00
mysql56-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mysql57-client databases/mysql*: Update DESCR with EOL status 2020-01-20 17:15:02 +00:00
mysql57-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 Updated databases/ocaml-sqlite3 to version 5.0.1. 2020-01-31 11:57:04 +00:00
odbc-postgresql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
openldap all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
openldap-client *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
openldap-cloak *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
openldap-doc openldap: updated to 2.4.48 2019-08-03 06:46:52 +00:00
openldap-nops *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
openldap-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
openldap-smbk5pwd *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 Update to 1.64 2019-09-12 23:59:55 +00:00
p5-DBD-SQLite2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBD-Sybase *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
p5-DBD-XBase Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-DBI Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +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 databases: align variable assignments 2019-11-02 15:37:59 +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: align variable assignments 2019-11-02 15:37:59 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
p5-sybperl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 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 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pg_repack all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
pgadmin3 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
php-mssql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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
php-redis3 php-redis3: update to 3.1.6 2019-09-10 13:26:15 +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 revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
phpldapadmin all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
phpmyadmin phpmyadmin: update to 4.9.4 2020-01-21 09:50:58 +00:00
phppgadmin all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +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 for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
postgres_exporter Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +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 all: migrate homepages from http to https 2020-01-26 17:30:40 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql10-client *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
postgresql10-contrib *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql10-docs postgresqlNN: updated to 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 2019-11-19 05:54:51 +00:00
postgresql10-plperl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql10-plpython *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql10-pltcl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql10-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql11 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql11-client *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
postgresql11-contrib *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql11-docs postgresqlNN: updated to 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 2019-11-19 05:54:51 +00:00
postgresql11-plperl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql11-plpython *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql11-pltcl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql11-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql12 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql12-client *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
postgresql12-contrib *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql12-docs postgresqlNN: updated to 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 2019-11-19 05:54:51 +00:00
postgresql12-plperl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql12-plpython *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql12-pltcl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql12-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql94 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql94-client *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
postgresql94-contrib *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql94-docs postgresqlNN: updated to 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 2019-11-19 05:54:51 +00:00
postgresql94-plperl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql94-plpython *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql94-pltcl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql94-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql95 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql95-client *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
postgresql95-contrib *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql95-docs postgresqlNN: updated to 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 2019-11-19 05:54:51 +00:00
postgresql95-plperl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql95-plpython *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql95-pltcl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql95-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql96 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql96-client *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:47:57 +00:00
postgresql96-contrib *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql96-docs postgresqlNN: updated to 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 2019-11-19 05:54:51 +00:00
postgresql96-plperl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql96-plpython *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql96-pltcl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
postgresql96-server *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
prometheus Revbump all Go packages after go113 update. 2020-02-02 14:18:56 +00:00
pxtools all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-alembic py-alembic: updated to 1.3.1 2019-12-03 18:21:15 +00:00
py-apsw py-apsw: updated to 3.30.1 2019-11-06 15:46:51 +00:00
py-asyncpg py-asyncpg: updated to 0.20.1 2020-02-01 20:36:47 +00:00
py-barman all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-bsddb3 py-bsddb3: updated to 6.2.6 2018-07-14 18:45:51 +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 py-cassandra-driver no longer supports Python 2.x, so simplify and mark it. 2018-12-27 16:02:22 +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: align variable assignments 2019-11-02 15:37:59 +00:00
py-cx_Oracle all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
py-ldap3 py-ldap3: updated to 2.6.1 2019-09-06 06:02:53 +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 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
py-multidict py-multidict: updated to 4.7.4 2020-01-13 11:03:25 +00:00
py-mysql-connector
py-mysqlclient py-mysqlclient: updated to 1.4.6 2019-11-21 20:34:21 +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: updated to 3.13.1 2019-12-08 21:46:35 +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-python-sql all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
py-redis py-redis: updated to 3.4.1 2020-02-04 16:38:22 +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.13 2020-02-04 16:57:20 +00:00
py-sqlalchemy-i18n Reset maintainer 2017-09-16 19:26:41 +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.1 2020-02-04 17:04:15 +00:00
py-sqlite all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-sqlite2 Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-sqlite3 Always extract the full Python distfile for modules. 2020-01-08 13:44:41 +00:00
py-sqlparse py-sqlparse: updated to 0.3.0 2019-05-27 15:25:14 +00:00
py-sqlrelay *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
py-sqlsoup BUILD_DEPENDS+= -> TEST_DEPENDS+= 2018-08-20 22:36:20 +00:00
py-sybase all: migrate homepages from http to https 2020-01-26 17:30:40 +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-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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 for openssl 1.1.1. 2020-01-18 21:48:19 +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 5.0.7 2019-11-20 09:43:28 +00:00
repmgr repmgr: updated to 5.0.0 2019-10-26 23:39:04 +00:00
rrdtool databases: align variable assignments 2019-11-02 15:37:59 +00:00
rrdtool12 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ruby-activeldap all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +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.11.0 2020-01-18 15:09:14 +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.2.0 2020-01-18 15:11:40 +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 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.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.2.1 2020-01-16 15:09:40 +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: update to 1.2.2 2020-01-16 15:16:19 +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: update to 3.0.1 2020-01-16 15:17:32 +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.29.0 2020-02-05 14:40:29 +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.2 2020-01-16 15:20:19 +00:00
ruby-sqlrelay *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ruby-tiny_tds *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 Patch away a use of the non-standard == as operator for the test command. 2020-02-05 08:04:17 +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 all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +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.31.1 2020-01-29 08:33:12 +00:00
sqlite3-docs sqlite3: updated to 3.31.1 2020-01-29 08:33:12 +00:00
sqlite3-tcl sqlite3: updated to 3.31.1 2020-01-29 08:33:12 +00:00
sqlitebrowser *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
SQLiteCpp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:13 +00:00
sqlrelay all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
sqlrelay-freetds *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sqlrelay-mysql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sqlrelay-nodejs *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sqlrelay-odbc *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sqlrelay-pgsql *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sqlrelay-sqlite *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sqsh *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +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 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 all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
virtuoso *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
vsqlite++ Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
wiredtiger all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xsqlmenu
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 add libtcd 2020-01-10 16:57:48 +00:00