public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/
Date: Sat, 23 Nov 2024 05:23:07 +0000 (UTC)	[thread overview]
Message-ID: <1732339384.cbc0a5faf7bdb77cb024830119bd135ff42b2715.candrews@gentoo> (raw)

commit:     cbc0a5faf7bdb77cb024830119bd135ff42b2715
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 05:22:09 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 05:23:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc0a5fa

www-apache/mod_authz_unixgroup: add 1.2.0

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 www-apache/mod_authz_unixgroup/Manifest            |  1 +
 .../mod_authz_unixgroup-1.2.0.ebuild               | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/www-apache/mod_authz_unixgroup/Manifest b/www-apache/mod_authz_unixgroup/Manifest
index 286d71e1270e..0b42672ea3db 100644
--- a/www-apache/mod_authz_unixgroup/Manifest
+++ b/www-apache/mod_authz_unixgroup/Manifest
@@ -1 +1,2 @@
 DIST mod_authz_unixgroup-1.1.0.tar.gz 10085 BLAKE2B d7948cf046d58bcf27dfd4310a69ea61395d75f67c782fdbeb3f96015b7df8abebb7c59a244efe37a20e42ed72b501cd757346812144cd66a1cae8dabbd62a42 SHA512 83c767b2eb903964e688658bc4ae4384afd14c99f714c9aafb8c5bdddc855511e0b81f3499411b401865e42028b587dbba4ea2eb5123fe32ac91899327d6bbb8
+DIST mod_authz_unixgroup-1.2.0.tar.gz 13442 BLAKE2B 8cd00db549834ef252ec48b54b2dc442a9c38ded3f34e3bb75b49e88232ab88ffbcec2481971c91629932e602729ca431d8084a92e4df17fee3742387d8b7f68 SHA512 fd74e1510ffa4ca273d9e97760cdda846ce7c7debbdfa09ba8b90f8d7dc0720d0fb128261680b48e6fba63ca273d98e0bcaadeeca9276e06809b51d4ab6e8c61

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.2.0.ebuild b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.2.0.ebuild
new file mode 100644
index 000000000000..0f81e7971ee7
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit apache-module
+
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="https://github.com/phokz/mod-auth-external.git"
+	inherit git-r3
+	S="${WORKDIR}/${P}/${PN}"
+else
+	SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz"
+	KEYWORDS="amd64"
+	S="${WORKDIR}/mod-auth-external-${P}"
+fi
+
+DESCRIPTION="An Apache2 authorization DSO using unix groups"
+HOMEPAGE="https://github.com/phokz/mod-auth-external"
+
+LICENSE="Apache-1.1"
+SLOT="0"
+need_apache2_4
+
+DOCFILES="CHANGES INSTALL README"
+
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
+
+pkg_setup() {
+	_init_apache2
+	_init_apache2_late
+}


             reply	other threads:[~2024-11-23  5:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-23  5:23 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-17  8:47 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/ Arthur Zamarin
2024-06-17  4:19 Arthur Zamarin
2024-06-10 15:32 Craig Andrews
2024-06-10 15:32 Craig Andrews
2024-06-10 15:22 Craig Andrews
2024-05-14  9:14 Arthur Zamarin
2021-01-21  7:40 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1732339384.cbc0a5faf7bdb77cb024830119bd135ff42b2715.candrews@gentoo \
    --to=candrews@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox