Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 03:23:30 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: 2e6190d03c47 - main - net/libngtcp2: Update to 0.19.1
Message-ID:  <202309220323.38M3NUu3090833@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=2e6190d03c47ff83a239f53dcdc82dd87b7ec045

commit 2e6190d03c47ff83a239f53dcdc82dd87b7ec045
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-22 03:17:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-22 03:17:11 +0000

    net/libngtcp2: Update to 0.19.1
    
    - Update WWW
    
    Changes:        https://github.com/ngtcp2/ngtcp2/releases
---
 net/libngtcp2/Makefile  | 5 +++--
 net/libngtcp2/distinfo  | 6 +++---
 net/libngtcp2/pkg-plist | 4 ++--
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile
index 56ef3604362d..4aa3037c44fb 100644
--- a/net/libngtcp2/Makefile
+++ b/net/libngtcp2/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	ngtcp2
-PORTVERSION=	0.17.0
+PORTVERSION=	0.19.1
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	lib
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Implementation of QUIC protocol
-WWW=		https://github.com/ngtcp2/ngtcp2
+WWW=		https://nghttp2.org/ngtcp2/ \
+		https://github.com/ngtcp2/ngtcp2
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
diff --git a/net/libngtcp2/distinfo b/net/libngtcp2/distinfo
index 04bf1f54e575..e7ab0663882c 100644
--- a/net/libngtcp2/distinfo
+++ b/net/libngtcp2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689398791
-SHA256 (ngtcp2-0.17.0.tar.xz) = c652e44788c1cbab6f9bab0f38b139712ab25a6f9f8c4287e409f1e1f30ec441
-SIZE (ngtcp2-0.17.0.tar.xz) = 590752
+TIMESTAMP = 1695143233
+SHA256 (ngtcp2-0.19.1.tar.xz) = 597d29f2f72e63217a0c5a8b6d1b04c994cf011564bf9f94142701edb977bf6e
+SIZE (ngtcp2-0.19.1.tar.xz) = 590532
diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist
index f6fe240e09d0..1c532a7b4b9c 100644
--- a/net/libngtcp2/pkg-plist
+++ b/net/libngtcp2/pkg-plist
@@ -2,6 +2,6 @@ include/ngtcp2/ngtcp2.h
 include/ngtcp2/version.h
 lib/libngtcp2.a
 lib/libngtcp2.so
-lib/libngtcp2.so.14
-lib/libngtcp2.so.14.0.0
+lib/libngtcp2.so.15
+lib/libngtcp2.so.15.0.1
 libdata/pkgconfig/libngtcp2.pc



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