rpms/nspluginwrapper/F-8 plugin-config-setuid.patch, NONE, 1.1 nspluginwrapper.spec, 1.25, 1.26

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Fri Oct 26 08:44:19 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21292

Modified Files:
	nspluginwrapper.spec 
Added Files:
	plugin-config-setuid.patch 
Log Message:
* Fri Oct 26 2007 Martin Stransky <stransky at redhat.com> 0.9.91.5-10
- mozilla-plugin-config can be run by normal user now



plugin-config-setuid.patch:

--- NEW FILE plugin-config-setuid.patch ---
--- mozilla/plugin-config-1.6/src/Makefile.in.old	2007-07-24 13:28:56.000000000 +0200
+++ mozilla/plugin-config-1.6/src/Makefile.in	2007-07-24 13:47:24.000000000 +0200
@@ -44,7 +44,7 @@ mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)"
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) -m 4755
 PROGRAMS = $(bin_PROGRAMS)
 am_mozilla_plugin_config_OBJECTS = plugin-config.$(OBJEXT) \
 	plugin-detection.$(OBJEXT) plugin-dir.$(OBJEXT)


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/F-8/nspluginwrapper.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- nspluginwrapper.spec	24 Oct 2007 07:37:58 -0000	1.25
+++ nspluginwrapper.spec	26 Oct 2007 08:43:47 -0000	1.26
@@ -70,7 +70,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	0.9.91.5
-Release:	9%{?dist}
+Release:	10%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:        %{plugin_config_name}.tar.gz 
 Source2:        plugin-config.sh.in
@@ -80,6 +80,7 @@
 Patch2:         nspluginwrapper-0.9.91.5-rh.patch
 Patch4:         nspluginwrapper-0.9.91.5-runtime-restart.patch
 Patch5:         nspluginwrapper-0.9.91.5-fork.patch
+Patch6:         plugin-config-setuid.patch
 License:	GPL
 Group:		Networking/WWW
 Url:		http://gwenole.beauchesne.info/projects/nspluginwrapper/
@@ -112,6 +113,7 @@
 %patch2 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 # remove old/incompatibile stuff
 rm -rf npapi
@@ -229,6 +231,9 @@
 %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Fri Oct 26 2007 Martin Stransky <stransky at redhat.com> 0.9.91.5-10
+- mozilla-plugin-config can be run by normal user now
+
 * Wed Oct 24 2007 Martin Stransky <stransky at redhat.com> 0.9.91.5-9
 - Updated config utility - removes dangling symlinks and
   wrapped plugins




More information about the fedora-extras-commits mailing list