sthen
3f52372545
sync PLISTs for setuptools ports
2025-04-29 10:36:58 +00:00
landry
d731066085
databases/pgbouncer: security update to 1.24.1.
...
fixes CVE-2025-2291, see https://www.pgbouncer.org/2025/04/pgbouncer-1-24-1
maintainer timeout
2025-04-28 07:18:16 +00:00
danj
6cd29b05b8
Update to redis-6.2.18
...
(CVE-2025-21605) An unauthenticated client can cause an unlimited
growth of output buffers
2025-04-25 01:29:03 +00:00
sthen
ae009650e4
update to freetds-1.5.1
2025-04-22 18:49:50 +00:00
bket
ea5372e42d
Update to py-borgstore-0.2.0
...
Changes:
https://github.com/borgbackup/borgstore/blob/master/CHANGES.rst#version-020-2025-04-21
2025-04-22 16:59:02 +00:00
sthen
8b06084e9d
update to freetds-1.5
2025-04-22 16:37:15 +00:00
sthen
881fde73d0
update to xapian-bindings-1.4.29
2025-04-19 17:14:11 +00:00
sthen
10812bdfba
update to xapian-core-1.4.29
2025-04-19 17:14:09 +00:00
sthen
0814b59950
update to py3-alembic-1.15.2
2025-04-14 18:55:28 +00:00
sthen
011635b166
fix packaging, I updated DESCR after tests and a non-ASCII char slipped
...
in. reported by naddy.
2025-03-31 13:19:39 +00:00
sthen
1e01422345
update to mdbtools-1.0.1
2025-03-29 09:45:22 +00:00
sthen
e10e528ebd
update to barman-3.13.2
2025-03-28 10:47:19 +00:00
sthen
634bbf44e6
update to py3-sqlalchemy-2.0.40
2025-03-28 10:42:00 +00:00
volker
8fcf373462
databases/sqlite3: Add MODTCL_VERSION, fix CONFIGURE_ENV
...
spotted by and fix looks ok to stu@ (remaining nitpick fixed)
2025-03-26 18:12:41 +00:00
sthen
8de15d39f4
update to pecl-redis-6.2.0
2025-03-26 08:58:14 +00:00
sthen
1aaf05963a
add version flavours for luasqlite3
2025-03-26 08:22:58 +00:00
sthen
820fce2ed3
update 2006-vintage luasqlite3 to luasqlite3-0.9.6, prompted by dlg@
...
who tested with lua 5.1
2025-03-26 08:21:54 +00:00
sthen
27e28e92b7
update to py3-sqlalchemy-2.0.39
2025-03-20 11:25:40 +00:00
sthen
bf44634c97
update to postgresql-plr-8.4.7
...
enable tests
fix rpath
2025-03-19 08:55:48 +00:00
jeremy
da860c9e5a
Update to sequel_pg 1.17.2
...
Only change is this will allow building when using the C23 standard.
2025-03-14 19:15:47 +00:00
tb
3e78a4a9fc
liquibase, javahelp, py-dnslib, lumina: remove MAINTAINER per today's email
...
(Contrary to claims on ports@ the MX record is still valid and points at
an active INBOX...)
2025-03-14 15:31:28 +00:00
pvk
4b10d6309c
Update patroni 4.0.4 -> 4.0.5
...
Release notes: https://github.com/patroni/patroni/blob/master/docs/releases.rst#version-405
2025-03-11 15:03:15 +00:00
jeremy
dabdc8ce7b
Update to sequel 5.90.0
2025-03-10 04:00:50 +00:00
bket
c7c04ce264
Update to tdb-1.4.13
...
Needed for samba-4.22.0
Test and OK Ian McWilliam (maintainer)
2025-03-08 05:26:23 +00:00
sthen
94241f6890
mariadb: fix mis-merge of "Do not try getting the executable path of our
...
own pid" patch, from Brad.
2025-03-06 11:47:18 +00:00
jca
723e7c273c
Explain why we use asm .long to encode "pause"
...
Previous diff was ok sthen@ Brad (maintainer)
2025-03-05 21:34:51 +00:00
jca
7aa3eaf487
Add DPB_PROPERTIES=parallel, the mariadb build is over 2200 files
...
ok sthen@ Brad (maintainer)
2025-03-05 21:31:32 +00:00
jca
d02e7c6f89
Fix mariadb build on riscv64
...
clang doesn't implement __builtin_riscv_pause(), so use the same trick
as src/sys to access the pause instruction from the Zihintpause
extension.
2025-03-05 21:30:33 +00:00
sthen
4a60d3890d
update to py3-alembic-1.15.1
2025-03-05 11:30:33 +00:00
sthen
7fa5340a97
update to py3-apsw-3.49.1.0
2025-03-04 17:05:26 +00:00
sthen
d540c89d20
don't strip sqlite3 binary
2025-03-04 17:05:14 +00:00
jca
6d1d5b8dda
Fix sqlite3 build on base-gcc archs
...
While base-clang passes -rpath verbatim to ld, base-gcc strips it in
"-rpath /usr/local/lib". But poor old ld.bfd can't eat directories. Fix
the build on eg sparc64 by using the same idiom everywhere. No change
on amd64
ok volker@
A better fix would be to dig into the tcl script and understand why it
detects that -rpath /dir works. A simple reordering of tested options
ought to be enough.
2025-03-03 18:54:52 +00:00
volker
160ca46ea2
databases/sqlite3: Update to 3.49.1
...
+ adjust port to autosetup-based build
feedback, tweaks and ok jca@, sthen@, jturner@
2025-03-03 16:49:27 +00:00
sthen
959844b3e5
update to timescaledb-2.18.2, from Mark Patruck, tweak by me,
...
ok maintainer Renato Aguiar (maintainer)
2025-02-27 17:26:17 +00:00
volker
d351cd755b
databases/sqlite3: Enable session extension
...
Described here https://sqlite.org/sessionintro.html
lang/deno 2.2.x requires this extension to be enabled
ok tb@
2025-02-27 15:44:32 +00:00
sthen
1b16e901ca
update to barman-3.13.0
2025-02-23 17:43:01 +00:00
sthen
5152cfee1f
update to pg_activity-3.6.0
2025-02-23 14:48:38 +00:00
jeremy
1e7a37710f
Update to PostgreSQL 17.4
...
Fixes CVE-2025-1094
OK sthen@
2025-02-22 03:15:44 +00:00
sthen
07dcfeefbb
update to citus-13.0.1 to unbreak (13.0.0 adds pgsql 17 support)
2025-02-21 11:43:28 +00:00
sthen
00915d4048
sync PLISTs following py3-flit_core update
2025-02-21 10:23:16 +00:00
sthen
6e61da69fd
handle cmake reorg
2025-02-20 15:28:27 +00:00
jturner
ecea5ca9be
Update sqlbox to 0.2.0
2025-02-13 18:38:15 +00:00
sthen
5a3e7c3e38
update to py3-peewee-3.17.9
2025-02-13 12:28:34 +00:00
sthen
59bbb60030
update to py3-sqlalchemy-2.0.38
2025-02-12 07:22:47 +00:00
sthen
0c28204e46
update to mariadb-client-11.4.5, from Brad (maintainer), plus I updated
...
the first SITES as the existing one only has 10.x versions (sadly this has
an unpredictable number in the url which is likely ler-version).
CVE-2025-21490
2025-02-09 20:30:02 +00:00
rsadowski
3244ac091d
Bump REVISION
2025-02-09 07:37:15 +00:00
rsadowski
8ae98f08b8
Remove Marble support
...
Marble switched from Qt5 to Qt6 and is therefore incompatible with Qt5 Kexi.
2025-02-09 07:35:37 +00:00
sthen
105995c745
update to py3-apsw-3.48.0.0 for sqlite 3.48.0
2025-02-04 10:07:37 +00:00
sthen
a1b78dda87
update to py3-aiosqlite-0.21.0
2025-02-04 09:41:22 +00:00
afresh1
31687a266a
Update p5-DBIx-Class-Schema-Loader to 0.07052
2025-02-03 00:32:14 +00:00