5737 Commits

Author SHA1 Message Date
landry
6b491fe187 databases/web2ldap: update to 1.7.0, from Maintainer Lucas Raab
See https://web2ldap.de/changes-1.7.html
2022-02-03 07:10:24 +00:00
landry
74413ba325 databases/py-ldap0: update to 1.4.7, from maintainer Lucas Raab
see https://code.stroeder.com/pymod/python-ldap0/compare/v1.4.6...v1.4.7
2022-02-03 07:08:51 +00:00
sthen
cc856d8171 update to mongodb-3.4.24, heavily based on op@'s diff for 4.4.10
db upgrades are only supported across one major (3.2 -> 3.4 -> 3.6 ->
4.0 -> 4.2 -> 4.4) so to make things easier for unifi users I'm only
jumping one version for now.

https://docs.mongodb.com/manual/release-notes/3.4-compatibility/
https://docs.mongodb.com/manual/release-notes/3.4-upgrade-standalone/
2022-02-02 18:14:58 +00:00
benoit
be14c7df18 Update to py-pygresql-5.2.3. 2022-01-31 20:10:31 +00:00
denis
e475290756 Use a valid shell in rc-file 2022-01-27 09:32:17 +00:00
denis
963c05cf67 Add _vmetrics user and link victoriametrics to the build 2022-01-27 09:25:37 +00:00
denis
1b4ae3342a Import databases/victoriametrics v1.72.0
Feedback from sthen@ danj@
OK sthen@

VictoriaMetrics is a fast, cost-effective and scalable time-series
database.

https://victoriametrics.com/
2022-01-27 09:23:01 +00:00
espie
236868a328 hopefully this is the final fix for valid characters in paths and categories 2022-01-24 15:17:08 +00:00
espie
614b33be55 fix urls regexps, as noticed by afresh1@ 2022-01-24 12:44:08 +00:00
sthen
dcaec2c6e1 update to pg_sqlite_fdw-2.1.1 2022-01-18 08:53:05 +00:00
sthen
bbb0ceda1c update to pecl-redis-5.3.6 2022-01-18 08:48:25 +00:00
kmos
7b615d7a9e mdbtools insists on a newer compiler than base-gcc
Fix build on sparc64
2022-01-17 15:12:12 +00:00
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