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:   fhajny
Date:           Sat Mar 24 16:41:28 UTC 2018

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

Log Message:
net/erlang-stun: Update to 1.0.21.

- Updating fast_tls to version 1.0.21.
- Updating p1_utils to version 1.0.11.
- Fix compilation with rebar3
- Fix warning about deprecated random
- Fix typo in README


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/erlang-stun/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/net/erlang-stun/Makefile:1.13
--- pkgsrc/net/erlang-stun/Makefile:1.12        Tue Jan 16 12:24:07 2018
+++ pkgsrc/net/erlang-stun/Makefile     Sat Mar 24 16:41:28 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/01/16 12:24:07 fhajny Exp $
+# $NetBSD: Makefile,v 1.13 2018/03/24 16:41:28 fhajny Exp $
 
-DISTNAME=      stun-1.0.20
+DISTNAME=      stun-1.0.21
 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.20:../../security/erlang-fast_tls
-DEPENDS+=      erlang-p1_utils>=1.0.10:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-fast_tls>=1.0.21:../../security/erlang-fast_tls
+DEPENDS+=      erlang-p1_utils>=1.0.11:../../misc/erlang-p1_utils
 
 GITHUB_PROJECT=        stun
 

Index: pkgsrc/net/erlang-stun/distinfo
diff -u pkgsrc/net/erlang-stun/distinfo:1.11 pkgsrc/net/erlang-stun/distinfo:1.12
--- pkgsrc/net/erlang-stun/distinfo:1.11        Tue Jan 16 12:24:07 2018
+++ pkgsrc/net/erlang-stun/distinfo     Sat Mar 24 16:41:28 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/01/16 12:24:07 fhajny Exp $
+$NetBSD: distinfo,v 1.12 2018/03/24 16:41:28 fhajny Exp $
 
-SHA1 (stun-1.0.20.tar.gz) = 199a35082ebcb95d636b61e755bd1c83f5b101f6
-RMD160 (stun-1.0.20.tar.gz) = b2d6e5e3858b7639d9ceac577c763c401597dca9
-SHA512 (stun-1.0.20.tar.gz) = 054fad9f08a4ea7eefeb266e263ca9280fbb6f4c57d6b4ac1e34fc9fd2662482bdc7f2a8e584e886e8c4c87ce8121f3ba3c7a78550f6109f02a7476ab728af82
-Size (stun-1.0.20.tar.gz) = 29110 bytes
+SHA1 (stun-1.0.21.tar.gz) = 478527bc38fdbd134409177f69b68d54d0fb9b41
+RMD160 (stun-1.0.21.tar.gz) = 6e7b580d438e6d5807f9106b4b67f7fa7241fb35
+SHA512 (stun-1.0.21.tar.gz) = 0611f3aa2bcfb900632bd73f8403278459d0e3751c056181b0c178344a918764878f9c5c0cdca3e045f3e846f60db11913414f90157da0e4670799f4be7f5335
+Size (stun-1.0.21.tar.gz) = 29250 bytes



Home | Main Index | Thread Index | Old Index