rpms/net-tools/FC-6 net-tools-1.60-selinux.patch, 1.1, 1.2 net-tools.spec, 1.78, 1.79

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 22 13:25:35 UTC 2007


Author: rvokal

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

Modified Files:
	net-tools-1.60-selinux.patch net-tools.spec 
Log Message:
updated SELinux patch

net-tools-1.60-selinux.patch:
 Makefile  |    6 +++++
 netstat.c |   71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 74 insertions(+), 3 deletions(-)

Index: net-tools-1.60-selinux.patch
===================================================================
RCS file: /cvs/dist/rpms/net-tools/FC-6/net-tools-1.60-selinux.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- net-tools-1.60-selinux.patch	17 Jan 2006 10:27:02 -0000	1.1
+++ net-tools-1.60-selinux.patch	22 May 2007 13:25:33 -0000	1.2
@@ -203,3 +203,23 @@
  	case '?':
  	case 'h':
  	    usage();
+--- net-tools-1.60/netstat.c.sel	2007-05-21 14:02:08.000000000 -0400
++++ net-tools-1.60/netstat.c	2007-05-21 14:03:23.000000000 -0400
+@@ -769,6 +769,9 @@ static void finish_this_one(int uid, uns
+     }
+     if (flag_prg)
+ 	printf("%-" PROGNAME_WIDTHs "s",prg_cache_get(inode));
++    if (flag_selinux)
++	printf("%-" SELINUX_WIDTHs "s",prg_cache_get_con(inode));
++
+     if (flag_opt)
+ 	printf("%s", timers);
+     putchar('\n');
+@@ -2420,6 +2423,7 @@ int main
+ 	    if (flag_exp > 1)
+ 		printf(_(" User       Inode     "));
+ 	    print_progname_banner();
++	    print_selinux_banner();
+ 	    if (flag_opt)
+ 		printf(_(" Timer"));	/* xxx */
+ 	    printf("\n");


Index: net-tools.spec
===================================================================
RCS file: /cvs/dist/rpms/net-tools/FC-6/net-tools.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- net-tools.spec	4 Oct 2006 07:12:51 -0000	1.78
+++ net-tools.spec	22 May 2007 13:25:33 -0000	1.79
@@ -3,7 +3,7 @@
 Summary: Basic networking tools.
 Name: net-tools
 Version: 1.60
-Release: 75%{?dist}
+Release: 76%{?dist}
 License: GPL
 Group: System Environment/Base
 Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2
@@ -248,6 +248,9 @@
 %{_sysconfdir}/rc.d/init.d/netplugd
 
 %changelog
+* Tue May 22 2007 Radek Vokál <rvokal at redhat.com> - 1.60-76
+- updated SELinux patch by <dwalsh at redhat.com>
+
 * Wed Oct  4 2006 Radek Vokal <rvokal at redhat.com> - 1.60-75
 - fix nameif crash for 16char long interface names (#209120)
 




More information about the fedora-cvs-commits mailing list