rpms/nsd/devel nsd-install.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 nsd.spec, 1.51, 1.52 sources, 1.21, 1.22

Paul Wouters pwouters at fedoraproject.org
Mon May 18 21:49:57 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/nsd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2987

Modified Files:
	.cvsignore nsd.spec sources 
Added Files:
	nsd-install.patch 
Log Message:
* Mon May 18 2009 Paul Wouters <paul at xelerance.com> - 3.2.2-1
- Upgraded to 3.2.2 security release
  http://www.nlnetlabs.nl/publications/NSD_vulnerability_announcement.html


nsd-install.patch:

--- NEW FILE nsd-install.patch ---
Common subdirectories: nsd-3.2.2/compat and nsd-3.2.2-fix/compat
Common subdirectories: nsd-3.2.2/contrib and nsd-3.2.2-fix/contrib
Common subdirectories: nsd-3.2.2/doc and nsd-3.2.2-fix/doc
diff -Naup nsd-3.2.2/Makefile.in nsd-3.2.2-fix/Makefile.in
--- nsd-3.2.2/Makefile.in	2009-04-03 07:56:43.000000000 -0400
+++ nsd-3.2.2-fix/Makefile.in	2009-05-18 17:39:19.777532510 -0400
@@ -318,7 +318,7 @@ nsd.conf.sample:	$(srcdir)/nsd.conf.samp
 install: all
 	$(INSTALL) -d $(DESTDIR)$(sbindir)
 	$(INSTALL) -d $(DESTDIR)$(configdir)
-	$(INSTALL) -d $(DESTDIR)$(piddir)
+#	$(INSTALL) -d $(DESTDIR)$(piddir)
 	$(INSTALL) -d $(DESTDIR)$(dbdir)
 	$(INSTALL) -d $(DESTDIR)$(mandir)
 	$(INSTALL) -d $(DESTDIR)$(mandir)/man8


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nsd/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	19 Jan 2009 16:53:22 -0000	1.15
+++ .cvsignore	18 May 2009 21:49:27 -0000	1.16
@@ -11,3 +11,4 @@ nsd-3.1.0.tar.gz
 nsd-3.1.1.tar.gz
 nsd-3.2.0.tar.gz
 nsd-3.2.1.tar.gz
+nsd-3.2.2.tar.gz


Index: nsd.spec
===================================================================
RCS file: /cvs/extras/rpms/nsd/devel/nsd.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- nsd.spec	10 Apr 2009 18:58:47 -0000	1.51
+++ nsd.spec	18 May 2009 21:49:27 -0000	1.52
@@ -1,13 +1,14 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
-Version: 3.2.1
-Release: 6%{?dist}
+Version: 3.2.2
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
 Source1: nsd.init
 Source2: nsd.cron
 Source3: nsd.sysconfig
+Patch0: nsd-install.patch
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: flex, openssl-devel
@@ -21,6 +22,7 @@ consult the REQUIREMENTS document which 
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --enable-bind8-stats --enable-plugins --enable-checking \
@@ -96,6 +98,10 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
+* Mon May 18 2009 Paul Wouters <paul at xelerance.com> - 3.2.2-1
+- Upgraded to 3.2.2 security release
+  http://www.nlnetlabs.nl/publications/NSD_vulnerability_announcement.html
+
 * Thu Apr 09 2009 Ville Mattila <vmattila at csc.fi> - 3.2.1-6
 - Make various file paths used by the nsd.init script configurable
   from /etc/sysconfig/nsd.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nsd/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	19 Jan 2009 16:53:22 -0000	1.21
+++ sources	18 May 2009 21:49:27 -0000	1.22
@@ -1 +1,2 @@
 66b602a793b851ad109403d3d2654fad  nsd-3.2.1.tar.gz
+a0dcb0a3b3c1a8d386125eeafe403f58  nsd-3.2.2.tar.gz




More information about the scm-commits mailing list