From d30696e39be3b6d9523f7322eca903da644181c2 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mar 30 2014 20:44:39 +0000 Subject: updated to 3.2.17 --- diff --git a/.gitignore b/.gitignore index 351e04f..1cf1275 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ nsd-3.2.6.tar.gz /nsd-3.2.13.tar.gz /nsd-3.2.14.tar.gz /nsd-3.2.15.tar.gz +/nsd-3.2.17.tar.gz diff --git a/nsd.spec b/nsd.spec index a1ebf27..be7d44b 100644 --- a/nsd.spec +++ b/nsd.spec @@ -2,8 +2,8 @@ Summary: Fast and lean authoritative DNS Name Server Name: nsd -Version: 3.2.15 -Release: 5%{?dist} +Version: 3.2.17 +Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz @@ -12,7 +12,6 @@ Source2: nsd.cron Source3: nsd.sysconfig Source4: tmpfiles-nsd.conf Patch0: nsd-install.patch -Patch1: nsd-3.2.15-nofork.patch Group: System Environment/Daemons BuildRequires: flex, openssl-devel BuildRequires: systemd-units @@ -31,7 +30,6 @@ consult the REQUIREMENTS document which is a part of this distribution %prep %setup -q %patch0 -p1 -b .install -%patch1 -p1 -b .nofork %build export CFLAGS="$RPM_OPT_FLAGS -fPIE -Wformat-nonliteral -Wformat-security" @@ -41,7 +39,7 @@ export LDFLAGS="-pie -Wl,-z,relro,-z,now -specs=/usr/lib/rpm/redhat/redhat-harde --with-user=nsd --with-difffile=%{_localstatedir}/lib/%{name}/ixfr.db \ --with-xfrdfile=%{_localstatedir}/lib/%{name}/ixfr.state \ --with-dbfile=%{_localstatedir}/lib/%{name}/nsd.db \ - --enable-ratelimit + --enable-ratelimit --with-max-ips=1024 %{__make} %{?_smp_mflags} #convert to utf8 @@ -109,6 +107,11 @@ exit 0 /bin/systemctl try-restart nsd.service >/dev/null 2>&1 || : %changelog +* Sun Mar 30 2014 Paul Wouters - 3.2.17-1 +- Updated to 3.2.17 +- Added --with-max-ips=1024 +- Removed merged in patch + * Sat Aug 03 2013 Fedora Release Engineering - 3.2.15-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 3b99274..b1b3ad1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5fdbf78bd3f4133d1295af21a61f7c8 nsd-3.2.15.tar.gz +a8efd1a38d958de9cd3e1c077d9818c1 nsd-3.2.17.tar.gz