rpms/setroubleshoot-plugins/F-11 setroubleshoot-plugins-2.0.18-global_ssp.patch, 1.2, 1.3 setroubleshoot-plugins.spec, 1.25, 1.26

Daniel J Walsh dwalsh at fedoraproject.org
Tue Aug 4 10:27:53 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/setroubleshoot-plugins/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15157

Modified Files:
	setroubleshoot-plugins-2.0.18-global_ssp.patch 
	setroubleshoot-plugins.spec 
Log Message:
* Tue Aug 4 2009  <dwalsh at redhat.com> - 2.0.18-4
- Try agian to remove stunnel_is_daemon plugin


setroubleshoot-plugins-2.0.18-global_ssp.patch:
 Makefile.am   |    1 -
 Makefile.in   |    1 -
 global_ssp.py |    5 +++--
 3 files changed, 3 insertions(+), 4 deletions(-)

Index: setroubleshoot-plugins-2.0.18-global_ssp.patch
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot-plugins/F-11/setroubleshoot-plugins-2.0.18-global_ssp.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- setroubleshoot-plugins-2.0.18-global_ssp.patch	31 Jul 2009 10:35:01 -0000	1.2
+++ setroubleshoot-plugins-2.0.18-global_ssp.patch	4 Aug 2009 10:27:51 -0000	1.3
@@ -1,6 +1,6 @@
-diff -up setroubleshoot-plugins-2.0.18/src/global_ssp.py~ setroubleshoot-plugins-2.0.18/src/global_ssp.py
---- setroubleshoot-plugins-2.0.18/src/global_ssp.py~	2009-07-19 07:09:13.000000000 -0400
-+++ setroubleshoot-plugins-2.0.18/src/global_ssp.py	2009-07-19 07:09:39.000000000 -0400
+diff -up setroubleshoot-plugins-2.0.18/src/global_ssp.py.global_ssp setroubleshoot-plugins-2.0.18/src/global_ssp.py
+--- setroubleshoot-plugins-2.0.18/src/global_ssp.py.global_ssp	2009-04-03 15:57:24.000000000 -0400
++++ setroubleshoot-plugins-2.0.18/src/global_ssp.py	2009-08-04 06:23:54.000000000 -0400
 @@ -35,8 +35,8 @@ class plugin(Plugin):
      are situations where all applications require the access (for example,
      when ProPolice/SSP stack smashing protection is used).  Allowing this
@@ -20,9 +20,9 @@ diff -up setroubleshoot-plugins-2.0.18/s
              return self.report(avc, None,
                                 self.summary, self.problem_description,
                                 self.fix_description, self.fix_cmd)
-diff -up setroubleshoot-plugins-2.0.18/src/Makefile.am~ setroubleshoot-plugins-2.0.18/src/Makefile.am
---- setroubleshoot-plugins-2.0.18/src/Makefile.am~	2009-04-03 15:57:24.000000000 -0400
-+++ setroubleshoot-plugins-2.0.18/src/Makefile.am	2009-07-31 06:31:13.000000000 -0400
+diff -up setroubleshoot-plugins-2.0.18/src/Makefile.am.global_ssp setroubleshoot-plugins-2.0.18/src/Makefile.am
+--- setroubleshoot-plugins-2.0.18/src/Makefile.am.global_ssp	2009-04-03 15:57:24.000000000 -0400
++++ setroubleshoot-plugins-2.0.18/src/Makefile.am	2009-08-04 06:23:54.000000000 -0400
 @@ -84,7 +84,6 @@ PLUGIN_FILES =				\
  	secure_mode_policyload.py	\
  	spamd_enable_home_dirs.py	\
@@ -31,3 +31,14 @@ diff -up setroubleshoot-plugins-2.0.18/s
  	swapfile.py			\
  	use_nfs_home_dirs.py		\
  	use_samba_home_dirs.py		\
+diff -up setroubleshoot-plugins-2.0.18/src/Makefile.in.global_ssp setroubleshoot-plugins-2.0.18/src/Makefile.in
+--- setroubleshoot-plugins-2.0.18/src/Makefile.in.global_ssp	2009-06-05 11:00:18.000000000 -0400
++++ setroubleshoot-plugins-2.0.18/src/Makefile.in	2009-08-04 06:24:14.000000000 -0400
+@@ -212,7 +212,6 @@ PLUGIN_FILES = \
+ 	filesystem_associate.py		\
+ 	ftpd_is_daemon.py		\
+ 	ftp_home_dir.py			\
+-	global_ssp.py			\
+ 	httpd_bad_labels.py		\
+ 	httpd_builtin_scripting.py	\
+ 	httpd_can_network_connect_db.py	\


Index: setroubleshoot-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/setroubleshoot-plugins/F-11/setroubleshoot-plugins.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- setroubleshoot-plugins.spec	31 Jul 2009 10:35:02 -0000	1.25
+++ setroubleshoot-plugins.spec	4 Aug 2009 10:27:51 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: Analysis plugins for use with setroubleshoot
 Name: setroubleshoot-plugins
 Version: 2.0.18
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/setroubleshoot
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %{_datadir}/setroubleshoot/plugins
 
 %changelog
+* Tue Aug 4 2009  <dwalsh at redhat.com> - 2.0.18-4
+- Try agian to remove stunnel_is_daemon plugin
+
 * Fri Jul 31 2009  <dwalsh at redhat.com> - 2.0.18-3
 - Remove stunnel_is_daemon plugin
 




More information about the fedora-extras-commits mailing list