mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
www/libnghttp2: Update to 1.45.1
Changes: https://github.com/nghttp2/nghttp2/releases
This commit is contained in:
parent
7011e5e38e
commit
a7cdae7d91
@ -1,7 +1,7 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= nghttp2
|
||||
PORTVERSION= 1.44.0
|
||||
PORTVERSION= 1.45.1
|
||||
CATEGORIES= www net
|
||||
MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/
|
||||
PKGNAMEPREFIX= lib
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1627157200
|
||||
SHA256 (nghttp2-1.44.0.tar.xz) = 5699473b29941e8dafed10de5c8cb37a3581edf62ba7d04b911ca247d4de3c5d
|
||||
SIZE (nghttp2-1.44.0.tar.xz) = 3972832
|
||||
TIMESTAMP = 1634111656
|
||||
SHA256 (nghttp2-1.45.1.tar.xz) = abdc4addccadbc7d89abe27c4d6427d78e57d139f69c1f45749227393c68bf79
|
||||
SIZE (nghttp2-1.45.1.tar.xz) = 4017852
|
||||
|
@ -1,16 +1,16 @@
|
||||
--- Makefile.in.orig 2021-02-02 11:37:05 UTC
|
||||
--- Makefile.in.orig 2021-09-21 13:09:49 UTC
|
||||
+++ Makefile.in
|
||||
@@ -448,8 +448,7 @@ top_srcdir = @top_srcdir@
|
||||
@@ -461,8 +461,7 @@ top_srcdir = @top_srcdir@
|
||||
# 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 \
|
||||
-SUBDIRS = lib third-party src bpf examples python tests integration-tests \
|
||||
- doc contrib script
|
||||
+SUBDIRS = lib
|
||||
|
||||
|
||||
# Now with python setuptools, make uninstall will leave many files we
|
||||
@@ -457,7 +456,7 @@ SUBDIRS = lib third-party src examples python tests in
|
||||
@@ -470,7 +469,7 @@ SUBDIRS = lib third-party src bpf examples python test
|
||||
# distcheck rule.
|
||||
AM_DISTCHECK_CONFIGURE_FLAGS = --disable-python-bindings
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
@ -3,5 +3,5 @@ include/nghttp2/nghttp2ver.h
|
||||
lib/libnghttp2.a
|
||||
lib/libnghttp2.so
|
||||
lib/libnghttp2.so.14
|
||||
lib/libnghttp2.so.14.20.2
|
||||
lib/libnghttp2.so.14.21.0
|
||||
libdata/pkgconfig/libnghttp2.pc
|
||||
|
Loading…
Reference in New Issue
Block a user