commit 92b02a2e6ce13e68c9a8958407e5dfd28e6ae785 Author: Juergen Daubert <jue@jue.li> Date: Wed May 10 17:22:52 2023 +0200 libnghttp2: update to 1.53.0 diff --git a/libnghttp2/.footprint b/libnghttp2/.footprint index d316c0ff..7a1bacf2 100644 --- a/libnghttp2/.footprint +++ b/libnghttp2/.footprint @@ -6,8 +6,8 @@ drwxr-xr-x root/root usr/include/nghttp2/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libnghttp2.a -rwxr-xr-x root/root usr/lib/libnghttp2.la -lrwxrwxrwx root/root usr/lib/libnghttp2.so -> libnghttp2.so.14.24.1 -lrwxrwxrwx root/root usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.24.1 --rwxr-xr-x root/root usr/lib/libnghttp2.so.14.24.1 +lrwxrwxrwx root/root usr/lib/libnghttp2.so -> libnghttp2.so.14.24.2 +lrwxrwxrwx root/root usr/lib/libnghttp2.so.14 -> libnghttp2.so.14.24.2 +-rwxr-xr-x root/root usr/lib/libnghttp2.so.14.24.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libnghttp2.pc diff --git a/libnghttp2/.signature b/libnghttp2/.signature index 626d1ec7..09d90ee8 100644 --- a/libnghttp2/.signature +++ b/libnghttp2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqqIXQBnp/GZZKL3GOGZ4ymswDITZQpwM/3beG/Pzn6cCtdT+MF0YKBTgdr/HE+mmORmHpQYWokTDDD9VKpcfaAk= -SHA256 (Pkgfile) = 6b133dd5bae27aae5751cd8cca062cd63084844c69ebc02ff5d955139fcbd4bb -SHA256 (.footprint) = 89768cdecb2ca3951758084d6558001d1b3fcf091ff412911dfb7ebc61063581 -SHA256 (nghttp2-1.52.0.tar.xz) = 3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d +RWRJc1FUaeVeqmjdRZpFgw1ok9wnqoDznDbXUtZBT/AM6/QuW4IlrgOok+KF18ITHzzLPbqRYLXABotXNc0PCfRZg5adySjONAA= +SHA256 (Pkgfile) = 7075ec473eadef06e6744b0acc02857c740a46ba2bb14b2165c4920cd3396575 +SHA256 (.footprint) = 78704a4c9b22be12c0f2ed660be355c90dd2c2ae3b0d2ece5a80b371a3491acc +SHA256 (nghttp2-1.53.0.tar.xz) = b867184254e5a29b0ba68413aa14f8b0ce1142a371761374598dec092dabb809 diff --git a/libnghttp2/Pkgfile b/libnghttp2/Pkgfile index 78c16c0e..6b58a281 100644 --- a/libnghttp2/Pkgfile +++ b/libnghttp2/Pkgfile @@ -3,15 +3,15 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=libnghttp2 -version=1.52.0 +version=1.53.0 release=1 source=(https://github.com/nghttp2/nghttp2/releases/download/v$version/nghttp2-$vers...) build() { cd nghttp2-$version - autoreconf -i - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --enable-lib-only \ --disable-examples \ --disable-python-bindings