summaryrefslogtreecommitdiff
path: root/net/erlang-esip
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-10-17 14:52:43 +0000
committerfhajny <fhajny@pkgsrc.org>2017-10-17 14:52:43 +0000
commitb18f809a5b48193b46272a271aa0227776cf840f (patch)
tree12a985eeff09083aaa7736ef47ad3b427011e351 /net/erlang-esip
parent108f8e3ee486111e58be2e0b54ae05d743376b0d (diff)
downloadpkgsrc-b18f809a5b48193b46272a271aa0227776cf840f.tar.gz
Update net/erlang-esip to 1.0.16.
- Updating stun to version 1.0.15. - Updating fast_tls to version 1.0.16. - Updating p1_utils to version 1.0.10. - Compatibility with R20
Diffstat (limited to 'net/erlang-esip')
-rw-r--r--net/erlang-esip/Makefile10
-rw-r--r--net/erlang-esip/distinfo12
-rw-r--r--net/erlang-esip/patches/patch-rebar.config12
3 files changed, 17 insertions, 17 deletions
diff --git a/net/erlang-esip/Makefile b/net/erlang-esip/Makefile
index d4bfb4e4632..afdd37d2e39 100644
--- a/net/erlang-esip/Makefile
+++ b/net/erlang-esip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/08/20 12:38:02 fhajny Exp $
+# $NetBSD: Makefile,v 1.9 2017/10/17 14:52:43 fhajny Exp $
-DISTNAME= esip-1.0.15
+DISTNAME= esip-1.0.16
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -9,9 +9,9 @@ HOMEPAGE= https://github.com/processone/esip/
COMMENT= ProcessOne SIP server component in Erlang
LICENSE= apache-2.0
-DEPENDS+= erlang-stun>=1.0.14:../../net/erlang-stun
-DEPENDS+= erlang-fast_tls>=1.0.15:../../security/erlang-fast_tls
-DEPENDS+= erlang-p1_utils>=1.0.9:../../misc/erlang-p1_utils
+DEPENDS+= erlang-stun>=1.0.15:../../net/erlang-stun
+DEPENDS+= erlang-fast_tls>=1.0.16:../../security/erlang-fast_tls
+DEPENDS+= erlang-p1_utils>=1.0.10:../../misc/erlang-p1_utils
GITHUB_PROJECT= esip
diff --git a/net/erlang-esip/distinfo b/net/erlang-esip/distinfo
index b8c8319ea55..a05a0c3af7c 100644
--- a/net/erlang-esip/distinfo
+++ b/net/erlang-esip/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2017/08/20 12:38:02 fhajny Exp $
+$NetBSD: distinfo,v 1.8 2017/10/17 14:52:43 fhajny Exp $
-SHA1 (esip-1.0.15.tar.gz) = c47e445521570d6c3def5a0b6c3669593eaa85db
-RMD160 (esip-1.0.15.tar.gz) = 57c3b8a7acacc23354b3ddd5c468b9de7f5f710a
-SHA512 (esip-1.0.15.tar.gz) = 302555bc1191d858ebcc178c0ba8bd71fa74d83601037d85a472c948664cb4ef8762e09b2587a8f420ccf1b0f21eeecd9b2fcd8b49375186363227bc1eefb675
-Size (esip-1.0.15.tar.gz) = 84870 bytes
-SHA1 (patch-rebar.config) = 5be1d018e6ce92e5f3a74b51459582fc19adbbdd
+SHA1 (esip-1.0.16.tar.gz) = e79b575f697c83885521d778d1a2212c5ff64d95
+RMD160 (esip-1.0.16.tar.gz) = 6acf07e6515ba549879c163c0c10709420e3d01a
+SHA512 (esip-1.0.16.tar.gz) = 9000d48154685bee82d6ad905fe44fcc02a1ed0aacf34d652f395af75facb98720b07596c52a56fcaa5916c981d13bf3d6530553627919c2ed5613ef28761a6e
+Size (esip-1.0.16.tar.gz) = 85555 bytes
+SHA1 (patch-rebar.config) = 213ccfbcd8a03ce304e13f77cb8039638a933539
diff --git a/net/erlang-esip/patches/patch-rebar.config b/net/erlang-esip/patches/patch-rebar.config
index a93fd9d4233..96762fa8ff1 100644
--- a/net/erlang-esip/patches/patch-rebar.config
+++ b/net/erlang-esip/patches/patch-rebar.config
@@ -1,15 +1,15 @@
-$NetBSD: patch-rebar.config,v 1.5 2017/03/30 14:35:30 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.6 2017/10/17 14:52:44 fhajny Exp $
Look up stun includes properly.
---- rebar.config.orig 2017-03-22 08:49:44.000000000 +0000
+--- rebar.config.orig 2017-09-27 09:36:37.000000000 +0000
+++ rebar.config
@@ -22,7 +22,7 @@
{erl_opts, [debug_info, {src_dirs, ["src"]},
{i, "include"},
- {i, "deps/stun/include"},
-+ {i, "@LOCALBASE@/lib/erlang/lib/stun/include"},
- {i, "../stun/include"}]}.
-
- {port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"}]}.
++ {i, "@LOCALBASE@/lib/erlang/lib/stun/include"},
+ {i, "../stun/include"},
+ {if_have_fun, {crypto, strong_rand_bytes, 1}, {d, 'STRONG_RAND_BYTES'}},
+ {if_have_fun, {rand, uniform, 1}, {d, 'RAND_UNIFORM'}}]}.