Path to this page:
./
security/gnutls,
GNU Transport Layer Security library
Branch: pkgsrc-2009Q1,
Version: 2.6.6,
Package name: gnutls-2.6.6,
Maintainer: pkgsrc-usersGnuTLS is a portable ANSI C based library which implements the TLS 1.0 and SSL
3.0 protocols. The library does not include any patented algorithms and is
available under the GNU Lesser GPL license.
Important features of the GnuTLS library include:
- Thread safety
- Support for both TLS 1.0 and SSL 3.0 protocols
- Support for both X.509 and OpenPGP certificates
- Support for basic parsing and verification of certificates
- Support for SRP for TLS authentication
- Support for TLS Extension mechanism
- Support for TLS Compression Methods
Additionally GnuTLS provides an emulation API for the widely used OpenSSL
library, to ease integration with existing applications.
Required to run:[
security/opencdk] [
security/libgcrypt] [
security/libtasn1] [
archivers/lzo] [
devel/libcfg+]
Required to build:[
devel/gmake] [
devel/libtool-base]
Master sites: (Expand)
SHA1: d1693e611aa7270f14bc500bd56ef529ffcb1703
RMD160: dc6e717e38741628508208244f07fed8faedb13c
Filesize: 4996.47 KB
Version history: (Expand)
- (2009-05-06) Updated to version: gnutls-2.6.6
- (2009-04-06) Package added to pkgsrc.se, version gnutls-2.6.4 (created)
CVS history: (Expand)
2009-05-06 11:34:11 by S.P.Zeidler | Files touched by this commit (2) |
Log message:
Pullup ticket 2756 - requested by tnn
Security fix
Revisions pulled up:
- pkgsrc/security/gnutls/Makefile 1.80
- pkgsrc/security/gnutls/distinfo 1.54
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 20 13:11:57 UTC 2009
Modified Files:
pkgsrc/security/gnutls: Makefile distinfo
Log message:
Update to 2.6.5. Update commented out LICENSE (needs two).
* Version 2.6.5 (released 2009-04-11)
** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to
specify the client hello message record version. Used to overcome buggy
TLS servers. Report by Martin von Gagern.
** GnuTLS no longer uses the libtasn1-config script to find libtasn1.
Libtasn1 0.3.4 or later is required. This is to align with the
upcoming libtasn1 v2.0 release that doesn't have a libtasn1-script.
** API and ABI modifications:
No changes since last version.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/gnutls/distinfo
Module Name: pkgsrc
Committed By: zafer
Date: Fri May 1 13:49:07 UTC 2009
Modified Files:
pkgsrc/security/gnutls: Makefile
Log message:
replace non working mirrors with working ones.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/security/gnutls/Makefile
Module Name: pkgsrc
Committed By: tnn
Date: Sat May 2 20:04:33 UTC 2009
Modified Files:
pkgsrc/security/gnutls: Makefile distinfo
Log message:
Update to gnutls-2.6.6.
* Version 2.6.6 (released 2009-04-30)
libgnutls: Corrected double free on signature verification failure.
Reported by Miroslav Kratochvil. See the advisory
for more details. [GNUTLS-SA-2009-1] [CVE-2009-1415]
libgnutls: Fix DSA key generation.
Noticed when investigating the previous GNUTLS-SA-2009-1 problem. All
DSA keys generated using GnuTLS 2.6.x are corrupt. See the advisory
for more details. [GNUTLS-SA-2009-2] [CVE-2009-1416]
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/gnutls/distinfo
|