diff --git a/net/libnghttp2/Makefile b/net/libnghttp2/Makefile index 56ff0dbc..db952b97 100644 --- a/net/libnghttp2/Makefile +++ b/net/libnghttp2/Makefile @@ -2,7 +2,7 @@ # $Id$ # PORTNAME= nghttp2 -PORTVERSION= 1.36.0 +PORTVERSION= 1.46.0 DISTVERSIONPREFIX= v CATEGORIES= www net PKGNAMEPREFIX= lib diff --git a/net/libnghttp2/distinfo b/net/libnghttp2/distinfo index 73f422e1..17bb5306 100644 --- a/net/libnghttp2/distinfo +++ b/net/libnghttp2/distinfo @@ -1,2 +1,3 @@ -SHA256 (nghttp2-nghttp2-v1.36.0_GH0.tar.gz) = b7cc532f51842c28d8ae6610f16f457e6a543b3a3328b66a37d9abfae1173b25 -SIZE (nghttp2-nghttp2-v1.36.0_GH0.tar.gz) = 1768955 +TIMESTAMP = 1643685688 +SHA256 (nghttp2-nghttp2-v1.46.0_GH0.tar.gz) = 0875a638d319cd28b06dcc410e6dc2add1a52f7cab6f62b26025c448f8ae8f43 +SIZE (nghttp2-nghttp2-v1.46.0_GH0.tar.gz) = 3846314 diff --git a/net/libnghttp2/files/patch-Makefile.am b/net/libnghttp2/files/patch-Makefile.am deleted file mode 100644 index 06af6a54..00000000 --- a/net/libnghttp2/files/patch-Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.am.orig 2016-11-27 01:56:36 UTC -+++ Makefile.am -@@ -20,8 +20,7 @@ - # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --SUBDIRS = lib third-party src examples python tests integration-tests \ -- doc contrib script -+SUBDIRS = lib - - # Now with python setuptools, make uninstall will leave many files we - # cannot easily remove (e.g., easy-install.pth). Disable it for -@@ -30,7 +29,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --disable - - ACLOCAL_AMFLAGS = -I m4 - --dist_doc_DATA = README.rst -+dist_doc_DATA = - - EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \ - Dockerfile.android \ diff --git a/net/libnghttp2/files/patch-script-fetch-ocsp-response b/net/libnghttp2/files/patch-script-fetch-ocsp-response new file mode 100644 index 00000000..e68d0f63 --- /dev/null +++ b/net/libnghttp2/files/patch-script-fetch-ocsp-response @@ -0,0 +1,7 @@ +--- script/fetch-ocsp-response.orig 2021-10-19 09:31:47 UTC ++++ script/fetch-ocsp-response +@@ -1,4 +1,3 @@ +-#!/usr/bin/env python + # -*- coding: utf-8 -*- + + # nghttp2 - HTTP/2 C Library diff --git a/net/libnghttp2/files/patch-x-configure.ac b/net/libnghttp2/files/patch-x-configure.ac new file mode 100644 index 00000000..c830a8d4 --- /dev/null +++ b/net/libnghttp2/files/patch-x-configure.ac @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2022-02-01 05:24:48.158283000 +0200 ++++ ./configure.ac 2022-02-01 05:26:00.421211000 +0200 +@@ -44,7 +44,7 @@ + + dnl See versioning rule: + dnl https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html +-AC_SUBST(LT_CURRENT, 35) ++AC_SUBST(LT_CURRENT, 31) + AC_SUBST(LT_REVISION, 1) + AC_SUBST(LT_AGE, 21) +