public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/
@ 2017-07-17 20:14 Amy Liffey
  0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2017-07-17 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5c15ecd9bc6d3ecd589bac60c8d4f5e08dc3f798
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 20:04:30 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 20:11:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c15ecd9

ys-auth/pam_abl: remove unactive proxy maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-auth/pam_abl/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/sys-auth/pam_abl/metadata.xml b/sys-auth/pam_abl/metadata.xml
index a3186e6bd00..b508e81a148 100644
--- a/sys-auth/pam_abl/metadata.xml
+++ b/sys-auth/pam_abl/metadata.xml
@@ -1,18 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>swapon@gmail.com</email>
-    <name>Alessio Cassibba</name>
-  </maintainer>
   <maintainer type="project">
     <email>pam-bugs@gentoo.org</email>
     <name>Pluggable Authentication Method maintenance</name>
   </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
   <longdescription lang="en">
 PAM module that provides auto blacklisting of hosts and users responsible for repeated failed authentication attempts.
 Once a host is blacklisted it is guaranteed to fail authentication even if the correct credentials are provided.


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/
@ 2017-07-17 20:40 Amy Liffey
  0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2017-07-17 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0db7ba8f137c75c20129fb762ec44ff387a73e72
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 20:37:57 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 20:39:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db7ba8f

sys-auth/pam_abl: fix slot and description

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-auth/pam_abl/pam_abl-0.5.0.ebuild | 6 +++---
 sys-auth/pam_abl/pam_abl-0.6.0.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-auth/pam_abl/pam_abl-0.5.0.ebuild b/sys-auth/pam_abl/pam_abl-0.5.0.ebuild
index 625835573d1..943e98d0b61 100644
--- a/sys-auth/pam_abl/pam_abl-0.5.0.ebuild
+++ b/sys-auth/pam_abl/pam_abl-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
 
 inherit flag-o-matic pam cmake-utils db-use multilib
 
-DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts"
+DESCRIPTION="PAM module for blacklisting hosts and users repeatedly failed authentication"
 HOMEPAGE="http://pam-abl.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
 
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=">=sys-libs/pam-0.78-r2
-	>=sys-libs/db-4.2.52_p2"
+	>=sys-libs/db-4.2.52_p2:="
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_PN}"

diff --git a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
index 0ffc5ce28ae..33ec2002600 100644
--- a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
+++ b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
 
 inherit flag-o-matic pam cmake-utils db-use multilib
 
-DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts"
+DESCRIPTION="PAM module for blacklisting hosts and users repeatedly failed authentication"
 HOMEPAGE="http://pam-abl.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
 
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=">=sys-libs/pam-0.78-r2
-	>=sys-libs/db-4.2.52_p2"
+	>=sys-libs/db-4.2.52_p2:="
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/
@ 2017-07-19 18:06 Tobias Klausmann
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann @ 2017-07-19 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6c3e4e41d0db97e5c239dd032f20ea897137cd85
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 17:30:47 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 18:05:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3e4e41

sys-auth/pam_abl-0.6.0-r0: amd64 stable

Gentoo-Bug: 625470

 sys-auth/pam_abl/pam_abl-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
index 33ec2002600..38816e5bc6e 100644
--- a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
+++ b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND=">=sys-libs/pam-0.78-r2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/
@ 2017-08-27  8:29 Amy Liffey
  0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2017-08-27  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9c32aa0f8ff863f92c019f56ffe8830b035005e9
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 08:24:37 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 08:27:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c32aa0f

sys-auth/pam_abl: stable for x86 bug #625470

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-auth/pam_abl/pam_abl-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
index 38816e5bc6e..450c5c2e55b 100644
--- a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
+++ b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=">=sys-libs/pam-0.78-r2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/
@ 2017-08-27  8:29 Amy Liffey
  0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2017-08-27  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f8adcfe8e9ed853d3067d78f3545f0f73064c4e7
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 08:25:45 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 08:27:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8adcfe8

sys-auth/pam_abl: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-auth/pam_abl/Manifest             |  2 --
 sys-auth/pam_abl/pam_abl-0.4.1.ebuild | 47 -----------------------------------
 sys-auth/pam_abl/pam_abl-0.5.0.ebuild | 43 --------------------------------
 3 files changed, 92 deletions(-)

diff --git a/sys-auth/pam_abl/Manifest b/sys-auth/pam_abl/Manifest
index e21261f206e..980cb3098ea 100644
--- a/sys-auth/pam_abl/Manifest
+++ b/sys-auth/pam_abl/Manifest
@@ -1,3 +1 @@
-DIST pam-abl-0.4.1.tar.bz2 250473 SHA256 42680216ab541510c33c7303ebc2a81e3d2f1a64f5df0ae78e7b335eaa767a5e SHA512 a266fcc1aeb0fd95f9d3da69a4e9eac15e9fe0c10ed32d2af3ce5e00f4ee1f599fea6b7695902f3a13bcc0f9a831ccde24b1f3cbcce6b6988b60b04a9c420509 WHIRLPOOL 27aa7456836d38704dc67299e2f3bff3ad68e0610f3986dc716ee278d4191cdab3db30d5fa3b2e8cc5bd95b80c55f7ce6c2a4b3b33c70605dd19b5155dd20f4e
-DIST pam-abl-0.5.0.tar.gz 41038 SHA256 2ef75438179e15a0d657e73659c083938dde10706008fd73c960f848d791ec38 SHA512 3b87c0bd0ee42f72bbef202735bf53f04336d19618a8edbd75ccb2d71d8ce8772fde475bdb4236bd422b723eb3771029e259f70e49e8de80d2d2a27a571f5ccc WHIRLPOOL e077c69c9cd127055fc5d2e3e4c941fbfe364e0fd9637b91a75f0d08d9aadf8d2b4fd790698f1a570c7da1110f49a603e5da38c1b1c05cf1f8298ec4fc2184b9
 DIST pam-abl-0.6.0.tar.gz 48882 SHA256 dff9437af247fee19e8269919a3eed44c1e69874c1fa06325997c8d1eeb7eeb4 SHA512 fd4fca672800683f87eba4c9804925d0f1c0e5991a32af7d045787cf571d5d98996d2303460fada4796432916c713973c82c3a70da06d686194e97bfb0e8198e WHIRLPOOL 69363207a20a8c7ee935eb4f716ca61c019de8416d54cff0b41fac474dc6da089cc77d2b13c6e344f7296be0425fe804e63dbb61962018b9559f871fe9c36f38

