rpms/sysklogd/FC-6 sysklogd-1.4.1-ipv6.patch, 1.1, 1.2 sysklogd.spec, 1.40, 1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 11 18:49:58 UTC 2006


Author: pvrabec

Update of /cvs/dist/rpms/sysklogd/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv17233

Modified Files:
	sysklogd-1.4.1-ipv6.patch sysklogd.spec 
Log Message:
- fix IPv6 patch


sysklogd-1.4.1-ipv6.patch:
 Makefile   |    2 
 sysklogd.8 |   21 +++
 syslogd.c  |  383 ++++++++++++++++++++++++++++++++++++++-----------------------
 3 files changed, 263 insertions(+), 143 deletions(-)

Index: sysklogd-1.4.1-ipv6.patch
===================================================================
RCS file: /cvs/dist/rpms/sysklogd/FC-6/sysklogd-1.4.1-ipv6.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sysklogd-1.4.1-ipv6.patch	23 Nov 2006 13:51:29 -0000	1.1
+++ sysklogd-1.4.1-ipv6.patch	11 Dec 2006 18:49:51 -0000	1.2
@@ -230,7 +230,7 @@
 +						     0, (struct sockaddr *)&frominet,
 +						     &len);
 +					if (l > 0) {
-+						line[l] = line[l-1] = '\0';
++						line[l] = line[l+1] = '\0';
 +						from = cvthname(&frominet);
 +						printchopped(from, line, l + 2,  finet[i+1]);
 +						dprintf("Message from inetd socket: #%d, host: %s\n",


Index: sysklogd.spec
===================================================================
RCS file: /cvs/dist/rpms/sysklogd/FC-6/sysklogd.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sysklogd.spec	23 Nov 2006 13:51:29 -0000	1.40
+++ sysklogd.spec	11 Dec 2006 18:49:51 -0000	1.41
@@ -1,7 +1,7 @@
 Summary: System logging and kernel message trapping daemons.
 Name: sysklogd
 Version: 1.4.1
-Release: 40%{?dist}
+Release: 41%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source: sysklogd-%{version}rh.tar.gz
@@ -105,6 +105,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Mon Dec 11 2006 Peter Vrabec <pvrabec at redhat.com> 1.4.1-41
+- fix IPv6 patch
+
 * Thu Nov 23 2006 Peter Vrabec <pvrabec at redhat.com> 1.4.1-40
 - add IPv6 support
 




More information about the fedora-cvs-commits mailing list