Skip to content
Snippets Groups Projects
Commit 5b7fdab1 authored by Zach van Rijn's avatar Zach van Rijn
Browse files

Merge branch 'move/nghttp2' into 'master'

Move nghttp2 for HTTP/2 support in system/curl

See merge request !637
parents 818b68ca d045b5bc
No related branches found
No related tags found
2 merge requests!646user/apache-httpd: upgrade to 2.4.52 [CVE],!637Move nghttp2 for HTTP/2 support in system/curl
File moved
......@@ -4,13 +4,13 @@
# Maintainer: Zach van Rijn <me@zv.io>
pkgname=curl
pkgver=7.79.1
pkgrel=0
pkgrel=1
pkgdesc="A URL retrival utility and library"
url="https://curl.haxx.se"
arch="all"
license="MIT"
depends="ca-certificates"
makedepends_build="perl"
makedepends_build="perl nghttp2"
makedepends_host="zlib-dev openssl-dev libssh2-dev"
makedepends="$makedepends_build $makedepends_host"
source="https://curl.haxx.se/download/$pkgname-$pkgver.tar.xz"
......@@ -103,7 +103,8 @@ build() {
--without-libidn2 \
--disable-ldap \
--with-pic \
--with-openssl
--with-openssl \
--with-nghttp2
make
}
......
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer:
# Maintainer: Síle Ekaterin Liszka <sheila@adelielinux.org>
pkgname=libev
pkgver=4.33
pkgrel=0
......
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
# Maintainer: Síle Ekaterin Liszka <sheila@adelielinux.org>
pkgname=nghttp2
pkgver=1.41.0
pkgver=1.46.0
pkgrel=0
pkgdesc="Experimental HTTP/2 client, server and proxy"
url="https://nghttp2.org/"
......@@ -42,4 +42,4 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="c92e8022ccc876fa311f21bc5bf5af75feff8232efb56a4b2ab198031e974d15b67c16c046188cc76552f75a1b2e7115925d6ce1e42d6f94ae482fe69727466d nghttp2-1.41.0.tar.xz"
sha512sums="fcf3573bcc421705190c7cf0e3230f6f3028b669cb2976d29cfeb73e706deaae91ce60d0a615472e3f296454049ea5798f1e8defdd260a98895e94fea6a7a16b nghttp2-1.46.0.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment