diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2019-10-31 02:40:15 +0800 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2019-10-31 02:40:15 +0800 |
commit | 44db66f15bdfe1965ad737fd04d55eb5b2b54801 (patch) | |
tree | eeb5ffe8e6f2e537fda0c8f835de8440ebf51e80 /dns | |
parent | 7b7a3d29d1ff326dd3e02289d888bec81083afd9 (diff) | |
download | freebsd-ports-gnome-44db66f15bdfe1965ad737fd04d55eb5b2b54801.tar.gz freebsd-ports-gnome-44db66f15bdfe1965ad737fd04d55eb5b2b54801.tar.zst freebsd-ports-gnome-44db66f15bdfe1965ad737fd04d55eb5b2b54801.zip |
dns/dnscrypt-proxy2: fix 'panic: runtime error' on 2.0.29
Reported by: blakkheim (tj@openbsd.org)
Obtained from: https://github.com/DNSCrypt/dnscrypt-proxy/issues/998
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnscrypt-proxy2/Makefile | 4 | ||||
-rw-r--r-- | dns/dnscrypt-proxy2/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dns/dnscrypt-proxy2/Makefile b/dns/dnscrypt-proxy2/Makefile index 6270b8abf2cd..0f016576b7ac 100644 --- a/dns/dnscrypt-proxy2/Makefile +++ b/dns/dnscrypt-proxy2/Makefile @@ -2,6 +2,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 2.0.29 +PORTREVISION= 1 CATEGORIES= dns security PKGNAMESUFFIX= 2 @@ -17,7 +18,8 @@ USES= go:modules USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes -GH_ACCOUNT= jedisct1 +GH_ACCOUNT= DNSCrypt +GH_TAGNAME= ceed905 GO_TARGET= ./dnscrypt-proxy:${PREFIX}/sbin/dnscrypt-proxy diff --git a/dns/dnscrypt-proxy2/distinfo b/dns/dnscrypt-proxy2/distinfo index b66707fe0af7..ca32dd9bc58a 100644 --- a/dns/dnscrypt-proxy2/distinfo +++ b/dns/dnscrypt-proxy2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572371544 -SHA256 (jedisct1-dnscrypt-proxy-2.0.29_GH0.tar.gz) = 5c18f0c9d6a89b64d532c98e2bd976f98211a715399c7a1ee81a22c5485673b9 -SIZE (jedisct1-dnscrypt-proxy-2.0.29_GH0.tar.gz) = 2621844 +TIMESTAMP = 1572459988 +SHA256 (DNSCrypt-dnscrypt-proxy-2.0.29-ceed905_GH0.tar.gz) = 8c661f6f7dc9b2f19bc60a0c94c6b8b1a7711490e385385038913fbfe608df28 +SIZE (DNSCrypt-dnscrypt-proxy-2.0.29-ceed905_GH0.tar.gz) = 2622945 |