update to 1.5.1rc1
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
fb8c9b5d1d
commit
72771a7943
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ unbound-1.4.5.tar.gz
|
|||||||
/unbound-1.4.21.tar.gz
|
/unbound-1.4.21.tar.gz
|
||||||
/unbound-1.4.22.tar.gz
|
/unbound-1.4.22.tar.gz
|
||||||
/unbound-1.5.0.tar.gz
|
/unbound-1.5.0.tar.gz
|
||||||
|
/unbound-1.5.1rc1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
5c14ce292564a66e6041f149398309e9 unbound-1.5.0.tar.gz
|
5bb6b2ece00eaae49546f1bc94da772c unbound-1.5.1rc1.tar.gz
|
||||||
|
19
unbound.spec
19
unbound.spec
@ -16,13 +16,15 @@
|
|||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
|
%global extra_version rc1
|
||||||
|
|
||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.5.0
|
Version: 1.5.1
|
||||||
Release: 3%{?dist}
|
Release: 0.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}.tar.gz
|
Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
|
||||||
Source1: unbound.service
|
Source1: unbound.service
|
||||||
Source2: unbound.conf
|
Source2: unbound.conf
|
||||||
Source3: unbound.munin
|
Source3: unbound.munin
|
||||||
@ -41,8 +43,7 @@ Source14: unbound.sysconfig
|
|||||||
Source15: unbound.cron
|
Source15: unbound.cron
|
||||||
Source16: unbound-munin.README
|
Source16: unbound-munin.README
|
||||||
|
|
||||||
Patch0: unbound-1.5.0-arc4random-race-condition.patch
|
Patch0: unbound-aarch64.patch
|
||||||
Patch1: unbound-aarch64.patch
|
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
BuildRequires: flex, openssl-devel
|
BuildRequires: flex, openssl-devel
|
||||||
@ -115,9 +116,8 @@ Python modules and extensions for unbound
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q %{?extra_version:-n %{name}-%{version}%{extra_version}}
|
||||||
%patch0 -p1 -b .arc4random_fix
|
%patch0 -p1 -b .aarch64
|
||||||
%patch1 -p1 -b .aarch64
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -296,6 +296,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
|
||||||
|
* Fri Nov 28 2014 Tomas Hozza <thozza@redhat.com> - 1.5.1-0.1.rc1
|
||||||
|
- update to 1.5.1rc1
|
||||||
|
|
||||||
* Fri Nov 28 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.5.0-3
|
* Fri Nov 28 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.5.0-3
|
||||||
- fix build on aarch64
|
- fix build on aarch64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user