5470 Commits

Author SHA1 Message Date
sthen
d9f3732265 mariadb tweaks, from brad:
- fix warning by using proper API in the ioapi code for the connect storage backend
- sync plist
2021-07-10 10:54:02 +00:00
sthen
a79dd6a140 libpqxx: don't pick up doxygen 2021-07-09 21:33:28 +00:00
sthen
4cce4c2cb7 update to mariadb-10.6.3, from Brad 2021-07-09 11:35:29 +00:00
ajacoutot
61ef07cec4 Update to evolution-data-server-3.40.3. 2021-07-09 11:02:34 +00:00
daniel
7437f9d093 update py-sphinx to 4.0.2 and regen PLISTs for affected consumers
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.

lang/ghc bits look ok to gnezdo@

ok sthen@ on the rest
2021-07-06 16:55:32 +00:00
sthen
14b7b31a15 bump sqlite3 revision, sqlite2mdoc was updated and the manuals are now improved 2021-06-28 15:47:18 +00:00
sthen
fa30ed7074 bump REVISION and adjust comment; execinfo change post-6.9 means that the
version number of mariadb in -current needs to be above the version in -stable
2021-06-27 12:07:49 +00:00
sthen
3a4ffbbed1 update to MariaDB-10.5.11, from Brad
https://mariadb.com/kb/en/mariadb-10511-release-notes/
2021-06-27 12:04:21 +00:00
danj
fa66d43ab1 Remove maintainer per their request 2021-06-24 02:30:27 +00:00
denis
db74ae1f6f update to 2.3.0
Tested by Mark Patruck <mark at wrapped . cx>, thanks.
2021-06-11 19:41:01 +00:00
sthen
04dec83197 mariadb: enable libexecinfo, from Brad 2021-06-11 19:19:59 +00:00
sthen
1658161d0c update to openldap-2.4.59
- libressl build patch: this release added support for setting TLS 1.3
ciphers using SSL_CTX_set_ciphersuites/SSL_set_ciphersuites; though
they're present in src/lib/libssl and headers they're not actually
exported to libssl.so yet (figured out after some head-scratching)

- squelch some noisy warnings, fix a 64-bit time_t issue in debug
2021-06-09 22:31:27 +00:00
sthen
350cf40556 remove ports libexecinfo, we now have a libunwind-based libexecinfo in base 2021-06-09 19:50:06 +00:00
sthen
6e7d1fd873 add lua52/lua53 versions of luadbi, based on a diff from Lucas <lucas@sexy.is> 2021-06-09 10:30:34 +00:00
jeremy
6630e77738 Update to PostgreSQL 12.7
Fixes CVE-2021-32029, CVE-2021-32028, CVE-2021-32027.

From Mark Patruck <mark@wrapped.cx>

MAINTAINER (pea@) timeout
2021-06-07 15:15:25 +00:00
jeremy
7dacf44dc3 Update to PostgreSQL 13.3
Fixes CVE-2021-32029, CVE-2021-32028, CVE-2021-32027.

From Mark Patruck <mark@wrapped.cx>

MAINTAINER (pea@) timeout
2021-06-07 15:14:27 +00:00
danj
4c6d90b549 Update to redis-6.2.4
ok tb
2021-06-05 11:51:16 +00:00
ajacoutot
be679dd0d2 Update to evolution-data-server-3.40.2. 2021-06-04 10:22:46 +00:00
landry
04692b8cd8 databases/web2ldap: update to 1.6.4, from MAINTAINER Lucas Raab
See https://web2ldap.de/changes-1.6.html
2021-05-28 15:12:48 +00:00
landry
5a831e4b72 databases/py-ldap0: update to 1.2.8, from MAINTAINER Lucas Raab
See https://gitlab.com/ae-dir/python-ldap0/-/compare/v1.2.2...v1.2.8
2021-05-28 15:10:26 +00:00
ajacoutot
5a37045a80 Add support for libphonenumber. 2021-05-26 07:25:04 +00:00
sebastia
c5e31c001e update 2.3.0 -> 2.4.0 2021-05-25 11:43:56 +00:00
sthen
3249327367 update to recoll-1.31.0 2021-05-24 17:26:26 +00:00
sthen
1393d069bc add a portroach marker, we can't use openldap 2.5 (requires openssl 1.1.1) 2021-05-24 17:05:15 +00:00
sthen
0eb95b4f7d update to py-psycopg2-2.8.6 2021-05-24 16:56:07 +00:00
sebastia
cd368aecb7 update 3.2.1 -> 3.2.2 2021-05-23 18:36:40 +00:00
tb
95d5dd2a1f databases/mongodb: use accessor instead of reaching inside SSL. 2021-05-23 07:22:37 +00:00
jeremy
015e23fa11 Update to amalgalite 1.7.0 2021-05-21 22:27:33 +00:00
jeremy
12d6ba14b0 Update to tiny_tds 2.1.4 2021-05-21 22:27:05 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
kurt
f9d899e6a0 Bump revision on all 1.8+ ports since now they will build with jdk
1.8 on aarch64 and their run depends will also change. okay ian@
2021-05-19 01:50:29 +00:00
ajacoutot
0ad9f93869 Update to evolution-data-server-3.40.1. 2021-05-13 10:21:53 +00:00
jca
f8b9ce7a20 Update to lmdb-0.9.29
Move MASTER_SITES to upstream's gitlab.
Initial diff from Aisha Tammy, thanks!
2021-05-12 23:37:31 +00:00
jca
3292ba788b Update to tdb-1.4.3
Needed by newer samba releases, switches to python3.

