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