2 Commits

Author SHA256 Message Date
875c0539f4 Accepting request 1321970 from X11:XOrg
- This releases contains the fixes for the issues reported in
  today's security advisory:
  https://lists.x.org/archives/xorg-announce/2025-December/003644.html
  * CVE-2018-15863 (bsc#1105832)
  * CVE-2018-15861 (bsc#1105832)
  * CVE-2018-15859 (bsc#1105832)
  * CVE-2018-15853 (bsc#1105832)
  Note that the year is not a typo, these CVEs have been reported
  previously for libxkbcommon but the same code exists in xkbcomp
  and required the same fixes.
  As a new feature in this version: xkbcomp now supports the meson
  build system in addition to autotools. autotools support may be
  removed in a future version.
- switch to meson build

OBS-URL: https://build.opensuse.org/request/show/1321970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xkbcomp?expand=0&rev=20
2025-12-11 17:32:05 +00:00
d657fcbfdf - This releases contains the fixes for the issues reported in
today's security advisory:
  https://lists.x.org/archives/xorg-announce/2025-December/003644.html
  * CVE-2018-15863 (bsc#1105832)
  * CVE-2018-15861 (bsc#1105832)
  * CVE-2018-15859 (bsc#1105832)
  * CVE-2018-15853 (bsc#1105832)
  Note that the year is not a typo, these CVEs have been reported
  previously for libxkbcommon but the same code exists in xkbcomp
  and required the same fixes.
  As a new feature in this version: xkbcomp now supports the meson
  build system in addition to autotools. autotools support may be
  removed in a future version.
- switch to meson build

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=35
2025-12-10 13:30:05 +00:00
4 changed files with 28 additions and 9 deletions

Binary file not shown.

3
xkbcomp-1.5.0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ac31f26600776db6d9cd79b3fcd272263faebac7eb85fb2f33c7141b8486060
size 247996

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Dec 10 13:18:04 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- This releases contains the fixes for the issues reported in
today's security advisory:
https://lists.x.org/archives/xorg-announce/2025-December/003644.html
* CVE-2018-15863 (bsc#1105832)
* CVE-2018-15861 (bsc#1105832)
* CVE-2018-15859 (bsc#1105832)
* CVE-2018-15853 (bsc#1105832)
Note that the year is not a typo, these CVEs have been reported
previously for libxkbcommon but the same code exists in xkbcomp
and required the same fixes.
As a new feature in this version: xkbcomp now supports the meson
build system in addition to autotools. autotools support may be
removed in a future version.
- switch to meson build
-------------------------------------------------------------------
Sun Feb 4 21:06:20 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xkbcomp
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: xkbcomp
Version: 1.4.7
Version: 1.5.0
Release: 0
Summary: Utility to compile XKB keyboard description
License: MIT
@@ -25,6 +25,7 @@ Group: System/X11/Utilities
URL: https://xorg.freedesktop.org/
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
BuildRequires: bison
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xkbfile)
@@ -47,14 +48,14 @@ The xkbcomp keymap compiler converts a description of an XKB keymap
into one of several output formats.
%prep
%setup -q
%autosetup -p1
%build
%configure
%make_build
%meson
%meson_build
%install
%make_install
%meson_install
%files
%license COPYING