nghttp2: update to 1.45.1

This commit is contained in:
Tom G. Christensen 2021-10-02 15:21:46 +02:00
parent ff9b2fcb8b
commit e4f14d330b
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=nghttp2
version=1.41.0
version=1.45.1
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
@ -63,6 +63,7 @@ install()
compat nghttp2 1.37.0 1 1
compat nghttp2 1.38.0 1 1
compat nghttp2 1.40.0 1 1
compat nghttp2 1.41.0 1 1
}
reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Sat Oct 02 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 1.45.1-1
- Update to 1.45.1
* Fri Aug 28 2020 Tom G. Christensen <swpkg@jupiterrise.com> - 1.41.0-1
- Update to 1.41.0 (fixes CVE-2020-11080)