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:   adam
Date:           Fri Feb 27 14:29:16 UTC 2026

Modified Files:
        pkgsrc/net/coturn: Makefile distinfo

Log Message:
coturn: updated to 4.9.0

4.9.0

Changelist:
- Fix thread sanitizer warning
- OpenSSL: migrate to modern API for DH param
- Migrate AES-128 encryption from deprecated OpenSSL API to EVP
- Fix unbounded strcpy in stun_method_str (ns_turn_msg.c)
- Fix missing null termination in addr_to_string (ns_turn_ioaddr.c)
- Fix missing null termination after strncpy in DB drivers
- Fix unbounded strcpy in HTTP response (http_server.c)
- Remove ubuntu20, DEBUG builds from build matrix
- Fix buffer overflow in decryptPassword  in mysql
- Fix missing null termination after strncpy in MongoDB driver (dbd_mongo.c)
- Fix buffer overflow in decrypt_aes_128
- Fix Web Admin Password Check


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/coturn/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/coturn/distinfo

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.9 pkgsrc/net/coturn/Makefile:1.10
--- pkgsrc/net/coturn/Makefile:1.9      Sun Feb  8 00:52:55 2026
+++ pkgsrc/net/coturn/Makefile  Fri Feb 27 14:29:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/02/08 00:52:55 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2026/02/27 14:29:16 adam Exp $
 
-DISTNAME=      coturn-4.8.0
+DISTNAME=      coturn-4.9.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=coturn/}
 
@@ -52,7 +52,7 @@ PKG_SHELL.${COTURN_USER}=     ${NOLOGIN}
 
 FILES_SUBST+=  COTURN_USER=${COTURN_USER:Q}
 FILES_SUBST+=  COTURN_GROUP=${COTURN_GROUP:Q}
-FILES_SUBST+=  PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
+FILES_SUBST+=  PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
 
 # Use coturn as docs/examples subdir name.  \todo No command-line argument?
 CONFIGURE_ENV+=                PORTNAME=coturn

Index: pkgsrc/net/coturn/distinfo
diff -u pkgsrc/net/coturn/distinfo:1.2 pkgsrc/net/coturn/distinfo:1.3
--- pkgsrc/net/coturn/distinfo:1.2      Sun Feb  8 00:52:55 2026
+++ pkgsrc/net/coturn/distinfo  Fri Feb 27 14:29:16 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2026/02/08 00:52:55 gdt Exp $
+$NetBSD: distinfo,v 1.3 2026/02/27 14:29:16 adam Exp $
 
-BLAKE2s (coturn-4.8.0.tar.gz) = a2dce33d3c8451ad47df60113beab22d6faed9c61249db7423d4529aa6fe9a0a
-SHA512 (coturn-4.8.0.tar.gz) = 3abb3aa3dbeb9c220eb90c36ea4915623e048f68ec2a99897a772f4e6ed07600051e8afde3b4bf411f38f66a83f98c8f97f3e20865761a68c56c6877bf5b0227
-Size (coturn-4.8.0.tar.gz) = 544737 bytes
+BLAKE2s (coturn-4.9.0.tar.gz) = a542b1f7a5930be83bdbd07771a90d3e0725a54b290d6d720745dc86d41bf75a
+SHA512 (coturn-4.9.0.tar.gz) = 49f382414207ef0c3377c541a1d6972510394ef57ee21d3a4c1e00cc6a22cb58c1f0a15411888e9fd0ec04e78a0738d0de70e7aca881623c767dd1061a5a45d4
+Size (coturn-4.9.0.tar.gz) = 546279 bytes



Home | Main Index | Thread Index | Old Index