rpms/unbound/F-11 unbound-1.2-glob.patch, NONE, 1.1 unbound.spec, 1.27, 1.28

Paul Wouters pwouters at fedoraproject.org
Tue Jun 1 17:54:59 UTC 2010


Author: pwouters

Update of /cvs/extras/rpms/unbound/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv518

Modified Files:
	unbound.spec 
Added Files:
	unbound-1.2-glob.patch 
Log Message:
* Tue Jun 01 2010 Paul Wouters <paul at xelerance.com> - 1.4.4-2
- added missing glob patch


unbound-1.2-glob.patch:
 val_anchor.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE unbound-1.2-glob.patch ---
diff -Naur unbound-1.2.0/validator/val_anchor.c unbound-1.2.0.new/validator/val_anchor.c
--- unbound-1.2.0/validator/val_anchor.c	2009-01-07 07:24:34.000000000 -0500
+++ unbound-1.2.0.new/validator/val_anchor.c	2009-01-20 17:31:43.000000000 -0500
@@ -718,7 +718,8 @@
 			log_err("wildcard trusted-keys-file %s: expansion "
 				"failed (%s)", pat, strerror(errno));
 		}
-		return 0;
+		/* ignore globs that yield no files */
+		return 1;
 	}
 	/* process files found, if any */
 	for(i=0; i<(size_t)g.gl_pathc; i++) {


Index: unbound.spec
===================================================================
RCS file: /cvs/extras/rpms/unbound/F-11/unbound.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- unbound.spec	1 Jun 2010 16:45:51 -0000	1.27
+++ unbound.spec	1 Jun 2010 17:54:59 -0000	1.28
@@ -9,7 +9,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
 Version: 1.4.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -222,6 +222,9 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Tue Jun 01 2010 Paul Wouters <paul at xelerance.com> - 1.4.4-2
+- added missing glob patch
+
 * Tue Jun  1 2010 Paul Wouters <paul at xelerance.com> - 1.4.4-1
 - Upgraded to 1.4.4 with svn patches
 - Updated unbound.conf config file



More information about the scm-commits mailing list