diff options
author | maya <maya@pkgsrc.org> | 2018-09-30 20:22:20 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-09-30 20:22:20 +0000 |
commit | 4889a4d5e1fabb0135f75db8e650ce95860bd8a9 (patch) | |
tree | 7345c5d17f50a4f829c96d0cde94f3c3d1b80dd4 /net/dnscrypt-proxy2 | |
parent | 68c524c56f102364bef1bb7eb10f2dbef9e5b2ba (diff) | |
download | pkgsrc-4889a4d5e1fabb0135f75db8e650ce95860bd8a9.tar.gz |
dnscrypt-proxy2: describe patch better
Diffstat (limited to 'net/dnscrypt-proxy2')
-rw-r--r-- | net/dnscrypt-proxy2/distinfo | 4 | ||||
-rw-r--r-- | net/dnscrypt-proxy2/patches/patch-vendor_github.com_aead_poly1305_poly1305__amd64.s | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/dnscrypt-proxy2/distinfo b/net/dnscrypt-proxy2/distinfo index 9db9774ac4b..1c59eddc4b5 100644 --- a/net/dnscrypt-proxy2/distinfo +++ b/net/dnscrypt-proxy2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2018/09/30 19:56:47 nia Exp $ +$NetBSD: distinfo,v 1.4 2018/09/30 20:22:20 maya Exp $ SHA1 (dnscrypt-proxy-2.0.16.tar.gz) = b85d163ab8d39351d02532c652d1e4b53c74d0ee RMD160 (dnscrypt-proxy-2.0.16.tar.gz) = 98779274c632389f8168024b9c3abe474d73840d SHA512 (dnscrypt-proxy-2.0.16.tar.gz) = f138df20560dd440a2ed390c1468d630191ae7b0e50521b4dde3fa7ef4377c3ae6409e8c547858bace53216c84aeeea6794305546b9ff87832f704c160c6782f Size (dnscrypt-proxy-2.0.16.tar.gz) = 3770249 bytes -SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = 6472ec0f215cbb9437f970e6e62f09ae50286437 +SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a diff --git a/net/dnscrypt-proxy2/patches/patch-vendor_github.com_aead_poly1305_poly1305__amd64.s b/net/dnscrypt-proxy2/patches/patch-vendor_github.com_aead_poly1305_poly1305__amd64.s index 85c127fa1a5..38fc19dcf59 100644 --- a/net/dnscrypt-proxy2/patches/patch-vendor_github.com_aead_poly1305_poly1305__amd64.s +++ b/net/dnscrypt-proxy2/patches/patch-vendor_github.com_aead_poly1305_poly1305__amd64.s @@ -1,6 +1,6 @@ -$NetBSD: patch-vendor_github.com_aead_poly1305_poly1305__amd64.s,v 1.1 2018/09/30 19:56:47 nia Exp $ +$NetBSD: patch-vendor_github.com_aead_poly1305_poly1305__amd64.s,v 1.2 2018/09/30 20:22:20 maya Exp $ -"poly1305.supportsAVX2: relocation target runtime.support_avx2 not defined" +Newer Go has deprecated runtime.support_avx2, assume no avx2 support instead --- vendor/github.com/aead/poly1305/poly1305_amd64.s.orig 2018-07-09 16:19:45.000000000 +0000 +++ vendor/github.com/aead/poly1305/poly1305_amd64.s |