aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2021-04-30 06:23:16 -0600
committerAriadne Conill <ariadne@dereferenced.org>2021-04-30 06:23:29 -0600
commitac5d351e13662aefcda7803c5683445ca5329034 (patch)
tree2a02fb5c886e7069ad3e5e9923277b6c09496b36
parent463668f547b233b4a70bc6604b016a32aa87f271 (diff)
testing/klibc: security upgrade to 2.0.9 (CVE-2021-31870, CVE-2021-31871, CVE-2021-31872, CVE-2021-31873)
-rw-r--r--testing/klibc/APKBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/testing/klibc/APKBUILD b/testing/klibc/APKBUILD
index 0b77a067f22..54dbbb81175 100644
--- a/testing/klibc/APKBUILD
+++ b/testing/klibc/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Olliver Schinagl <oliver@schinagl.nl>
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
pkgname="klibc"
-pkgver="2.0.8"
+pkgver="2.0.9"
pkgrel=0
pkgdesc="A minimalistic libc subset for use with initramfs"
url="https://git.kernel.org/pub/scm/libs/klibc/klibc.git/"
@@ -31,6 +31,13 @@ source="
"
_installdir="/usr/lib/${pkgname}-${CARCH}/"
+# secfixes:
+# 2.0.9-r0:
+# - CVE-2021-31870
+# - CVE-2021-31871
+# - CVE-2021-31872
+# - CVE-2021-31873
+
build() {
# klibc's header misses the struct declaration, Linux's misses
# the function declaration. Combine them here.
@@ -209,6 +216,6 @@ static() {
}
-sha512sums="5a08b50e7923b147790079137cca05bce03ba3215d8f7d46a75c9b3bfa7afd47ad55d65c9355cfa0fc91c4b7736a5c51bb22cda3ffe25b784b5a664cec854ebb klibc-2.0.8.tar.gz
+sha512sums="a03afd73d1576f45d6abbca396373feb08ff4edbae576fef7789a3b729a38f6272539425cfaa9c7705d5551519b81367fb2c6d1fef57892a0430566b8321a34c klibc-2.0.9.tar.gz
672f87b240b3349b2ffee2768ef6b1d37f6395d8f00bdf33375c03f967041de14b6365bcecff2d3918130b16c250ec5e3d50f1ac04c9530f0b169bc01e7d39cb libklibc.post-deinstall
7340bfd2c048b8b7a6edd752d552e1007c202a5b44bf9d0ae741a80dcea1cbfdde38ade50f7d008c723a2b99570156877476273073039da286b604693323e484 libklibc.post-install"