Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/
Date: Wed, 06 May 2020 01:52:22
Message-Id: 1588729908.9151169ec4bd6c849f8f9b01c595e960f2418795.gokturk@gentoo
1 commit: 9151169ec4bd6c849f8f9b01c595e960f2418795
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 01:51:26 2020 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 01:51:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9151169e
7
8 sys-auth/pam_u2f: clean vulnerable versions #687400
9
10 Bug: https://bugs.gentoo.org/687400
11 Package-Manager: Portage-2.3.69, Repoman-2.3.14
12 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
13
14 sys-auth/pam_u2f/Manifest | 3 ---
15 sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild | 35 --------------------------------
16 sys-auth/pam_u2f/pam_u2f-1.0.6.ebuild | 35 --------------------------------
17 sys-auth/pam_u2f/pam_u2f-1.0.7.ebuild | 35 --------------------------------
18 4 files changed, 108 deletions(-)
19
20 diff --git a/sys-auth/pam_u2f/Manifest b/sys-auth/pam_u2f/Manifest
21 index 7a352ed4c4d..25d09bf1c3c 100644
22 --- a/sys-auth/pam_u2f/Manifest
23 +++ b/sys-auth/pam_u2f/Manifest
24 @@ -1,4 +1 @@
25 -DIST pam_u2f-1.0.4.tar.gz 349114 BLAKE2B 50811fe8b0076ff36af030e080593161a1f676f05d5eb970a50ea7092bac5bfe1832370d12b730be8422f7f42677ff950d5b3e932a6087a1698a4acba267c9d5 SHA512 324d1a1172eae567372f95971d9ee6bb237b47758b89c083f3cfb11275c4b0c22c4cf02a51380451f88d372dd6aaa415bdb671a43a7444062fbf8f50b658f087
26 -DIST pam_u2f-1.0.6.tar.gz 375181 BLAKE2B eac1457cbfd7951fd617ea0cff4220d6e5fe6f3e33cbc960024a28a1ca09f376fced27afa8e5a23dc5bab1881c226497c41fea7041dd891a36e1be7ba18c09f3 SHA512 e169d3d251a132213c04570099164aee0cdcea4bca233432f13af47b2cc5e420e14b3fb6dcde20cb8f77f9ed677459bd641aa3f9c1da65c88cd7490e26ab25e3
27 -DIST pam_u2f-1.0.7.tar.gz 378513 BLAKE2B a5b48e7ed36052a517941bc4af2c88a9d66e0a911620832a9c6256b294b1fe291860f2d481db32ab9fdf6a4deebb8dd0c31de97ac52ff2411d707679d7a997d1 SHA512 5b8fe116782684e5da395a4923b4c300b0d4b6d9e297c8de5cc4ca2ed633fda30cdbc4ae6bbb8a582faf8068dbed13048a2b2f742ebe9eea208fbb7a407caf0a
28 DIST pam_u2f-1.0.8.tar.gz 384163 BLAKE2B 99767601027db25e6f8d2e59aad5f72b078cf7344ca10fa310a990d512c5e5a4c9ff7c24acb5b21b88b82aa47b4052b9164a422426d1f0889c8f6776526e5c80 SHA512 0bdbea6307428bbed2af69129af207304f7951418ad7df339563f47d678a2cfe6b80321552382e15771cfc06306fae746521850056376f533c430556d051ad36
29
30 diff --git a/sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild b/sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild
31 deleted file mode 100644
32 index 19c2165cb44..00000000000
33 --- a/sys-auth/pam_u2f/pam_u2f-1.0.4-r1.ebuild
34 +++ /dev/null
35 @@ -1,35 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit autotools flag-o-matic pam
42 -
43 -DESCRIPTION="Library for authenticating against PAM with a Yubikey"
44 -HOMEPAGE="https://github.com/Yubico/pam-u2f"
45 -SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="debug"
51 -
52 -RDEPEND="
53 - app-crypt/libu2f-host
54 - app-crypt/libu2f-server:=
55 - sys-libs/pam"
56 -
57 -DEPEND="${RDEPEND}
58 - virtual/pkgconfig"
59 -
60 -PATCHES=( "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" )
61 -
62 -src_prepare() {
63 - default
64 - use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG
65 - eautoreconf
66 -}
67 -
68 -src_configure() {
69 - econf --with-pam-dir=$(getpam_mod_dir)
70 -}
71
72 diff --git a/sys-auth/pam_u2f/pam_u2f-1.0.6.ebuild b/sys-auth/pam_u2f/pam_u2f-1.0.6.ebuild
73 deleted file mode 100644
74 index f8e35d6f70d..00000000000
75 --- a/sys-auth/pam_u2f/pam_u2f-1.0.6.ebuild
76 +++ /dev/null
77 @@ -1,35 +0,0 @@
78 -# Copyright 1999-2019 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -inherit autotools flag-o-matic pam
84 -
85 -DESCRIPTION="Library for authenticating against PAM with a Yubikey"
86 -HOMEPAGE="https://github.com/Yubico/pam-u2f"
87 -SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz"
88 -
89 -LICENSE="BSD"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE="debug"
93 -
94 -RDEPEND="
95 - app-crypt/libu2f-host
96 - app-crypt/libu2f-server:=
97 - sys-libs/pam"
98 -
99 -DEPEND="${RDEPEND}
100 - virtual/pkgconfig"
101 -
102 -PATCHES=( "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" )
103 -
104 -src_prepare() {
105 - default
106 - use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG
107 - eautoreconf
108 -}
109 -
110 -src_configure() {
111 - econf --with-pam-dir=$(getpam_mod_dir)
112 -}
113
114 diff --git a/sys-auth/pam_u2f/pam_u2f-1.0.7.ebuild b/sys-auth/pam_u2f/pam_u2f-1.0.7.ebuild
115 deleted file mode 100644
116 index 8ca02bff1a7..00000000000
117 --- a/sys-auth/pam_u2f/pam_u2f-1.0.7.ebuild
118 +++ /dev/null
119 @@ -1,35 +0,0 @@
120 -# Copyright 1999-2019 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=6
124 -
125 -inherit autotools flag-o-matic pam
126 -
127 -DESCRIPTION="Library for authenticating against PAM with a Yubikey"
128 -HOMEPAGE="https://github.com/Yubico/pam-u2f"
129 -SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz"
130 -
131 -LICENSE="BSD"
132 -SLOT="0"
133 -KEYWORDS="amd64 ~x86"
134 -IUSE="debug"
135 -
136 -RDEPEND="
137 - app-crypt/libu2f-host
138 - app-crypt/libu2f-server:=
139 - sys-libs/pam"
140 -
141 -DEPEND="${RDEPEND}
142 - virtual/pkgconfig"
143 -
144 -PATCHES=( "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" )
145 -
146 -src_prepare() {
147 - default
148 - use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG
149 - eautoreconf
150 -}
151 -
152 -src_configure() {
153 - econf --with-pam-dir=$(getpam_mod_dir)
154 -}