From ba247100ad6cd53b58cd4f14b9fca301b5b68ed69ab006a71e2eb4af9cc99bc7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 6 Sep 2018 11:46:29 +0000 Subject: [PATCH] Accepting request 632991 from home:msmeissn:branches:X11:Wayland * CVEs fixed: CVE-2018-15853, CVE-2018-15854, CVE-2018-15855, CVE-2018-15856, CVE-2018-15857, CVE-2018-15858, CVE-2018-15859, CVE-2018-15861, CVE-2018-15862, CVE-2018-15863, CVE-2018-15864 - run make check OBS-URL: https://build.opensuse.org/request/show/632991 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=46 --- libxkbcommon.changes | 4 ++++ libxkbcommon.spec | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libxkbcommon.changes b/libxkbcommon.changes index 0f231f3..f2fbe8f 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -4,6 +4,10 @@ Tue Aug 7 13:49:26 UTC 2018 - jengelh@inai.de - Update to new upstream release 0.8.2 (boo#1105832) * Fix a few NULL-dereferences, out-of-bounds access and undefined behavior in the XKB text format parser. + * CVEs fixed: CVE-2018-15853, CVE-2018-15854, CVE-2018-15855, + CVE-2018-15856, CVE-2018-15857, CVE-2018-15858, CVE-2018-15859, + CVE-2018-15861, CVE-2018-15862, CVE-2018-15863, CVE-2018-15864 +- run make check ------------------------------------------------------------------- Fri Dec 15 20:21:18 UTC 2017 - jengelh@inai.de diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 890a7f1..e8cf504 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -31,7 +31,7 @@ Group: Development/Libraries/C and C++ Url: http://xkbcommon.org/ #Git-Clone: git://github.com/xkbcommon/libxkbcommon -Source: http://xkbcommon.org/download/%name-%version.tar.xz +Source: https://xkbcommon.org/download/%name-%version.tar.xz Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.62 @@ -129,6 +129,9 @@ make %{?_smp_mflags} V=1 %make_install rm -f "%buildroot/%_libdir"/*.la +%check +make check + %post -n libxkbcommon0 -p /sbin/ldconfig %postun -n libxkbcommon0 -p /sbin/ldconfig %post -n libxkbcommon-x11-0 -p /sbin/ldconfig