Update net/erlang-stun to 1.0.10.

- Update Fast TLS and p1_utils
This commit is contained in:
fhajny 2017-03-30 14:34:34 +00:00
parent ab72ff3a5c
commit 2fc73f476f
3 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2017/01/03 18:30:50 fhajny Exp $
# $NetBSD: Makefile,v 1.5 2017/03/30 14:34:34 fhajny Exp $
DISTNAME= stun-1.0.9
DISTNAME= stun-1.0.10
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@ -9,8 +9,8 @@ HOMEPAGE= http://github.com/processone/stun/
COMMENT= STUN and TURN library for Erlang / Elixir
LICENSE= apache-2.0
DEPENDS+= erlang-fast_tls>=1.0.9:../../security/erlang-fast_tls
DEPENDS+= erlang-p1_utils>=1.0.6:../../misc/erlang-p1_utils
DEPENDS+= erlang-fast_tls>=1.0.11:../../security/erlang-fast_tls
DEPENDS+= erlang-p1_utils>=1.0.7:../../misc/erlang-p1_utils
GITHUB_PROJECT= stun

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.4 2017/01/03 18:30:50 fhajny Exp $
$NetBSD: distinfo,v 1.5 2017/03/30 14:34:34 fhajny Exp $
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
SHA1 (stun-1.0.10.tar.gz) = 73950c81770defd70990d40d533ff6559b7854dd
RMD160 (stun-1.0.10.tar.gz) = c1b6b66e901fc837aad0467104289b0f3ea4faab
SHA512 (stun-1.0.10.tar.gz) = 9aba8c614af2f132c2a1cbeb96caa441934df389d24789f2d52b33b878f02a1b47602c95e717c7afd2a46ae85ceb70b4ba5c6eb96cd4fedf6ac56b0cd888ff74
Size (stun-1.0.10.tar.gz) = 28715 bytes
SHA1 (patch-rebar.config) = d2206dec733dc4ba1bd1afd235691fc0b3d22016

View file

@ -1,4 +1,4 @@
$NetBSD: patch-rebar.config,v 1.4 2017/01/03 18:30:50 fhajny Exp $
$NetBSD: patch-rebar.config,v 1.5 2017/03/30 14:34:34 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.9"}}},
- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.6"}}}]}.
-{deps, [{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.11"}}},
- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.7"}}}]}.
-
{cover_enabled, true}.
{cover_export_enabled, true}.