./security/libgcrypt, GNU cryptographic library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q4, Version: 1.6.5, Package name: libgcrypt-1.6.5, Maintainer: pkgsrc-users

This is a general purpose cryptographic library based on the code from GnuPG.
It provides functions for all cryptograhic building blocks: symmetric ciphers
(AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash algorithms (MD4, MD5,
RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a
lot of supporting functions.


Required to run:
[security/libgpg-error]

Master sites: (Expand)

SHA1: c3a5a13e717f7b3e3895650afc1b6e0d3fe9c726
RMD160: 7ffba16503b355c7e274d7c043f2bee4eb56e150
Filesize: 2489.845 KB

Version history: (Expand)


CVS history: (Expand)


   2016-02-27 17:05:26 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #4928 - requested by sevan
security/libgcrypt: security fix

Revisions pulled up:
- security/libgcrypt/Makefile                                   1.74
- security/libgcrypt/distinfo                                   1.62

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Thu Feb 11 13:36:37 UTC 2016

   Modified Files:
           pkgsrc/security/libgcrypt: Makefile distinfo

   Log message:
   Update libgcrypt to 1.6.5:

   Noteworthy changes in version 1.6.5 (2016-02-09) [C20/A0/R5]
   ------------------------------------------------

    * Mitigate side-channel attack on ECDH with Weierstrass curves
      [CVE-2015-7511].  See http://www.cs.tau.ac.IL/~tromer/ecdh/ for
      details.

    * Fix build problem on Solaris.