From f22495541316a69849f95ac31bc5d54c5272c130 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 9 Sep 2021 23:54:31 -0500 Subject: system/curl: Update to 7.78.0 --- system/curl/APKBUILD | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'system/curl/APKBUILD') diff --git a/system/curl/APKBUILD b/system/curl/APKBUILD index 712bcefab..7a0353025 100644 --- a/system/curl/APKBUILD +++ b/system/curl/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Ɓukasz Jendrysik # Maintainer: pkgname=curl -pkgver=7.73.0 +pkgver=7.78.0 pkgrel=0 pkgdesc="A URL retrival utility and library" url="https://curl.haxx.se" @@ -17,6 +17,14 @@ source="https://curl.haxx.se/download/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-dbg $pkgname-doc $pkgname-dev libcurl" # secfixes: +# 7.78.0-r0: +# - CVE-2021-22925 +# - CVE-2021-22924 +# - CVE-2021-22923 +# - CVE-2021-22922 +# - CVE-2021-22898 +# - CVE-2021-22890 +# - CVE-2021-22876 # 7.66.0-r0: # - CVE-2019-5481 # - CVE-2019-5482 @@ -90,7 +98,8 @@ build() { --without-libidn \ --without-libidn2 \ --disable-ldap \ - --with-pic + --with-pic \ + --with-openssl make } @@ -110,4 +119,4 @@ libcurl() { mv "$pkgdir"/usr/lib "$subpkgdir"/usr } -sha512sums="95330bac2d6bc5306d47723b3c7bdb754fabe2ba2df7b2a8027453a40286f1c7caaee69333f0715e59fbc7fdf09080968ea624398c995cabf3d57493973867bd curl-7.73.0.tar.xz" +sha512sums="f72e822a0b5e28320ef547c7a441c07f3b4870579a70ab4c428751baba435a1385cb89a22b9ed4b84a7fafecf620f155911e4131e3463ec1bdad80ecde47bb7a curl-7.78.0.tar.xz" -- cgit v1.2.3-60-g2f50