* Thu Feb 02 2012 Paul Wouters <paul@nohats.ca> - 1.4.16-1
- Upgraded to 1.4.16, which was relesed due to the soname and some DNSSEC validation failures
This commit is contained in:
parent
1637b0e712
commit
62096c1a2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ unbound-1.4.5.tar.gz
|
|||||||
/unbound-1.4.13.tar.gz
|
/unbound-1.4.13.tar.gz
|
||||||
/unbound-1.4.14.tar.gz
|
/unbound-1.4.14.tar.gz
|
||||||
/unbound-1.4.15.tar.gz
|
/unbound-1.4.15.tar.gz
|
||||||
|
/unbound-1.4.16.tar.gz
|
||||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
99173a6548e0e2ec9bfac7a5d025f79e unbound-1.4.15.tar.gz
|
99173a6548e0e2ec9bfac7a5d025f79e unbound-1.4.15.tar.gz
|
||||||
|
5158d03d2ab0a8e60925c7a9b9903631 unbound-1.4.16.tar.gz
|
||||||
|
10
unbound.spec
10
unbound.spec
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.4.15
|
Version: 1.4.16
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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}.tar.gz
|
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
|
||||||
@ -21,7 +21,6 @@ Source6: dlv.isc.org.key
|
|||||||
Source7: unbound-keygen.service
|
Source7: unbound-keygen.service
|
||||||
Source8: tmpfiles-unbound.conf
|
Source8: tmpfiles-unbound.conf
|
||||||
Patch1: unbound-1.2-glob.patch
|
Patch1: unbound-1.2-glob.patch
|
||||||
Patch2: unbound-1.4.15-version.patch
|
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0,
|
BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0,
|
||||||
@ -94,7 +93,6 @@ Python modules and extensions for unbound
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-ldns= --with-libevent --with-pthreads --with-ssl \
|
%configure --with-ldns= --with-libevent --with-pthreads --with-ssl \
|
||||||
@ -221,6 +219,10 @@ fi
|
|||||||
/bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
|
/bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 02 2012 Paul Wouters <paul@nohats.ca> - 1.4.16-1
|
||||||
|
- Upgraded to 1.4.16, which was relesed due to the soname
|
||||||
|
and some DNSSEC validation failures
|
||||||
|
|
||||||
* Wed Feb 01 2012 Paul Wouters <paul@nohats.ca> - 1.4.15-2
|
* Wed Feb 01 2012 Paul Wouters <paul@nohats.ca> - 1.4.15-2
|
||||||
- Patch for SONAME version (libtool's -version-number vs -version-info)
|
- Patch for SONAME version (libtool's -version-number vs -version-info)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user