From 0945e4c990a51b089f426b7127ead549c8cd5765 Mon Sep 17 00:00:00 2001 From: swills Date: Thu, 28 Jul 2011 11:50:51 +0000 Subject: - Update to 2.4.3 to fix security issue - Update home page while here - Take maintainership while here Approved by: linimon Security: CVE-2011-1411 --- security/opensaml2/Makefile | 6 +++--- security/opensaml2/distinfo | 4 ++-- security/opensaml2/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index d7a63e26253..1c685e1bbbc 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -6,12 +6,12 @@ # PORTNAME= opensaml2 -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.3 CATEGORIES= security -MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PORTVERSION}/ +MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} -MAINTAINER= janos.mohacsi@bsd.hu +MAINTAINER= swills@FreeBSD.org COMMENT= Open source implentation of SAML2 LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ diff --git a/security/opensaml2/distinfo b/security/opensaml2/distinfo index 61d887aa3eb..72152db8961 100644 --- a/security/opensaml2/distinfo +++ b/security/opensaml2/distinfo @@ -1,2 +1,2 @@ -SHA256 (opensaml-2.4.1.tar.gz) = 89289f882da19bab5d1476943d75c2f7fa97776980bfa86c7395b573603a2ecb -SIZE (opensaml-2.4.1.tar.gz) = 870509 +SHA256 (opensaml-2.4.3.tar.gz) = 850187c7dd664f9216a387bcc9e08f36643f04ddc08d11551e33a46dd15d2539 +SIZE (opensaml-2.4.3.tar.gz) = 871693 diff --git a/security/opensaml2/pkg-descr b/security/opensaml2/pkg-descr index 2533ac033ab..9673c414750 100644 --- a/security/opensaml2/pkg-descr +++ b/security/opensaml2/pkg-descr @@ -1,4 +1,4 @@ OpenSAML 2, a re-rewrite of OpenSAML 1, supports SAML 1.0, 1.1, 2.0 but is not backwards compatible with OpenSAML 1. -WWW: https://spaces.internet2.edu/display/OpenSAML/Home +WWW: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home -- cgit