Update net/erlang-esip to 1.0.4.

Version 1.0.4
- Update Fast TLS and Stun

Version 1.0.3
- Update Fast TLS and Stun
This commit is contained in:
fhajny 2016-04-29 18:23:32 +00:00
parent dd3e438679
commit f15a740229
3 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2016/04/25 14:53:21 fhajny Exp $
# $NetBSD: Makefile,v 1.2 2016/04/29 18:23:32 fhajny Exp $
DISTNAME= esip-1.0.2
DISTNAME= esip-1.0.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@ -9,8 +9,8 @@ HOMEPAGE= http://github.com/processone/esip/
COMMENT= ProcessOne SIP server component in Erlang
LICENSE= apache-2.0
DEPENDS+= erlang-stun>=1.0.1:../../net/erlang-stun
DEPENDS+= erlang-fast_tls>=1.0.1:../../security/erlang-fast_tls
DEPENDS+= erlang-stun>=1.0.3:../../net/erlang-stun
DEPENDS+= erlang-fast_tls>=1.0.3:../../security/erlang-fast_tls
DEPENDS+= erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils
GITHUB_PROJECT= esip

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.1 2016/04/25 14:53:21 fhajny Exp $
$NetBSD: distinfo,v 1.2 2016/04/29 18:23:32 fhajny Exp $
SHA1 (esip-1.0.2.tar.gz) = bc934fc34230c633d0159d5b7e51e0dedffc4145
RMD160 (esip-1.0.2.tar.gz) = bb19db615244e49f6a478863fb9eb63a6d19e4b9
SHA512 (esip-1.0.2.tar.gz) = d3eeddaaf7450bf14f867db016c4f5241a9e3d5a2c626d33f68340ea9360c4888445941105005b25d250a62a62ec7f44b034bd362b0f28dbbf3dd3a52e311b26
Size (esip-1.0.2.tar.gz) = 84467 bytes
SHA1 (patch-rebar.config) = 726aed47ff48a3a7f64670573000fd54fb458ac2
SHA1 (esip-1.0.4.tar.gz) = 090f05f3e6112931e142097e78242e8a73cef483
RMD160 (esip-1.0.4.tar.gz) = 6e01ea473297ff7a2387f7e683d32e6c72a18651
SHA512 (esip-1.0.4.tar.gz) = 50915831796f76986a00f5a2a08f308aa9fee71e92fbb6978e9e20f0c00007c0d442991cc7fc2f6df82560a1509f8189865afe8d0b6f94410c39e07ca4f1092b
Size (esip-1.0.4.tar.gz) = 84478 bytes
SHA1 (patch-rebar.config) = a1f28eed68c929805de68e88f8769fe813495e5f

View file

@ -1,4 +1,4 @@
$NetBSD: patch-rebar.config,v 1.1 2016/04/25 14:53:21 fhajny Exp $
$NetBSD: patch-rebar.config,v 1.2 2016/04/29 18:23:32 fhajny Exp $
Deps are handled by pkgsrc.
Look up stun includes properly.
@ -17,8 +17,8 @@ Look up stun includes properly.
{port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}.
-{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.1"}}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.1"}}},
-{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.3"}}},
- {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"}}}]}.
-
{clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}.