forked from pool/libxkbcommon
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:
parent
ae8bd13aa8
commit
ba247100ad
@ -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)
|
- Update to new upstream release 0.8.2 (boo#1105832)
|
||||||
* Fix a few NULL-dereferences, out-of-bounds access and undefined
|
* Fix a few NULL-dereferences, out-of-bounds access and undefined
|
||||||
behavior in the XKB text format parser.
|
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
|
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/
|
Url: http://xkbcommon.org/
|
||||||
|
|
||||||
#Git-Clone: git://github.com/xkbcommon/libxkbcommon
|
#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
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.62
|
#git#BuildRequires: autoconf >= 2.62
|
||||||
@ -129,6 +129,9 @@ make %{?_smp_mflags} V=1
|
|||||||
%make_install
|
%make_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%post -n libxkbcommon0 -p /sbin/ldconfig
|
%post -n libxkbcommon0 -p /sbin/ldconfig
|
||||||
%postun -n libxkbcommon0 -p /sbin/ldconfig
|
%postun -n libxkbcommon0 -p /sbin/ldconfig
|
||||||
%post -n libxkbcommon-x11-0 -p /sbin/ldconfig
|
%post -n libxkbcommon-x11-0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user