diff options
-rw-r--r-- | community/libinput/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/libinput/APKBUILD b/community/libinput/APKBUILD index 137137af33..5e3ab60f02 100644 --- a/community/libinput/APKBUILD +++ b/community/libinput/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Daniel Sabogal <dsabogalcc@gmail.com> pkgname=libinput -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=0 pkgdesc="Library for handling input devices" url="https://www.freedesktop.org/wiki/Software/libinput" @@ -22,6 +22,10 @@ subpackages=" install="$pkgname.post-upgrade" source="https://gitlab.freedesktop.org/libinput/libinput/-/archive/$pkgver/libinput-$pkgver.tar.gz" +# secfixes: +# 1.20.1-r0: +# - CVE-2022-1215 + build() { abuild-meson \ -Ddocumentation=false \ @@ -68,5 +72,5 @@ _debug_gui() { } sha512sums=" -b92345809f4e18b2335e3c377d1a8edda523462ff23fba6abcc5f8cf01b80fc4c6e4e06886088788c4b04873d37da210876f201bb81203af2f9f614bc659e6eb libinput-1.20.0.tar.gz +91f6d6957b16d76807b376d4f81333ed16218fd37b090417d03a2e551d1f5b2c734d891d267bcdc4314cd698d7830f2f467389a9af58155e4e97a86002c8db78 libinput-1.20.1.tar.gz " |