Andreas Wacknitz
2023-11-27 2d12e88e44560cef308ead238799be642914ead7
nghttp3: update to 1.1.0

3 files modified
16 ■■■■ changed files
components/library/nghttp3/Makefile 4 ●●●● patch | view | raw | blame | history
components/library/nghttp3/manifests/sample-manifest.p5m 6 ●●●● patch | view | raw | blame | history
components/library/nghttp3/nghttp3.p5m 6 ●●●● patch | view | raw | blame | history
components/library/nghttp3/Makefile
@@ -16,12 +16,12 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        nghttp3
COMPONENT_VERSION=    1.0.0
COMPONENT_VERSION=    1.1.0
COMPONENT_SUMMARY=    This library implements RFC 9114 HTTP/3. It does not support server push.
COMPONENT_PROJECT_URL=    https://nghttp2.org/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= sha256:2d982fadb92ba6488cd5ef3dadc9d2c901084c812553aea9ab1c4bfa1215f77a
COMPONENT_ARCHIVE_HASH= sha256:f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb
COMPONENT_ARCHIVE_URL=    https://github.com/ngtcp2/nghttp3/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        library/nghttp3
COMPONENT_CLASSIFICATION= System/Libraries
components/library/nghttp3/manifests/sample-manifest.p5m
@@ -25,8 +25,8 @@
file path=usr/include/nghttp3/nghttp3.h
file path=usr/include/nghttp3/version.h
link path=usr/lib/$(MACH64)/libnghttp3.so target=libnghttp3.so.9.0.0
link path=usr/lib/$(MACH64)/libnghttp3.so.9 target=libnghttp3.so.9.0.0
file path=usr/lib/$(MACH64)/libnghttp3.so.9.0.0
link path=usr/lib/$(MACH64)/libnghttp3.so target=libnghttp3.so.9.1.0
link path=usr/lib/$(MACH64)/libnghttp3.so.9 target=libnghttp3.so.9.1.0
file path=usr/lib/$(MACH64)/libnghttp3.so.9.1.0
file path=usr/lib/$(MACH64)/pkgconfig/libnghttp3.pc
file path=usr/share/doc/nghttp3/README.rst
components/library/nghttp3/nghttp3.p5m
@@ -25,8 +25,8 @@
file path=usr/include/nghttp3/nghttp3.h
file path=usr/include/nghttp3/version.h
link path=usr/lib/$(MACH64)/libnghttp3.so target=libnghttp3.so.9.0.0
link path=usr/lib/$(MACH64)/libnghttp3.so.9 target=libnghttp3.so.9.0.0
file path=usr/lib/$(MACH64)/libnghttp3.so.9.0.0
link path=usr/lib/$(MACH64)/libnghttp3.so target=libnghttp3.so.9.1.0
link path=usr/lib/$(MACH64)/libnghttp3.so.9 target=libnghttp3.so.9.1.0
file path=usr/lib/$(MACH64)/libnghttp3.so.9.1.0
file path=usr/lib/$(MACH64)/pkgconfig/libnghttp3.pc
file path=usr/share/doc/nghttp3/README.rst