rpms/xmms-flac/devel flac-1.1.2-xmms.patch, NONE, 1.1 xmms-flac.spec, 1.1, 1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu May 19 09:31:55 UTC 2005


Author: thias

Update of /cvs/extras/rpms/xmms-flac/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29546

Modified Files:
	xmms-flac.spec 
Added Files:
	flac-1.1.2-xmms.patch 
Log Message:
Add double free patch.


flac-1.1.2-xmms.patch:

--- NEW FILE flac-1.1.2-xmms.patch ---
--- flac-1.1.2.orig/src/plugin_xmms/configure.c 2005-01-25 07:26:29 +0300
+++ flac-1.1.2/src/plugin_xmms/configure.c      2005-02-24 12:40:37 +0300
@@ -61,7 +61,7 @@
		"", /* proxy_user */
		"", /* proxy_pass */
		FALSE, /* save_http_stream */
-		"", /* save_http_path */
+		FALSE, /* save_http_path */
		FALSE, /* cast_title_streaming */
		FALSE /* use_udp_channel */
	},


Index: xmms-flac.spec
===================================================================
RCS file: /cvs/extras/rpms/xmms-flac/devel/xmms-flac.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmms-flac.spec	19 May 2005 09:10:47 -0000	1.1
+++ xmms-flac.spec	19 May 2005 09:31:53 -0000	1.2
@@ -3,11 +3,12 @@
 Summary: XMMS plugin needed to play FLAC (Free Lossless Audio Codec) files
 Name: xmms-flac
 Version: 1.1.2
-Release: 1
+Release: 2
 License: GPL
 Group: Applications/Multimedia
 URL: http://flac.sourceforge.net/
 Source: http://dl.sf.net/flac/flac-%{version}.tar.gz
+Patch: flac-1.1.2-xmms.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: xmms-devel, glib-devel, gtk+-devel
 
@@ -19,6 +20,7 @@
 
 %prep
 %setup -n flac-%{version}
+%patch -p1 -b .xmms
 
 
 %build
@@ -43,6 +45,9 @@
 
 
 %changelog
+* Thu May 19 2005 Matthias Saou <http://freshrpms.net/> 1.1.2-2
+- Add patch to fix memory double freeing issue (bz #157796).
+
 * Thu May 19 2005 Matthias Saou <http://freshrpms.net/> 1.1.2-1
 - Initial RPM release since the plugin was disabled from the main flac in
   Core, because xmms was moved to Extras, thus no longer available at build




More information about the fedora-extras-commits mailing list