5692 Commits

Author SHA1 Message Date
sthen
062ab3cb88 sync WANTLIB 2022-03-24 20:35:39 +00:00
sthen
60a48cf9c2 switch the default php version to 8.0 2022-03-23 23:58:28 +00:00
sthen
9d623ec305 explicitly set MODPHP_VERSION=7.4 for PHP ports unless they're known
or strongly suspected to support at least 8.0. (7.4 is currently on security
support only, and that finishes in November, so I intend to switch the "ports
default" version to 8.0).

some of these ports _may_ work with 8.0 already, some have pull requests or
support in newer upstream code (not always in a release), others definitely
need 7.4.
2022-03-22 18:20:52 +00:00
denis
24973bd8a3 update to v1.75.0 2022-03-21 17:35:48 +00:00
rsadowski
0e0ecabbc4 Remove all LIBxxx_VERSION hacks, cmake.mk can cope that now 2022-03-18 21:11:52 +00:00
jeremy
f2378894f6 Update to sequel_pg 1.15.0 2022-03-18 20:48:04 +00:00
jeremy
983cc23fb4 Update to pg 1.3.4 2022-03-18 20:47:45 +00:00
bluhm
934f07807b p5-DBI installs the regenerated dbipport.h and p5-DBD-MariaDB uses it.
Bump revision of p5-DBI to replace the package.
OK sthen@
2022-03-16 10:14:11 +00:00
sthen
e471555927 update to py3-minidb-2.0.6 2022-03-16 09:23:36 +00:00
sthen
3f0c3623d0 update to barman-2.19 2022-03-15 12:08:55 +00:00
sthen
effa874da6 update to py3-alembic-1.7.7 2022-03-15 12:08:45 +00:00
jeremy
40bcf7de9e Update to Sequel 5.54.0 2022-03-14 21:30:35 +00:00
sthen
c9c73b5ead Change MODPERL_REGEN_PPPORT to accept a filename. Useful when the port
uses a different name or a subdirectory for the file.

Adjust some ports to use it: p5-DBI (different name), p5-Template (xs
subdirectory). There are others that could use this.

OK bluhm@
2022-03-14 08:23:29 +00:00
sthen
5b570cfd7a update to recoll-1.32.0 2022-03-12 11:13:54 +00:00
naddy
7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
op
b32d4a3d14 remove rcs IDs in ports where I'm listed as MAINTAINER 2022-03-10 15:21:48 +00:00
jca
cd0fba1ff1 Drop RCS Ids in the ports I maintain 2022-03-10 00:04:05 +00:00
sthen
385739a94f drop rcs id in category Makefiles 2022-03-09 16:18:03 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
denis
772123f0ba update to v1.74.0 2022-03-03 19:12:32 +00:00
sthen
648fd38ccf update to py3-ldap-3.4.0 2022-02-28 11:38:00 +00:00
sthen
bc24aaca1c openldap: bump REVISION, there is a tight version check against libsasl
621cb2c7 slap_sasl_init: SASL library version mismatch: expected 2.1.28, got 2.1.27
2022-02-28 11:33:39 +00:00
sthen
8f1d182035 update to py3-sqlalchemy-1.4.31 2022-02-27 13:44:16 +00:00
denis
58ea303721 Update to 2.6.0 2022-02-27 13:11:34 +00:00
sthen
afc0704828 update to py-mongo-3.12.0 2022-02-27 13:06:30 +00:00
sthen
466207c902 py-psycopg2 is already py3-only 2022-02-26 19:38:48 +00:00
sthen
4ce82d1654 py-mongo: disable py2 tests 2022-02-26 18:13:29 +00:00
sthen
b1a09ecee8 update to py3-mysqlclient-2.1.0 2022-02-26 14:19:47 +00:00
sthen
3c0422d144 bump REVISION to keep -current above -stable (different plists) 2022-02-24 15:04:51 +00:00
sthen
b12041748a missed file 2022-02-23 21:55:49 +00:00
sthen
0014bbbba2 update to mariadb-10.6.7, from Brad
CVE-2021-46659, CVE-2021-46661, CVE-2021-46663, CVE-2021-46664, CVE-2021-46665,
CVE-2021-46668, CVE-2022-24048, CVE-2022-24050, CVE-2022-24051, CVE-2022-24052
2022-02-23 21:49:44 +00:00
sthen
558e5be533 update to freetds-1.3.9 2022-02-23 12:25:24 +00:00
denis
267faac7a0 Update to 1.73.1 2022-02-23 09:03:39 +00:00
robert
9658a18f5b set tc back to daemon now that it is limited 2022-02-21 12:51:50 +00:00
robert
ac82c1e08a now that the daemon login class is tamed, let's switch the tc back to it 2022-02-21 10:22:37 +00:00
op
a39a1af6f8 update pspg to 5.5.4
"code cleaning and fixing (minor issues)"
cf. https://github.com/okbob/pspg/releases/tag/5.5.4
2022-02-21 08:31:37 +00:00
op
ebbeda2ac2 use %zu to print sizeof(...), not %d 2022-02-21 08:25:55 +00:00
bket
4129dbd919 python3 only ports - use proper construct for FLAVOR
Forcibly assign variable: FLAVOR=python3, not FLAVOR?=python3. No need to bump
REVISION.

OK sthen@
2022-02-20 15:05:11 +00:00
kmos
5319f15aa0 -fdeclspec is only needed and only _works_ with clang. So switch to only
adding it if using clang.

ok kn
2022-02-18 16:47:05 +00:00
robert
2ec574abe3 ship a default login class configuration for postgresql and also remove the
_postgresql user's login class so that it defaults to 'default' instead of
daemon

ok jeremy@
2022-02-17 21:26:30 +00:00
robert
cf51d7580a do not encourage the usage of cap_mkdb 2022-02-17 14:01:27 +00:00
robert
a9eae48562 do not use the daemon login class for the _mysql user 2022-02-17 09:52:20 +00:00
robert
debc00933c add a custom login class for mariadb by default 2022-02-17 09:51:57 +00:00
bluhm
9b4288b22e update p5-BerkeleyDB to 0.64 2022-02-16 21:09:28 +00:00
sthen
d9c931d5ee update to pecl74-redis-5.3.7 2022-02-16 11:40:34 +00:00
denis
9939dbfe56 Update to v1.73.0 2022-02-14 18:28:44 +00:00
naddy
8d59763382 reinstitute fix for parallel build
Without this, every build with MAKE_JOBS=4 on my hw.ncpu=4 machines
fails for me.
2022-02-13 18:56:48 +00:00
denis
0e727691c3 Update to v2.5.2
Tested by Mark Patruck, thanks.
2022-02-13 08:26:39 +00:00
jeremy
e369262d2e Update to PostgreSQL 14.2 2022-02-12 21:10:34 +00:00
sthen
0d421d9ca7 update to recoll-1.31.6
fix some #!/usr/bin/python3, add some optional runtime deps which are
small and used by the built-in filters for common file types, and switch
to qtwebengine for -gui on archs where it's available
2022-02-12 12:33:20 +00:00