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.9.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce757ed5b17b
branches: trunk
changeset: 356694:ce757ed5b17b
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Tue Jan 03 18:30:50 2017 +0000
description:
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
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 280ad073435f -r ce757ed5b17b net/erlang-stun/Makefile
--- a/net/erlang-stun/Makefile Tue Jan 03 18:27:53 2017 +0000
+++ b/net/erlang-stun/Makefile Tue Jan 03 18:30:50 2017 +0000
@@ -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 @@
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
diff -r 280ad073435f -r ce757ed5b17b net/erlang-stun/distinfo
--- a/net/erlang-stun/distinfo Tue Jan 03 18:27:53 2017 +0000
+++ b/net/erlang-stun/distinfo Tue Jan 03 18:30:50 2017 +0000
@@ -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
diff -r 280ad073435f -r ce757ed5b17b net/erlang-stun/patches/patch-rebar.config
--- a/net/erlang-stun/patches/patch-rebar.config Tue Jan 03 18:27:53 2017 +0000
+++ b/net/erlang-stun/patches/patch-rebar.config Tue Jan 03 18:30:50 2017 +0000
@@ -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 @@
{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