pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/coturn



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Feb 27 16:03:10 UTC 2026

Modified Files:
        pkgsrc/net/coturn: Makefile

Log Message:
net/coturn: Require openssl 3

Upstream did not note this rather significant change in NEWS :-(
Restores building on NetBSD 9.

No PKGREVISION, as I think this is a NOP on systems that used openssl
3 anyway, and it didn't build on those that defaulted to 1.1.1.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/coturn/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/coturn/Makefile
diff -u pkgsrc/net/coturn/Makefile:1.11 pkgsrc/net/coturn/Makefile:1.12
--- pkgsrc/net/coturn/Makefile:1.11     Fri Feb 27 15:29:25 2026
+++ pkgsrc/net/coturn/Makefile  Fri Feb 27 16:03:09 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2026/02/27 15:29:25 gdt Exp $
+# $NetBSD: Makefile,v 1.12 2026/02/27 16:03:09 gdt Exp $
 
 DISTNAME=      coturn-4.9.0
 CATEGORIES=    net
@@ -74,5 +74,6 @@ post-install:
 TEST_TARGET=           check
 
 .include "../../devel/libevent/buildlink3.mk"
+BUILDLINK_API_DEPENDS.openssl+= openssl>=3.0.2
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index