Logoj0ke.net Open Build Service > Projects > multimedia > MPlayer > Changes
Sign Up | Log In

Changes of Revision 17

[-] Changed MPlayer.spec
x
 
1
@@ -18,6 +18,10 @@
2
 Patch7:        MPlayer-1.0rc1-warn.patch
3
 Patch8:        MPlayer-comparison.patch
4
 Patch18:   MPlayer-pci_linux_gnu_source.patch
5
+Patch20:   demux_audio_fix_20080129.diff
6
+Patch21:   demux_mov_fix_20080129.diff
7
+Patch22:   stream_cddb_fix_20080120.diff
8
+Patch23:   url_fix_20080120.diff
9
 URL:       http://www.mplayerhq.hu 
10
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
11
 Prefix:        %{_prefix}
12
@@ -76,6 +80,10 @@
13
 %patch7
14
 %patch8 -p1
15
 %patch18
16
+%patch20
17
+%patch21
18
+%patch22
19
+%patch23
20
 
21
 %build
22
 
23
@@ -157,6 +165,12 @@
24
 %{_datadir}/pixmaps/*
25
 
26
 %changelog
27
+* Tue Feb 05 2008 Carsten Schoene <cs@linux-administrator.com>
28
+- add patches for security fixes:
29
+ - CORE-2008-1218 (demux_audio.c)
30
+ - CORE-2008-0122 (demux_mov.c)
31
+ - (url.c)
32
+ - (stream_cddb.c) 
33
 * Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com>
34
 - import for SLE_10 build
35
 
36
[+] Added demux_audio_fix_20080129.diff ^
[+] Added demux_mov_fix_20080129.diff ^
[+] Added stream_cddb_fix_20080120.diff ^
[+] Added url_fix_20080120.diff ^