Commit Graph

6686 Commits

Author SHA1 Message Date
rsadowski 676613ea6f Remove gcc3
Feedback sthen@, tweak and OK jca@
2025-10-24 14:25:34 +00:00
sthen a47a300949 convert py-bsddb3 to MODPY_PYBUILD
mark BROKEN, this only runs with python <=3.9
2025-10-24 07:45:20 +00:00
sthen 93ef55c0db remove MODPY_COMMENT from PLISTs, no longer needed (expands to nothing, so bumps not required) 2025-10-23 13:19:02 +00:00
sthen 94014438d0 update to barman-3.16.1 2025-10-22 08:18:26 +00:00
rsadowski d9be4465c0 Ops remove wip patch 2025-10-21 09:12:57 +00:00
rsadowski ce62dcc469 Unbreak with kf6 6.19 and upcoming cmake4
That's certainly not the best solution, but if upstream doesn't care, why
should we?
2025-10-21 09:12:15 +00:00
rsadowski 6bea6cf4f8 Unbreak with kf6 6.19 and upcoming cmake4 2025-10-21 06:56:19 +00:00
pvk ba8f19c883 Update pgbackrest 2.56.0 -> 2.57.0
Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.57.0
2025-10-20 23:36:17 +00:00
sthen ec91832428 garbage-collect old @conflict entries; many were never needed, some are
no longer needed since 6.9 was dropped from quirks. (experience has shown
that having these around when not needed causes some confusion when using
another port as a template for a new one; not least by me ;)
2025-10-20 19:22:54 +00:00
sthen c8d50366d9 update to py3-odbc-5.3.0 2025-10-18 07:46:54 +00:00
sthen 429caac42a update to py3-psycopg2-2.9.11 2025-10-18 07:41:34 +00:00
sthen f05dd5d43d update to py3-peewee-3.18.2 2025-10-17 08:38:42 +00:00
sthen eb54609cc2 update to citus-13.1.0 2025-10-17 07:37:01 +00:00
sthen 654d46a475 update to py3-lmdb-1.7.5 2025-10-17 07:37:00 +00:00
sthen 251f196263 update to py3-alembic-1.17.0 2025-10-17 07:36:43 +00:00
sthen e07797853d update to py3-mongo-4.15.3 2025-10-17 07:36:19 +00:00
sthen 82310c780f update to py3-sqlalchemy-2.0.44 2025-10-17 07:36:18 +00:00
sthen 3356e7d512 update to sqlcipher-4.11.0 2025-10-17 07:36:17 +00:00
danj 8187f94d4c Update to redis-6.2.20
CVE-2025-49844: A Lua script may lead to remote code execution
CVE-2025-46817: A Lua script may lead to integer overflow and potential RCE
CVE-2025-46818: A Lua script can be executed in the context of another user
CVE-2025-46819: LUA out-of-bound read

ok sthen
2025-10-03 17:54:15 +00:00
sthen 89c4f1b8d1 update to timescaledb-2.22.1, from Mark Patruck, ok maintainer, naddy 2025-10-03 17:36:29 +00:00
benoit 31f682f870 Update to py3-mongo-4.15.1. 2025-09-29 12:39:56 +00:00
benoit 8a25d93443 Update to py3-lmdb-1.7.3. 2025-09-29 12:15:50 +00:00
rsadowski ee49d4762d Unbreak mongodb-4.4.29 with libcxx19
"The base template for std::char_traits has been removed in LLVM 19. If you are
using std::char_traits with types other than char, wchar_t, char8_t, char16_t,
char32_t or a custom character type for which you specialized std::char_traits,
your code will stop working. The Standard does not mandate that a base template
is provided, and such a base template is bound to be incorrect for some types,
which could currently cause unexpected behavior while going undetected."

https://releases.llvm.org/19.1.0/projects/libcxx/docs/ReleaseNotes.htm

This affects fmt 6.x used by MongoDB 4.4, which uses fmt::char8_t with
std::char_traits.

Add a minimal std::char_traits impl for fmt::char8_t based on the
libc++ reference implementation for char traits:
/libcxx/include/__string/char_traits.h

This is a minimal fix to fix mongodb44 with libcxx19 from base.

