rpms/net-tools/devel net-tools-1.60-ifconfig_man.patch, NONE, 1.1 net-tools.spec, 1.60, 1.61

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 30 10:44:47 UTC 2006


Author: rvokal

Update of /cvs/dist/rpms/net-tools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10159

Modified Files:
	net-tools.spec 
Added Files:
	net-tools-1.60-ifconfig_man.patch 
Log Message:
 - add note to ifconfig(8) about supported format for IPv4 addresses (#176661)

net-tools-1.60-ifconfig_man.patch:
 ifconfig.8 |    5 +++++
 1 files changed, 5 insertions(+)

--- NEW FILE net-tools-1.60-ifconfig_man.patch ---
--- net-tools-1.60/man/en_US/ifconfig.8.addr_man	2006-03-30 12:32:56.000000000 +0200
+++ net-tools-1.60/man/en_US/ifconfig.8	2006-03-30 12:38:43.000000000 +0200
@@ -39,6 +39,11 @@
 (Novell IPX) and
 .B netrom
 (AMPR Packet radio).
+All numbers supplied as parts in IPv4 dotted decimal notation may be decimal,
+octal, or hexadecimal, as specified in the ISO C standard (that is, a leading 0x
+or 0X implies hexadecimal; otherwise, a leading '0' implies octal; otherwise,
+the number is interpreted as decimal). Use of hexamedial and octal numbers
+is not RFC-compliant and therefore its use is discouraged and may go away.
 .SH OPTIONS
 .TP
 .B interface


Index: net-tools.spec
===================================================================
RCS file: /cvs/dist/rpms/net-tools/devel/net-tools.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- net-tools.spec	16 Mar 2006 21:22:44 -0000	1.60
+++ net-tools.spec	30 Mar 2006 10:44:44 -0000	1.61
@@ -3,7 +3,7 @@
 Summary: Basic networking tools.
 Name: net-tools
 Version: 1.60
-Release: 64
+Release: 65
 License: GPL
 Group: System Environment/Base
 Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2
@@ -61,6 +61,7 @@
 Patch47: net-tools-1.60-netstat_stop_trim.patch
 Patch48: net-tools-1.60-netstat_inode.patch
 Patch49: net-tools-1.60-fgets.patch
+Patch50: net-tools-1.60-ifconfig_man.patch
 
 BuildRoot: %{_tmppath}/%{name}-root
 Requires(post,preun): chkconfig
@@ -118,6 +119,7 @@
 %patch47 -p1 -b .trim
 %patch48 -p1 -b .inode
 %patch49 -p1 -b .fgets
+%patch50 -p1 -b .inet_addr
 
 cp %SOURCE2 ./config.h
 cp %SOURCE3 ./config.make
@@ -229,6 +231,9 @@
 %{_sysconfdir}/rc.d/init.d/netplugd
 
 %changelog
+* Thu Mar 30 2006 Radek Vokál <rvokal at redhat.com> - 1.60-55
+- add note to ifconfig(8) about supported format for IPv4 addresses (#176661)
+
 * Thu Mar 16 2006 Radek Vokál <rvokal at redhat.com> - 1.60-54
 - remove duplicate arp entries (#185604)
 




More information about the fedora-cvs-commits mailing list