rpms/mpv/F-20 mpv-format-security.patch,NONE,1.1 mpv.spec,1.17,1.18

Miro Hrončok churchyard at rpmfusion.org
Sun Dec 22 22:14:00 CET 2013


Author: churchyard

Update of /cvs/free/rpms/mpv/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26159

Modified Files:
	mpv.spec 
Added Files:
	mpv-format-security.patch 
Log Message:
* Sun Dec 22 2013 Miro Hrončok <mhroncok at redhat.com> - 0.2.4-8
- Added patch for https://fedoraproject.org/wiki/Changes/FormatSecurity


mpv-format-security.patch:
 stream_radio.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mpv-format-security.patch ---
diff --git a/stream/stream_radio.c b/stream/stream_radio.c
index d233739..19c536d 100644
--- a/stream/stream_radio.c
+++ b/stream/stream_radio.c
@@ -858,7 +858,7 @@ static int open_s(stream_t *stream,int mode)
     mp_msg(MSGT_RADIO,MSGL_V,"\n");
 
     if(priv->driver)
-        mp_msg(MSGT_RADIO, MSGL_INFO, priv->driver->info);
+        mp_msg(MSGT_RADIO, MSGL_INFO, "%s",priv->driver->info);
     else{
         mp_tmsg(MSGT_RADIO, MSGL_INFO, "[radio] Unknown driver name: %s\n",priv->radio_param->driver);
         close_s(stream);


Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-20/mpv.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mpv.spec	22 Dec 2013 18:57:18 -0000	1.17
+++ mpv.spec	22 Dec 2013 21:14:00 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           mpv
 Version:        0.2.4
-Release:        6%{?dist}
+Release:        8%{?dist}
 Summary:        Movie player playing most video formats and DVDs
 License:        GPLv2+
 URL:            http://%{name}.io/
@@ -10,6 +10,9 @@
 # set defaults for Fedora
 Patch0:         %{name}-config.patch
 
+# https://github.com/mpv-player/mpv/pull/422
+Patch1:         %{name}-format-security.patch
+
 BuildRequires:  aalib-devel
 BuildRequires:  alsa-lib-devel
 BuildRequires:  bzip2-devel
@@ -23,14 +26,20 @@
 BuildRequires:  libass-devel
 BuildRequires:  libbluray-devel
 BuildRequires:  libdvdnav-devel
+BuildRequires:  libguess-devel
 BuildRequires:  libquvi-devel
 BuildRequires:  libsmbclient-devel
 BuildRequires:  libva-devel
 BuildRequires:  libvdpau-devel
+BuildRequires:  libwayland-client-devel
+BuildRequires:  libwayland-cursor-devel
+BuildRequires:  libwayland-server-devel
+BuildRequires:  libxkbcommon-devel
 BuildRequires:  lirc-devel
 BuildRequires:  lua-devel
 BuildRequires:  pulseaudio-libs-devel
 BuildRequires:  python-docutils
+BuildRequires:  wayland-devel
 
 Requires:       hicolor-icon-theme
 
@@ -44,6 +53,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./configure \
@@ -102,6 +112,12 @@
 %config(noreplace) %{_sysconfdir}/%{name}/input.conf
 
 %changelog
+* Sun Dec 22 2013 Miro Hrončok <mhroncok at redhat.com> - 0.2.4-8
+- Added patch for https://fedoraproject.org/wiki/Changes/FormatSecurity
+
+* Sun Dec 22 2013 Miro Hrončok <mhroncok at redhat.com> - 0.2.4-7
+- Support wayland
+
 * Sun Dec 22 2013 Miro Hrončok <mhroncok at redhat.com> - 0.2.4-6
 - Rebuilt
 


More information about the rpmfusion-commits mailing list