summaryrefslogtreecommitdiff
path: root/user/nghttp2/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-06-15 21:08:54 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-06-15 21:08:54 +0000
commitfdeddc8e9da35c99bae08190a8476dc37ac8e9b8 (patch)
treea28b8099d156ea27a5efc7d4603bbc2289363471 /user/nghttp2/APKBUILD
parent230772b3aed14d14b9438ea9b2283fa28c7ebce5 (diff)
parent29e941e719283d2570dc67038722d6ea6c19874e (diff)
downloadpackages-fdeddc8e9da35c99bae08190a8476dc37ac8e9b8.tar.gz
packages-fdeddc8e9da35c99bae08190a8476dc37ac8e9b8.tar.bz2
packages-fdeddc8e9da35c99bae08190a8476dc37ac8e9b8.tar.xz
packages-fdeddc8e9da35c99bae08190a8476dc37ac8e9b8.zip
Merge branch 'sec/2020.06.02' into 'master'
Security updates for 2020.06.02 See merge request adelie/packages!464
Diffstat (limited to 'user/nghttp2/APKBUILD')
-rw-r--r--user/nghttp2/APKBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/user/nghttp2/APKBUILD b/user/nghttp2/APKBUILD
index 41dd0bc58..063bc9b0f 100644
--- a/user/nghttp2/APKBUILD
+++ b/user/nghttp2/APKBUILD
@@ -1,17 +1,22 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname=nghttp2
-pkgver=1.40.0
+pkgver=1.41.0
pkgrel=0
pkgdesc="Experimental HTTP/2 client, server and proxy"
url="https://nghttp2.org/"
arch="all"
+options="!check" # Requires cunit, which we don't currently ship
license="MIT"
depends=""
makedepends="c-ares-dev libev-dev libxml2-dev openssl-dev zlib-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://github.com/tatsuhiro-t/$pkgname/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz"
+# secfixes:
+# 1.41.0-r0:
+# - CVE-2020-11080
+
build() {
./configure \
--build=$CBUILD \
@@ -37,4 +42,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="3f9b989c4bd9571b11bb9d59fe2dfd5596ba3962babfc836587d5047e780400a6cf46e43c602caa25ca83c03b84a1629953140d45223099b193df54a719745ce nghttp2-1.40.0.tar.xz"
+sha512sums="c92e8022ccc876fa311f21bc5bf5af75feff8232efb56a4b2ab198031e974d15b67c16c046188cc76552f75a1b2e7115925d6ce1e42d6f94ae482fe69727466d nghttp2-1.41.0.tar.xz"