diff options
author | obache <obache@pkgsrc.org> | 2014-01-08 09:38:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-08 09:38:23 +0000 |
commit | fd42bad6244d64c3630936cd59699d21f227cbba (patch) | |
tree | 900cfdab10cf0d081d2daa9ff38e981df9b4ed7b /security | |
parent | f16ca023d806c3b5f47c0637d8587936b41e09fb (diff) | |
download | pkgsrc-fd42bad6244d64c3630936cd59699d21f227cbba.tar.gz |
Note upstream bug report.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/distinfo | 4 | ||||
-rw-r--r-- | security/libgcrypt/patches/patch-cipher_bithelp.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index 9036198a9c5..e2ae93e7d0d 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.42 2014/01/08 09:01:39 obache Exp $ +$NetBSD: distinfo,v 1.43 2014/01/08 09:38:23 obache Exp $ SHA1 (libgcrypt-1.6.0.tar.bz2) = 43283c0b41c41e3d3bc13c2d8f937dfe2aaa1a77 RMD160 (libgcrypt-1.6.0.tar.bz2) = 33e4e45116a64999c4cd0d132a4a968612057f40 @@ -6,5 +6,5 @@ Size (libgcrypt-1.6.0.tar.bz2) = 2499149 bytes SHA1 (patch-aa) = 7c46612f912d45dfd4ce4f4b510e72c00bd38585 SHA1 (patch-ab) = 6fac21daa26b7de3b13839d076f78a74400efce7 SHA1 (patch-ad) = 19345b7d164521d526a44eb3f1a465ff09d8266c -SHA1 (patch-cipher_bithelp.h) = cac163417fdbb0cda7d787887b00bfb060740e60 +SHA1 (patch-cipher_bithelp.h) = 606a3a64230b554455059060e365a9162d66742d SHA1 (patch-configure) = c4e10bdb7e00a44d507f5b964f3e71a63828cd0a diff --git a/security/libgcrypt/patches/patch-cipher_bithelp.h b/security/libgcrypt/patches/patch-cipher_bithelp.h index cc510f5ba27..f265291c88c 100644 --- a/security/libgcrypt/patches/patch-cipher_bithelp.h +++ b/security/libgcrypt/patches/patch-cipher_bithelp.h @@ -1,6 +1,7 @@ -$NetBSD: patch-cipher_bithelp.h,v 1.1 2014/01/08 09:01:39 obache Exp $ +$NetBSD: patch-cipher_bithelp.h,v 1.2 2014/01/08 09:38:23 obache Exp $ * NetBSD has bswap32 and bswap64 as macros. + https://bugs.g10code.com/gnupg/msg4936 --- cipher/bithelp.h.orig 2013-12-09 07:48:50.000000000 +0000 +++ cipher/bithelp.h |