Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/lynis/
Date: Fri, 04 Aug 2017 06:22:30
Message-Id: 1501827741.6f1f6bea7cf05c5ede27af1a26f3c2f32e8c461e.monsieurp@gentoo
1 commit: 6f1f6bea7cf05c5ede27af1a26f3c2f32e8c461e
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Thu Aug 3 07:18:00 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 06:22:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1f6bea
7
8 app-forensics/lynis: remove vulnerable versions.
9
10 Gentoo-Bug: https://bugs.gentoo.org/621266
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13 Closes: https://github.com/gentoo/gentoo/pull/5281
14
15 app-forensics/lynis/Manifest | 3 --
16 app-forensics/lynis/lynis-1.6.4.ebuild | 54 ----------------------------------
17 app-forensics/lynis/lynis-2.1.0.ebuild | 54 ----------------------------------
18 app-forensics/lynis/lynis-2.1.1.ebuild | 54 ----------------------------------
19 4 files changed, 165 deletions(-)
20
21 diff --git a/app-forensics/lynis/Manifest b/app-forensics/lynis/Manifest
22 index 5c2e0649f09..63d7f5249bd 100644
23 --- a/app-forensics/lynis/Manifest
24 +++ b/app-forensics/lynis/Manifest
25 @@ -1,4 +1 @@
26 -DIST lynis-1.6.4.tar.gz 171953 SHA256 886c74b591706f896149fe74adb481b58c549d32243d0cf620b46dfdd25dc66d SHA512 d0e102e4aac985460125dc26527e7902e9465e844c35253da7cc84e4c8fa19445e4b0b01d0db0b9e0f09c1929839aed33cf4b93f43c3be61490bcf11e2bbfa4b WHIRLPOOL 98275f8b014b70160e83ec6ddf0cdeec8a0e9ef78cc9dedf842a6524dabe3f44c7a42cf787d1180241a9122365cb2e1e908eedf05eab1768237fdb34322790bd
27 -DIST lynis-2.1.0.tar.gz 180493 SHA256 16ed596c8c283b8e4c635ada25ceb042371384ae09b3238a658ca60801a73c24 SHA512 724c9d8d619d05a893197ff5e891056db3e6d4e03a59514499de0fda9134d2387c7c31c8e16fd58d7f3c1de9ce4c00df8f48679e1e27194dbcf6d34f6be94e62 WHIRLPOOL f50c32e36ab6b31bf4f1851e9b77c3f59d08b9f609bdb48c442603e21d61547483a0620de07fbd837c4ed6ffd9fc697e9b4cfcc40c970df9568de9da91e3fb7f
28 -DIST lynis-2.1.1.tar.gz 181099 SHA256 d17b3cbbd305c52b9cd0d5141f41954882f398db44f26c10cb45fdaaa46a99d2 SHA512 03e694611b77cade352972360bd768355b945cf0919e445cb91eaa9801ab7501e533400c7a5b6912720fde0a90db47c3365c1f1c52aef41d84e32d6bbef8bf26 WHIRLPOOL 05a700425b94488ad1078a9c90093a4b250b7233d958183c57531f73b5431fbfb7aff315849c6451a8c2016f68018141917c3502a9cd3f1a2a41f09575ede8cd
29 DIST lynis-2.5.2.tar.gz 264098 SHA256 6b4dc74ec0faa009fc5d34f8ab85895e53c6f4f02bc160377905dcb95b0585a1 SHA512 dc9b994190f5a6102baaf1c4d226ee90980a32908c009a9f68bb9e716e0ba04063d51f3cca98b9538f6b30224097470ca3d484b667f2af73b922c0b239f4bdae WHIRLPOOL 6d4bfa2171b671932f39e006aa3ee249f0a1e3014266ea0152193217a0780630fbe89c886353142216eac8e8396ebde4ba8428377f0b06d22e897876e2ac27f6
30
31 diff --git a/app-forensics/lynis/lynis-1.6.4.ebuild b/app-forensics/lynis/lynis-1.6.4.ebuild
32 deleted file mode 100644
33 index 7f568475aa6..00000000000
34 --- a/app-forensics/lynis/lynis-1.6.4.ebuild
35 +++ /dev/null
36 @@ -1,54 +0,0 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="5"
41 -
42 -inherit eutils bash-completion-r1
43 -
44 -DESCRIPTION="Security and system auditing tool"
45 -HOMEPAGE="http://cisofy.com/lynis/"
46 -SRC_URI="http://cisofy.com/files/${P}.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -IUSE=""
52 -
53 -DEPEND=""
54 -RDEPEND="app-shells/bash"
55 -
56 -S="${WORKDIR}/${PN}"
57 -
58 -src_prepare() {
59 - # Bug 507438
60 - epatch_user
61 -}
62 -
63 -src_install() {
64 - doman lynis.8
65 - dodoc CHANGELOG FAQ README
66 -
67 - # Remove the old one during the next stabilize progress
68 - exeinto /etc/cron.daily
69 - newexe "${FILESDIR}"/lynis.cron-new lynis
70 -
71 - dobashcomp extras/bash_completion.d/lynis
72 -
73 - # stricter default perms - bug 507436
74 - diropts -m0700
75 - insopts -m0600
76 -
77 - insinto /usr/share/${PN}
78 - doins -r db/ include/ plugins/
79 -
80 - dosbin lynis
81 -
82 - insinto /etc/${PN}
83 - doins default.prf
84 -}
85 -
86 -pkg_postinst() {
87 - einfo
88 - einfo "A cron script has been installed to ${ROOT}etc/cron.daily/lynis."
89 - einfo
90 -}
91
92 diff --git a/app-forensics/lynis/lynis-2.1.0.ebuild b/app-forensics/lynis/lynis-2.1.0.ebuild
93 deleted file mode 100644
94 index 01d2ac97728..00000000000
95 --- a/app-forensics/lynis/lynis-2.1.0.ebuild
96 +++ /dev/null
97 @@ -1,54 +0,0 @@
98 -# Copyright 1999-2015 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI="5"
102 -
103 -inherit eutils bash-completion-r1
104 -
105 -DESCRIPTION="Security and system auditing tool"
106 -HOMEPAGE="http://cisofy.com/lynis/"
107 -SRC_URI="http://cisofy.com/files/${P}.tar.gz"
108 -
109 -LICENSE="GPL-3"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -IUSE=""
113 -
114 -DEPEND=""
115 -RDEPEND="app-shells/bash"
116 -
117 -S="${WORKDIR}/${PN}"
118 -
119 -src_prepare() {
120 - # Bug 507438
121 - epatch_user
122 -}
123 -
124 -src_install() {
125 - doman lynis.8
126 - dodoc CHANGELOG FAQ README
127 -
128 - # Remove the old one during the next stabilize progress
129 - exeinto /etc/cron.daily
130 - newexe "${FILESDIR}"/lynis.cron-new lynis
131 -
132 - dobashcomp extras/bash_completion.d/lynis
133 -
134 - # stricter default perms - bug 507436
135 - diropts -m0700
136 - insopts -m0600
137 -
138 - insinto /usr/share/${PN}
139 - doins -r db/ include/ plugins/
140 -
141 - dosbin lynis
142 -
143 - insinto /etc/${PN}
144 - doins default.prf
145 -}
146 -
147 -pkg_postinst() {
148 - einfo
149 - einfo "A cron script has been installed to ${ROOT}etc/cron.daily/lynis."
150 - einfo
151 -}
152
153 diff --git a/app-forensics/lynis/lynis-2.1.1.ebuild b/app-forensics/lynis/lynis-2.1.1.ebuild
154 deleted file mode 100644
155 index 01d2ac97728..00000000000
156 --- a/app-forensics/lynis/lynis-2.1.1.ebuild
157 +++ /dev/null
158 @@ -1,54 +0,0 @@
159 -# Copyright 1999-2015 Gentoo Foundation
160 -# Distributed under the terms of the GNU General Public License v2
161 -
162 -EAPI="5"
163 -
164 -inherit eutils bash-completion-r1
165 -
166 -DESCRIPTION="Security and system auditing tool"
167 -HOMEPAGE="http://cisofy.com/lynis/"
168 -SRC_URI="http://cisofy.com/files/${P}.tar.gz"
169 -
170 -LICENSE="GPL-3"
171 -SLOT="0"
172 -KEYWORDS="~amd64 ~x86"
173 -IUSE=""
174 -
175 -DEPEND=""
176 -RDEPEND="app-shells/bash"
177 -
178 -S="${WORKDIR}/${PN}"
179 -
180 -src_prepare() {
181 - # Bug 507438
182 - epatch_user
183 -}
184 -
185 -src_install() {
186 - doman lynis.8
187 - dodoc CHANGELOG FAQ README
188 -
189 - # Remove the old one during the next stabilize progress
190 - exeinto /etc/cron.daily
191 - newexe "${FILESDIR}"/lynis.cron-new lynis
192 -
193 - dobashcomp extras/bash_completion.d/lynis
194 -
195 - # stricter default perms - bug 507436
196 - diropts -m0700
197 - insopts -m0600
198 -
199 - insinto /usr/share/${PN}
200 - doins -r db/ include/ plugins/
201 -
202 - dosbin lynis
203 -
204 - insinto /etc/${PN}
205 - doins default.prf
206 -}
207 -
208 -pkg_postinst() {
209 - einfo
210 - einfo "A cron script has been installed to ${ROOT}etc/cron.daily/lynis."
211 - einfo
212 -}