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:           Fri Aug 12 09:53:01 UTC 2016

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.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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/erlang-stun/Makefile \
    pkgsrc/net/erlang-stun/distinfo
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/net/erlang-stun/Makefile:1.3
--- pkgsrc/net/erlang-stun/Makefile:1.2 Fri Apr 29 18:20:33 2016
+++ pkgsrc/net/erlang-stun/Makefile     Fri Aug 12 09:53:01 2016
@@ -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 @@ HOMEPAGE=       http://github.com/processone/s
 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
 
Index: pkgsrc/net/erlang-stun/distinfo
diff -u pkgsrc/net/erlang-stun/distinfo:1.2 pkgsrc/net/erlang-stun/distinfo:1.3
--- pkgsrc/net/erlang-stun/distinfo:1.2 Fri Apr 29 18:20:33 2016
+++ pkgsrc/net/erlang-stun/distinfo     Fri Aug 12 09:53:01 2016
@@ -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

Index: pkgsrc/net/erlang-stun/patches/patch-rebar.config
diff -u pkgsrc/net/erlang-stun/patches/patch-rebar.config:1.2 pkgsrc/net/erlang-stun/patches/patch-rebar.config:1.3
--- pkgsrc/net/erlang-stun/patches/patch-rebar.config:1.2       Fri Apr 29 18:20:33 2016
+++ pkgsrc/net/erlang-stun/patches/patch-rebar.config   Fri Aug 12 09:53:01 2016
@@ -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 @@ Deps are handled by pkgsrc.
  
  {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