diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
commit | 2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /security | |
parent | d6666c0ddc9171e178c5e456ba6d0bc61dba9ac2 (diff) | |
download | ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.tar.gz ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.zip |
Notes
Diffstat (limited to 'security')
26 files changed, 42 insertions, 50 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 150aab194bf5..edb32b60e480 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -3,7 +3,7 @@ PORTNAME= dirmngr PORTVERSION= 1.1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr @@ -14,7 +14,7 @@ MAINTAINER= umq@ueo.co.jp COMMENT= Client for managing and downloading certificate revocation lists LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ + gcrypt:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ ksba.19:${PORTSDIR}/security/libksba \ pth:${PORTSDIR}/devel/pth diff --git a/security/fiked/Makefile b/security/fiked/Makefile index 238f15dc6912..ed18890d8d5e 100644 --- a/security/fiked/Makefile +++ b/security/fiked/Makefile @@ -4,7 +4,7 @@ PORTNAME= fiked PORTVERSION= 0.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/dist/fiked/ diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile index d779a9528118..eef38858be4b 100644 --- a/security/gnomint/Makefile +++ b/security/gnomint/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnomint PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index b156fdc713b1..cabb7fd64ae5 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.19 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index f69f14d9e809..941283a69581 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsasl PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -12,7 +12,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= GNU SASL Library LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ + gcrypt:${PORTSDIR}/security/libgcrypt \ gnutls.26:${PORTSDIR}/security/gnutls \ ntlm.0:${PORTSDIR}/security/libntlm diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index b591f55ffc59..99cb610e7175 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgnome-keyring PORTVERSION= 2.32.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security gnome MASTER_SITES= GNOME @@ -11,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Program that keeps passwords and other secrets LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \ - gcrypt.18:${PORTSDIR}/security/libgcrypt + gcrypt:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 diff --git a/security/libotr/Makefile b/security/libotr/Makefile index a47b295d0135..c88cffd239ea 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -4,7 +4,7 @@ PORTNAME= libotr PORTVERSION= 4.0.0 # Please do not bump PORTREVISION for this port unless you have # confirmed via testing that it is necessary -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net-im net MASTER_SITES= http://www.cypherpunks.ca/otr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc diff --git a/security/libotr3/Makefile b/security/libotr3/Makefile index 990ee9d40079..e89004e54a64 100644 --- a/security/libotr3/Makefile +++ b/security/libotr3/Makefile @@ -4,6 +4,7 @@ PORTNAME= libotr PORTVERSION= 3.2.1 # Please do not bump PORTREVISION for this port unless you have # confirmed via testing that it is necessary +PORTREVISION= 1 CATEGORIES= security net-im net MASTER_SITES= http://www.cypherpunks.ca/otr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index f234b0d96d0e..24c58503f172 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -3,7 +3,7 @@ PORTNAME= libprelude PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/241/ diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index a8437fef1cc9..b92f91e702e8 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -3,7 +3,7 @@ PORTNAME= libpreludedb PORTVERSION= 1.0.1p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/287/ diff --git a/security/libssh/Makefile b/security/libssh/Makefile index f71e874966c4..190b8c33de83 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -3,6 +3,7 @@ PORTNAME= libssh PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.libssh.org/files/0.5/ \ LOCAL/avl @@ -29,7 +30,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGCRYPT} -LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt CMAKE_ARGS+= -DWITH_GCRYPT:BOOL=ON .else USE_OPENSSL= yes diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 017ea62835b2..a92ccebd9696 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -3,6 +3,7 @@ PORTNAME= libssh2 PORTVERSION= 1.4.3 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index ba9b854d8b68..01f0151e2956 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: opencdk -# Date created: 15 Jan 2003 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= opencdk PORTVERSION= 0.6.6 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ @@ -16,7 +12,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk MAINTAINER= novel@FreeBSD.org COMMENT= Open Crypto Development Kit -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index c3a40c9a67e9..9f26940afce5 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -3,14 +3,14 @@ PORTNAME= openvas-libnasl PORTVERSION= 2.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/561/ MAINTAINER= ports@FreeBSD.org COMMENT= NASL libraries for OpenVAS -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ gnutls.26:${PORTSDIR}/security/gnutls \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ gpgme.19:${PORTSDIR}/security/gpgme \ diff --git a/security/openvas-libraries/Makefile b/security/openvas-libraries/Makefile index 355caa9d4ffc..28e43c692e5e 100644 --- a/security/openvas-libraries/Makefile +++ b/security/openvas-libraries/Makefile @@ -3,7 +3,7 @@ PORTNAME= openvas-libraries PORTVERSION= 2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/600/ @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Libraries for OpenVAS LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls \ - gcrypt.18:${PORTSDIR}/security/libgcrypt + gcrypt:${PORTSDIR}/security/libgcrypt USES= pkgconfig GNU_CONFIGURE= yes diff --git a/security/openvpn-auth-radius/Makefile b/security/openvpn-auth-radius/Makefile index 69828d1e0a10..0d773a270aec 100644 --- a/security/openvpn-auth-radius/Makefile +++ b/security/openvpn-auth-radius/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: security/openvpn-auth-radius -# Date created: 2011-03-04 -# Whom: Mikhail T. <m.tsatsenko@gmail.com> -# +# Created by: Mikhail T. <m.tsatsenko@gmail.com> # $FreeBSD$ -# PORTNAME= openvpn-auth-radius PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.nongnu.org/radiusplugin/ \ http://svn-cache.ipcopaddons.org/ @@ -16,7 +13,7 @@ MAINTAINER= m.tsatsenko@gmail.com COMMENT= RADIUS authentication plugin for OpenVPN RUN_DEPENDS= openvpn:${PORTSDIR}/security/openvpn -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt LICENSE= GPLv2 diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index 1518a3f1493e..04c250775d2a 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Crypt-GCrypt -# Date created: 2006-09-28 -# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org> -# +# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org> # $FreeBSD$ -# PORTNAME= Crypt-GCrypt PORTVERSION= 1.25 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +14,7 @@ COMMENT= Perl interface to the GNU Cryptographic library LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt PERL_CONFIGURE= yes CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 85197850f510..d4fcec303613 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -4,6 +4,7 @@ PORTNAME= otr PORTVERSION= 4.0.0 # Please do not bump PORTREVISION for this port unless you have # confirmed via testing that it is necessary +PORTREVISION= 1 CATEGORIES= security net-im net MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index dc43dc04f088..bc4880f9a9bb 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinentry PORTVERSION= 0.8.1 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= pinentry @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= pinentry MAINTAINER= makc@FreeBSD.org COMMENT?= Collection of simple PIN or passphrase entry dialogs -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ ksba.19:${PORTSDIR}/security/libksba CONFLICTS_INSTALL?= pinentry-[a-z]*-[0.9]* diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 5e3bbe6b9cf8..e0b9108f6e27 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -3,7 +3,7 @@ PORTNAME= prelude-lml PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/242/ diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index b459a071e4eb..8c8d3a377779 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -3,7 +3,7 @@ PORTNAME= prelude-manager PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/243/ diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index b5ff52f92faf..9f50b7134739 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -4,7 +4,7 @@ PORTNAME= seahorse-plugins PORTVERSION= 2.30.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index c14661aa6d5a..907b938c9cca 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -4,7 +4,7 @@ PORTNAME= seahorse PORTVERSION= 2.32.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/security/seccure/Makefile b/security/seccure/Makefile index ff61e995752c..e45090c452c8 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: seccure -# Date created: 30 August 2007 -# Whom: Lukasz Komsta -# +# Created by: Lukasz Komsta # $FreeBSD$ -# PORTNAME= seccure PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://point-at-infinity.org/seccure/ \ ${MASTER_SITE_NETBSD} @@ -15,7 +11,7 @@ MASTER_SITES= http://point-at-infinity.org/seccure/ \ MAINTAINER= zi@FreeBSD.org COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt MAN1= seccure.1 diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 57eb9895d4b3..2ad322746ba4 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -2,6 +2,7 @@ PORTNAME= shishi PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNU diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index dc7b58d07d6b..aa6ce68350c9 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vpnc PORTVERSION= 0.5.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ CRITICAL @@ -11,7 +11,7 @@ MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts USE_GMAKE= yes |