From 4d0f65b43a777148103039682751c4bf7ef8a5c1 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 14 Jan 2023 21:02:48 +0100 Subject: [PATCH] nghttp2: update to 1.51.0 --- nghttp2/build.sh | 3 ++- nghttp2/meta/ChangeLog | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nghttp2/build.sh b/nghttp2/build.sh index 232bc3f..ee28b6e 100755 --- a/nghttp2/build.sh +++ b/nghttp2/build.sh @@ -6,7 +6,7 @@ ########################################################### # Check the following 4 variables before running the script topdir=nghttp2 -version=1.47.0 +version=1.51.0 pkgver=1 source[0]=https://github.com/${topdir}/${topdir}/releases/download/v${version}/${topdir}-${version}.tar.xz # If there are no patches, simply comment this @@ -59,6 +59,7 @@ install() compat nghttp2 1.40.0 1 1 compat nghttp2 1.41.0 1 1 compat nghttp2 1.45.1 1 1 + compat nghttp2 1.47.0 1 1 } reg pack diff --git a/nghttp2/meta/ChangeLog b/nghttp2/meta/ChangeLog index a626d5f..9c16d97 100644 --- a/nghttp2/meta/ChangeLog +++ b/nghttp2/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Sat Jan 14 2023 Tom G. Christensen - 1.51.0-1 +- Update to 1.51.0 + * Sat Apr 09 2022 Tom G. Christensen - 1.47.0-1 - Update to 1.47.0