The SHARED_LIBS handling is a bit ugly because of the .cpython-XY tag added
to some libraries names.

Input from sthen@ and Ian McWilliam
2021-05-12 23:30:53 +00:00
danj
7180b7eb7a Drop maintainership 2021-05-11 00:23:37 +00:00
danj
1c3ad39a98 Update to redis-6.2.3
ok tb
2021-05-11 00:17:52 +00:00
tb
8cbe12966a databases/pgbouncer: fix build after SSL_CTX became opaque
SSL_CTX_get0_param() is available from libssl, so no need to redefine it.
2021-05-10 17:22:23 +00:00
tb
8a13d1abf3 databases/mongodb: fix upcoming build failure
Backport OpenSSL 1.1 API codepath to the old embedded version of asio.
This will avoid a build failure when SSL_CTX will become opaque

looks good to jsing
2021-05-10 15:10:11 +00:00
ajacoutot
df3c9db7fb Fix build with GLib >=2.68. 2021-05-09 09:24:13 +00:00
sthen
ee5bdec336 update to MariaDB 10.5.10, from Brad; includes fixes for CVE-2021-2154,
CVE-2021-2166 (DoS).

Various hash_XXX functions have been renamed to ma_hashtbl_XXX to fix
an issue with static linking to newer GnuTLS releases;
https://jira.mariadb.org/browse/CONC-543
d19c7c6926

These functions don't appear to be in the exported API so I have skipped
bumping the library version so that the same update can be used in stable.
I don't expect problems but if we run into any it can be bumped later.
2021-05-09 09:17:13 +00:00
kmos
9f21df2a22 Update databases/py-sqlobject 3.9.0 -> 3.9.1
From Wen Heping

Tweaks to testing to drop custom do-test target by me
2021-05-09 02:37:21 +00:00
sthen
a95e1032dd set @pkgpath to update php 7.2 pecl packages to the default version 2021-04-30 16:52:59 +00:00
sthen
45cc7b3c2f unhook php 7.2 pecl packages
php 7.2 stopped getting security fixes at the end of November 2020
2021-04-30 16:38:45 +00:00
sthen
1d73553a19 rm empty patch, reminded by brad 2021-04-30 11:12:32 +00:00
landry
2ed54fabfc databases/web2ldap: update to 1.5.117 from MAINTAINER Lucas Raab 2021-04-30 07:33:43 +00:00
landry
f82e9a0a52 databases/py-ldap0: update to 1.2.2, from MAINTAINER Lucas Raab 2021-04-30 07:33:07 +00:00
sthen
29f64789bc Remove old patch related to iconv support which has been removed.
Actually a noop as mysql_config defers to mariadb_config if present.
From Brad.
2021-04-29 20:52:00 +00:00
rsadowski
e02dcb5a4d Replace cmake>3.20 fix with upstream fix 2021-04-29 16:36:12 +00:00
sthen
b86721a651 update to p5-DBD-Sybase-1.18 2021-04-28 19:40:40 +00:00
sthen
c0b83f89dc update to freetds-1.2.21 2021-04-28 19:39:58 +00:00