rpms/nspluginwrapper/devel plugin-config-setuid.patch, NONE, 1.1 nspluginwrapper.spec, 1.24, 1.25 sources, 1.7, 1.8

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Fri Nov 23 13:44:22 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13701

Modified Files:
	nspluginwrapper.spec sources 
Added Files:
	plugin-config-setuid.patch 
Log Message:
sync with F8

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/devel/nspluginwrapper.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- nspluginwrapper.spec	24 Oct 2007 08:59:07 -0000	1.24
+++ nspluginwrapper.spec	23 Nov 2007 13:43:49 -0000	1.25
@@ -3,7 +3,7 @@
 # NOTE: it's used only if the package is compiled with xpcom_support = 1
 %define gecko_ver 1.8.1.8
 
-%define plugin_config_version 1.6
+%define plugin_config_version 1.8
 %define plugin_config_name plugin-config-%{plugin_config_version}
 %define plugin_config_binary plugin-config
 
@@ -70,7 +70,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	0.9.91.5
-Release:	10%{?dist}
+Release:	12%{?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/
@@ -113,6 +114,10 @@
 %patch4 -p1
 %patch5 -p1
 
+pushd %plugin_config_name
+%patch6 -p2
+popd
+
 # remove old/incompatibile stuff
 rm -rf npapi
 rm -rf lsb-build
@@ -229,8 +234,14 @@
 %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
-* Wed Oct 24 2007 Martin Stransky <stransky at redhat.com> 0.9.91.5-10
-- added glib2 to Requires (#349861)
+* Tue Nov 6 2007 Martin Stransky <stransky at redhat.com> 0.9.91.5-12
+- more fixes from review by security standards team
+
+* Wed Oct 31 2007 Martin Stransky <stransky at redhat.com> 0.9.91.5-11
+- added fixes from review by security standards team
+
+* 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	22 Oct 2007 13:07:23 -0000	1.7
+++ sources	23 Nov 2007 13:43:49 -0000	1.8
@@ -1,2 +1,2 @@
 052e5fecc36a087d1f7200bd1e44f2f0  nspluginwrapper-0.9.91.5.tar.bz2
-65dd3e7456b1a8ae78db9b27695eb1ac  plugin-config-1.6.tar.gz
+c1c3cc3578916b3da0b548a612b7164d  plugin-config-1.8.tar.gz




More information about the fedora-extras-commits mailing list