From 2515319496da4bb4de2d096ed19adccc133ae26c Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mar 30 2014 20:55:40 +0000 Subject: * Sun Mar 30 2014 Paul Wouters - 3.2.17-1 - Updated to 3.2.17 - Added --with-max-ips=1024 to support more interfaces/IPs --- diff --git a/nsd.spec b/nsd.spec index f3d3ed1..ea9be36 100644 --- a/nsd.spec +++ b/nsd.spec @@ -1,7 +1,7 @@ Summary: Fast and lean authoritative DNS Name Server Name: nsd -Version: 3.2.16 -Release: 2%{?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 @@ -41,7 +41,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIE -pie" --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_interfaces=1024 %{__make} %{?_smp_mflags} #convert to utf8 @@ -105,6 +105,10 @@ if [ "$1" -ge "1" ]; then fi %changelog +* Sun Mar 30 2014 Paul Wouters - 3.2.17-1 +- Updated to 3.2.17 +- Added --with-max-ips=1024 to support more interfaces/IPs + * Wed Jul 31 2013 Paul Wouters - 3.2.16-2 - Avoid AVCs on directory scans, rhbz#989218