From 06a4d8ed8d580117003325f9b193b08f442e4130 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Thu, 04 Apr 2024 22:33:25 +0200
Subject: [PATCH] nghttp2: update to 1.61.0

---
 components/library/nghttp2/Makefile                      |    4 ++--
 components/library/nghttp2/manifests/sample-manifest.p5m |    6 +++---
 components/library/nghttp2/nghttp2.p5m                   |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/components/library/nghttp2/Makefile b/components/library/nghttp2/Makefile
index 92762dd..d3f6c90 100644
--- a/components/library/nghttp2/Makefile
+++ b/components/library/nghttp2/Makefile
@@ -19,12 +19,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		nghttp2
-COMPONENT_VERSION=	1.60.0
+COMPONENT_VERSION=	1.61.0
 COMPONENT_SUMMARY=	HTTP/2 C Library
 COMPONENT_PROJECT_URL=	https://nghttp2.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
-COMPONENT_ARCHIVE_HASH= sha256:625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261bf4e
+COMPONENT_ARCHIVE_HASH= sha256:c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654
 COMPONENT_ARCHIVE_URL=	https://github.com/nghttp2/nghttp2/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		library/nghttp2
 COMPONENT_CLASSIFICATION= System/Libraries
diff --git a/components/library/nghttp2/manifests/sample-manifest.p5m b/components/library/nghttp2/manifests/sample-manifest.p5m
index 1b5fbbc..87afde1 100644
--- a/components/library/nghttp2/manifests/sample-manifest.p5m
+++ b/components/library/nghttp2/manifests/sample-manifest.p5m
@@ -27,9 +27,9 @@
 file path=usr/bin/inflatehd
 file path=usr/include/nghttp2/nghttp2.h
 file path=usr/include/nghttp2/nghttp2ver.h
-link path=usr/lib/$(MACH64)/libnghttp2.so target=libnghttp2.so.14.27.0
-link path=usr/lib/$(MACH64)/libnghttp2.so.14 target=libnghttp2.so.14.27.0
-file path=usr/lib/$(MACH64)/libnghttp2.so.14.27.0
+link path=usr/lib/$(MACH64)/libnghttp2.so target=libnghttp2.so.14.28.0
+link path=usr/lib/$(MACH64)/libnghttp2.so.14 target=libnghttp2.so.14.28.0
+file path=usr/lib/$(MACH64)/libnghttp2.so.14.28.0
 file path=usr/lib/$(MACH64)/pkgconfig/libnghttp2.pc
 file path=usr/share/doc/nghttp2/README.rst
 file path=usr/share/man/man1/h2load.1
diff --git a/components/library/nghttp2/nghttp2.p5m b/components/library/nghttp2/nghttp2.p5m
index 2047f90..56b113f 100644
--- a/components/library/nghttp2/nghttp2.p5m
+++ b/components/library/nghttp2/nghttp2.p5m
@@ -28,9 +28,9 @@
 file path=usr/bin/inflatehd
 file path=usr/include/nghttp2/nghttp2.h
 file path=usr/include/nghttp2/nghttp2ver.h
-link path=usr/lib/$(MACH64)/libnghttp2.so target=libnghttp2.so.14.27.0
-link path=usr/lib/$(MACH64)/libnghttp2.so.14 target=libnghttp2.so.14.27.0
-file path=usr/lib/$(MACH64)/libnghttp2.so.14.27.0
+link path=usr/lib/$(MACH64)/libnghttp2.so target=libnghttp2.so.14.28.0
+link path=usr/lib/$(MACH64)/libnghttp2.so.14 target=libnghttp2.so.14.28.0
+file path=usr/lib/$(MACH64)/libnghttp2.so.14.28.0
 file path=usr/lib/$(MACH64)/pkgconfig/libnghttp2.pc
 file path=usr/share/doc/nghttp2/README.rst
 file path=usr/share/man/man1/h2load.1

--
Gitblit v1.9.3