forked from pool/libxkbcommon
Accepting request 633728 from 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 (forwarded request 632991 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/633728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxkbcommon?expand=0&rev=24
This commit is contained in:
commit
ccc5475f66
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user