OK sthen@
2025-09-27 16:05:37 +00:00
rsadowski 2b0303823a Add a test comment
I also tested it with 82aac6af18abcd5bf188afbc821779ccb0ca0902 (mongodb60
mozjs), with the same SIGSEGV SIGILL error.
2025-09-27 05:48:37 +00:00
rsadowski 1f4bd80bc2 More mongodb80 patches (still broken)
- Add proper futex implementation for OpenBSD in waitable_atomic.cpp
- Fix libmongocrypt DLL path handling on OpenBSD
- mozjs patches:
  - Fix visibility flags in toolchain configuration
  - Resolve dlmalloc compilation issues
  - Limit executable memory for OpenBSD's datasize limits
  - Add mutable section attribute for read-only pages
  - Remove conflicting type definitions in math_private.h
2025-09-26 16:10:41 +00:00
pvk 70c3251b01 Update patroni 4.0.6 -> 4.1.0
Release notes: https://github.com/patroni/patroni/releases
2025-09-23 23:00:50 +00:00
sthen 56a65870a4 remove typo'd line (CLAGS instead of CFLAGS). build fails if the typo is fixed. 2025-09-22 12:27:36 +00:00
bket 1092dded89 Update to tdb-1.4.14
Needed for samba-4.23.0

Test and OK Ian McWilliam (maintainer)
2025-09-15 04:25:14 +00:00
jca 7ba44d193a Bugfix update to lmdb-0.9.33 2025-09-14 16:27:47 +00:00
pvk c8d33ae128 Update bbolt 1.4.2 -> 1.4.3
Changelog: https://github.com/etcd-io/bbolt/blob/main/CHANGELOG/CHANGELOG-1.4.md#v1432025-08-19
2025-09-14 10:24:14 +00:00
sthen 9635b85ae8 update to freetds-1.5.6 2025-09-13 16:46:55 +00:00
sthen 2618fe46a5 bizarrely, this jeeds setuptools *and* hatchling, so add a BDEP.
found by aja.
2025-09-13 08:27:22 +00:00
sthen e03c432032 missing rdep 2025-09-12 13:58:39 +00:00
sthen 1bc3426f41 update to py3-mongo-4.15.0 2025-09-12 13:57:42 +00:00
sthen f592846cf0 bump due to changing default PHP version from 8.2 to 8.3 2025-09-06 16:57:41 +00:00
kn 47648dd263 Remove Puppet 7, it is EOL and we have 8 in the tree; OK sebastia 2025-09-02 14:32:03 +00:00
sthen 70a939e82e add mongodb/80 at its current state (basically the files from rsadowski,
but marked BROKEN for now as it crashes unless --noscripting is used,
possibly more patches needed for spidermonkey?)
2025-09-02 12:25:13 +00:00
sthen 6ed149d30e mark broken; fails with newer libc++ 2025-09-02 12:13:35 +00:00
sthen 8a3959b38c make some noop changes that will be needed for mongodb/80 when it works 2025-09-02 12:12:51 +00:00
sthen aabb975f93 update to freetds-1.5.5 2025-09-01 17:19:44 +00:00
jeremy 85274e011b Update to Sequel 5.96.0 2025-09-01 15:25:37 +00:00
volker 8d90dfbd70 databases/sqlite3: Update to 3.50.4
ok landry@
2025-08-30 11:00:11 +00:00
sthen b2dcaee7c1 update to py3-apsw-3.50.4.0 2025-08-28 07:40:39 +00:00
sthen bbfe864a20 update to py3-alembic-1.16.5 2025-08-28 07:28:48 +00:00
jeremy 4752a61100 Uopdate to tiny_tds 3.2.1 2025-08-23 14:31:54 +00:00
jeremy 6cc2379e95 Update to sqlite3 2.7.3 2025-08-23 14:31:02 +00:00
jeremy d549396818 Update to pg 1.6.1 2025-08-23 14:27:27 +00:00
rsadowski 17f22b8091 Unbreak databases/mongodb/44 with scons 4.9.1
Backport openssl detection from mongodb 8.x

OK sthen@
2025-08-19 19:32:20 +00:00
jeremy f460618b16 Update to PostgreSQL 17.6 2025-08-19 04:50:48 +00:00
rsadowski 15fed9be12 Update mongo-tools to 100.12.2
OK sthen@
2025-08-17 05:49:14 +00:00