main/xkbcomp: security upgrade to 1.5.0

fixes:
CVE-2018-15853
CVE-2018-15859
CVE-2018-15861
CVE-2018-15863
This commit is contained in:
Milan P. Stanić 2025-12-03 12:47:24 +00:00 committed by omni
parent 7ac49de1b0
commit aa8ee026b4

View File

@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xkbcomp
pkgver=1.4.7
pkgver=1.5.0
pkgrel=0
pkgdesc="XKBD keymap compiler"
url="https://xorg.freedesktop.org"
@ -10,6 +10,13 @@ makedepends="libx11-dev libxkbfile-dev util-macros"
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.x.org/releases/individual/app/xkbcomp-$pkgver.tar.xz"
# secfixes:
# 1.5.0-r0:
# - CVE-2018-15853
# - CVE-2018-15859
# - CVE-2018-15861
# - CVE-2018-15863
build() {
./configure \
--build=$CBUILD \
@ -30,5 +37,5 @@ package() {
}
sha512sums="
6f468dce9d2499ab1022f4288d46f66af149dac0a161fb5b9dc0c262bc70c2c3d254db2c6fb5df1e2793c822e2d55c6da5fd037ce523a555b7c3de23e35c49ef xkbcomp-1.4.7.tar.xz
d8ef4906261251e2600b3650660fbe88ed99a44694f1e59b433e0811f1ab5234c4f2f0b3647fa5372fb0f46b56eac60c0219a762bf1af0ab06226b63e4a6b081 xkbcomp-1.5.0.tar.xz
"