Package Details: nghttp2 1.61.0-1

Git Clone URL: https://aur.archlinux.org/nghttp2.git (read-only, click to copy)
Package Base: nghttp2
Description: Client, server and proxy programs from the nghttp2 library
Upstream URL: https://nghttp2.org/
Keywords: client http2 proxy server
Licenses: MIT
Submitter: arojas
Maintainer: trainmeditations
Last Packager: trainmeditations
Votes: 6
Popularity: 0.004295
First Submitted: 2022-04-01 18:04 (UTC)
Last Updated: 2024-04-05 01:12 (UTC)

Latest Comments

trainmeditations commented on 2023-04-14 02:01 (UTC)

@alan1world It's configured that way as the official repositories provide the shared libs from the package, so we need to make sure the new version isn't installed before the libs are updated, as this breaks the tools.

bkb commented on 2023-02-27 14:00 (UTC)

Create nghttp2-bin

alan1world commented on 2023-02-15 12:39 (UTC)

Package has a dependency of "libnghttp2=$pkgver" = it is looking for libnghttp2 1.52

But core/libnghttp2 is 1.51, causing build to fail.

trainmeditations commented on 2023-02-13 13:29 (UTC)

Sorry guys, missed that I'd been added as a maintainer, will be keeping a closer eye out now

micwoj92 commented on 2023-01-03 00:56 (UTC)

@trainmeditations Any incentive to push?

francoism90 commented on 2022-11-28 16:40 (UTC)

@trainmeditations Added you as co. :)

trainmeditations commented on 2022-11-27 09:56 (UTC)

Patch for recent release. I just updated the version and file hash. I'd be interested in helping maintain.

diff --git a/PKGBUILD b/PKGBUILD
index ad75995..93fbcaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei <wzyboy@wzyboy.org>

 pkgname=nghttp2
-pkgver=1.50.0
+pkgver=1.51.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -17,7 +17,7 @@ backup=(
   etc/nghttpx/nghttpx.conf
   etc/logrotate.d/nghttpx
 )
-sha512sums=('c2f7f14972cb268a85966f2bd26ac515fa61d9cf6b6bcaa5cffc04f02a18abf116b15537eb4dfbdfa79e7b1472de7034dfdbce7a082cc5b23627d87e2939e529')
+sha512sums=('0212680e57a15f9afca3b5226429edebd2fe8a52117480007d4472cd0c1bd3aa4d9f21269c637a11efd0f2146a3ee16c3c07ab35d9fb3d4566235d3a14268eeb')

 build() {
   cd nghttp2-$pkgver

francoism90 commented on 2022-08-23 11:35 (UTC)

Bumped package, if anyone wants to co-maintain this PKG, please let me know. :)