aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-02-02 16:13:32 +0000
committerpsykose <alice@ayaya.dev>2023-02-02 17:15:40 +0100
commit21ca9b1d0fffa1cf7f3586b3e2d681018ef24c32 (patch)
tree698f2c6a46fe5f95f1a9498d6f0aa1fbd0447fa9
parenta6b9cfdc5ef560c4150c6eb2b155a5ead4db4f83 (diff)
main/apr-util: upgrade to 1.6.3
-rw-r--r--main/apr-util/APKBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/main/apr-util/APKBUILD b/main/apr-util/APKBUILD
index 265e51151a3..23ca979d7da 100644
--- a/main/apr-util/APKBUILD
+++ b/main/apr-util/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=apr-util
-pkgver=1.6.1
-pkgrel=11
+pkgver=1.6.3
+pkgrel=0
pkgdesc="The Apache Portable Runtime Utility Library"
url="http://apr.apache.org/"
arch="all"
@@ -14,6 +14,10 @@ makedepends="$depends_dev apr-dev bash chrpath openssl"
source="https://www.apache.org/dist/apr/apr-util-$pkgver.tar.bz2
musl-fix-testsuite.patch"
+# secfixes:
+# 1.6.3-r0:
+# - CVE-2022-25147
+
build() {
./configure \
--build=$CBUILD \
@@ -55,5 +59,7 @@ dbd_mysql() { _mv_mod dbd_mysql "MySQL"; }
dbd_sqlite3() { _mv_mod dbd_sqlite "SQLite3"; }
ldap() { _mv_mod ldap "LDAP"; }
-sha512sums="40eff8a37c0634f7fdddd6ca5e596b38de15fd10767a34c30bbe49c632816e8f3e1e230678034f578dd5816a94f246fb5dfdf48d644829af13bf28de3225205d apr-util-1.6.1.tar.bz2
-4672c55bbe78a401483dd21f29dd1f92d70887191f3d4945a616223c18e39e051609a3b52a5547a9dbcc54e315cf5866e5dfb5ef9507c3914e9d74a67e75a00e musl-fix-testsuite.patch"
+sha512sums="
+8050a481eeda7532ef3751dbd8a5aa6c48354d52904a856ef9709484f4b0cc2e022661c49ddf55ec58253db22708ee0607dfa7705d9270e8fee117ae4f06a0fe apr-util-1.6.3.tar.bz2
+4672c55bbe78a401483dd21f29dd1f92d70887191f3d4945a616223c18e39e051609a3b52a5547a9dbcc54e315cf5866e5dfb5ef9507c3914e9d74a67e75a00e musl-fix-testsuite.patch
+"