git: afe778d3bf04 - main - net/libngtcp2-gnutls: Update to 1.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 12:45:34 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=afe778d3bf04b004c37ee85e59c2e583668a5ef4
commit afe778d3bf04b004c37ee85e59c2e583668a5ef4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-29 11:42:56 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-29 12:42:19 +0000
net/libngtcp2-gnutls: Update to 1.12.0
Changes: https://github.com/ngtcp2/ngtcp2/releases
---
net/libngtcp2-gnutls/Makefile | 2 +-
net/libngtcp2-gnutls/distinfo | 6 +++---
net/libngtcp2-gnutls/pkg-descr | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net/libngtcp2-gnutls/Makefile b/net/libngtcp2-gnutls/Makefile
index 11048dedfe91..e2381911df14 100644
--- a/net/libngtcp2-gnutls/Makefile
+++ b/net/libngtcp2-gnutls/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ngtcp2
-PORTVERSION= 1.11.0
+PORTVERSION= 1.12.0
CATEGORIES= net
MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= lib
diff --git a/net/libngtcp2-gnutls/distinfo b/net/libngtcp2-gnutls/distinfo
index 2912727960b4..40d30f9aa736 100644
--- a/net/libngtcp2-gnutls/distinfo
+++ b/net/libngtcp2-gnutls/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1740836032
-SHA256 (ngtcp2-1.11.0.tar.xz) = 382c15bf66b630f26021631b25b7eb1feac42c67c1d6826189d61091dfaa4d09
-SIZE (ngtcp2-1.11.0.tar.xz) = 652904
+TIMESTAMP = 1745177914
+SHA256 (ngtcp2-1.12.0.tar.xz) = 2527a4c9305dbed610a000a88f94696526aa8959f74249a59f2b96ee73630629
+SIZE (ngtcp2-1.12.0.tar.xz) = 656116
diff --git a/net/libngtcp2-gnutls/pkg-descr b/net/libngtcp2-gnutls/pkg-descr
index 54a4f69df812..10059a36565c 100644
--- a/net/libngtcp2-gnutls/pkg-descr
+++ b/net/libngtcp2-gnutls/pkg-descr
@@ -1,4 +1,4 @@
ngtcp2 project is an effort to implement QUIC protocol which is now being
discussed in IETF QUICWG for its standardization.
-This port provides the crypto helper library for gnutls backend.
+This port provides the crypto helper library for GnuTLS backend.