rpms/unbound/devel .cvsignore, 1.14, 1.15 sources, 1.17, 1.18 unbound.spec, 1.42, 1.43

Paul Wouters pwouters at fedoraproject.org
Mon May 31 15:29:30 UTC 2010


Author: pwouters

Update of /cvs/extras/rpms/unbound/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18232

Modified Files:
	.cvsignore sources unbound.spec 
Log Message:
* Mon May 31 2010 Paul Wouters <paul at xelerance.com> - 1.4.4-1
- Upgraded to 1.4.4 with svn patches
- Obsolete dnssec-conf to ensure it is de-installed



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/unbound/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	11 Mar 2010 15:08:03 -0000	1.14
+++ .cvsignore	31 May 2010 15:29:30 -0000	1.15
@@ -9,3 +9,4 @@ unbound-1.3.4.tar.gz
 unbound-1.4.1.tar.gz
 unbound-1.4.2.tar.gz
 unbound-1.4.3.tar.gz
+unbound-1.4.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/unbound/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	11 Mar 2010 15:08:03 -0000	1.17
+++ sources	31 May 2010 15:29:30 -0000	1.18
@@ -1 +1,2 @@
 2dffdd42f94b8238447a41835439d129  unbound-1.4.3.tar.gz
+c7e6a35b92cbd2c93bc808228aa76725  unbound-1.4.4.tar.gz


Index: unbound.spec
===================================================================
RCS file: /cvs/extras/rpms/unbound/devel/unbound.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- unbound.spec	11 Mar 2010 15:08:03 -0000	1.42
+++ unbound.spec	31 May 2010 15:29:30 -0000	1.43
@@ -8,7 +8,7 @@
 
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.4.3
+Version: 1.4.4
 Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
@@ -18,6 +18,19 @@ Source2: unbound.conf
 Source3: unbound.munin
 Source4: dlv.isc.org.key
 Patch1: unbound-1.2-glob.patch
+Patch2: unbound-1.4.4-c2baa7.patch
+Patch3: unbound-1.4.4-40d18f.patch
+Patch4: unbound-1.4.4-7f27d6.patch
+Patch5: unbound-1.4.4-74d75e.patch
+Patch6: unbound-1.4.4-374822.patch
+Patch7: unbound-1.4.4-00f12c.patch
+Patch8: unbound-1.4.4-41b631.patch
+Patch9: unbound-1.4.4-5f58ed.patch
+Patch10: unbound-1.4.4-d7ef7b.patch
+Patch11: unbound-1.4.4-778d4a.patch
+Patch12: unbound-1.4.4-5e989a.patch
+Patch13: unbound-1.4.4-a6f07b.patch
+Patch14: unbound-1.4.4-28093c.patch
 
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -37,6 +50,9 @@ Requires(postun): initscripts
 Requires: ldns >= 1.5.0
 Requires(pre): shadow-utils
 
+Obsoletes:      dnssec-conf < 1.27-2
+Provides:       dnssec-conf = 1.27-1
+
 %description
 Unbound is a validating, recursive, and caching DNS(SEC) resolver.
 
@@ -88,6 +104,20 @@ Python modules and extensions for unboun
 %prep
 %setup -q 
 %patch1 -p1
+# svn/git patches
+%patch2 -p1
+%patch4 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch3 -p1
+%patch5 -p1
 
 %build
 %configure  --with-ldns= --with-libevent --with-pthreads --with-ssl \
@@ -192,6 +222,10 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Mon May 31 2010 Paul Wouters <paul at xelerance.com> - 1.4.4-1
+- Upgraded to 1.4.4 with svn patches
+- Obsolete dnssec-conf to ensure it is de-installed
+
 * Thu Mar 11 2010 Paul Wouters <paul at xelerance.com> - 1.4.3-1
 - Update to 1.4.3 that fixes 64bit crasher
 



More information about the scm-commits mailing list