1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update security/erlang-fast_tls to 1.0.22

This commit is contained in:
Babak Farrokhi 2018-04-26 08:05:18 +00:00
parent 4a7734022b
commit 71fd6e3803
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468331
3 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fast_tls
PORTVERSION= 1.0.21
PORTVERSION= 1.0.22
CATEGORIES= security
PKGNAMEPREFIX= erlang-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1521977754
SHA256 (processone-fast_tls-1.0.21_GH0.tar.gz) = 8beb2f71037108e92b3f7c76bb1320e84728997244992149d658fe66dae5fcce
SIZE (processone-fast_tls-1.0.21_GH0.tar.gz) = 75541
TIMESTAMP = 1524744052
SHA256 (processone-fast_tls-1.0.22_GH0.tar.gz) = 861d198d9cb296d4430085abbc487dbe31ab96ad76d5196dbbe89cf11d197f3c
SIZE (processone-fast_tls-1.0.22_GH0.tar.gz) = 75596

View File

@ -1,11 +1,11 @@
--- rebar.config.orig 2017-07-02 11:01:13 UTC
--- rebar.config.orig
+++ rebar.config
@@ -27,7 +27,7 @@
{port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c", "c_src/hashmap.c"]},
@@ -28,7 +28,7 @@
{port_specs, [{"priv/lib/fast_tls.so", ["c_src/fast_tls.c"]},
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
-{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.11"}}}]}.
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils.git", {tag, "1.0.11"}}}]}.
+{deps, []}.
{clean_files, ["c_src/fast_tls.gcda", "c_src/fast_tls.gcno",
"c_src/hashmap.gcda", "c_src/hashmap.gcno",
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno"]}.