pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/erlang-esip Update net/erlang-esip to 1.0.16.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9cae3501956
branches: trunk
changeset: 370493:f9cae3501956
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Tue Oct 17 14:52:43 2017 +0000
description:
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:
net/erlang-esip/Makefile | 10 +++++-----
net/erlang-esip/distinfo | 12 ++++++------
net/erlang-esip/patches/patch-rebar.config | 12 ++++++------
3 files changed, 17 insertions(+), 17 deletions(-)
diffs (67 lines):
diff -r d88f720052ae -r f9cae3501956 net/erlang-esip/Makefile
--- a/net/erlang-esip/Makefile Tue Oct 17 14:51:53 2017 +0000
+++ b/net/erlang-esip/Makefile Tue Oct 17 14:52:43 2017 +0000
@@ -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 @@
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 -r d88f720052ae -r f9cae3501956 net/erlang-esip/distinfo
--- a/net/erlang-esip/distinfo Tue Oct 17 14:51:53 2017 +0000
+++ b/net/erlang-esip/distinfo Tue Oct 17 14:52:43 2017 +0000
@@ -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 -r d88f720052ae -r f9cae3501956 net/erlang-esip/patches/patch-rebar.config
--- a/net/erlang-esip/patches/patch-rebar.config Tue Oct 17 14:51:53 2017 +0000
+++ b/net/erlang-esip/patches/patch-rebar.config Tue Oct 17 14:52:43 2017 +0000
@@ -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'}}]}.
Home |
Main Index |
Thread Index |
Old Index