* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_radius/
@ 2021-10-04 20:40 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-10-04 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 2afd4b9f5317e8dc0ff072bcb2eeb3406bb8a756
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 4 20:39:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 20:40:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afd4b9f
www-apache/mod_auth_radius: drop inactive chainsaw@
As agreed with retirement@.
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-apache/mod_auth_radius/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/www-apache/mod_auth_radius/metadata.xml b/www-apache/mod_auth_radius/metadata.xml
index e3538516d2b..bef24d2c233 100644
--- a/www-apache/mod_auth_radius/metadata.xml
+++ b/www-apache/mod_auth_radius/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>chainsaw@gentoo.org</email>
- <name>Tony Vroon</name>
- </maintainer>
+ <!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_radius/
@ 2021-11-27 13:04 Marek Szuba
0 siblings, 0 replies; 4+ messages in thread
From: Marek Szuba @ 2021-11-27 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 4c50eada1eb51fcc5294130207b499a34149ae5b
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 12:44:05 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 13:04:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c50eada
www-apache/mod_auth_radius: add 1.6.0, remove 1.5.8
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
www-apache/mod_auth_radius/Manifest | 2 +-
.../mod_auth_radius/mod_auth_radius-1.5.8.ebuild | 39 ----------------------
.../mod_auth_radius/mod_auth_radius-1.6.0.ebuild | 39 ++++++++++++++++++++++
3 files changed, 40 insertions(+), 40 deletions(-)
diff --git a/www-apache/mod_auth_radius/Manifest b/www-apache/mod_auth_radius/Manifest
index b8c511508057..c628aca889e7 100644
--- a/www-apache/mod_auth_radius/Manifest
+++ b/www-apache/mod_auth_radius/Manifest
@@ -1 +1 @@
-DIST mod_auth_radius-1.5.8.tar 122880 BLAKE2B 54f1b72cc5c7721c6aead2b0a465c2ddca1264c2a6c196dbf4498c53cc114f1b6afa5467aca5164a39401f0257aed91d8fca1fca4b7e0fe7cd4f04d398ad63a4 SHA512 0fcc43a44ea17b33595a850abb03ff6b92e100dfbeffc82caa9516f6eb7914fb463cb62286d624203a2c7035d05a107dda7b68c5cedf7de3b8be95b9266b6988
+DIST mod_auth_radius-1.6.0.tar.gz 20176 BLAKE2B b004b133a3b8e84533f1e97883436aaec389870c6ca6eb2017bd7f4fac12913c438b9838ff1fce01e5ed26bfeec65f6ac349816ee681f39deea0616c22e2530c SHA512 e128855ab198b35030b798c16538fa33c1698f0f179fccb0d160c2d2cce08f1a7b2ecfaefdc19ae7f21802d38705b7a08414444ac52041b7365a5633e5e66159
diff --git a/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild b/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild
deleted file mode 100644
index 831b59d27d9e..000000000000
--- a/www-apache/mod_auth_radius/mod_auth_radius-1.5.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit apache-module epatch
-
-DESCRIPTION="Radius authentication for Apache"
-HOMEPAGE="http://freeradius.org/mod_auth_radius/"
-SRC_URI="ftp://ftp.freeradius.org/pub/radius/${P}.tar"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-APACHE2_MOD_FILE=".libs/mod_auth_radius-2.0.so"
-APACHE2_MOD_DEFINE="AUTH_RADIUS"
-
-APXS2_ARGS="-c ${PN}-2.0.c"
-
-DOCFILES="README"
-
-need_apache2
-
-src_prepare() {
- epatch "${FILESDIR}/${PV}-includes.patch"
- if has_version ">=www-servers/apache-2.4"; then
- epatch "${FILESDIR}/${PV}-remote_ip-obsolete.patch"
- fi
-}
-
-src_compile() {
- apache-module_src_compile
-}
-
-src_install() {
- apache-module_src_install
-}
diff --git a/www-apache/mod_auth_radius/mod_auth_radius-1.6.0.ebuild b/www-apache/mod_auth_radius/mod_auth_radius-1.6.0.ebuild
new file mode 100644
index 000000000000..c53926ebd7cd
--- /dev/null
+++ b/www-apache/mod_auth_radius/mod_auth_radius-1.6.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit apache-module depend.apache
+
+DESCRIPTION="Radius authentication for Apache"
+HOMEPAGE="https://freeradius.org/sub_projects/ https://github.com/FreeRADIUS/mod_auth_radius/"
+SRC_URI="https://github.com/FreeRADIUS/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+
+APACHE2_MOD_DEFINE="AUTH_RADIUS"
+
+DOCFILES="README.asciidoc"
+
+need_apache2
+
+# Work around Bug #616612
+pkg_setup() {
+ _init_apache2
+ _init_apache2_late
+}
+
+pkg_postinst() {
+ if [[ -n "${REPLACING_VERSIONS}" ]]; then
+ for v in ${REPLACING_VERSIONS}; do
+ if ver_test ${v} -lt 1.6.0; then
+ ewarn "Please note that upstream has changed the name of this module from"
+ ewarn " ${PN}-2.0.so"
+ ewarn "to simply"
+ ewarn " ${PN}.so"
+ fi
+ done
+ fi
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_radius/
@ 2023-02-22 19:56 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-02-22 19:56 UTC (permalink / raw
To: gentoo-commits
commit: dca028a0f6a995c4f63f4162e16c2e11a6f0bc10
Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:48:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca028a0
www-apache/mod_auth_radius: fix MissingRemoteId for maintainer-needed packages
Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-apache/mod_auth_radius/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/www-apache/mod_auth_radius/metadata.xml b/www-apache/mod_auth_radius/metadata.xml
index bef24d2c2337..fa1d5103c74e 100644
--- a/www-apache/mod_auth_radius/metadata.xml
+++ b/www-apache/mod_auth_radius/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">FreeRADIUS/mod_auth_radius</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_radius/
@ 2025-02-15 9:29 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2025-02-15 9:29 UTC (permalink / raw
To: gentoo-commits
commit: d730ecc4c37d20fccc0a8403b5e54bce1593f275
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 14:12:18 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 09:26:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d730ecc4
www-apache/mod_auth_radius: Port to ver_replacing
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../mod_auth_radius/mod_auth_radius-1.6.0.ebuild | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/www-apache/mod_auth_radius/mod_auth_radius-1.6.0.ebuild b/www-apache/mod_auth_radius/mod_auth_radius-1.6.0.ebuild
index c53926ebd7cd..5b9ee1709fc0 100644
--- a/www-apache/mod_auth_radius/mod_auth_radius-1.6.0.ebuild
+++ b/www-apache/mod_auth_radius/mod_auth_radius-1.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit apache-module depend.apache
+inherit apache-module depend.apache eapi9-ver
DESCRIPTION="Radius authentication for Apache"
HOMEPAGE="https://freeradius.org/sub_projects/ https://github.com/FreeRADIUS/mod_auth_radius/"
@@ -26,14 +26,10 @@ pkg_setup() {
}
pkg_postinst() {
- if [[ -n "${REPLACING_VERSIONS}" ]]; then
- for v in ${REPLACING_VERSIONS}; do
- if ver_test ${v} -lt 1.6.0; then
- ewarn "Please note that upstream has changed the name of this module from"
- ewarn " ${PN}-2.0.so"
- ewarn "to simply"
- ewarn " ${PN}.so"
- fi
- done
+ if ver_replacing -lt 1.6.0; then
+ ewarn "Please note that upstream has changed the name of this module from"
+ ewarn " ${PN}-2.0.so"
+ ewarn "to simply"
+ ewarn " ${PN}.so"
fi
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-15 9:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 19:56 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_radius/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-02-15 9:29 Ulrich Müller
2021-11-27 13:04 Marek Szuba
2021-10-04 20:40 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox