Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-pgsql/
Date: Wed, 30 Mar 2016 05:51:17
Message-Id: 1459317010.3d30be66165c07dc48c59c8be8b1376984193288.bman@gentoo
1 commit: 3d30be66165c07dc48c59c8be8b1376984193288
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 05:50:10 2016 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 05:50:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d30be66
7
8 sys-auth/pam-pgsql: remove vulnerable versions per bug 452652. Fix ebuild header line 3
9
10 Package-Manager: portage-2.2.26
11
12 sys-auth/pam-pgsql/Manifest | 2 --
13 sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild | 51 -----------------------------
14 sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild | 1 +
15 sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild | 51 -----------------------------
16 4 files changed, 1 insertion(+), 104 deletions(-)
17
18 diff --git a/sys-auth/pam-pgsql/Manifest b/sys-auth/pam-pgsql/Manifest
19 index 5cdfa62..107e8a0 100644
20 --- a/sys-auth/pam-pgsql/Manifest
21 +++ b/sys-auth/pam-pgsql/Manifest
22 @@ -1,3 +1 @@
23 -DIST pam-pgsql-0.7.3.1.tar.gz 301678 SHA256 c9327e7636e81a2d2bbaf4f017edbd9319a08df1654c9d1875e6f933750548dd SHA512 dd8fe042ce8c6b46376430875953a8404ee1184d5603d7100de489a92569c71afe4e0f0324be8fcc309e3c84424a16303df61d64672ce615a59ba8508d8660b7 WHIRLPOOL 40033f0a506351c8facfd00b2e22c19eef0ca2922972b458e8c89456a442890ab967ec36855e395452122612fa2dd4dcf4825564d0e947bf4c97ab340ac127e1
24 DIST pam-pgsql-0.7.3.2.tar.gz 712533 SHA256 c4f9c22ec3a37fb6d8b201cc7d48c743a68ceb91773e386caa2269b63b0679ca SHA512 d5766e56a13b0b4762fba10d624d12f130f2675f1f1772eaaf275b599f44adcf98287c2636462ba3faf46af139eb1bd157918c0c783040796562f37dec17a6d9 WHIRLPOOL 769d59de074b7dff56b44f046b5b4ab3d02a70c9a5b27227fba712847ab932dba6f73f68a119c82bd8d27b6e564be1411081cccd31c16e39a87410a39c44ad61
25 -DIST pam-pgsql-0.7.3.tar.gz 302305 SHA256 0d1f4c2ca220a746b8750fa9c4c019e4129e16312b2cb46c78ef282dc018571b SHA512 38fc64562ef00ebc3737451d4854891ad360a78716848e7b101e3805661c6319fa4b9ca19996b76cc6bc91afca66ff8aef84006dbc8e112aa4e601fc8ee2bcc4 WHIRLPOOL f3c5f7548a62c97a3e77f7f4deda886ac3ab8f761ad98b59777c6b1b4ac0a1a722c40955faeebb4e57833ddaf9a740af946e8a8317b80b27b3a018128f850a3e
26
27 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
28 deleted file mode 100644
29 index 37b913a..0000000
30 --- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.1.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=2
38 -
39 -inherit eutils pam
40 -
41 -DESCRIPTION="pam_pgsql is a module for pam to authenticate users with PostgreSQL"
42 -HOMEPAGE="http://sourceforge.net/projects/pam-pgsql/"
43 -
44 -if [[ ${PV} = *_p* ]]; then
45 - SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.gz"
46 -else
47 - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
48 -fi
49 -
50 -RDEPEND="virtual/pam
51 - >=dev-db/postgresql-8.0
52 - >=dev-libs/libgcrypt-1.2.0:0"
53 -DEPEND="${RDEPEND}"
54 -
55 -LICENSE="GPL-2"
56 -
57 -IUSE=""
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~x86"
60 -
61 -src_configure() {
62 - econf \
63 - --sysconfdir=/etc/security \
64 - --libdir=/$(get_libdir) \
65 - --docdir=/usr/share/doc/${PF} || die "econf failed"
66 -}
67 -
68 -src_compile() {
69 - emake pammoddir="$(getpam_mod_dir)" || die "emake failed"
70 -}
71 -
72 -src_install() {
73 - emake DESTDIR="${D}" pammoddir="$(getpam_mod_dir)" install || die "emake install failed"
74 - find "${D}" -name '*.la' -delete
75 -}
76 -
77 -pkg_postinst() {
78 - elog "Please see the documentation and configuration examples in the"
79 - elog "documentation directory at /usr/share/doc/${PF}."
80 - elog ""
81 - elog "Please note that the default configuration file in Gentoo has been"
82 - elog "moved to /etc/security/pam-pgsql.conf to follow the other PAM modules."
83 -}
84
85 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
86 index fe75efd..1fc74e8 100644
87 --- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
88 +++ b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
89 @@ -1,5 +1,6 @@
90 # Copyright 1999-2016 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 +# $Id$
93
94 EAPI="5"
95
96
97 diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild
98 deleted file mode 100644
99 index 37b913a..0000000
100 --- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.ebuild
101 +++ /dev/null
102 @@ -1,51 +0,0 @@
103 -# Copyright 1999-2014 Gentoo Foundation
104 -# Distributed under the terms of the GNU General Public License v2
105 -# $Id$
106 -
107 -EAPI=2
108 -
109 -inherit eutils pam
110 -
111 -DESCRIPTION="pam_pgsql is a module for pam to authenticate users with PostgreSQL"
112 -HOMEPAGE="http://sourceforge.net/projects/pam-pgsql/"
113 -
114 -if [[ ${PV} = *_p* ]]; then
115 - SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.gz"
116 -else
117 - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
118 -fi
119 -
120 -RDEPEND="virtual/pam
121 - >=dev-db/postgresql-8.0
122 - >=dev-libs/libgcrypt-1.2.0:0"
123 -DEPEND="${RDEPEND}"
124 -
125 -LICENSE="GPL-2"
126 -
127 -IUSE=""
128 -SLOT="0"
129 -KEYWORDS="~amd64 ~x86"
130 -
131 -src_configure() {
132 - econf \
133 - --sysconfdir=/etc/security \
134 - --libdir=/$(get_libdir) \
135 - --docdir=/usr/share/doc/${PF} || die "econf failed"
136 -}
137 -
138 -src_compile() {
139 - emake pammoddir="$(getpam_mod_dir)" || die "emake failed"
140 -}
141 -
142 -src_install() {
143 - emake DESTDIR="${D}" pammoddir="$(getpam_mod_dir)" install || die "emake install failed"
144 - find "${D}" -name '*.la' -delete
145 -}
146 -
147 -pkg_postinst() {
148 - elog "Please see the documentation and configuration examples in the"
149 - elog "documentation directory at /usr/share/doc/${PF}."
150 - elog ""
151 - elog "Please note that the default configuration file in Gentoo has been"
152 - elog "moved to /etc/security/pam-pgsql.conf to follow the other PAM modules."
153 -}