updated libnghttp2/

This commit is contained in:
2022-02-01 05:28:33 +02:00
parent f3179d290f
commit 26925c357a
5 changed files with 22 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
# $Id$
#
PORTNAME= nghttp2
PORTVERSION= 1.36.0
PORTVERSION= 1.46.0
DISTVERSIONPREFIX= v
CATEGORIES= www net
PKGNAMEPREFIX= lib

View File

@@ -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

View File

@@ -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 \

View File

@@ -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

View File

@@ -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)