Commit Graph

5625 Commits

Author SHA1 Message Date
sthen
fc43682d4d fix previous (i committed an incomplete version from a tree on the wrong
machine)
2022-01-15 15:41:27 +00:00
sthen
0e8d3784a2 Disable ssh tunnel config built-in to pgadmin3, it uses an ancient libssh2
that is hard to patch for opaque structs in newer OpenSSL/LibreSSL.

While this port has been patched to _build_ against current postgresql
it hasn't been patched to _run_ with a newer version since 2018 (11.x)
so seems unlikely to really be used; this has no longer been maintained
upstream for even longer so I intend to remove the port soon.
2022-01-15 12:15:22 +00:00
benoit
39b6a814e1 Update to p5-Redis-1.999. 2022-01-15 07:20:26 +00:00
sthen
739f7fecae update to citus-10.2.3 2022-01-14 20:52:38 +00:00
tb
b1bd329b8d databases/mariadb: Fix build with opaque EVP_MD_CTX and EVP_CIPHER_CTX.
A mariadb developer didn't like the fact that these structs need to be
allocated in OpenSSL 1.1 and added some insane hacks to work around
this. Adjust the code to cope with that the same way as it is done for
OpenSSL.

LibreSSL doesn't provide the means to override malloc and friends, so
the runtime check cannot be adapted. Use generous estimates for the
sizes for these structs instead.

With opaque EVP_CIPHER_CTX, EVP_CIPHER_CTX_buf_noconst() needs to be
provided by libcrypto, so disable this and a few other API redefinitions.
2022-01-14 10:32:15 +00:00
bket
76145d66ea Drop maintainership 2022-01-13 19:05:04 +00:00
jeremy
3d24ec3510 Update to postgresql-pllua 2.0.10 to work with PostgreSQL 14
OK pea@, sthen@
2022-01-13 16:02:25 +00:00
jeremy
2526c7e670 Add patch to work with PostgreSQL 14
OK pea@, sthen@
2022-01-13 16:02:00 +00:00
jeremy
061a2e52b0 Update to pg_statsinfo 13.0, and add patches to build with PostgreSQL 14
OK pea@, sthen@
2022-01-13 16:01:29 +00:00
jeremy
28a449efc5 Update to citus 10.2.1, to work with PostgreSQL 14
OK pea@, sthen@
2022-01-13 16:00:52 +00:00
jeremy
9157f8db38 Update to PostgreSQL 13.5
Take MAINTAINER.

OK pea@ (previous MAINTAINER), sthen@
2022-01-13 16:00:15 +00:00
jeremy
8368d58199 Update to PostgreSQL 14.1
Take MAINTAINER.

OK pea@ (previous MAINTAINER), sthen@
2022-01-13 15:59:34 +00:00
tb
94d065614d pgbouncer: forgot to add a patch description 2022-01-13 10:01:24 +00:00
tb
bd4b94f298 databases/pgbouncer: Fix an upcoming build failure due to opaque OCSP
structures by disabling a workaround for an ancient verifier bug.

discussed with beck a while back
2022-01-13 09:57:47 +00:00
sthen
39842ca0fc mention KDE in the comment in the patch. 2022-01-10 21:19:43 +00:00
rsadowski
6937dfcf1c Bring back the cmake patch to fix KDE ports
OK sthen@
2022-01-10 21:14:07 +00:00
sthen
faa3aa5542 update to xapian-bindings-perl-1.4.19 2022-01-09 12:12:39 +00:00
sthen
1a8cf16e83 update to xapian-core-1.4.19 2022-01-09 12:12:37 +00:00
ajacoutot
b609613ddd Update to evolution-data-server-3.42.3. 2022-01-07 15:53:30 +00:00
sebastia
5619cf45c2 update 3.7.0 -> 3.8.0 2022-01-06 21:30:10 +00:00
jeremy
dbe49dcb07 Build ruby31 versions of gem ext ports by default 2022-01-06 19:06:17 +00:00
op
5c87174272 fix build with base-gcc: replace __SIZEOF_WCHAR_T__ with sizeof(wchar_t)
ok kmos
2022-01-05 15:44:01 +00:00
sebastia
392efa0aa8 update 2.4.0 -> 2.5.1 2022-01-05 12:47:37 +00:00
landry
e697b077ff databases/web2ldap: update to 1.6.27, from maintainer Lucas Raab
see https://web2ldap.de/changes-1.6.html#r1.6.27
2022-01-03 09:29:37 +00:00
landry
e0eb4952f0 databases/py-ldap0: update to 1.4.6, from maintainer Lucas Raab
see https://code.stroeder.com/pymod/python-ldap0/compare/v1.4.3...v1.4.6
2022-01-03 09:29:08 +00:00
landry
2eefc3edad databases/py-sqlalchemy: add missing RDEP on greenlet.
it's more or less a requirement for asyncio, cf
https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#asynchronous-io-support-for-core-and-orm

