]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
unbound: Update to 1.17.0
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 18:23:52 +0000 (18:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 18:23:52 +0000 (18:23 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
unbound/unbound.nm

index ca4fddc0b6892e2116c478791063bdcac163ef8f..2feaf32969d401edabc6913e5418bcef0f635699 100644 (file)
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = unbound
-version    = 1.9.0
+version    = 1.17.0
 release    = 1
 
 groups     = System/Daemons
-url        = http://www.nlnetlabs.nl/unbound/
+url        = https://www.nlnetlabs.nl/unbound/
 license    = BSD
 summary    = A validating, recursive, and caching DNS(SEC) resolver.
 
@@ -21,12 +21,11 @@ description
        DNSSEC (secure DNS) validation and stub-resolvers are easily possible.
 end
 
-source_dl  = http://www.unbound.net/downloads/
+source_dl  = https://www.unbound.net/downloads/
 
 build
        requires
                expat-devel
-               libevent-devel
                openssl-devel >= 1.0.1h-2
                python3-devel >= 3.4
                swig
@@ -36,7 +35,7 @@ build
                --with-conf-file=%{sysconfdir}/%{name}/unbound.conf \
                --with-pidfile=%{localstatedir}/run/%{name}/%{name}.pid \
                --with-rootkey-file=%{sharedstatedir}/unbound/root.key \
-               --with-libevent \
+               --without-libevent \
                --with-pthreads \
                --disable-rpath \
                --disable-static \