1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Update libgcrypt to 1.2.1. Changes:

* made the code try to lock secure memory pool not only when running as
          root,
        * fixed type usage in Serpent,
        * made the code mix the PID into the entropy pool for better protection
          after a fork,
        * fixed memory leak in RSA.
        * fixed alignment problems in Rijndael,
        * fixed memory leak in gcry_pk_sign(),
        * fixed broken pointer access in gcry_ac_open(),
        * updated the documentation,
        * fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
This commit is contained in:
Tilman Keskinoz 2005-01-11 14:53:12 +00:00
parent b1ebc3ea7b
commit 8310ee07c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126139
12 changed files with 22 additions and 15 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= dirmngr
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/dirmngr
@ -15,7 +16,7 @@ MAINTAINER= lofi@freebsd.org
COMMENT= A client for managing and downloading certificate revocation lists
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
gpg-error:${PORTSDIR}/security/libgpg-error \
ksba.13:${PORTSDIR}/security/libksba \
pth:${PORTSDIR}/devel/pth

View File

@ -7,6 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 1.9.14
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/gnupg
@ -16,7 +17,7 @@ MAINTAINER= lofi@freebsd.org
COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
ksba.13:${PORTSDIR}/security/libksba \
pth.20:${PORTSDIR}/devel/pth
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \

View File

@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 1.1.9
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_GNUPG} \
http://www.mirrors.wiretapped.net/security/network-security/gnutls/devel/ \
@ -18,7 +19,7 @@ PKGNAMESUFFIX= -devel
MAINTAINER= sergei@FreeBSD.org
COMMENT= GNU Transport Layer Security library (development version)
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
gpg-error.1:${PORTSDIR}/security/libgpg-error \
tasn1.2:${PORTSDIR}/security/libtasn1 \
opencdk.8:${PORTSDIR}/security/opencdk

View File

@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 1.0.21
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_GNUPG} \
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
@ -17,7 +18,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls
MAINTAINER= sergei@FreeBSD.org
COMMENT= GNU Transport Layer Security library
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
gpg-error.1:${PORTSDIR}/security/libgpg-error
.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.8)

View File

@ -8,6 +8,7 @@
PORTNAME= gsasl
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \
http://josefsson.org/${PORTNAME}/releases/
@ -17,7 +18,7 @@ MAINTAINER= krion@FreeBSD.org
COMMENT= GNU SASL Library
LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn \
gcrypt.12:${PORTSDIR}/security/libgcrypt \
gcrypt.13:${PORTSDIR}/security/libgcrypt \
ntlm.0:${PORTSDIR}/security/libntlm
USE_GNOME= gnomehack gnometarget pkgconfig

View File

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= libgcrypt
PORTVERSION= 1.2.0
PORTREVISION= 1
PORTVERSION= 1.2.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= libgcrypt

View File

@ -1,2 +1,2 @@
MD5 (libgcrypt-1.2.0.tar.gz) = 5c508072d8387ce17d1ab05075c2be40
SIZE (libgcrypt-1.2.0.tar.gz) = 949159
MD5 (libgcrypt-1.2.1.tar.gz) = 215b242586cbe85716a9198b28209f8c
SIZE (libgcrypt-1.2.1.tar.gz) = 960872

View File

@ -3,5 +3,5 @@ include/gcrypt.h
include/gcrypt-module.h
lib/libgcrypt.a
lib/libgcrypt.so
lib/libgcrypt.so.12
lib/libgcrypt.so.13
share/aclocal/libgcrypt.m4

View File

@ -6,6 +6,7 @@
PORTNAME= libksba
PORTVERSION= 0.9.10
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/${PORTNAME}
@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= alpha/${PORTNAME}
MAINTAINER= lofi@FreeBSD.org
COMMENT= KSBA is an X.509 Library
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
gpg-error.1:${PORTSDIR}/security/libgpg-error
GNU_CONFIGURE= yes

View File

@ -7,6 +7,7 @@
PORTNAME= opencdk
PORTVERSION= 0.5.5
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG} \
@ -18,7 +19,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk
MAINTAINER= sergei@FreeBSD.org
COMMENT= Open Crypto Development Kit
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt
USE_BZIP2= yes
USE_LIBTOOL_VER=15

View File

@ -7,7 +7,7 @@
PORTNAME= pinentry
PORTVERSION= 0.7.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= pinentry
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= pinentry
MAINTAINER= lofi@freebsd.org
COMMENT?= A collection of simple PIN or passphrase entry dialogs
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
ksba.13:${PORTSDIR}/security/libksba
CONFLICTS?= pinentry-qt* pinentry-gtk* pinentry-curses*

View File

@ -7,6 +7,7 @@
PORTNAME= vpnc
PORTVERSION= 0.3.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/:source \
http://dragon.roe.ch/mirrors/distfiles/vpnc/:script
@ -16,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= delta@lackas.net
COMMENT= Client for Cisco 3000 VPN Concentrator
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt
STARTSCRIPT= vpnc-wrapper-1.10
USE_GMAKE= yes