Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 400653 - net-dns/opendnssec 1.3.5 version bump
Summary: net-dns/opendnssec 1.3.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL: http://www.opendnssec.org/2012/01/23/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 23:19 UTC by Tom Hendrikx
Modified: 2012-01-25 22:05 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hendrikx 2012-01-24 23:19:57 UTC
A new version of opendnssec has been released. Some minor changes are needed to the ebuild, I've added a diff from my testing ebuild that matches the portage ebuild, but has some extra lines so diff offsets will differ.

Index: opendnssec-9999.ebuild
===================================================================
--- opendnssec-9999.ebuild	(revision 584)
+++ opendnssec-9999.ebuild	(working copy)
@@ -26,7 +26,7 @@
 	dev-lang/perl
 	dev-libs/libxml2
 	dev-libs/libxslt
-	>=net-libs/ldns-1.6.9
+	>=net-libs/ldns-1.6.12
 	auditor? ( dev-lang/ruby[ssl] >=dev-ruby/dnsruby-1.53 )
 	curl? ( net-misc/curl )
 	mysql? (
@@ -69,7 +69,11 @@
 
 	if use softhsm; then
 		PKCS11_LIB=softhsm
-		PKCS11_PATH=/usr/$(get_libdir)/libsofthsm.so
+		if has_version ">=dev-libs/softhsm-1.3.1"; then
+			PKCS11_PATH=/usr/$(get_libdir)/softhsm/libsofthsm.so
+		else
+			PKCS11_PATH=/usr/$(get_libdir)/libsofthsm.so
+		fi
 		elog "Building with SoftHSM PKCS#11 library support."
 	fi
 	if use opensc; then
Comment 1 Marc Schiffbauer gentoo-dev 2012-01-25 22:05:57 UTC
Tom, thanks for the patch. Bumped.