Path to this page:
./
security/gnutls,
GNU Transport Layer Security library
Branch: pkgsrc-2012Q4,
Version: 3.0.28,
Package name: gnutls-3.0.28,
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:[
archivers/lzo] [
devel/libcfg+] [
security/nettle] [
security/libtasn1]
Required to build:[
devel/libtool-base] [
devel/gmake] [
devel/pkg-config] [
lang/perl5]
Master sites:
SHA1: c1a083d9898c2a6448a7695a5a4bf2cea6f28f47
RMD160: 4b025821451ae03095ee844068dbe43bc6556054
Filesize: 4527.902 KB
Version history: (Expand)
- (2013-02-15) Updated to version: gnutls-3.0.28
- (2013-01-06) Package added to pkgsrc.se, version gnutls-3.0.25 (created)
CVS history: (Expand)
2013-02-15 15:46:47 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4074 - requested by drochner
security/gnutls: security update
Revisions pulled up:
- security/gnutls/Makefile 1.123-1.124
- security/gnutls/distinfo 1.92
---
Module Name: pkgsrc
Committed By: drochner
Date: Tue Jan 15 11:29:21 UTC 2013
Modified Files:
pkgsrc/security/gnutls: Makefile
Log message:
wants to use pkg-config
---
Module Name: pkgsrc
Committed By: drochner
Date: Tue Feb 12 13:16:25 UTC 2013
Modified Files:
pkgsrc/security/gnutls: Makefile distinfo
Log message:
update to 3.0.28
changes: bugfixes
This prevents the recent TLS CBC padding timing attack (CVE-2013-1619).
|