rpms/avahi/devel avahi-0.6.11-param.patch, NONE, 1.1 avahi.spec, 1.66, 1.67

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 23 09:20:30 UTC 2006


Author: stransky

Update of /cvs/dist/rpms/avahi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17150

Modified Files:
	avahi.spec 
Added Files:
	avahi-0.6.11-param.patch 
Log Message:
added fix for #200767, added dist tag

avahi-0.6.11-param.patch:
 main.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE avahi-0.6.11-param.patch ---
--- avahi-0.6.11/avahi-dnsconfd/main.c.old	2006-04-24 02:48:40.000000000 +0200
+++ avahi-0.6.11/avahi-dnsconfd/main.c	2006-08-23 11:08:30.000000000 +0200
@@ -393,6 +393,7 @@
         { "version",   no_argument,       NULL, 'V' },
         { "refresh",   no_argument,       NULL, 'r' },
         { "check",     no_argument,       NULL, 'c' },
+	{ NULL, 0, NULL, 0 }
     };
 
     opterr = 0;


Index: avahi.spec
===================================================================
RCS file: /cvs/dist/rpms/avahi/devel/avahi.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- avahi.spec	18 Jul 2006 22:48:04 -0000	1.66
+++ avahi.spec	23 Aug 2006 09:20:26 -0000	1.67
@@ -6,7 +6,7 @@
 %endif
 Name:           avahi
 Version:        0.6.11
-Release: 	2.fc6
+Release: 	3%{?dist}
 Summary:        Local network service discovery 
 Group:          System Environment/Base
 License:        LGPL
@@ -55,6 +55,7 @@
 Patch16:	avahi-sharp-lock.patch
 Patch17:	avahi-0.6.11-use-ipv6-yes.patch
 Patch18: 	avahi-0.6.11-dbus-deprecated.patch
+Patch19: 	avahi-0.6.11-param.patch
 
 %description
 Avahi is a system which facilitates service discovery on
@@ -203,6 +204,7 @@
 #^- this patch now upstream
 %patch17 -p1 -b .use-ipv6-yes
 %patch18 -p1 -b .dbus-deprecated
+%patch19 -p1 -b .param
 
 %build
 # auto* update needed for avahi-0.5.2-fedora.patch
@@ -414,6 +416,11 @@
 %endif
 
 %changelog
+* Wed Aug 23 2006 Martin Stransky <stransky at redhat.com> - 0.6.11-3
+- added fix for #200767 - avahi-dnsconfd Segmentation fault 
+  with invalid command line argument
+- added dist tag
+
 * Tue Jul 18 2006 John (J5) Palmieri <johnp at redhat.com> - 0.6.11-2.fc6
 - add BR for dbus-glib-devel
 - fix deprecated functions




More information about the fedora-cvs-commits mailing list