diff --git a/CVE-2019-9928.patch b/CVE-2019-9928.patch deleted file mode 100644 index 01126b61b078af4e381339bb9af3ecd5e204a5d7..0000000000000000000000000000000000000000 --- a/CVE-2019-9928.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/gst-libs/gst/rtsp/gstrtspconnection.c 2012-02-17 09:49:52.000000000 -0500 -+++ b/gst-libs/gst/rtsp/gstrtspconnection_1.c 2019-05-07 07:54:18.894000000 -0400 -@@ -2007,7 +2007,7 @@ build_next (GstRTSPBuilder * builder, Gs - maxlen = sizeof (conn->session_id) - 1; - /* the sessionid can have attributes marked with ; - * Make sure we strip them */ -- for (i = 0; session_id[i] != '\0'; i++) { -+ for (i = 0; i < maxlen && session_id[i] != '\0'; i++) { - if (session_id[i] == ';') { - maxlen = i; - /* parse timeout */ diff --git a/gst-plugins-base-1.14.4.tar.xz b/gst-plugins-base-1.16.2.tar.xz similarity index 33% rename from gst-plugins-base-1.14.4.tar.xz rename to gst-plugins-base-1.16.2.tar.xz index 9642f71f278dc09b5ceea5866d0bf7f9e5bfed6a..4673d50553b17cd23e72f6904f199e3a37a206a4 100644 Binary files a/gst-plugins-base-1.14.4.tar.xz and b/gst-plugins-base-1.16.2.tar.xz differ diff --git a/gstreamer1-plugins-base.spec b/gstreamer1-plugins-base.spec index 6b09b1dcbc0167ef391475252bb561dfce543fe7..114da2587d172f2b92964b50a1cd665c314cea07 100644 --- a/gstreamer1-plugins-base.spec +++ b/gstreamer1-plugins-base.spec @@ -2,15 +2,14 @@ %global gst_mm gstreamer-%{majorminor} Name: gstreamer1-plugins-base -Version: 1.14.4 -Release: 3 +Version: 1.16.2 +Release: 1 Summary: GStreamer streaming media framework base plugins License: LGPLv2+ URL: http://gstreamer.freedesktop.org/ Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch -Patch6000: CVE-2019-9928.patch BuildRequires: gcc-c++ gstreamer1-devel >= %{version} gobject-introspection-devel >= 1.31.1 iso-codes-devel alsa-lib-devel BuildRequires: cdparanoia-devel libogg-devel >= 1.0 libtheora-devel >= 1.1 libvisual-devel libvorbis-devel >= 1.0 libXv-devel @@ -46,7 +45,6 @@ This package provides manual for developpers. %prep %setup -q -n gst-plugins-base-%{version} %patch0 -p1 -%patch6000 -p1 %build NOCONFIGURE=1 \ @@ -264,6 +262,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %{_mandir}/man1/gst-device-monitor-*.gz %changelog +* Sat Jul 25 2020 hanhui - 1.16.2-1 +- update 1.16.2 + * Fri Mar 20 2020 openEuler Buildteam - 1.14.4-3 - add gdb in buildrequires