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:           Thu Mar 30 14:34:34 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.10.

- Update Fast TLS and p1_utils


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/erlang-stun/Makefile \
    pkgsrc/net/erlang-stun/distinfo
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/net/erlang-stun/Makefile:1.5
--- pkgsrc/net/erlang-stun/Makefile:1.4 Tue Jan  3 18:30:50 2017
+++ pkgsrc/net/erlang-stun/Makefile     Thu Mar 30 14:34:34 2017
@@ -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/s
 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
 
Index: pkgsrc/net/erlang-stun/distinfo
diff -u pkgsrc/net/erlang-stun/distinfo:1.4 pkgsrc/net/erlang-stun/distinfo:1.5
--- pkgsrc/net/erlang-stun/distinfo:1.4 Tue Jan  3 18:30:50 2017
+++ pkgsrc/net/erlang-stun/distinfo     Thu Mar 30 14:34:34 2017
@@ -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

Index: pkgsrc/net/erlang-stun/patches/patch-rebar.config
diff -u pkgsrc/net/erlang-stun/patches/patch-rebar.config:1.4 pkgsrc/net/erlang-stun/patches/patch-rebar.config:1.5
--- pkgsrc/net/erlang-stun/patches/patch-rebar.config:1.4       Tue Jan  3 18:30:50 2017
+++ pkgsrc/net/erlang-stun/patches/patch-rebar.config   Thu Mar 30 14:34:34 2017
@@ -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}.



Home | Main Index | Thread Index | Old Index