[gnutls/f20] corrected unbound key

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Dec 5 10:57:44 UTC 2013


commit 758382b4b0a410982622e130131e205adfa70139
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Wed Nov 27 09:44:53 2013 +0100

    corrected unbound key
    
    Conflicts:
    	gnutls.spec

 gnutls.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index db3b76a..d0c6bfe 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -3,7 +3,7 @@
 Summary: A TLS protocol implementation
 Name: gnutls
 Version: 3.1.17
-Release: 2%{?dist}
+Release: 3%{?dist}
 # The libraries are LGPLv2.1+, utilities are GPLv3+, however
 # the bundled gnulib is LGPLv3+
 License: GPLv3+ and LGPLv2+ and LGPLv3+
@@ -15,7 +15,7 @@ BuildRequires: nettle-devel >= 2.5
 BuildRequires: autogen-libopts-devel >= 5.18 autogen
 #BuildRequires: trousers-devel >= 0.3.11.2
 %if %{with dane}
-BuildRequires: unbound-devel
+BuildRequires: unbound-devel unbound-libs
 %endif
 %if %{with guile}
 BuildRequires: guile-devel
@@ -166,6 +166,7 @@ export LDFLAGS="-Wl,--no-add-needed"
            --disable-guile \
 %endif
 %if %{with dane}
+	   --with-unbound-root-key-file=/var/lib/unbound/root.key \
            --enable-dane \
 %else
            --disable-dane \
@@ -273,6 +274,9 @@ fi
 %endif
 
 %changelog
+* xx Nikos Mavrogiannopoulos <nmav at redhat.com> 3.1.17-3
+- Use the following root key for unbound /var/lib/unbound/root.key (#1012494)
+
 * Tue Nov 26 2013 Nikos Mavrogiannopoulos <nmav at redhat.com> 3.1.17-2
 - Avoid linking with trousers to prevent introducing new features in f20
 


More information about the scm-commits mailing list