pkgsrc/databases
prlw1 7f99dc7fbc Update libpqx to 7.7.4
You now have three basic ways to query data, all through methods on your transaction object:

 - "query" methods execute the query, load the full result set,
    and then let you iterate the rows. They convert each row to a
   tuple of values of your chosen types.

 - "stream" methods do the same thing, except they run the query
   in a different way that's slower to start up, but starts giving
   you rows right away without waiting for the full result to come
   in. The rows also come in faster.

 - "exec" methods execute the query, load the full result set,
   and return a pqxx::result object. It contains both the result
   data and metadata such as how many rows there are in the result.

Highlights:
 - Build docs in `doc/html/`, no longer in `doc/html/Reference/`.
 - New `result::for_stream()`: simple iteration and conversion of rows.
 - New `transaction_base::for_query()` is similar, but non-streaming. (#580)
 - Query data and iterate directly as client-side types: `query()`. (#580)
 - New ways to query a single row!  `query01()` and `query1()`. (#580)
 - We now have 3 kinds of execution: "exec", "query", and "stream" functions.
 - Use C++23 `std::unreachable()` where available.
 - New class, `connecting` for nonblocking connection to the database.  (#487)
 - New class, `range` for SQL range types.  (#490)
 - Support `result::at(row_num, col_num)`.
 - Support `result[row_num, col_num]` if the compiler allows it.
 - `result::iter()` return value now keeps its `result` alive.
 - Add C++20 concepts: `binary`, `char_string`, `char_strings`.
 - New helper: `pqxx::value_type<CONTAINER>`.
 - New helper: `pqxx::binary_cast`. (#450)
 - Helper for generating parameter placeholders `$1`, `$2`, etc.  (#443)
 - Now requires `std::variant` support!  No longer works with gcc7.
 - New `blob::read()` using `std::span`.  (#429)
 - New, simpler API for large objects: `blob` ("binary large object").

For full changelog, see https://github.com/jtv/libpqxx/blob/7.7.4/NEWS
2022-12-29 22:24:48 +00:00
..
abook databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
adodb databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
apache-cassandra *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
apache-cassandra2 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
apache-solr (databases/apache-solr) Add REPLACE_BASH for solr-exporter 2022-03-25 15:16:25 +00:00
cdb databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
clisp-bdb databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
clisp-gdbm databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
clisp-pgsql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
couchdb couchdb: remove unrecognized configure argument 2022-12-14 23:46:59 +00:00
csharp-mysql massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
cstore *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
datadraw databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
db databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
db3 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
db4 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
db5 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
db6 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
db18 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
dbfsak databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
deforaos-libdatabase massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
edb databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
elasticsearch revbump for icu and libffi 2021-12-08 16:01:42 +00:00
erlang-eredis erlang-eredis: Update to 1.2.0 2022-10-15 17:49:34 +00:00
erlang-p1_mysql erlang-p1_mysql: Update to 1.0.20 2022-10-14 19:18:11 +00:00
erlang-p1_pgsql erlang-p1_pgsql: Update to 1.1.19 2022-10-14 19:22:11 +00:00
erlang-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
freetds *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
gdbm gdbm: update to 1.23. 2022-02-15 09:26:46 +00:00
gdbm_compat gdbm_compat: reset PKGREVISION after update 2020-08-24 07:59:26 +00:00
gdbm_primitive databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
geneweb Recursive revbump associated with update of ocaml. 2022-05-24 18:51:47 +00:00
gigabase databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
gnats databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
gnome-mime-data *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
go-ldap Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
gobang massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
gom massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
gourmet gourmet: Use PKGLOCALEDIR. 2022-12-13 13:19:33 +00:00
gramps5 *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
gtkdbfeditor massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
guile-pg *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
guile-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
hiredis hiredis: updated to 1.1.0 2022-11-25 10:40:35 +00:00
hs-direct-sqlite massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
hs-sqlite-simple massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
hsqldb18 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
idzebra massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
influxdb Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
innotop *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
iodbc databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ipa_sdb databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
java-db3 java-db3: Require an older Java VM than 11 to build 2022-05-05 13:14:21 +00:00
java-qdbm java-qdbm: restrict acceptable java vms 2022-12-15 07:12:55 +00:00
java-tokyocabinet java-tokyocabinet: require a slightly older JVM for 1.4 compat 2022-04-02 11:51:21 +00:00
jdbc-mysql5 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
jdbc-mysql31 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
jdbc-mysql51 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
kldap massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
kyotocabinet databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
lbdb *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ldapvi revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ldb ldb: requires tevent>=0.13.0 2022-11-21 20:47:46 +00:00
leveldb leveldb: updated to 1.23 2022-08-05 13:02:02 +00:00
libcassandra *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
libdbh2 *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
libdbi databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
libdbi-driver-mysql
libdbi-driver-pgsql
libdbi-driver-sqlite
libdbi-driver-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
libgda massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
libgda-mysql massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
libgda-postgres massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
libmongo-client revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libpqxx Update libpqx to 7.7.4 2022-12-29 22:24:48 +00:00
libtcd databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
libzdb massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
liquibase databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
lmdb lmdb: sync distinfo with openldap 2022-07-17 02:33:16 +00:00
lua-dbi databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
lua-dbi-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
lua-dbi-postgresql
lua-dbi-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
lua-ldap lua-ldap: import version 1.3.0 2022-05-08 22:47:16 +00:00
lua-lsqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
lua-sql-mysql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
lua-sql-postgres
lua-sql-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
lua-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
lua-tokyocabinet databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
mariadb104-client *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
mariadb104-server massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
mariadb105-client mariadb105: update to 10.5.18 2022-11-27 23:34:48 +00:00
mariadb105-server mariadb105-server: fix PLIST after update 2022-12-15 09:18:20 +00:00
mariadb106-client mariadb106: Since upstream's attempt to detect alloca.h without 2022-12-28 09:15:17 +00:00
mariadb106-server mariadb106: Update to 10.6.11 2022-11-27 20:05:52 +00:00
metakit-lib databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
mongo-c-driver massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
mongo-tools databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
mongodb massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
mongodb3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
myodbc myodbc: update to 8.0.31. 2022-12-25 08:22:26 +00:00
mysql-connector-c++ databases/mysql-connector-c++: use mk/atomic64.mk. 2022-12-08 19:42:17 +00:00
mysql-workbench massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
mysql56-client *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mysql56-server mysql56-server: note this version is EOL 2021-09-09 00:42:04 +00:00
mysql57-client mysql57: updated to 5.7.40 2022-10-30 12:53:55 +00:00
mysql57-server mysql57: updated to 5.7.40 2022-10-30 12:53:55 +00:00
mysql75-cluster mysql75-cluster: use mk/atomic64.mk. Fixes powerpc build issue. 2022-12-08 19:02:32 +00:00
mysql80-client mysql80-client: add CHECK_PORTABILITY_SKIP 2022-12-25 00:27:26 +00:00
mysql80-server mysql80-server: needs at least a GCC that has <charconv> 2022-12-02 14:50:45 +00:00
mysqld_exporter Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
mysqltuner *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mytop *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
nss-pgsql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
nss_ldap databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ocaml-dbm Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-ldap Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-mysql Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages 2022-05-24 18:59:20 +00:00
ocaml-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
ocsipersist Fixed PLIST for databases/ocsipersist 2022-06-03 12:24:34 +00:00
odbc-postgresql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
openldap openldap: fix typo in comment 2022-07-17 02:34:24 +00:00
openldap-client openldap: updated to 2.6.0 2021-12-01 12:13:53 +00:00
openldap-cloak openldap: updated to 2.5.7 2021-08-23 09:58:57 +00:00
openldap-doc openldap: updated to 2.6.3 2022-07-15 07:19:59 +00:00
openldap-extra-schemas openldap-extra-schemas: import version 4.3 2022-04-16 02:48:41 +00:00
openldap-nops openldap: updated to 2.5.7 2021-08-23 09:58:57 +00:00
openldap-server openldap: updated to 2.6.3 2022-07-15 07:19:59 +00:00
openldap-smbk5pwd openldap: updated to 2.6.0 2021-12-01 12:13:53 +00:00
oraedit *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
p5-AddressBook *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-AnyEvent-BDB *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Apache-DBI *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-App-Sqitch Update to 1.3.1. From the changelog: 2022-10-02 23:51:05 +00:00
p5-BDB *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-BerkeleyDB p5-BerkeleyDB: update to 0.65. 2022-08-18 11:14:33 +00:00
p5-Catalyst-Model-DBIC-Schema *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Catalyst-Model-RDBO *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-CatalystX-CRUD *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-CatalystX-CRUD-Model-RDBO *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-CDB_File *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Class-DBI *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Class-DBI-AbstractSearch *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Class-DBI-BaseDSN *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Class-DBI-Pg *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Class-DBI-Plugin *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Dancer-Plugin-DBIC *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Data-Table *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DB_File-Lock *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-CSV Update to 0.59 2022-10-01 00:44:50 +00:00
p5-DBD-DB2 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-MariaDB *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-Mock *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-mysql *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-ODBC *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-Oracle *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-PgPP *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-postgresql *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-SQLite massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
p5-DBD-SQLite2 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBD-Sybase *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
p5-DBD-XBase *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBI *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBI-Shell *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBICx-Deploy *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBICx-MapMaker *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBICx-Sugar *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBICx-TestDatabase *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIWrapper *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Abstract *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class Update to 0.082843 2022-11-06 10:45:35 +00:00
p5-DBIx-Class-Candy *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-Cursor-Cached *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-DigestColumns *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-DynamicDefault *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-EncodedColumn *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-Fixtures *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-Helpers *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-InflateColumn-FS *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-InflateColumn-IP *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-IntrospectableM2M *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-Loader *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-RDBOHelpers *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-Schema-Loader *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-TimeStamp *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-UUIDColumns *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Class-Validation *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Connector *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-ContextualFetch *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Datasource *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-DBSchema *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Introspector *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-Schema *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DBIx-SearchBuilder p5-DBIx-SearchBuilder: update to 1.71 2022-08-21 20:38:27 +00:00
p5-DBM-Deep *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-DublinCore-Record *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Fsdb *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-gdbm perl5: update to 5.34.1 2022-04-01 16:39:12 +00:00
p5-Ima-DBI *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Jifty-DBI *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MARC *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MARC-Record *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MARC-XML *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MLDBM *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MLDBM-Serializer-JSON *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MLDBM-Sync *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-Cassandra *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-FileMaker *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-MySQL *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-ORLite *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-ORLite-Migrate *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Palm *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Parse-Dia-SQL *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-perl-ldap *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-pgFormatter *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-postgresql *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-qdbm *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Redis *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Rose-DB *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Rose-DB-Object Updated databases/p5-Rose-DB-Object to 0.820 2022-09-19 16:17:20 +00:00
p5-Rose-DBx-AutoReconnect *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Rose-DBx-Garden *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Rose-DBx-Garden-Catalyst *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Rose-DBx-Object-MoreHelpers *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Rose-DBx-TestDB *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-RRD-Simple massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
p5-Search-QueryParser *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Search-QueryParser-SQL *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Sort-SQL *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-SQL-Abstract *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-SQL-Abstract-Classic *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-SQL-Abstract-Limit *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-SQL-ReservedWords *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-SQL-Statement *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-SQL-Translator *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-sqlrelay sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
p5-sybperl *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
p5-Template-DBI *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Tie-DBI *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-tokyocabinet *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-tokyotyrant *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-YAML-MLDBM *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
palm-db-tools databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
pear-DB databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
pear-MDB2 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
pear-MDB2_Driver_mysql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
pear-MDB2_Driver_mysqli databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
pear-MDB2_Driver_pgsql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
percona-toolkit *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
pg_repack *: remove some references to postgresql 9.6 2022-04-25 06:25:43 +00:00
pgadmin3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
pgbouncer databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
pgbuildfarm *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
pgocaml Fixed dependencies for databases/pgocaml. Revbump. 2022-06-03 13:17:35 +00:00
pgpool databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
pgpool2 *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
pgtcl pgtcl: Honor LDFLAGS, fixes RELRO build. 2022-09-18 12:57:40 +00:00
pgtclng pgtclng: Fix RELRO builds 2022-09-18 13:03:11 +00:00
php-dba
php-dbx databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
php-ldap
php-mongo databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
php-mongodb php-mongodb: mark as not supporting php 8.1 and 8.2 2022-12-15 00:02:24 +00:00
php-mssql *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
php-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
php-mysqli php-mysqli: enable mysqlnd by default 2021-07-02 15:19:30 +00:00
php-oci8
php-pdo
php-pdo_dblib *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
php-pdo_mysql php-pdo_mysql: enable mysqlnd 2021-07-02 15:21:35 +00:00
php-pdo_odbc
php-pdo_pgsql
php-pdo_sqlite massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
php-pgsql
php-redis databases/php-redis: update to 2022-02-20 13:35:28 +00:00
php-redis4 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
php-rrd massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
php-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
php-sqlrelay sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
phpldapadmin phpldapadmin: package version 1.2.6.3 2022-04-16 03:11:28 +00:00
phpmyadmin phpmyadmin: update to 4.9.10 2022-04-22 18:06:05 +00:00
phpmyadmin5 don't manually depend on php-json when using php/json.mk 2022-04-23 11:04:50 +00:00
phppgadmin databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
poco-data
poco-data-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
poco-data-odbc
poco-data-sqlite massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgres_exporter Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
postgresql-pgroonga postgreql-pgroonga: not for PG 10 2022-08-15 22:17:24 +00:00
postgresql-pljava postgresql-pljava: mark as BROKEN 2022-12-11 09:24:41 +00:00
postgresql-postgis2 geography/proj: recursive revbump 2022-11-27 13:55:49 +00:00
postgresql-promscale_extension massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql-redislog postgresql-redislog: mark as not supporting postgresql 15 2022-12-11 09:19:11 +00:00
postgresql-timescaledb postgresql-timescaledb: update to 2.8.1 2022-10-29 15:26:55 +00:00
postgresql-wal2json postgresql-wal2json: update to 2.5. 2022-12-11 09:27:44 +00:00
postgresql10 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql10-client massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql10-contrib massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql10-docs massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql10-plperl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql10-plpython massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql10-pltcl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql10-server massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql11 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql11-client massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql11-contrib massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql11-docs massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql11-plperl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql11-plpython massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql11-pltcl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql11-server massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql12 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql12-client massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql12-contrib massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql12-docs massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql12-plperl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql12-plpython massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql12-pltcl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql12-server massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql13 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql13-client massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql13-contrib massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql13-docs massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql13-plperl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql13-plpython massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql13-pltcl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql13-server massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql14 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql14-client massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql14-contrib massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql14-docs massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql14-plperl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql14-plpython massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql14-pltcl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql14-server massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql15 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql15-client massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql15-contrib postgresql15-contrib: fix PLIST for llvm option 2022-12-02 09:34:25 +00:00
postgresql15-docs massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql15-plperl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql15-plpython massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql15-pltcl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postgresql15-server postgresql15-server: fix PLIST for llvm option 2022-12-02 09:30:31 +00:00
prometheus Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
promscale Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
pxtools databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
py-aiosqlite py-aiosqlite: convert to egg.mk 2022-01-10 22:03:45 +00:00
py-alembic py-alembic: updated to 1.7.7 2022-04-29 13:27:48 +00:00
py-ana py-ana: convert to egg.mk 2022-01-10 20:57:05 +00:00
py-apsw py-apsw: updated to 3.40.0.0 2022-11-28 09:18:54 +00:00
py-asyncpg py-asyncpg: updated to 0.27.0 2022-11-08 11:43:59 +00:00
py-barman py-barman: restrict to python 3 2022-09-11 17:08:49 +00:00
py-bsddb3 *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-cassa py-cassa: convert to egg.mk 2022-01-22 15:41:19 +00:00
py-cassandra-driver *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-cdb *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-ckanclient *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-cx_Oracle Reset MAINTAINER 2022-11-09 13:14:06 +00:00
py-datapkg *: set USE_PKG_RESOURCES for some more packages 2022-01-05 20:07:10 +00:00
py-dbf py-dbf: updated to 0.99.3 2022-12-28 19:16:24 +00:00
py-dbfread *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-elastic-transport py-elastic-transport: added version 8.4.0 2022-11-20 23:21:14 +00:00
py-elasticsearch py-elasticsearch: updated to 8.5.0 2022-11-20 23:23:19 +00:00
py-gdbm switch MAINTAINER to pkgsrc-users 2022-09-17 05:39:25 +00:00
py-kb py-kb: Update to 0.1.7 2022-09-28 18:58:01 +00:00
py-ldap py-ldap: updated to 3.4.3 2022-10-18 12:14:34 +00:00
py-ldap3 *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-lmdb *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-metakit
py-mongo *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-mssql *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
py-multidict py-multidict: updated to 6.0.3 2022-12-09 11:11:39 +00:00
py-mysql-connector *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-mysqlclient *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-mysqldb py-mysqldb: Update to version 2.1.1 2022-08-26 16:23:10 +00:00
py-orderedmultidict *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-peewee massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
py-pgnotify *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-PgSQL py-PgSQL: fix PLIST 2022-01-25 01:51:23 +00:00
py-pickleshare *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-postgresql *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-psycopg2 Reset MAINTAINER 2022-11-09 13:14:06 +00:00
py-pymysql *: convert to versioned_dependencies for py-cryptography 2022-04-21 10:59:59 +00:00
py-pypika py-pypika: updated to 0.48.9 2022-04-04 18:21:25 +00:00
py-python-sql py-python-sql: updated to 1.4.0 2022-11-27 09:26:40 +00:00
py-redis py-redis: updated to 4.4.0 2022-12-08 09:01:30 +00:00
py-rrdtool rrdtool: updated to 1.8.0 2022-11-25 10:41:15 +00:00
py-sqlalchemy py-sqlalchemy*: restrict to python 3.x 2022-08-24 09:50:40 +00:00
py-sqlalchemy-i18n py-sqlalchemy*: restrict to python 3.x 2022-08-24 09:50:40 +00:00
py-sqlalchemy-migrate *: mark dependencies of py-pbr and py-test-virtualenv as not-for-python-2.x 2022-04-29 23:29:17 +00:00
py-sqlalchemy-utils py-sqlalchemy*: restrict to python 3.x 2022-08-24 09:50:40 +00:00
py-sqlite2 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
py-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
py-sqlparse python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-sqlrelay sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
py-sqlsoup py-sqlsoup: restrict to python 3.x 2022-08-24 09:50:58 +00:00
py-sybase *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
py-table *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-tokyocabinet *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-tortoise-orm *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-trytond-ldap-authentication *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-unicodecsv *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
py-whisper *: bump PKGREVISION for egg.mk users 2022-01-04 20:52:30 +00:00
qdbm databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
qdbm-cgi
qdbm-plus
qore-freetds-module *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
qore-mysql-module revision bump for qore 1.12.0 2022-10-20 12:11:51 +00:00
qore-openldap-module revision bump for qore 1.12.0 2022-10-20 12:11:51 +00:00
qore-pgsql-module revision bump for qore 1.12.0 2022-10-20 12:11:51 +00:00
qore-sqlite3-module massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
qt6-odbc Add qt6-odbc version 6.4.1 to pkgsrc-current 2022-11-24 11:26:19 +00:00
qt6-psql Add qt6-psql version 6.4.1 to pkgsrc-current 2022-11-24 11:39:13 +00:00
quicklist databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
R-dbplyr databases/R-dbplyr: import R-dbplyr-2.1.1 2021-12-17 10:07:56 +00:00
R-RSQLite databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
R-sqldf databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
rdb *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
redis redis: updated to 7.0.7 2022-12-17 06:14:19 +00:00
repmgr massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
rrdtool rrdtool: remove old comment 2022-11-25 10:42:15 +00:00
rrdtool12 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ruby-activeldap Remove lines for Ruby 2.6. 2022-10-10 03:36:48 +00:00
ruby-activerecord-odbc databases/ruby-activerecord-odbc: cosmetic change 2022-09-01 15:21:23 +00:00
ruby-activerecord52 www/ruby-rails52: update to 5.2.8.1 2022-07-13 14:41:07 +00:00
ruby-activerecord60 www/ruby-rails60: update to 6.0.6 2022-09-10 08:18:59 +00:00
ruby-activerecord61 www/ruby-rails61: update to 6.1.7 2022-09-10 08:24:40 +00:00
ruby-activerecord70 Remove lines for Ruby 2.6. 2022-10-10 03:36:48 +00:00
ruby-arel databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-arel-helpers databases/ruby-arel-helpers: update to 2.14.0 2021-12-19 06:31:44 +00:00
ruby-awesome_nested_set databases/ruby-awesome_nested_set: update to 3.5.0 2022-02-12 07:15:45 +00:00
ruby-data_objects databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-datamapper databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dbd-mysql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dbd-odbc databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dbd-pg databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dbd-sqlite databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dbd-sqlite3 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dbi databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dbm databases/ruby-dbm: add package version 1.1.0 2022-01-16 13:15:52 +00:00
ruby-dm-adjust databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-aggregates databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-ar-finders databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-cli databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-constraints databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-core databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-do-adapter databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-ferret-adapter databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-is-list databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-is-nested_set databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-is-remixable databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-is-searchable databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-is-state_machine databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-is-tree databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-is-versioned databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-migrations databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-mysql-adapter databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-observer databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-postgres-adapter databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-rest-adapter databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-serializer databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-sqlite-adapter databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-sweatshop databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-tags databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-timestamps databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-transactions databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-types databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-validations databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-dm-yaml-adapter databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-do_mysql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-do_postgres databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-do_sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
ruby-gdbm Drop ruby26 support. 2022-10-10 03:24:52 +00:00
ruby-gdbm-gem databases/ruby-gdbm-gem: add package version 2.1.0 2022-01-16 13:23:06 +00:00
ruby-hiera databases/ruby-hiera: update to 3.11.0 2022-12-18 13:49:50 +00:00
ruby-ldap databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-moneta databases/ruby-moneta: update to 1.5.2 2022-11-11 12:59:25 +00:00
ruby-mysql databases/ruby-mysql: update to 3.0.1 2022-09-01 15:29:29 +00:00
ruby-mysql2 databases/ruby-mysql2: update to 0.5.4 2022-07-10 06:09:40 +00:00
ruby-mysql28 databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-odbc databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-pg databases/ruby-pg: update to 1.4.5 2022-11-26 14:03:55 +00:00
ruby-pg_array_parser databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-qdbm
ruby-rrdtool rrdtool: updated to 1.8.0 2022-11-25 10:41:15 +00:00
ruby-sequel databases/ruby-sequel: update to 5.63.0 2022-12-03 06:27:57 +00:00
ruby-sqlite databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-sqlite3 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
ruby-sqlrelay sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
ruby-tiny_tds *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
ruby-tokyocabinet databases/tokyocabinet: update HOMEPAGE 2022-01-06 13:53:40 +00:00
ruby-tokyotyrant databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
ruby-vapor databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
sdbm databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
shared-mime-info massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
slony1 slony1: updated to 2.2.11 2022-11-08 12:44:56 +00:00
soci massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
sql-workbench databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
sqlite databases/sqlite: adopt upstream patch instead. 2022-06-25 09:35:51 +00:00
sqlite3 sqlite3: updated to 3.40.1 2022-12-28 22:26:06 +00:00
sqlite3-docs sqlite3: updated to 3.40.1 2022-12-28 22:26:06 +00:00
sqlite3-tcl sqlite3: updated to 3.40.1 2022-12-28 22:26:06 +00:00
sqlitebrowser massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
SQLiteCpp massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
sqlrelay sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
sqlrelay-freetds sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
sqlrelay-mysql sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
sqlrelay-nodejs sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
sqlrelay-odbc sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
sqlrelay-pgsql sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
sqlrelay-sqlite sqlrelay: updated to 1.9.3 2022-12-03 15:53:39 +00:00
sqsh *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
sqsh-motif
sqsh-x11
squirrelsql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
tcl-fbsql databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
tcl-gdbm databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
tdb *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
timescaledb-tune Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
tinycdb databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
tokyocabinet databases/tokyocabinet: update HOMEPAGE 2022-01-06 13:53:40 +00:00
tokyotyrant databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
unixodbc unixodbc: SunOS needs -D_POSIX_PTHREAD_SEMANTICS. 2022-05-13 06:45:11 +00:00
vsqlite++ massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
wiredtiger databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
xsqlmenu databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
yap2lc databases: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:09:13 +00:00
yasql *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
Makefile Add qt6-psql version 6.4.1 to pkgsrc-current 2022-11-24 11:39:13 +00:00