diff --git a/sys-auth/pam_abl/pam_abl-0.4.1.ebuild b/sys-auth/pam_abl/pam_abl-0.4.1.ebuild
deleted file mode 100644
index 69726eef5ba..00000000000
--- a/sys-auth/pam_abl/pam_abl-0.4.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-MY_PN="${PN/_/-}"
-MY_P="${MY_PN}-${PV}"
-
-inherit flag-o-matic pam
-
-DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts"
-HOMEPAGE="http://pam-abl.deksai.com/"
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=sys-libs/pam-0.78-r2
-	>=sys-libs/db-4.2.52_p2"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-	econf \
-		--enable-shared \
-		--disable-static \
-		--disable-dependency-tracking \
-		--enable-fast-install \
-		--docdir=/usr/share/doc/${PF} \
-		--with-pam-dir=$(getpam_mod_dir) \
-		|| die
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dopamsecurity . conf/pam_abl.conf
-
-	keepdir /var/db/abl
-}
-
-pkg_postinst() {
-	elog "See /usr/share/doc/${PF}/ for configuration info and set up "
-	elog "/etc/security/pam_abl.conf as needed."
-}

diff --git a/sys-auth/pam_abl/pam_abl-0.5.0.ebuild b/sys-auth/pam_abl/pam_abl-0.5.0.ebuild
deleted file mode 100644
index 943e98d0b61..00000000000
--- a/sys-auth/pam_abl/pam_abl-0.5.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="${PN/_/-}"
-MY_P="${MY_PN}-${PV}"
-
-inherit flag-o-matic pam cmake-utils db-use multilib
-
-DESCRIPTION="PAM module for blacklisting hosts and users repeatedly failed authentication"
-HOMEPAGE="http://pam-abl.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=sys-libs/pam-0.78-r2
-	>=sys-libs/db-4.2.52_p2:="
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_configure() {
-	pammod_hide_symbols
-
-	local mycmakeargs=(
-		-DDB_INCLUDE_DIR=$(db_includedir)
-		-DDB_LINK_DIR=/usr/$(get_libdir)
-		-DDB_LIBRARY=$(db_libname)
-	)
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-	dodir $(getpam_mod_dir)
-	mv "${D}"/usr/lib/security/*.so "${D}"/"$(getpam_mod_dir)" || die
-
-	dodoc doc/*.txt README
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/
@ 2020-12-17 12:47 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2020-12-17 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     01bb29b094f8a66a7a0b791ff8ebb8e18f322c57
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 12:34:44 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 12:47:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01bb29b0

sys-auth/pam_abl: port to EAPI=7

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-auth/pam_abl/pam_abl-0.6.0.ebuild | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
index 450c5c2e55b..d1dafd1016f 100644
--- a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
+++ b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_PN="${PN/_/-}"
 MY_P="${MY_PN}-${PV}"
 
-inherit flag-o-matic pam cmake-utils db-use multilib
+inherit cmake db-use pam
 
 DESCRIPTION="PAM module for blacklisting hosts and users repeatedly failed authentication"
 HOMEPAGE="http://pam-abl.sourceforge.net/"
@@ -15,7 +15,6 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 DEPEND=">=sys-libs/pam-0.78-r2
 	>=sys-libs/db-4.2.52_p2:="
@@ -31,20 +30,13 @@ src_configure() {
 		-DDB_LINK_DIR=/usr/$(get_libdir)
 		-DDB_LIBRARY=$(db_libname)
 	)
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_install() {
-	cmake-utils_src_install
+	cmake_src_install
 	dodir $(getpam_mod_dir)
 	mv "${D}"/usr/lib/security/*.so "${D}"/"$(getpam_mod_dir)" || die
 
 	dodoc doc/*.txt README
 }
-
-pkg_preinst() {
-	if has_version "~${CATEGORY}/${PN}-0.5.0" ; then
-		ewarn "Note: the 0.5.0 release named the module 'pam-abl.so' by accident; this version"
-		ewarn "fixes that and uses 'pam_abl.so' again.  Please update your config files."
-	fi
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-17 12:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19 18:06 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/ Tobias Klausmann
  -- strict thread matches above, loose matches on Subject: below --
2020-12-17 12:47 Mikle Kolyada
2017-08-27  8:29 Amy Liffey
2017-08-27  8:29 Amy Liffey
2017-07-17 20:40 Amy Liffey
2017-07-17 20:14 Amy Liffey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox