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
This commit is contained in:
Jan Engelhardt 2018-09-06 11:46:29 +00:00 committed by Git OBS Bridge
parent ae8bd13aa8
commit ba247100ad
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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