mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
updated libnghttp2/
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
PORTNAME= nghttp2
|
||||
PORTVERSION= 1.36.0
|
||||
PORTVERSION= 1.46.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www net
|
||||
PKGNAMEPREFIX= lib
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
7
net/libnghttp2/files/patch-script-fetch-ocsp-response
Normal file
7
net/libnghttp2/files/patch-script-fetch-ocsp-response
Normal 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
|
||||
11
net/libnghttp2/files/patch-x-configure.ac
Normal file
11
net/libnghttp2/files/patch-x-configure.ac
Normal 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)
|
||||
|
||||
Reference in New Issue
Block a user