its been debated to make it optional in
https://github.com/sqlalchemy/sqlalchemy/issues/6136 but my experience
with buildbot was that the daemon didnt start at all if greenlet was not
present, and setup.cfg adds the requirement.
2021-12-30 18:28:52 +00:00
sthen
a072ddc4b5 update to py3-psycopg2-2.9.3 2021-12-30 08:40:39 +00:00
sthen
eccd6723f3 update to freetds-1.3.6 2021-12-28 09:16:56 +00:00
afresh1
12186ad8b8 Update p5-DBD-CSV to 0.58
While here add a BUILD_DEPENDS to avoid blocking.
2021-12-27 00:00:21 +00:00
landry
c5a7029c80 databases/web2ldap: security update to 1.6.24
See https://web2ldap.de/changes-1.6.html#r1.6.24
From MAINTAINER Lucas Raab
2021-12-22 17:37:45 +00:00
naddy
86800b61a4 databases/gdbm: fix parallel build 2021-12-21 20:42:15 +00:00
sthen
8b07979949 update to pecl-redis-5.3.5 2021-12-20 09:03:39 +00:00
daniel
33ee5cb532 update to 1.70
ok robert@ (MAINTAINER)
2021-12-19 07:40:59 +00:00
sthen
db786474ef build pecl extensions for php 8.1 where possible 2021-12-19 00:40:42 +00:00
landry
bff51d18a2 databases/pgbouncer: security update to 1.16.1
http://www.pgbouncer.org/changelog.html#pgbouncer-116x
the fixed vulnerability is similar to CVE-2021-23214 in the PostgreSQL server.

MAINTAINER timeout
2021-12-17 13:18:38 +00:00
sthen
881bf46507 update to freetds-1.3.4 2021-12-15 09:26:12 +00:00
op
3b2abed7e5 update pspg to 5.5.3
fixes a crash when highlighting of odd records is used together with
progressive load.
2021-12-14 09:42:35 +00:00
op
58424f2afa update databases/pspg to 5.5.2
while here also append to instead of replacing CFLAGS and LDFLAGS.
2021-12-12 15:07:44 +00:00
ajacoutot
ac9071ec17 Add missing BDEP on devel/gettext,-tools.
This fixes:
configure:17314: error: possibly undefined macro: AC_LIB_PREPARE_PREFIX
configure:17315: error: possibly undefined macro: AC_LIB_RPATH
configure:17320: error: possibly undefined macro: AC_LIB_LINKFLAGS_BODY
configure:17328: error: possibly undefined macro: AC_LIB_APPENDTOVAR
autoreconf-2.69: /usr/local/bin/autoconf-2.69 failed with exit status: 1
2021-12-12 11:18:24 +00:00
sthen
54c4e55566 update to web2ldap-1.6.20, from Lucas Raab (maintainer) 2021-12-11 14:56:14 +00:00
sthen
e0c5a7d40a update to py3-ldap0-1.4.3, from Lucas Raab (maintainer) 2021-12-11 14:52:37 +00:00
solene
71bd5bc09d Update to py-peewee-3.14.8
ok sthen@
help from sthen and wen heping for sorting out the tests suite
2021-12-07 19:13:45 +00:00
espie
34b600a669 new release 3.7 matching more closely what solene@ has been doing 2021-12-06 15:07:01 +00:00
tb
254b4dc66f databases/pgpool: fix build with opaque HMAC_CTX in LibreSSL 3.5.
Also fix a bunch of time_t issues.

maintainer timeout
2021-12-06 01:00:58 +00:00
denis
c974ad78bb Update to v2.5.1
Also enable TSL-licensed modules.

Tested by Mark Patruck, thanks.
2021-12-04 17:21:20 +00:00
ajacoutot
7d01894ea7 Update to evolution-data-server-3.42.2. 2021-12-03 11:21:48 +00:00
sthen
e1a8b27522 regen plist 2021-12-02 09:24:23 +00:00
sthen
ff146eb577 update to barman-2.17 2021-12-02 09:23:01 +00:00
sthen
8585a5f7c8 update to gdbm-1.22 2021-12-01 09:27:44 +00:00
sthen
3c3ac21aa4 +pg_sqlite_fdw 2021-11-29 20:39:34 +00:00