mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-13 00:28:25 +02:00
main/apr-util: upgrade to 1.6.3
This commit is contained in:
parent
f11bf6e02f
commit
a2a60f3e0f
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=apr-util
|
||||
pkgver=1.6.1
|
||||
pkgrel=12
|
||||
pkgver=1.6.3
|
||||
pkgrel=0
|
||||
pkgdesc="The Apache Portable Runtime Utility Library"
|
||||
url="https://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 \
|
||||
@ -56,6 +60,6 @@ dbd_sqlite3() { _mv_mod dbd_sqlite "SQLite3"; }
|
||||
ldap() { _mv_mod ldap "LDAP"; }
|
||||
|
||||
sha512sums="
|
||||
40eff8a37c0634f7fdddd6ca5e596b38de15fd10767a34c30bbe49c632816e8f3e1e230678034f578dd5816a94f246fb5dfdf48d644829af13bf28de3225205d apr-util-1.6.1.tar.bz2
|
||||
8050a481eeda7532ef3751dbd8a5aa6c48354d52904a856ef9709484f4b0cc2e022661c49ddf55ec58253db22708ee0607dfa7705d9270e8fee117ae4f06a0fe apr-util-1.6.3.tar.bz2
|
||||
4672c55bbe78a401483dd21f29dd1f92d70887191f3d4945a616223c18e39e051609a3b52a5547a9dbcc54e315cf5866e5dfb5ef9507c3914e9d74a67e75a00e musl-fix-testsuite.patch
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user