Path to this page:
./
security/gnutls,
GNU Transport Layer Security library
Branch: pkgsrc-2008Q2,
Version: 2.4.1,
Package name: gnutls-2.4.1,
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/libtasn1] [
security/libgcrypt] [
security/opencdk] [
archivers/lzo] [
devel/libcfg+]
Required to build:[
devel/gmake] [
devel/libtool-base]
Master sites: (Expand)
SHA1: 7a439542e6344d5ccf11a29431a0600e7fe1c735
RMD160: 4e21a82047add916b8ccce8aa82c36b2c9bcff90
Filesize: 4824.334 KB
Version history: (Expand)
- (2008-08-18) Updated to version: gnutls-2.4.1
- (2008-07-14) Package added to pkgsrc.se, version gnutls-2.2.5 (created)
CVS history: (Expand)
2008-08-18 14:26:48 by Tyler R. Retzlaff | Files touched by this commit (4) | |
Log message:
pullup ticket #2497 - requested by kefren
gnutls: update package for fixes
revisions pulled up:
pkgsrc/security/gnutls/Makefile 1.71
pkgsrc/security/gnutls/PLIST 1.32
pkgsrc/security/gnutls/distinfo 1.45
pkgsrc/security/gnutls/patches/patch-ad r0
Module Name: pkgsrc
Committed By: kefren
Date: Wed Jul 30 17:17:21 UTC 2008
Modified Files:
pkgsrc/security/gnutls: Makefile PLIST distinfo
Removed Files:
pkgsrc/security/gnutls/patches: patch-ad
Log message:
update to gnutls-2.4.1
Changes:
** libgnutls: Fix local crash in gnutls_handshake. [GNUTLS-SA-2008-2]
** libgnutls: Fix memory leaks when doing a re-handshake.
** Fix compiler warnings.
** Fix ordering of -I's to avoid opencdk.h conflict with system headers.
** srptool: Fix a problem where --verify check does not succeed.
|