* Mon Mar 16 2015 Paul Wouters <pwouters@redhat.com> - 1.5.3-1
- Updated to 1.5.3 which is a bugfix on 1.5.2 for sighup handling - Updated to 1.5.2 which fixes DNSSEC validation with different trust anchors upstream, local-zone has a new keyword 'inform'
This commit is contained in:
parent
ff66ad8069
commit
b22a91503b
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ unbound-1.4.5.tar.gz
|
|||||||
/unbound-1.5.0.tar.gz
|
/unbound-1.5.0.tar.gz
|
||||||
/unbound-1.5.1rc1.tar.gz
|
/unbound-1.5.1rc1.tar.gz
|
||||||
/unbound-1.5.1.tar.gz
|
/unbound-1.5.1.tar.gz
|
||||||
|
/unbound-1.5.3.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
ed4c46476dcfb8a507cc08b1ba12a8f1 unbound-1.5.1.tar.gz
|
1e95fdcbaaf5dc87432d898006a5eb13 unbound-1.5.3.tar.gz
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.5.1
|
Version: 1.5.3
|
||||||
Release: 4%{?extra_version:.%{extra_version}}%{?dist}
|
Release: 1%{?extra_version:.%{extra_version}}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.nlnetlabs.nl/unbound/
|
Url: http://www.nlnetlabs.nl/unbound/
|
||||||
Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
||||||
@ -292,6 +292,11 @@ exit 0
|
|||||||
/bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
|
/bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 16 2015 Paul Wouters <pwouters@redhat.com> - 1.5.3-1
|
||||||
|
- Updated to 1.5.3 which is a bugfix on 1.5.2 for sighup handling
|
||||||
|
- Updated to 1.5.2 which fixes DNSSEC validation with different
|
||||||
|
trust anchors upstream, local-zone has a new keyword 'inform'
|
||||||
|
|
||||||
* Mon Feb 02 2015 Paul Wouters <pwouters@redhat.com> - 1.5.1-4
|
* Mon Feb 02 2015 Paul Wouters <pwouters@redhat.com> - 1.5.1-4
|
||||||
- Build with --enable-ecdsa
|
- Build with --enable-ecdsa
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user