Path to this page:
./
security/libgcrypt,
GNU cryptographic library
Branch: pkgsrc-2019Q2,
Version: 1.8.5,
Package name: libgcrypt-1.8.5,
Maintainer: pkgsrc-usersThis 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]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 2d8781e92f88706707a1e76fb628b499ad538a30
RMD160: e41614adce71ef149855b3ae97110f24c0ab4bfe
Filesize: 2921.183 KB
Version history: (Expand)
- (2019-09-03) Updated to version: libgcrypt-1.8.5
- (2019-07-04) Package added to pkgsrc.se, version libgcrypt-1.8.4 (created)
CVS history: (Expand)
2019-09-03 12:37:15 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #6035 - requested by nia
security/libgcrypt: security fix
Revisions pulled up:
- security/libgcrypt/Makefile 1.97
- security/libgcrypt/PLIST 1.12
- security/libgcrypt/distinfo 1.82
---
Module Name: pkgsrc
Committed By: nia
Date: Mon Sep 2 12:10:54 UTC 2019
Modified Files:
pkgsrc/security/libgcrypt: Makefile PLIST distinfo
Log message:
libgcrypt: Update to 1.8.5
Noteworthy changes in version 1.8.5 (2019-08-29) [C22/A2/R5]
------------------------------------------------
* Bug fixes:
- Add mitigation against an ECDSA timing attack.
[#4626,CVE-2019-13627]
- Improve ECDSA unblinding.
* Other features:
- Provide a pkg-config file for libgcrypt.
Release-info: https://dev.gnupg.org/T4683
|