summaryrefslogtreecommitdiff
path: root/net/erlang-stun
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2021-01-16 13:00:27 +0000
committertriaxx <triaxx@pkgsrc.org>2021-01-16 13:00:27 +0000
commitf19c0820563e68f2b0c5905179cb7470dedae3b9 (patch)
treeed392f93ad8f0072c40a30a0d35f47a152ddb27e /net/erlang-stun
parentc9c1defc98feadc169faf3933f61e8fd3ca108e0 (diff)
downloadpkgsrc-f19c0820563e68f2b0c5905179cb7470dedae3b9.tar.gz
erlang-stun: Update to 1.0.40
upstream changes: ----------------- Version 1.0.40 * Updating fast_tls to version 1.1.10. * Updating p1_utils to version 1.0.21. Version 1.0.39 * Updating fast_tls to version 1.1.9. * Exclude from Travis old OTP releases * Reduce log level for requests from incompatible clients. Version 1.0.38 * Always log reason for TCP/TLS connection termination. * Log relay allocation refreshes at notice level. * Log duration of TURN sessions. * Log STUN queries at debug (rather than info) level. * Hand over more metadata to STUN callback. Version 1.0.37 * Updating p1_utils to version 1.0.20. * Updating fast_tls to version 1.1.8. Version 1.0.36 * Log relay (de)allocation rather than authentication at notice level. * Allow worker processes to perform cleanup tasks on shutdown. * Support event callbacks. Version 1.0.35 * Add session ID, transport, username, and IP addresses to log output. * Log number of TURN-relayed bytes and packets. * Log plain STUN (Binding) responses. * Log all error responses. Version 1.0.34 * Allow for binding listeners to specific IP addresses. * Use new logging API on Erlang/OTP 22+. Version 1.0.33 * Updating p1_utils to version 1.0.19. * Fix compatibility issues with Erlang 23 * Add support for ipv6 clients * Improve compatibilty with clients Version 1.0.32 * Updating fast_tls to version 1.1.5. * Make sure that 'turn_ip' address is used for communicating with peer. * Make sure that opened socket uses ipv4. Version 1.0.31 * Updating fast_tls to version 1.1.4. * Updating p1_utils to version 1.0.18. * Update copyright year Version 1.0.30 * Updating fast_tls to version 1.1.3. * Updating p1_utils to version 1.0.17. Version 1.0.29 * Updating fast_tls to version 1.1.2. * Updating p1_utils to version 1.0.16. Version 1.0.28 * Updating fast_tls to version 1.1.1. * Updating p1_utils to version 1.0.15. Version 1.0.27 * Updating fast_tls to version 1.1.0. * Updating p1_utils to version 1.0.14. * Add contribution guide Version 1.0.26 * Updating fast_tls to version 1.0.26. Version 1.0.25 * Updating p1_utils to version 1.0.13. * Updating fast_tls to version 1.0.25. Version 1.0.24 * Updating fast_tls to version f36ea5b74526c2c1c9c38f8d473168d95804f59d. * Updating p1_utils to version 6ff85e8.
Diffstat (limited to 'net/erlang-stun')
-rw-r--r--net/erlang-stun/Makefile8
-rw-r--r--net/erlang-stun/PLIST4
-rw-r--r--net/erlang-stun/distinfo10
3 files changed, 12 insertions, 10 deletions
diff --git a/net/erlang-stun/Makefile b/net/erlang-stun/Makefile
index f9485e9a16a..67bc6ee85a4 100644
--- a/net/erlang-stun/Makefile
+++ b/net/erlang-stun/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/07/20 09:17:56 fhajny Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/16 13:00:27 triaxx Exp $
-DISTNAME= stun-1.0.23
+DISTNAME= stun-1.0.40
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -9,8 +9,8 @@ HOMEPAGE= https://github.com/processone/stun/
COMMENT= STUN and TURN library for Erlang / Elixir
LICENSE= apache-2.0
-DEPENDS+= erlang-fast_tls>=1.0.23:../../security/erlang-fast_tls
-DEPENDS+= erlang-p1_utils>=1.0.12:../../misc/erlang-p1_utils
+DEPENDS+= erlang-fast_tls>=1.1.10:../../security/erlang-fast_tls
+DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils
GITHUB_PROJECT= stun
diff --git a/net/erlang-stun/PLIST b/net/erlang-stun/PLIST
index e629d97b484..a39b22e2e27 100644
--- a/net/erlang-stun/PLIST
+++ b/net/erlang-stun/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:52:09 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/01/16 13:00:27 triaxx Exp $
lib/erlang/lib/stun
lib/erlang/lib/stun-${PKGVERSION}/ebin/stun.app
lib/erlang/lib/stun-${PKGVERSION}/ebin/stun.beam
lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_app.beam
lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_codec.beam
lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_listener.beam
+lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_logger.beam
lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_shaper.beam
lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_sup.beam
lib/erlang/lib/stun-${PKGVERSION}/ebin/stun_test.beam
@@ -13,3 +14,4 @@ lib/erlang/lib/stun-${PKGVERSION}/ebin/turn.beam
lib/erlang/lib/stun-${PKGVERSION}/ebin/turn_sm.beam
lib/erlang/lib/stun-${PKGVERSION}/ebin/turn_tmp_sup.beam
lib/erlang/lib/stun-${PKGVERSION}/include/stun.hrl
+lib/erlang/lib/stun-${PKGVERSION}/include/stun_logger.hrl
diff --git a/net/erlang-stun/distinfo b/net/erlang-stun/distinfo
index eb9247f7d38..74cd699da9e 100644
--- a/net/erlang-stun/distinfo
+++ b/net/erlang-stun/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/07/20 09:17:56 fhajny Exp $
+$NetBSD: distinfo,v 1.15 2021/01/16 13:00:27 triaxx Exp $
-SHA1 (stun-1.0.23.tar.gz) = 138d541fc7fb13cda9f514fda2a479df4e4d17d8
-RMD160 (stun-1.0.23.tar.gz) = cc5fb72498d734191a8285f4de7775ae8683eb23
-SHA512 (stun-1.0.23.tar.gz) = dda380d1527dc453172341da29363ed032a6cc0168e584a31f9244dc5cb22661c243a47a852f4cfdeb981a05496302ff33e14c964a573b2ccf1f57558102dd45
-Size (stun-1.0.23.tar.gz) = 29258 bytes
+SHA1 (stun-1.0.40.tar.gz) = 12cb94ff435beb2d16b19d18ea1292fd48a190c7
+RMD160 (stun-1.0.40.tar.gz) = 6d1538b3e6b68bd7c0eda5b575f009a0c40730b5
+SHA512 (stun-1.0.40.tar.gz) = cf3fe1b04588a22ef717210e9be4171061d3bcf20c0226a3bb67662001ced7ee16279597c8bc8cad4365cd7e44a7349cc83462893c08bc50e78d5502a1cc7ebe
+Size (stun-1.0.40.tar.gz) = 39372 bytes