Package Details: nghttp2 1.62.1-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.000634
First Submitted: 2022-04-01 18:04 (UTC)
Last Updated: 2024-05-21 06:27 (UTC)

Latest Comments

1 2 Next › Last »

emanuele6 commented on 2024-05-22 23:28 (UTC)

libnghttp2 1.62.1 is now avaialable on the core repository

emanuele6 commented on 2024-05-22 06:09 (UTC)

It's because libnghttp2 1.62.1 is still only in Core-Testing.

emanuele6 commented on 2024-05-22 06:04 (UTC) (edited on 2024-05-22 06:08 (UTC) by emanuele6)

I get

-> No AUR package found for libnghttp2>=1.62.1
-> could not find all required packages: libnghttp2 >=1.62.1

When trying to upgrate to yesterday's release (1.62.1-1)

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