Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192728 - dev-libs/ldns-1.2.0 (New Package)
Summary: dev-libs/ldns-1.2.0 (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 223103
  Show dependency tree
 
Reported: 2007-09-16 19:48 UTC by Cédric TESSIER
Modified: 2009-11-21 01:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ldns-1.2.0.ebuild (New Package) (ldns-1.2.0.ebuild,1011 bytes, text/plain)
2007-09-16 19:49 UTC, Cédric TESSIER
Details
ldns-1.3.0.ebuild (ldns-1.3.0.ebuild,1.46 KB, text/plain)
2008-07-28 15:37 UTC, Tom Hendrikx
Details
ldns-9999.ebuild (ldns-9999.ebuild,1.61 KB, text/plain)
2008-07-28 15:38 UTC, Tom Hendrikx
Details
net-libs/ldns-1.5.1.ebuild (ldns-1.5.1.ebuild,803 bytes, text/plain)
2009-04-02 08:01 UTC, Tom Hendrikx
Details
net-libs/ldns-1.6.1.ebuild (ldns-1.6.1.ebuild,778 bytes, text/plain)
2009-10-05 23:44 UTC, MATSUU Takuto (RETIRED)
Details
net-dns/ldns-utils-1.6.1.ebuild (ldns-utils-1.6.1.ebuild,1.10 KB, text/plain)
2009-10-05 23:45 UTC, MATSUU Takuto (RETIRED)
Details
net-libs/ldns-1.6.1.ebuild (ldns-1.6.1.ebuild,775 bytes, text/plain)
2009-10-07 23:23 UTC, MATSUU Takuto (RETIRED)
Details
net-dns/ldns-utils-1.6.1.ebuild (ldns-utils-1.6.1.ebuild,1.09 KB, text/plain)
2009-10-07 23:26 UTC, MATSUU Takuto (RETIRED)
Details
ldns-1.6.2.ebuild (ldns-1.6.2.ebuild,1.17 KB, text/plain)
2009-11-12 19:05 UTC, Tom Hendrikx
Details
ldns-utils-1.6.2.ebuild (ldns-utils-1.6.2.ebuild,1.20 KB, text/plain)
2009-11-12 19:06 UTC, Tom Hendrikx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric TESSIER 2007-09-16 19:48:11 UTC
Hi!

Please find attached ldns-1.2.0.ebuild

ldns is a library with the aim to simplify DNS programing in C.
All lowlevel DNS/DNSSEC operations are supported.

The first major tool to use ldns is Drill (build with ldns). It helps debug DNS by sending packets to servers, like 'dig'.

http://www.nlnetlabs.nl/ldns/

I suggest dev-libs/ldns

BR

NeZetiC

Reproducible: Always
Comment 1 Cédric TESSIER 2007-09-16 19:49:51 UTC
Created attachment 131075 [details]
ldns-1.2.0.ebuild (New Package)
Comment 2 Tom Hendrikx 2008-07-28 15:37:13 UTC
Created attachment 161528 [details]
ldns-1.3.0.ebuild

New ebuild for ldns-1.3.0
* cleaned up ebuild
* installs utilities and examples by USE flag
Comment 3 Tom Hendrikx 2008-07-28 15:38:40 UTC
Created attachment 161530 [details]
ldns-9999.ebuild

subversion ebuild, based on ldns-1.3.0.ebuild
Comment 4 Tom Hendrikx 2008-09-06 15:37:12 UTC
This ebuild for net-libs/ldns is, after some improvements, available in Sunrise overlay: http://overlays.gentoo.org/proj/sunrise/browser/reviewed/net-libs/ldns
Comment 5 Robert Buchholz (RETIRED) gentoo-dev 2009-04-02 00:07:35 UTC
Note that a vulnerability has been discovered in this program and it cannot be merged into the tree before it is fixed in the proposed ebuild, either by patch or version bump. Please contact the Security Team if you have further questions.

Details:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1086
Comment 6 Tom Hendrikx 2009-04-02 08:01:08 UTC
Created attachment 187050 [details]
net-libs/ldns-1.5.1.ebuild

As I did not bother to maintain the ebuiild at two locations, the most up-to-date version (and future updates) of this ebuild are available in Sunrise.

Sunrise overlay contains ldns-1.5.1, which is no longer affected by this vulnerability. I'll update the ebuild here accordingly.
Comment 7 MATSUU Takuto (RETIRED) gentoo-dev 2009-10-05 23:44:56 UTC
Created attachment 206203 [details]
net-libs/ldns-1.6.1.ebuild

clean up
Comment 8 MATSUU Takuto (RETIRED) gentoo-dev 2009-10-05 23:45:27 UTC
Created attachment 206205 [details]
net-dns/ldns-utils-1.6.1.ebuild
Comment 9 MATSUU Takuto (RETIRED) gentoo-dev 2009-10-07 23:23:56 UTC
Created attachment 206387 [details]
net-libs/ldns-1.6.1.ebuild
Comment 10 MATSUU Takuto (RETIRED) gentoo-dev 2009-10-07 23:26:01 UTC
Created attachment 206388 [details]
net-dns/ldns-utils-1.6.1.ebuild

why are ldns and ldns-utils separated?
Comment 11 Tom Hendrikx 2009-11-12 19:04:22 UTC
Two reasons for split ebuilds:

1) Utilities and libraries are different things. They should be distributed separately. This was discussed prior to the split in #gentoo-sunrise with some gentoo devs.
2) It was hard to build drill and ldns-* utils against the library in the same ebuild. The utilities would link against the (yet to be updated) libraries on the live filesystem. It was much easier to install the library independent from the utils.
Comment 12 Tom Hendrikx 2009-11-12 19:05:52 UTC
Created attachment 210048 [details]
ldns-1.6.2.ebuild

Version bump, as commited to sunrise.
Comment 13 Tom Hendrikx 2009-11-12 19:06:58 UTC
Created attachment 210050 [details]
ldns-utils-1.6.2.ebuild

Version bump, as committed to sunrise
Comment 14 MATSUU Takuto (RETIRED) gentoo-dev 2009-11-21 01:54:25 UTC
in cvs.