rpms/gnash/devel gnash.spec,1.74,1.75

Kevin Kofler kkofler at fedoraproject.org
Thu Feb 11 19:43:35 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5293/devel

Modified Files:
	gnash.spec 
Log Message:
* Thu Feb 11 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.6-11
- --without-included-ltdl (CVE-2009-3736)

(Well, let's try this, but to me it looks like the code needs more patching than that to use the system ltdl.)


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- gnash.spec	22 Jan 2010 01:43:56 -0000	1.74
+++ gnash.spec	11 Feb 2010 19:43:35 -0000	1.75
@@ -5,7 +5,7 @@
 
 Name:           gnash
 Version:        0.8.6
-Release:	10%{?dist}
+Release:	11%{?dist}
 #Release:        0.8.%{alphatag}%{?dist}
 Epoch:		1
 Summary:        GNU flash movie player
@@ -46,6 +46,7 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  speex-devel
 BuildRequires:  gstreamer-plugins-base-devel
 BuildRequires:  pygtk2-devel
+BuildRequires:  libtool-ltdl-devel
 
 #Requires(post): scrollkeeper
 #Requires(postun): scrollkeeper
@@ -141,7 +142,8 @@ mv AUTHORS.utf8 AUTHORS
   --enable-gui=gtk,kde4,sdl,fb \
   --with-kde4-prefix=%{_kde4_prefix} \
   --with-kde4-lib=%{_kde4_libdir}/kde4/devel \
-  --with-kde4-incl=%{_kde4_includedir}
+  --with-kde4-incl=%{_kde4_includedir} \
+  --without-included-ltdl
 # make sure the Qt 4 moc etc. tools are found
 export PATH=%{_qt4_prefix}/bin:$PATH
 #doesn't work currently: %%{?_smp_mflags}
@@ -319,6 +321,9 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Thu Feb 11 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.6-11
+- --without-included-ltdl (CVE-2009-3736)
+
 * Fri Jan 22 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.6-10
 - Rebuild for new Boost (1.41.0)
 



More information about the scm-commits mailing list