pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/erlang-stun Update net/erlang-stun to 1.0.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a97fac6e81e
branches:  trunk
changeset: 351028:5a97fac6e81e
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Aug 12 09:53:01 2016 +0000

description:
Update net/erlang-stun to 1.0.7.

Version 1.0.7
- Update Fast TLS and p1_utils

Version 1.0.6
- Update Fast TLS

Version 1.0.5
- Update Fast TLS and p1_utils

Version 1.0.4
- Use Fast TLS 1.0.4

diffstat:

 net/erlang-stun/Makefile                   |   8 ++++----
 net/erlang-stun/distinfo                   |  12 ++++++------
 net/erlang-stun/patches/patch-rebar.config |   6 +++---
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (60 lines):

diff -r cbe91ac23e1c -r 5a97fac6e81e net/erlang-stun/Makefile
--- a/net/erlang-stun/Makefile  Fri Aug 12 09:47:06 2016 +0000
+++ b/net/erlang-stun/Makefile  Fri Aug 12 09:53:01 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/04/29 18:20:33 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/12 09:53:01 fhajny Exp $
 
-DISTNAME=      stun-1.0.3
+DISTNAME=      stun-1.0.7
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -9,8 +9,8 @@
 COMMENT=       STUN and TURN library for Erlang / Elixir
 LICENSE=       apache-2.0
 
-DEPENDS+=      erlang-fast_tls>=1.0.3:../../security/erlang-fast_tls
-DEPENDS+=      erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-fast_tls>=1.0.6:../../security/erlang-fast_tls
+DEPENDS+=      erlang-p1_utils>=1.0.4:../../misc/erlang-p1_utils
 
 GITHUB_PROJECT=        stun
 
diff -r cbe91ac23e1c -r 5a97fac6e81e net/erlang-stun/distinfo
--- a/net/erlang-stun/distinfo  Fri Aug 12 09:47:06 2016 +0000
+++ b/net/erlang-stun/distinfo  Fri Aug 12 09:53:01 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2016/04/29 18:20:33 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2016/08/12 09:53:01 fhajny Exp $
 
-SHA1 (stun-1.0.3.tar.gz) = d176c49dfe8ad368fd7eac003fdd58a38ad7cd1c
-RMD160 (stun-1.0.3.tar.gz) = eb8a68f8921d13e01c62e0514903490e35556eb0
-SHA512 (stun-1.0.3.tar.gz) = c15918f4b1f81477a7834dc5ba837fcd512249bda569cf3ffd3066056e6f1abacfeab3d0dde575402291d841f257a3b33e27d6c76250ae353d77e3fdd87f9786
-Size (stun-1.0.3.tar.gz) = 28646 bytes
-SHA1 (patch-rebar.config) = 3c7b7cb4cf31531633e997929a216b7ae34af2e5
+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
diff -r cbe91ac23e1c -r 5a97fac6e81e net/erlang-stun/patches/patch-rebar.config
--- a/net/erlang-stun/patches/patch-rebar.config        Fri Aug 12 09:47:06 2016 +0000
+++ b/net/erlang-stun/patches/patch-rebar.config        Fri Aug 12 09:53:01 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-rebar.config,v 1.2 2016/04/29 18:20:33 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.3 2016/08/12 09:53:01 fhajny Exp $
 
 Deps are handled by pkgsrc.
 
@@ -8,8 +8,8 @@
  
  {erl_opts, [debug_info, {i, "include"}]}.
  
--{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls";, {tag, "1.0.3"}}},
--      {p1_utils, ".*", {git, "https://github.com/processone/p1_utils";, {tag, "1.0.3"}}}]}.
+-{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"}}}]}.
 -
  {cover_enabled, true}.
  {cover_export_enabled, true}.



Home | Main Index | Thread Index | Old Index