pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ngtcp2
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Jun 1 13:54:34 UTC 2026
Modified Files:
pkgsrc/net/ngtcp2: Makefile
Log Message:
net/ngtcp2: http3 support requires OpenSSL 3.5 or later for SSL_set_quic_tls_cbs
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/ngtcp2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ngtcp2/Makefile
diff -u pkgsrc/net/ngtcp2/Makefile:1.38 pkgsrc/net/ngtcp2/Makefile:1.39
--- pkgsrc/net/ngtcp2/Makefile:1.38 Mon Jun 1 07:14:23 2026
+++ pkgsrc/net/ngtcp2/Makefile Mon Jun 1 13:54:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2026/06/01 07:14:23 adam Exp $
+# $NetBSD: Makefile,v 1.39 2026/06/01 13:54:34 ryoon Exp $
DISTNAME= ngtcp2-1.23.0
CATEGORIES= net
@@ -14,6 +14,8 @@ LICENSE= mit
USE_LANGUAGES= c c++
.include "../../devel/cmake/build.mk"
+# SSL_set_quic_tls_cbs() is required.
+BUILDLINK_API_DEPENDS.openssl+= openssl>=3.5.0
.include "../../security/openssl/buildlink3.mk"
.include "../../www/nghttp3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index