Skip to content

Commit 02b0015

Browse files
committed
Update nghttp2 to v1.61.0
1 parent c7a02a7 commit 02b0015

5 files changed

+7
-119
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ the requirements.
5252
| [zlib](https://github.com/zlib-ng/zlib-ng) | 2.1.6 | 2024-01-10 |
5353
| [brotli](https://github.com/google/brotli) | 1.1.0 | 2023-08-31 |
5454
| [libressl](https://www.libressl.org) | 3.9.1 | 2024-03-27 |
55-
| [nghttp2](https://nghttp2.org) | 1.60.0 | 2024-03-01 |
55+
| [nghttp2](https://nghttp2.org) | 1.61.0 | 2024-04-04 |
5656
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 1.2.0 | 2024-02-16 |
5757
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 1.4.0 | 2024-03-18 |
5858
| [c-ares](https://c-ares.org) | 1.28.1 | 2024-03-30 |

ports/nghttp2/patches/0001-Adjust-CMake-for-vcpkg.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 3ac6fd25aa8e9d98a31ba7af5d0e8e2d38fdbd64 Mon Sep 17 00:00:00 2001
1+
From da2db3b41075bd976fd08bffabe375d92270a590 Mon Sep 17 00:00:00 2001
22
From: Don Olmstead <don.j.olmstead@gmail.com>
33
Date: Tue, 26 Mar 2024 10:45:06 -0700
44
Subject: [PATCH] Adjust CMake for vcpkg
@@ -8,10 +8,10 @@ Subject: [PATCH] Adjust CMake for vcpkg
88
1 file changed, 1 insertion(+), 1 deletion(-)
99

1010
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
11-
index 211c8e43..52b040d5 100644
11+
index fda8dcb7..de103d6e 100644
1212
--- a/lib/CMakeLists.txt
1313
+++ b/lib/CMakeLists.txt
14-
@@ -99,5 +99,5 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libnghttp2.pc"
14+
@@ -103,5 +103,5 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libnghttp2.pc"
1515
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
1616

1717
install(EXPORT ${EXPORT_SET}

ports/nghttp2/patches/0002-CMake-Respect-BUILD_STATIC_LIBS.patch

-110
This file was deleted.

ports/nghttp2/portfile.cmake

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
set(VERSION 1.60.0)
1+
set(VERSION 1.61.0)
22

33
# Get archive
44
vcpkg_download_distfile(ARCHIVE
55
URLS "https://github.com/nghttp2/nghttp2/releases/download/v${VERSION}/nghttp2-${VERSION}.tar.xz"
66
FILENAME "nghttp2-${VERSION}.tar.xz"
7-
SHA512 5e6365d9118596d41848930de70f4a918d72463920184df60a7e1678c3a6c9cf1416236888e7e34395c87f41bba00a114994ba5a6e73f6a389769abf1b5cc842
7+
SHA512 01e930d7caf464699505f92b76e2bc8192d168612dc564d2546812c42afea2fb81d552d70e8a5fed35e2bf5deadbec8eda095af94a2484bca41542988afce52a
88
)
99

1010
# Patches
1111
set(PATCHES
1212
${CMAKE_CURRENT_LIST_DIR}/patches/0001-Adjust-CMake-for-vcpkg.patch
13-
# Remove after next release
14-
${CMAKE_CURRENT_LIST_DIR}/patches/0002-CMake-Respect-BUILD_STATIC_LIBS.patch
1513
)
1614

1715
# Extract archive

ports/nghttp2/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nghttp2",
3-
"version": "1.60.0",
3+
"version": "1.61.0",
44
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C.",
55
"homepage": "https://nghttp2.org",
66
"license": "MIT",

0 commit comments

Comments
 (0)