pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/erlang-stun



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat Jan 16 13:00:27 UTC 2021

Modified Files:
        pkgsrc/net/erlang-stun: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/erlang-stun/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/erlang-stun/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/erlang-stun/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/erlang-stun/Makefile
diff -u pkgsrc/net/erlang-stun/Makefile:1.15 pkgsrc/net/erlang-stun/Makefile:1.16
--- pkgsrc/net/erlang-stun/Makefile:1.15        Fri Jul 20 09:17:56 2018
+++ pkgsrc/net/erlang-stun/Makefile     Sat Jan 16 13:00:27 2021
@@ -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/
 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
 

Index: pkgsrc/net/erlang-stun/PLIST
diff -u pkgsrc/net/erlang-stun/PLIST:1.1 pkgsrc/net/erlang-stun/PLIST:1.2
--- pkgsrc/net/erlang-stun/PLIST:1.1    Mon Apr 25 14:52:09 2016
+++ pkgsrc/net/erlang-stun/PLIST        Sat Jan 16 13:00:27 2021
@@ -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/t
 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

Index: pkgsrc/net/erlang-stun/distinfo
diff -u pkgsrc/net/erlang-stun/distinfo:1.14 pkgsrc/net/erlang-stun/distinfo:1.15
--- pkgsrc/net/erlang-stun/distinfo:1.14        Fri Jul 20 09:17:56 2018
+++ pkgsrc/net/erlang-stun/distinfo     Sat Jan 16 13:00:27 2021
@@ -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



Home | Main Index | Thread Index | Old Index