rpms/sysklogd/devel sysklogd-1.4.1-ipv6.patch, 1.2, 1.3 sysklogd.spec, 1.42, 1.43

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Dec 10 14:08:09 UTC 2006


Author: pvrabec

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

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/devel/sysklogd-1.4.1-ipv6.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sysklogd-1.4.1-ipv6.patch	23 Nov 2006 13:37:25 -0000	1.2
+++ sysklogd-1.4.1-ipv6.patch	10 Dec 2006 14:08:06 -0000	1.3
@@ -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/devel/sysklogd.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sysklogd.spec	23 Nov 2006 13:37:25 -0000	1.42
+++ sysklogd.spec	10 Dec 2006 14:08:06 -0000	1.43
@@ -1,7 +1,7 @@
 Summary: System logging and kernel message trapping daemons.
 Name: sysklogd
 Version: 1.4.1
-Release: 41%{?dist}
+Release: 42%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source: sysklogd-%{version}rh.tar.gz
@@ -105,6 +105,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Sat Dec 12 2006 Peter Vrabec <pvrabec at redhat.com> 1.4.1-42
+- fix IPv6 patch
+
 * Thu Nov 23 2006 Peter Vrabec <pvrabec at redhat.com> 1.4.1-41
 - improve IPv6 patch
 




More information about the fedora-cvs-commits mailing list