diff options
author | roam <roam@FreeBSD.org> | 2009-01-23 23:43:14 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2009-01-23 23:43:14 +0800 |
commit | ab3b71e13124eadfe21c7590ee12e8268471b999 (patch) | |
tree | fb0cb1e0817e4263570dffb8ac1839895a78d63a /security | |
parent | ac3e68c1553c1159c67b663d1020e3a0f157346a (diff) | |
download | freebsd-ports-gnome-ab3b71e13124eadfe21c7590ee12e8268471b999.tar.gz freebsd-ports-gnome-ab3b71e13124eadfe21c7590ee12e8268471b999.tar.zst freebsd-ports-gnome-ab3b71e13124eadfe21c7590ee12e8268471b999.zip |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Diffstat (limited to 'security')
-rw-r--r-- | security/authforce/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 2 | ||||
-rw-r--r-- | security/opensaml/Makefile | 4 | ||||
-rw-r--r-- | security/opensaml2/Makefile | 3 | ||||
-rw-r--r-- | security/osslsigncode/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Net-SAML/Makefile | 1 | ||||
-rw-r--r-- | security/squidclamav/Makefile | 1 | ||||
-rw-r--r-- | security/zxid/Makefile | 1 |
9 files changed, 13 insertions, 8 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index 1f70a1c8d63f..54d3c891eafe 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -7,14 +7,14 @@ PORTNAME= authforce PORTVERSION= 0.9.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security www MASTER_SITES= http://www.divineinvasion.net/authforce/ MAINTAINER= ache@FreeBSD.org COMMENT= HTTP authentication brute forcer -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl USE_BZIP2= yes USE_GETTEXT= yes diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 59d129559ffb..ac8c2dca1034 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index b8f853c5def7..c28c477a1e44 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 688717860823..23da408169cc 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -7,14 +7,14 @@ PORTNAME= opensaml DISTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Open source implentation of SAML -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ log4cpp.4:${PORTSDIR}/devel/log4cpp \ xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index 1addc1cb83ba..33e8dc6fd3d2 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -7,6 +7,7 @@ PORTNAME= opensaml2 DISTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/ DISTNAME= opensaml-${DISTVERSION} @@ -14,7 +15,7 @@ DISTNAME= opensaml-${DISTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Open source implentation of SAML2 -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ xmltooling.2:${PORTSDIR}/devel/xmltooling diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index 65938582fb2d..73673e8ec1b1 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -7,6 +7,7 @@ PORTNAME= osslsigncode PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= SF @@ -23,7 +24,7 @@ USE_GMAKE= yes USE_OPENSSL= yes .if !defined(WITHOUT_CURL) -LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl .endif .include <bsd.port.mk> diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index 2b1b8e841c73..667b4aad22b6 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-SAML PORTVERSION= 0.27 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= http://zxid.org/ PKGNAMEPREFIX= p5- diff --git a/security/squidclamav/Makefile b/security/squidclamav/Makefile index 54808032c9a9..c2ec82d0201a 100644 --- a/security/squidclamav/Makefile +++ b/security/squidclamav/Makefile @@ -7,6 +7,7 @@ PORTNAME= squidclamav PORTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.samse.fr/GPL/squidclamav/ diff --git a/security/zxid/Makefile b/security/zxid/Makefile index f0fd8225ea6a..d21ba5b43984 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -7,6 +7,7 @@ PORTNAME= zxid PORTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://zxid.org/ EXTRACT_SUFX= .tgz |