Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ldns-utils/
Date: Thu, 25 Jan 2018 00:09:20
Message-Id: 1516838933.8c30310b3f652ec47fe32594bdb4be95bdadf4c2.bman@gentoo
1 commit: 8c30310b3f652ec47fe32594bdb4be95bdadf4c2
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 00:08:53 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 00:08:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c30310b
7
8 net-dns/ldns-utils: cleanup vulnerable wrt bug #638338
9
10 net-dns/ldns-utils/Manifest | 1 -
11 net-dns/ldns-utils/ldns-utils-1.6.17.ebuild | 55 -----------------------------
12 net-dns/ldns-utils/ldns-utils-1.7.0.ebuild | 55 -----------------------------
13 3 files changed, 111 deletions(-)
14
15 diff --git a/net-dns/ldns-utils/Manifest b/net-dns/ldns-utils/Manifest
16 index 30887761393..51c3ade23c2 100644
17 --- a/net-dns/ldns-utils/Manifest
18 +++ b/net-dns/ldns-utils/Manifest
19 @@ -1,2 +1 @@
20 -DIST ldns-1.6.17.tar.gz 1315403 BLAKE2B 67cf163c0fc529730f6de6a7ed3c581a2fdc3be7eb3f1d2cdc4ff51c98e6b78f93fab96d19d665f2dc8592f80d92ec5d3dd16da9760124f0604eb48c09ffd201 SHA512 5de42b4b8622591db51efb0956735deee9cd5e0bee12249a03b65c5b45d7c51bf9c2edb310ef9d7431af49aef77d968bfa2455a7dedfa80cde3d433436c83785
21 DIST ldns-1.7.0.tar.gz 1304424 BLAKE2B 2f37aa2d00c1d9cf18711bd4f873f4722df01c4f4d0f627e054f04b2473c0fbf19449e293a130d5c8b98dcebafeb3d7b3f5923ae0244bd80139cea77f2171e06 SHA512 8a4e48bcc2a244b92447a9830b60efbb656fb7955f3559ef2eb6f8e724c4c0208776350c44ccf7dcf1ffe0b7b9d9ccc4cbddc5bc16e8888db494ab4d0bce3bd8
22
23 diff --git a/net-dns/ldns-utils/ldns-utils-1.6.17.ebuild b/net-dns/ldns-utils/ldns-utils-1.6.17.ebuild
24 deleted file mode 100644
25 index 0bee257bbba..00000000000
26 --- a/net-dns/ldns-utils/ldns-utils-1.6.17.ebuild
27 +++ /dev/null
28 @@ -1,55 +0,0 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=5
33 -
34 -MY_P=${P/-utils}
35 -
36 -DESCRIPTION="Set of utilities to simplify various dns(sec) tasks"
37 -HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
38 -SRC_URI="http://www.nlnetlabs.nl/downloads/ldns/${MY_P}.tar.gz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
43 -IUSE="dane ecdsa examples gost ssl"
44 -
45 -DEPEND=">=net-libs/ldns-${PV}[dane?,ecdsa?,gost?,ssl?]
46 - examples? ( net-libs/libpcap )"
47 -RDEPEND="${DEPEND}"
48 -
49 -S=${WORKDIR}/${MY_P}
50 -
51 -src_configure() {
52 - cd "${S}"/drill
53 - econf $(use_with ssl)
54 -
55 - if use examples; then
56 - cd "${S}"/examples
57 - econf \
58 - $(use_enable dane) \
59 - $(use_enable ecdsa) \
60 - $(use_enable gost) \
61 - $(use_enable ssl sha2) \
62 - $(use_with ssl)
63 - fi
64 -}
65 -
66 -src_compile() {
67 - emake -C drill
68 - if use examples; then
69 - emake -C examples
70 - fi
71 -}
72 -
73 -src_install() {
74 - cd "${S}"/drill
75 - emake DESTDIR="${D}" install
76 - dodoc ChangeLog.22-nov-2005 README REGRESSIONS
77 -
78 - if use examples; then
79 - cd "${S}"/examples
80 - emake DESTDIR="${D}" install
81 - newdoc README README.examples
82 - fi
83 -}
84
85 diff --git a/net-dns/ldns-utils/ldns-utils-1.7.0.ebuild b/net-dns/ldns-utils/ldns-utils-1.7.0.ebuild
86 deleted file mode 100644
87 index ba579b15a5c..00000000000
88 --- a/net-dns/ldns-utils/ldns-utils-1.7.0.ebuild
89 +++ /dev/null
90 @@ -1,55 +0,0 @@
91 -# Copyright 1999-2017 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=5
95 -
96 -MY_P=${P/-utils}
97 -
98 -DESCRIPTION="Set of utilities to simplify various dns(sec) tasks"
99 -HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
100 -SRC_URI="http://www.nlnetlabs.nl/downloads/ldns/${MY_P}.tar.gz"
101 -
102 -LICENSE="BSD"
103 -SLOT="0"
104 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
105 -IUSE="+dane ecdsa examples gost ssl"
106 -
107 -DEPEND=">=net-libs/ldns-${PV}[dane?,ecdsa?,gost?,ssl?]
108 - examples? ( net-libs/libpcap )"
109 -RDEPEND="${DEPEND}"
110 -
111 -S=${WORKDIR}/${MY_P}
112 -
113 -src_configure() {
114 - cd "${S}"/drill
115 - econf $(use_with ssl)
116 -
117 - if use examples; then
118 - cd "${S}"/examples
119 - econf \
120 - $(use_enable dane) \
121 - $(use_enable ecdsa) \
122 - $(use_enable gost) \
123 - $(use_enable ssl sha2) \
124 - $(use_with ssl)
125 - fi
126 -}
127 -
128 -src_compile() {
129 - emake -C drill
130 - if use examples; then
131 - emake -C examples
132 - fi
133 -}
134 -
135 -src_install() {
136 - cd "${S}"/drill
137 - emake DESTDIR="${D}" install
138 - dodoc ChangeLog.22-nov-2005 README REGRESSIONS
139 -
140 - if use examples; then
141 - cd "${S}"/examples
142 - emake DESTDIR="${D}" install
143 - newdoc README README.examples
144 - fi
145 -}