[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/

2024-06-17 Thread Arthur Zamarin
commit: a1840777ade1324bb25f75381cddd04cb606
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 17 08:46:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 17 08:47:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18407bb

www-apache/mod_authz_unixgroup: drop 1.1.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../mod_authz_unixgroup-1.1.0.ebuild   | 32 --
 1 file changed, 32 deletions(-)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild 
b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
deleted file mode 100644
index 58dd0cc92263..
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit apache-module
-
-if [[ ${PV} == * ]] ; 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 NOTICE"
-
-APACHE2_MOD_CONF="10_${PN}"
-APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
-
-pkg_setup() {
-   _init_apache2
-   _init_apache2_late
-}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/

2024-06-16 Thread Arthur Zamarin
commit: 5c7e3b0f50b40bc2bd05417299f627b959b81fbe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jun 17 04:19:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jun 17 04:19:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7e3b0f

www-apache/mod_authz_unixgroup: Stabilize 1.1.0-r2 amd64, #934442

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild 
b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild
index e445b9e407d1..ff0157b722eb 100644
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
S="${WORKDIR}/${P}/${PN}"
 else
SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz;
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
S="${WORKDIR}/mod-auth-external-${P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/

2024-06-10 Thread Craig Andrews
commit: 8ab506879a490da8172d3b6269ff9c4018217206
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Jun 10 15:32:09 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jun 10 15:32:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab50687

www-apache/mod_authz_unixgroup: drop 1.1.0-r1

Signed-off-by: Craig Andrews  gentoo.org>

 .../mod_authz_unixgroup-1.1.0-r1.ebuild| 32 --
 1 file changed, 32 deletions(-)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild 
b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild
deleted file mode 100644
index 4bc6217b5ac9..
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit apache-module
-
-if [[ ${PV} == * ]] ; 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 NOTICE"
-
-APACHE2_MOD_CONF="10_${PN}"
-APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
-
-pkg_setup() {
-   _init_apache2
-   _init_apache2_late
-}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/

2024-06-10 Thread Craig Andrews
commit: 86d645d1ab1d7ca5fe4310f3df23f3e09a735a0d
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Jun 10 15:31:54 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jun 10 15:31:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d645d1

www-apache/mod_authz_unixgroup: update EAPI 7 -> 8

Bug: https://bugs.gentoo.org/933847
Signed-off-by: Craig Andrews  gentoo.org>

 .../mod_authz_unixgroup-1.1.0-r2.ebuild| 32 ++
 1 file changed, 32 insertions(+)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild 
b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.ebuild
new file mode 100644
index ..e445b9e407d1
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r2.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} == * ]] ; 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 NOTICE"
+
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
+
+pkg_setup() {
+   _init_apache2
+   _init_apache2_late
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/

2024-06-10 Thread Craig Andrews
commit: 52c375f7b063b6c1798fce200f57d2ba61479733
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Jun 10 15:22:02 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jun 10 15:22:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c375f7

www-apache/mod_authz_unixgroup: update EAPI 6 -> 7

Bug: https://bugs.gentoo.org/933847
Signed-off-by: Craig Andrews  gentoo.org>

 .../mod_authz_unixgroup-1.1.0-r1.ebuild| 32 ++
 1 file changed, 32 insertions(+)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild 
b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild
new file mode 100644
index ..4bc6217b5ac9
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit apache-module
+
+if [[ ${PV} == * ]] ; 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 NOTICE"
+
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
+
+pkg_setup() {
+   _init_apache2
+   _init_apache2_late
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/

2024-05-14 Thread Arthur Zamarin
commit: fce3f26fafbf1d01eae14c31aa01ea1cb457cd5f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May 14 09:12:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May 14 09:12:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce3f26f

www-apache/mod_authz_unixgroup: remove stale live ebuild, EAPI6--

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../mod_authz_unixgroup-.ebuild| 32 --
 1 file changed, 32 deletions(-)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-.ebuild 
b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-.ebuild
deleted file mode 100644
index 7c9081bf3575..
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit apache-module
-
-if [[ ${PV} == * ]] ; 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 NOTICE"
-
-APACHE2_MOD_CONF="10_${PN}"
-APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
-
-pkg_setup() {
-   _init_apache2
-   _init_apache2_late
-}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/

2021-01-20 Thread Agostino Sarubbo
commit: e91562dd74a9bba8a63ac323a5580d00012f445b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 21 07:36:38 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 21 07:36:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91562dd

www-apache/mod_authz_unixgroup: amd64 stable wrt bug #763549

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild 
b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
index 7c9081bf357..58dd0cc9226 100644
--- a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
S="${WORKDIR}/${P}/${PN}"
 else
SRC_URI="https://github.com/phokz/mod-auth-external/archive/${P}.tar.gz;
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
S="${WORKDIR}/mod-auth-external-${P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authz_unixgroup/, www-apache/mod_authz_unixgroup/files/

2019-09-06 Thread Craig Andrews
commit: c96c2de5113e1c6d4741c4c1f9df4256e7210bc2
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Sep  6 14:42:31 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Sep  6 14:43:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96c2de5

www-apache/mod_authz_unixgroup: An Apache2 authorization DSO using unix groups

Closes: https://bugs.gentoo.org/693592
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 www-apache/mod_authz_unixgroup/Manifest|  1 +
 .../files/10_mod_authz_unixgroup.conf  | 11 
 www-apache/mod_authz_unixgroup/metadata.xml| 11 
 .../mod_authz_unixgroup-1.1.0.ebuild   | 32 ++
 .../mod_authz_unixgroup-.ebuild| 32 ++
 5 files changed, 87 insertions(+)

diff --git a/www-apache/mod_authz_unixgroup/Manifest 
b/www-apache/mod_authz_unixgroup/Manifest
new file mode 100644
index 000..286d71e1270
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/Manifest
@@ -0,0 +1 @@
+DIST mod_authz_unixgroup-1.1.0.tar.gz 10085 BLAKE2B 
d7948cf046d58bcf27dfd4310a69ea61395d75f67c782fdbeb3f96015b7df8abebb7c59a244efe37a20e42ed72b501cd757346812144cd66a1cae8dabbd62a42
 SHA512 
83c767b2eb903964e688658bc4ae4384afd14c99f714c9aafb8c5bdddc855511e0b81f3499411b401865e42028b587dbba4ea2eb5123fe32ac91899327d6bbb8

diff --git a/www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf 
b/www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf
new file mode 100644
index 000..dd942a8dd79
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf
@@ -0,0 +1,11 @@
+
+LoadModule authz_unixgroup_module modules/mod_authz_unixgroup.so
+
+# For UNIX group check
+# Require unix-group staff admin
+# This would allow only access to accounts in the 'staff' or 'admin' unix 
groups.
+# You can alternately specify groups by their gid numbers instead of their 
names.
+
+
+# vim: ts=4 filetype=apache
+

diff --git a/www-apache/mod_authz_unixgroup/metadata.xml 
b/www-apache/mod_authz_unixgroup/metadata.xml
new file mode 100644
index 000..38b26aa0865
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   candr...@gentoo.org
+   Craig Andrews
+   
+   
+   phokz/mod-auth-external
+   
+

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild 
b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
new file mode 100644
index 000..7c9081bf357
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-1.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit apache-module
+
+if [[ ${PV} == * ]] ; 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 NOTICE"
+
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
+
+pkg_setup() {
+   _init_apache2
+   _init_apache2_late
+}

diff --git a/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-.ebuild 
b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-.ebuild
new file mode 100644
index 000..7c9081bf357
--- /dev/null
+++ b/www-apache/mod_authz_unixgroup/mod_authz_unixgroup-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit apache-module
+
+if [[ ${PV} == * ]] ; 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 NOTICE"
+
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="AUTHZ_UNIXGROUP"
+
+pkg_setup() {
+   _init_apache2
+   _init_apache2_late
+}