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: Thu Jan 23 17:06:18 UTC 2025
Modified Files:
pkgsrc/net/coturn: DESCR Makefile
pkgsrc/net/coturn/files: turnserver.sh
Log Message:
net/coturn: Merge (minor) improvements from wip
(There is also wip/coturn, from which net/ was apparently imported. I
didn't realize net/coturn existed,, and had improved wip
significantly, and Adam made mostly-independent improvements to net/,
probably not realizing wip/coturn existed... This is of the start of
fully merging back to just net/ with all the improvements.)
- reword DESCR and COMMENT based on upstream site
- take coMAINTAINERSHIP, to be changed to MAINTAINER after mail I
sent to the MAINTAINER times out
- fix rcsid in rc script
- add comment about disabling the stringop warning; it's not clear
that this isn't masking bugs
(Overall, this commit does nothing impactful.)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/coturn/DESCR
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/coturn/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/coturn/files/turnserver.sh
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/DESCR
diff -u pkgsrc/net/coturn/DESCR:1.1 pkgsrc/net/coturn/DESCR:1.2
--- pkgsrc/net/coturn/DESCR:1.1 Wed Jan 15 14:13:39 2025
+++ pkgsrc/net/coturn/DESCR Thu Jan 23 17:06:18 2025
@@ -1 +1,3 @@
-The TURN Server is a VoIP media traffic NAT traversal server
+coturn is a free open source implementation of TURN and STUN
+Server. The TURN Server is a VoIP media traffic NAT traversal server
+and gateway.
Index: pkgsrc/net/coturn/Makefile
diff -u pkgsrc/net/coturn/Makefile:1.2 pkgsrc/net/coturn/Makefile:1.3
--- pkgsrc/net/coturn/Makefile:1.2 Thu Jan 23 16:24:02 2025
+++ pkgsrc/net/coturn/Makefile Thu Jan 23 17:06:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/01/23 16:24:02 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/23 17:06:18 gdt Exp $
DISTNAME= coturn-4.6.3
PKGREVISION= 1
@@ -6,8 +6,9 @@ CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=coturn/}
MAINTAINER= kethzer.dr%gmail.com@localhost
+#MAINTAINER+= gdt%NetBSD.org@localhost
HOMEPAGE= https://github.com/coturn/coturn
-COMMENT= VoIP media traffic NAT traversal server
+COMMENT= TURN and STUN server (for VoIP/webrtc)
LICENSE= modified-bsd
USE_LANGUAGES= c c++
@@ -22,6 +23,7 @@ CONFIGURE_ARGS+= --prefix ${PREFIX}
CONFIGURE_ENV+= LIBEVENT_OPENSSL_CFLAGS="-I${BUILDLINK_PREFIX.libevent}/include"
CONFIGURE_ENV+= LIBEVENT_OPENSSL_LIBS="-L${BUILDLINK_PREFIX.libevent}/lib -levent_openssl -levent"
+# \todo File a bug upstream, or explain why the warning is wrong.
CFLAGS+= -Wno-stringop-truncation
COTURN_CONFIG= ${PKG_SYSCONFDIR}/turnserver.conf
Index: pkgsrc/net/coturn/files/turnserver.sh
diff -u pkgsrc/net/coturn/files/turnserver.sh:1.2 pkgsrc/net/coturn/files/turnserver.sh:1.3
--- pkgsrc/net/coturn/files/turnserver.sh:1.2 Thu Jan 23 16:24:02 2025
+++ pkgsrc/net/coturn/files/turnserver.sh Thu Jan 23 17:06:18 2025
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: head/net/coturn/files/turnserver.sh
+# $NetBSD: turnserver.sh,v 1.3 2025/01/23 17:06:18 gdt Exp $
#
# PROVIDE: turnserver
# REQUIRE: LOGIN
Home |
Main Index |
Thread Index |
Old Index