public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-pgsql/
@ 2016-03-29  8:49 Mike Frysinger
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2016-03-29  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1f859cab0726ca7216d678da890a0d1b169ab016
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 08:49:01 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 08:49:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f859cab

sys-auth/pam-pgsql: version bump to 0.7.3.2 #452652

 sys-auth/pam-pgsql/Manifest                 |  1 +
 sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild | 51 +++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/sys-auth/pam-pgsql/Manifest b/sys-auth/pam-pgsql/Manifest
index fea7b50..5cdfa62 100644
--- a/sys-auth/pam-pgsql/Manifest
+++ b/sys-auth/pam-pgsql/Manifest
@@ -1,2 +1,3 @@
 DIST pam-pgsql-0.7.3.1.tar.gz 301678 SHA256 c9327e7636e81a2d2bbaf4f017edbd9319a08df1654c9d1875e6f933750548dd SHA512 dd8fe042ce8c6b46376430875953a8404ee1184d5603d7100de489a92569c71afe4e0f0324be8fcc309e3c84424a16303df61d64672ce615a59ba8508d8660b7 WHIRLPOOL 40033f0a506351c8facfd00b2e22c19eef0ca2922972b458e8c89456a442890ab967ec36855e395452122612fa2dd4dcf4825564d0e947bf4c97ab340ac127e1
+DIST pam-pgsql-0.7.3.2.tar.gz 712533 SHA256 c4f9c22ec3a37fb6d8b201cc7d48c743a68ceb91773e386caa2269b63b0679ca SHA512 d5766e56a13b0b4762fba10d624d12f130f2675f1f1772eaaf275b599f44adcf98287c2636462ba3faf46af139eb1bd157918c0c783040796562f37dec17a6d9 WHIRLPOOL 769d59de074b7dff56b44f046b5b4ab3d02a70c9a5b27227fba712847ab932dba6f73f68a119c82bd8d27b6e564be1411081cccd31c16e39a87410a39c44ad61
 DIST pam-pgsql-0.7.3.tar.gz 302305 SHA256 0d1f4c2ca220a746b8750fa9c4c019e4129e16312b2cb46c78ef282dc018571b SHA512 38fc64562ef00ebc3737451d4854891ad360a78716848e7b101e3805661c6319fa4b9ca19996b76cc6bc91afca66ff8aef84006dbc8e112aa4e601fc8ee2bcc4 WHIRLPOOL f3c5f7548a62c97a3e77f7f4deda886ac3ab8f761ad98b59777c6b1b4ac0a1a722c40955faeebb4e57833ddaf9a740af946e8a8317b80b27b3a018128f850a3e

diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
new file mode 100644
index 0000000..fe75efd
--- /dev/null
+++ b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils pam
+
+DESCRIPTION="pam module to authenticate users via PostgreSQL"
+HOMEPAGE="http://sourceforge.net/projects/pam-pgsql/"
+
+if [[ ${PV} == *_p* ]]; then
+	SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.gz"
+else
+	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+fi
+
+RDEPEND="virtual/pam
+	>=dev-db/postgresql-8.0:=
+	>=dev-libs/libgcrypt-1.2.0:0="
+DEPEND="${RDEPEND}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_configure() {
+	econf \
+		--sysconfdir=/etc/security \
+		--libdir=/$(get_libdir) \
+		--docdir=/usr/share/doc/${PF}
+}
+
+src_compile() {
+	emake pammoddir="$(getpam_mod_dir)" || die "emake failed"
+}
+
+src_install() {
+	emake DESTDIR="${D}" pammoddir="$(getpam_mod_dir)" install
+	find "${ED}" -name '*.la' -delete
+}
+
+pkg_postinst() {
+	if [[ -z ${REPLACING_VERSIONS} ]] ; then
+		elog "Please see the documentation and configuration examples in the"
+		elog "documentation directory at /usr/share/doc/${PF}."
+		elog ""
+		elog "Please note that the default configuration file in Gentoo has been"
+		elog "moved to /etc/security/pam-pgsql.conf to follow the other PAM modules."
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-pgsql/
@ 2016-03-30  5:51 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2016-03-30  5:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3d30be66165c07dc48c59c8be8b1376984193288
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 05:50:10 2016 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 05:50:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d30be66

sys-auth/pam-pgsql: remove vulnerable versions per bug 452652.  Fix ebuild header line 3

Package-Manager: portage-2.2.26

 sys-auth/pam-pgsql/Manifest                 |  2 --
 sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild | 51 -----------------------------
 sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild |  1 +
 sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild   | 51 -----------------------------
 4 files changed, 1 insertion(+), 104 deletions(-)

diff --git a/sys-auth/pam-pgsql/Manifest b/sys-auth/pam-pgsql/Manifest
index 5cdfa62..107e8a0 100644
--- a/sys-auth/pam-pgsql/Manifest
+++ b/sys-auth/pam-pgsql/Manifest
@@ -1,3 +1 @@
-DIST pam-pgsql-0.7.3.1.tar.gz 301678 SHA256 c9327e7636e81a2d2bbaf4f017edbd9319a08df1654c9d1875e6f933750548dd SHA512 dd8fe042ce8c6b46376430875953a8404ee1184d5603d7100de489a92569c71afe4e0f0324be8fcc309e3c84424a16303df61d64672ce615a59ba8508d8660b7 WHIRLPOOL 40033f0a506351c8facfd00b2e22c19eef0ca2922972b458e8c89456a442890ab967ec36855e395452122612fa2dd4dcf4825564d0e947bf4c97ab340ac127e1
 DIST pam-pgsql-0.7.3.2.tar.gz 712533 SHA256 c4f9c22ec3a37fb6d8b201cc7d48c743a68ceb91773e386caa2269b63b0679ca SHA512 d5766e56a13b0b4762fba10d624d12f130f2675f1f1772eaaf275b599f44adcf98287c2636462ba3faf46af139eb1bd157918c0c783040796562f37dec17a6d9 WHIRLPOOL 769d59de074b7dff56b44f046b5b4ab3d02a70c9a5b27227fba712847ab932dba6f73f68a119c82bd8d27b6e564be1411081cccd31c16e39a87410a39c44ad61
-DIST pam-pgsql-0.7.3.tar.gz 302305 SHA256 0d1f4c2ca220a746b8750fa9c4c019e4129e16312b2cb46c78ef282dc018571b SHA512 38fc64562ef00ebc3737451d4854891ad360a78716848e7b101e3805661c6319fa4b9ca19996b76cc6bc91afca66ff8aef84006dbc8e112aa4e601fc8ee2bcc4 WHIRLPOOL f3c5f7548a62c97a3e77f7f4deda886ac3ab8f761ad98b59777c6b1b4ac0a1a722c40955faeebb4e57833ddaf9a740af946e8a8317b80b27b3a018128f850a3e

diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild
deleted file mode 100644
index 37b913a..0000000
--- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit eutils pam
-
-DESCRIPTION="pam_pgsql is a module for pam to authenticate users with PostgreSQL"
-HOMEPAGE="http://sourceforge.net/projects/pam-pgsql/"
-
-if [[ ${PV} = *_p* ]]; then
-	SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.gz"
-else
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-fi
-
-RDEPEND="virtual/pam
-	>=dev-db/postgresql-8.0
-	>=dev-libs/libgcrypt-1.2.0:0"
-DEPEND="${RDEPEND}"
-
-LICENSE="GPL-2"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_configure() {
-	econf \
-		--sysconfdir=/etc/security \
-		--libdir=/$(get_libdir) \
-		--docdir=/usr/share/doc/${PF} || die "econf failed"
-}
-
-src_compile() {
-	emake pammoddir="$(getpam_mod_dir)" || die "emake failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" pammoddir="$(getpam_mod_dir)" install || die "emake install failed"
-	find "${D}" -name '*.la' -delete
-}
-
-pkg_postinst() {
-	elog "Please see the documentation and configuration examples in the"
-	elog "documentation directory at /usr/share/doc/${PF}."
-	elog ""
-	elog "Please note that the default configuration file in Gentoo has been"
-	elog "moved to /etc/security/pam-pgsql.conf to follow the other PAM modules."
-}

diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
index fe75efd..1fc74e8 100644
--- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
+++ b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Id$
 
 EAPI="5"
 

diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild
deleted file mode 100644
index 37b913a..0000000
--- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit eutils pam
-
-DESCRIPTION="pam_pgsql is a module for pam to authenticate users with PostgreSQL"
-HOMEPAGE="http://sourceforge.net/projects/pam-pgsql/"
-
-if [[ ${PV} = *_p* ]]; then
-	SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.gz"
-else
-	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-fi
-
-RDEPEND="virtual/pam
-	>=dev-db/postgresql-8.0
-	>=dev-libs/libgcrypt-1.2.0:0"
-DEPEND="${RDEPEND}"
-
-LICENSE="GPL-2"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_configure() {
-	econf \
-		--sysconfdir=/etc/security \
-		--libdir=/$(get_libdir) \
-		--docdir=/usr/share/doc/${PF} || die "econf failed"
-}
-
-src_compile() {
-	emake pammoddir="$(getpam_mod_dir)" || die "emake failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" pammoddir="$(getpam_mod_dir)" install || die "emake install failed"
-	find "${D}" -name '*.la' -delete
-}
-
-pkg_postinst() {
-	elog "Please see the documentation and configuration examples in the"
-	elog "documentation directory at /usr/share/doc/${PF}."
-	elog ""
-	elog "Please note that the default configuration file in Gentoo has been"
-	elog "moved to /etc/security/pam-pgsql.conf to follow the other PAM modules."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-pgsql/
@ 2019-10-12 20:54 Mikle Kolyada
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2019-10-12 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     013048b6801c54da4f0143d075e6ddebb8304446
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 20:54:12 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 20:54:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013048b6

sys-auth/pam-pgsql: migrate to sys-libs/pam

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

 sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
index e740aec1fd3..250886ba0d5 100644
--- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
+++ b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,7 +14,7 @@ else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 fi
 
-RDEPEND="virtual/pam
+RDEPEND="sys-libs/pam
 	>=dev-db/postgresql-8.0:=
 	>=dev-libs/libgcrypt-1.2.0:0="
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-pgsql/
@ 2020-12-19 15:00 Mikle Kolyada
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2020-12-19 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d8f7979e8ab4a14f6d2185fae742db0d5cd3ea27
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 14:57:36 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 15:00:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f7979e

sys-auth/pam-pgsql: 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-pgsql/pam-pgsql-0.7.3.2.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
index cf69a6bf4c9..56bbf56885e 100644
--- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
+++ b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-inherit eutils pam
+inherit pam
 
 DESCRIPTION="pam module to authenticate users via PostgreSQL"
 HOMEPAGE="https://sourceforge.net/projects/pam-pgsql/"
@@ -17,18 +17,17 @@ fi
 RDEPEND="sys-libs/pam
 	>=dev-db/postgresql-8.0:=
 	>=dev-libs/libgcrypt-1.2.0:0="
+
 DEPEND="${RDEPEND}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 src_configure() {
 	econf \
 		--sysconfdir=/etc/security \
-		--libdir=/$(get_libdir) \
-		--docdir=/usr/share/doc/${PF}
+		--libdir=/$(get_libdir)
 }
 
 src_compile() {
@@ -37,7 +36,8 @@ src_compile() {
 
 src_install() {
 	emake DESTDIR="${D}" pammoddir="$(getpam_mod_dir)" install
-	find "${ED}" -name '*.la' -delete
+
+	find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {


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

end of thread, other threads:[~2020-12-19 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29  8:49 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-pgsql/ Mike Frysinger
  -- strict thread matches above, loose matches on Subject: below --
2016-03-30  5:51 Aaron Bauman
2019-10-12 20:54 Mikle Kolyada
2020-12-19 15:00 Mikle Kolyada

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