Created attachment 179119 [details] patch-libgcrypt-1.7.6 Noteworthy changes in version 1.7.6 * Bug fixes: - Fix AES CTR self-check detected failure in the SSSE3 based implementation. - Remove gratuitous select before the getrandom syscall.
Exp-run looks fine.
(In reply to Antoine Brodin from comment #1) Thanks Antoine ;)
A commit references this bug: Author: cpm Date: Mon Jan 23 12:12:14 UTC 2017 New revision: 432213 URL: https://svnweb.freebsd.org/changeset/ports/432213 Log: security/libgcrypt: update to 1.7.6 Noteworthy changes in version 1.7.6 * Bug fixes: - Fix AES CTR self-check detected failure in the SSSE3 based implementation. - Remove gratuitous select before the getrandom syscall. PR: 216305 MFH: 2017Q1 Exp-run by: antoine Changes: head/security/libgcrypt/Makefile head/security/libgcrypt/distinfo head/security/libgcrypt/pkg-plist
A commit references this bug: Author: cpm Date: Mon Jan 23 16:02:39 UTC 2017 New revision: 432241 URL: https://svnweb.freebsd.org/changeset/ports/432241 Log: MFH: r432213 security/libgcrypt: update to 1.7.6 Noteworthy changes in version 1.7.6 * Bug fixes: - Fix AES CTR self-check detected failure in the SSSE3 based implementation. - Remove gratuitous select before the getrandom syscall. PR: 216305 Exp-run by: antoine Approved by: ports-secteam (feld) Changes: _U branches/2017Q1/ branches/2017Q1/security/libgcrypt/Makefile branches/2017Q1/security/libgcrypt/distinfo branches/2017Q1/security/libgcrypt/pkg-plist
Committed, thanks!