* update to 1.4.19
This commit is contained in:
parent
a574083b54
commit
86feacb2f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ unbound-1.4.5.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
|
/unbound-1.4.18.tar.gz
|
||||||
|
/unbound-1.4.19.tar.gz
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
812d49064a78c92765970a1364736da7 unbound-1.4.17.tar.gz
|
39f121e1921c7b5ad2f05a4d756a0487 unbound-1.4.19.tar.gz
|
||||||
2cad65b6a2d08bb6e0210ea92156ca4b unbound-1.4.18.tar.gz
|
|
||||||
|
15
unbound.spec
15
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.18
|
Version: 1.4.19
|
||||||
Release: 6%{?dist}
|
Release: 2%{?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
|
||||||
@ -35,10 +35,6 @@ Source13: root.anchor
|
|||||||
Source14: unbound.sysconfig
|
Source14: unbound.sysconfig
|
||||||
Source15: unbound-monthly.cron
|
Source15: unbound-monthly.cron
|
||||||
Source16: unbound-munin.README
|
Source16: unbound-munin.README
|
||||||
Patch1: unbound-1.2-glob.patch
|
|
||||||
Patch2: unbound-1.4.18-openssl_threads.patch
|
|
||||||
Patch3: unbound-1.4.18-includeglob.patch
|
|
||||||
Patch4: unbound-1.4.18-stub-hole.patch
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
BuildRequires: flex, openssl-devel , ldns-devel >= 1.6.13
|
BuildRequires: flex, openssl-devel , ldns-devel >= 1.6.13
|
||||||
BuildRequires: libevent-devel expat-devel
|
BuildRequires: libevent-devel expat-devel
|
||||||
@ -113,10 +109,6 @@ Python modules and extensions for unbound
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p0
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-ldns= --with-libevent --with-pthreads --with-ssl \
|
%configure --with-ldns= --with-libevent --with-pthreads --with-ssl \
|
||||||
@ -278,6 +270,9 @@ 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
|
||||||
|
* Wed Dec 12 2012 Paul Wouters <pwouters@redhat.com> - 1.4.19-1
|
||||||
|
- Updated to 1.4.19 - this integrates all our patches
|
||||||
|
|
||||||
* Fri Nov 09 2012 Paul Wouters <pwouters@redhat.com> - 1.4.18-6
|
* Fri Nov 09 2012 Paul Wouters <pwouters@redhat.com> - 1.4.18-6
|
||||||
- Patch to ensure stube-zone's aren't lost when using dnssec-triggerd
|
- Patch to ensure stube-zone's aren't lost when using dnssec-triggerd
|
||||||
- added unbound-munin.README file
|
- added unbound-munin.README file
|
||||||
|
Loading…
Reference in New Issue
Block a user