rpms/iputils/devel .cvsignore, 1.11, 1.12 iputils-20020927-unaligned.patch, 1.1, 1.2 iputils-20070202-open-max.patch, 1.1, 1.2 iputils.spec, 1.57, 1.58 sources, 1.16, 1.17

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Mon Feb 25 10:22:13 UTC 2008


Author: mnagy

Update of /cvs/extras/rpms/iputils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21522

Modified Files:
	.cvsignore iputils-20020927-unaligned.patch 
	iputils-20070202-open-max.patch iputils.spec sources 
Log Message:
* Mon Feb 25 2008 Martin Nagy <mnagy at redhat.com> - 20071127-1
- update to new upstream version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/iputils/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	7 Aug 2007 09:14:36 -0000	1.11
+++ .cvsignore	25 Feb 2008 10:21:33 -0000	1.12
@@ -1,3 +1,3 @@
-iputils-s20070202.tar.bz2
+iputils-s20071127.tar.bz2
 rdisc.initd
 ifenslave.tar.gz

iputils-20020927-unaligned.patch:

Index: iputils-20020927-unaligned.patch
===================================================================
RCS file: /cvs/extras/rpms/iputils/devel/iputils-20020927-unaligned.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iputils-20020927-unaligned.patch	9 Sep 2004 06:23:27 -0000	1.1
+++ iputils-20020927-unaligned.patch	25 Feb 2008 10:21:33 -0000	1.2
@@ -4,8 +4,8 @@
  			timeout = atoi(optarg);
  			break;
  		case 'I':
-- 			device = optarg;
-+ 			device = strdup(optarg);
-  			break;
-  		case 'f':
-  			quit_on_reply=1;
+-			device = optarg;
++			device = strdup(optarg);
+ 			break;
+ 		case 'f':
+ 			quit_on_reply=1;

iputils-20070202-open-max.patch:

Index: iputils-20070202-open-max.patch
===================================================================
RCS file: /cvs/extras/rpms/iputils/devel/iputils-20070202-open-max.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iputils-20070202-open-max.patch	7 Aug 2007 10:09:32 -0000	1.1
+++ iputils-20070202-open-max.patch	25 Feb 2008 10:21:33 -0000	1.2
@@ -1,14 +1,14 @@
---- iputils-s20070202/rdisc.c.open-max	2007-08-07 11:34:03.000000000 +0200
-+++ iputils-s20070202/rdisc.c	2007-08-07 11:41:30.000000000 +0200
-@@ -240,14 +240,25 @@
+diff -up iputils-s20071127/rdisc.c.open_max iputils-s20071127/rdisc.c
+--- iputils-s20071127/rdisc.c.open_max	2008-02-25 11:15:37.000000000 +0100
++++ iputils-s20071127/rdisc.c	2008-02-25 11:17:30.000000000 +0100
+@@ -240,14 +240,25 @@ void do_fork(void)
  {
  	int t;
  	pid_t pid;
-+	long open_max; 
- 	
++	long open_max;
+ 
  	if (trace)
  		return;
- 
 +	if ((open_max = sysconf(_SC_OPEN_MAX)) == -1) {
 +		if (errno == 0) {
 +			(void) fprintf(stderr, "OPEN_MAX is not supported\n");
@@ -17,8 +17,9 @@
 +			(void) fprintf(stderr, "sysconf() error\n");
 +		}
 +		exit(1);
-+    }
++	}
 +
+ 
  	if ((pid=fork()) != 0)
  		exit(0);
  


Index: iputils.spec
===================================================================
RCS file: /cvs/extras/rpms/iputils/devel/iputils.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- iputils.spec	18 Feb 2008 19:48:26 -0000	1.57
+++ iputils.spec	25 Feb 2008 10:21:33 -0000	1.58
@@ -1,7 +1,7 @@
 Summary: Network monitoring tools including ping
 Name: iputils
-Version: 20070202
-Release: 9%{?dist}
+Version: 20071127
+Release: 1%{?dist}
 License: BSD
 URL: http://www.skbuff.net/iputils
 Group: System Environment/Daemons
@@ -154,6 +154,9 @@
 %{_sysconfdir}/rc.d/init.d/rdisc
 
 %changelog
+* Mon Feb 25 2008 Martin Nagy <mnagy at redhat.com> - 20071127-1
+- update to new upstream version
+
 * Mon Feb 18 2008 Martin Nagy <mnagy at redhat.com> - 20070202-9
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/iputils/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	15 Jan 2008 14:10:57 -0000	1.16
+++ sources	25 Feb 2008 10:21:33 -0000	1.17
@@ -1,3 +1,3 @@
-1d38fb3cfc2b71496e43cf646bfc1d6e  iputils-s20070202.tar.bz2
+12245e9927d60ff5cf4a99d265bcb7d3  iputils-s20071127.tar.bz2
 b044213f027e70a2cc1aa882e21fba3b  rdisc.initd
 9071449369f52f374faf40811b1669ed  ifenslave.tar.gz




More information about the fedora-extras-commits mailing list