[gnutls/f19] corrected unbound key

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Dec 5 10:54:39 UTC 2013


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

    corrected unbound key

 gnutls.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index 48e99b5..44eb404 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -3,7 +3,7 @@
 Summary: A TLS protocol implementation
 Name: gnutls
 Version: 3.1.17
-Release: 1%{?dist}
+Release: 2%{?dist}
 # The libraries are LGPLv2.1+, utilities are GPLv3+, however
 # the bundled gnulib is LGPLv3+
 License: GPLv3+ and LGPLv2+ and LGPLv3+
@@ -19,7 +19,7 @@ BuildRequires: nettle-devel >= 2.5
 # package isn't sufficient.
 #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
@@ -171,6 +171,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 \
@@ -277,6 +278,9 @@ fi
 %endif
 
 %changelog
+* xx Nikos Mavrogiannopoulos <nmav at redhat.com> 3.1.17-2
+- 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-1
 - new upstream release
 - links against the system libopts


More information about the scm-commits mailing list