* Fri Aug 03 2012 Paul Wouters <pwouters@redhat.com> - 1.4.18-1
- Updated to 1.4.18 (FIPS related fixes mostly) - Removed patches that were merged in upstream
This commit is contained in:
parent
92f72e0544
commit
136c5eb822
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ unbound-1.4.5.tar.gz
|
|||||||
/unbound-1.4.15.tar.gz
|
/unbound-1.4.15.tar.gz
|
||||||
/unbound-1.4.16.tar.gz
|
/unbound-1.4.16.tar.gz
|
||||||
/unbound-1.4.17.tar.gz
|
/unbound-1.4.17.tar.gz
|
||||||
|
/unbound-1.4.18.tar.gz
|
||||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
812d49064a78c92765970a1364736da7 unbound-1.4.17.tar.gz
|
812d49064a78c92765970a1364736da7 unbound-1.4.17.tar.gz
|
||||||
|
2cad65b6a2d08bb6e0210ea92156ca4b unbound-1.4.18.tar.gz
|
||||||
|
12
unbound.spec
12
unbound.spec
@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.4.17
|
Version: 1.4.18
|
||||||
Release: 5%{?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
|
||||||
@ -27,8 +27,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.17-fips.patch
|
|
||||||
Patch3: unbound-1.4.17-bug452.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,
|
||||||
BuildRequires: libevent-devel expat-devel
|
BuildRequires: libevent-devel expat-devel
|
||||||
@ -104,8 +102,6 @@ Python modules and extensions for unbound
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-ldns= --with-libevent --with-pthreads --with-ssl \
|
%configure --with-ldns= --with-libevent --with-pthreads --with-ssl \
|
||||||
@ -249,6 +245,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
|
||||||
|
* Fri Aug 03 2012 Paul Wouters <pwouters@redhat.com> - 1.4.18-1
|
||||||
|
- Updated to 1.4.18 (FIPS related fixes mostly)
|
||||||
|
- Removed patches that were merged in upstream
|
||||||
|
|
||||||
* Mon Jul 23 2012 Paul Wouters <pwouters@redhat.com> - 1.4.17-5
|
* Mon Jul 23 2012 Paul Wouters <pwouters@redhat.com> - 1.4.17-5
|
||||||
- Fix for unbound crasher (upstream bug #452)
|
- Fix for unbound crasher (upstream bug #452)
|
||||||
- Support libunbound functions in man pages and place in -devel
|
- Support libunbound functions in man pages and place in -devel
|
||||||
|
Loading…
Reference in New Issue
Block a user