git: e23053a495d4 - main - www/mod_auth_mysql2: Deprecate and set expiration date
Jochen Neumeister <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=e23053a495d44eb46a33c0b69b029ceac8939e51 commit e23053a495d44eb46a33c0b69b029ceac8939e51 Author: Jochen Neumeister <[email protected]> AuthorDate: 2026-08-13 11:52:24 +0000 Commit: Jochen Neumeister <[email protected]> CommitDate: 2026-08-13 11:53:28 +0000 www/mod_auth_mysql2: Deprecate and set expiration date Abandoned upstream (1.11 from 2016 was explicitly the final release). "Require group" authorization is silently non-functional with Apache 2.4, and the SSL option no longer builds against MySQL 8.x. All functionality is covered by mod_authn_dbd / mod_authz_dbd shipped with Apache itself. PR: 245911 Sponsored by: Netzkommune GmbH --- www/mod_auth_mysql2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile index d27fa66e89dd..6b01c4748a95 100644 --- a/www/mod_auth_mysql2/Makefile +++ b/www/mod_auth_mysql2/Makefile @@ -12,6 +12,9 @@ WWW= https://www.heuer.org/mod_auth_mysql/ LICENSE= APACHE20 +DEPRECATED= Abandoned upstream, use mod_authn_dbd/mod_authz_dbd instead +EXPIRATION_DATE= 2026-12-31 + USES= apache mysql tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} AP_FAST_BUILD= yes