]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix contrib/unbound.spec, fixed url and comment.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 Jun 2021 11:35:27 +0000 (13:35 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 Jun 2021 11:35:27 +0000 (13:35 +0200)
contrib/unbound.spec
doc/Changelog

index 0441b6b322ae39c63339a5c1e85d472f6686157e..17be4ccd0ad6d09bdb1f18e75f512cc01d93267a 100644 (file)
@@ -4,7 +4,7 @@ Version: 1.13.1
 Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
-Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
+Source: http://www.nlnetlabs.nl/downloads/unbound/%{name}-%{version}.tar.gz
 #Source1: unbound.init
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -91,8 +91,9 @@ fi
 %changelog
 * Thu Jun 10 2021 Wouter Wijngaards <wouter@nlnetlabs.nl> - 1.13.1
 - ldns and ldns-devel no longer required. Fixed date. Version to 1.13.1.
-- Removed symlink %attr mode, made unbound.conf symlink relative.
+- Removed symlink attr mode, made unbound.conf symlink relative.
 - Added pkgconfig/libunbound.pc to the packaged files.
+- fixed download url to nlnetlabs.nl download.
 
 * Wed Jul 13 2011 Wouter Wijngaards <wouter@nlnetlabs.nl> - 1.4.8
 - ldns required and ldns-devel required for build, no more ldns-builtin.
index b75c8cf75aaa091f36c9ee5fae3347443aeff3d2..9081f2cd1ec0461d1deecb36ebeaddfb78149464 100644 (file)
@@ -1,6 +1,7 @@
 10 June 2021: Wouter
        - Fix #500: SPEC file in version 1.13.1 references version 1.4;
          unable to build RPM from source.
+       - Fix contrib/unbound.spec, fixed url and comment.
 
 9 June 2021: George
        - Merge #486 by fobster: Make VAL_MAX_RESTART_COUNT configurable.