Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 19:20:33 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a7cdae7d91ef - main - www/libnghttp2: Update to 1.45.1
Message-ID:  <202110131920.19DJKXT4072138@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a7cdae7d91ef4f0214be135c609795ab892efd23

commit a7cdae7d91ef4f0214be135c609795ab892efd23
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-13 19:12:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-13 19:12:45 +0000

    www/libnghttp2: Update to 1.45.1
    
    Changes:        https://github.com/nghttp2/nghttp2/releases
---
 www/libnghttp2/Makefile                | 2 +-
 www/libnghttp2/distinfo                | 6 +++---
 www/libnghttp2/files/patch-Makefile.in | 8 ++++----
 www/libnghttp2/pkg-plist               | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile
index 82232e14adb6..e6a43e23204d 100644
--- a/www/libnghttp2/Makefile
+++ b/www/libnghttp2/Makefile
@@ -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
diff --git a/www/libnghttp2/distinfo b/www/libnghttp2/distinfo
index 4a49013577e8..3053ed9efc70 100644
--- a/www/libnghttp2/distinfo
+++ b/www/libnghttp2/distinfo
@@ -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
diff --git a/www/libnghttp2/files/patch-Makefile.in b/www/libnghttp2/files/patch-Makefile.in
index 7634abf32fdf..03e06cc3f46b 100644
--- a/www/libnghttp2/files/patch-Makefile.in
+++ b/www/libnghttp2/files/patch-Makefile.in
@@ -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
diff --git a/www/libnghttp2/pkg-plist b/www/libnghttp2/pkg-plist
index df23b30f9ee3..32f20c56264c 100644
--- a/www/libnghttp2/pkg-plist
+++ b/www/libnghttp2/pkg-plist
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110131920.19DJKXT4072138>