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:           Tue Jan  3 18:30:50 UTC 2017

Modified Files:
        pkgsrc/net/erlang-stun: Makefile distinfo
        pkgsrc/net/erlang-stun/patches: patch-rebar.config

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

Version 1.0.9
- Use fast_tls 1.0.9

Version 1.0.8
- Use p1_utils 1.0.6
- Update Fast TLS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/erlang-stun/Makefile \
    pkgsrc/net/erlang-stun/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/erlang-stun/patches/patch-rebar.config

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.3 pkgsrc/net/erlang-stun/Makefile:1.4
--- pkgsrc/net/erlang-stun/Makefile:1.3 Fri Aug 12 09:53:01 2016
+++ pkgsrc/net/erlang-stun/Makefile     Tue Jan  3 18:30:50 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/08/12 09:53:01 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/03 18:30:50 fhajny Exp $
 
-DISTNAME=      stun-1.0.7
+DISTNAME=      stun-1.0.9
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -9,8 +9,8 @@ HOMEPAGE=       http://github.com/processone/s
 COMMENT=       STUN and TURN library for Erlang / Elixir
 LICENSE=       apache-2.0
 
-DEPENDS+=      erlang-fast_tls>=1.0.6:../../security/erlang-fast_tls
-DEPENDS+=      erlang-p1_utils>=1.0.4:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-fast_tls>=1.0.9:../../security/erlang-fast_tls
+DEPENDS+=      erlang-p1_utils>=1.0.6:../../misc/erlang-p1_utils
 
 GITHUB_PROJECT=        stun
 
Index: pkgsrc/net/erlang-stun/distinfo
diff -u pkgsrc/net/erlang-stun/distinfo:1.3 pkgsrc/net/erlang-stun/distinfo:1.4
--- pkgsrc/net/erlang-stun/distinfo:1.3 Fri Aug 12 09:53:01 2016
+++ pkgsrc/net/erlang-stun/distinfo     Tue Jan  3 18:30:50 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/08/12 09:53:01 fhajny Exp $
+$NetBSD: distinfo,v 1.4 2017/01/03 18:30:50 fhajny Exp $
 
-SHA1 (stun-1.0.7.tar.gz) = 1755da7b13b759c1144b751036d8b45c9911b1ae
-RMD160 (stun-1.0.7.tar.gz) = e87efda42feea4e11d3cf36050e9ce106c9680d7
-SHA512 (stun-1.0.7.tar.gz) = 989a7dde06a32915d10943d8ffa21bfdc25d7670aa71c645e7b54422e0b67ddfa484691aa49afb962d4d151b3be442f378cdf6ee7c4a26318ecbedeb935dd4ea
-Size (stun-1.0.7.tar.gz) = 28688 bytes
-SHA1 (patch-rebar.config) = 1767cb6cb47be3678ba8cce71c36d0f10b05d06f
+SHA1 (stun-1.0.9.tar.gz) = c563b3ef530db3b12046b9259478f436542003b0
+RMD160 (stun-1.0.9.tar.gz) = cffb3a993c90f4f8796488e57b749e0b553efb5a
+SHA512 (stun-1.0.9.tar.gz) = 0ce53920194c4d020b1e0e302353eda24cbdab27ff45b1247d2aa7ab973944f89a0f3498508966daec43a0dc40a64cff15a31cab7837f7b105ebcbba8df63754
+Size (stun-1.0.9.tar.gz) = 28709 bytes
+SHA1 (patch-rebar.config) = e61cd49bb2b2fb71ea852738038ba153f43ec4ce

Index: pkgsrc/net/erlang-stun/patches/patch-rebar.config
diff -u pkgsrc/net/erlang-stun/patches/patch-rebar.config:1.3 pkgsrc/net/erlang-stun/patches/patch-rebar.config:1.4
--- pkgsrc/net/erlang-stun/patches/patch-rebar.config:1.3       Fri Aug 12 09:53:01 2016
+++ pkgsrc/net/erlang-stun/patches/patch-rebar.config   Tue Jan  3 18:30:50 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-rebar.config,v 1.3 2016/08/12 09:53:01 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.4 2017/01/03 18:30:50 fhajny Exp $
 
 Deps are handled by pkgsrc.
 
@@ -8,8 +8,8 @@ Deps are handled by pkgsrc.
  
  {erl_opts, [debug_info, {i, "include"}]}.
  
--{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls";, {tag, "1.0.6"}}},
--      {p1_utils, ".*", {git, "https://github.com/processone/p1_utils";, {tag, "1.0.4"}}}]}.
+-{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls";, {tag, "1.0.9"}}},
+-      {p1_utils, ".*", {git, "https://github.com/processone/p1_utils";, {tag, "1.0.6"}}}]}.
 -
  {cover_enabled, true}.
  {cover_export_enabled, true}.



Home | Main Index | Thread Index | Old Index