diff options
author | manu <manu> | 2011-11-19 17:22:37 +0000 |
---|---|---|
committer | manu <manu> | 2011-11-19 17:22:37 +0000 |
commit | fb342f1f4e24da604990d7f3ab516639031985fa (patch) | |
tree | 9d21cb5b2eedcf269a9efc696570f96533a7c0d6 | |
parent | 42f004280d589ac7dc6990a8b84e4f2586c7674e (diff) | |
download | pkgsrc-fb342f1f4e24da604990d7f3ab516639031985fa.tar.gz |
Update crudesaml to 1.2. The only change is to allow compression of the
SAML assertion in SAML plugin
-rw-r--r-- | doc/CHANGES-2011 | 3 | ||||
-rw-r--r-- | security/crudesaml/Makefile.common | 4 | ||||
-rw-r--r-- | security/crudesaml/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 414e2a22dd8..de67a87937c 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2978 2011/11/19 17:15:01 ryoon Exp $ +$NetBSD: CHANGES-2011,v 1.2979 2011/11/19 17:22:37 manu Exp $ Changes to the packages collection and infrastructure in 2011: @@ -4713,3 +4713,4 @@ Changes to the packages collection and infrastructure in 2011: Updated devel/ruby-railties to 3.0.11 [taca 2011-11-19] Updated www/ruby-rails3 to 3.0.11 [taca 2011-11-19] Added www/apache-tomcat7 version 7.0.22 [ryoon 2011-11-19] + Updated security/crudesaml to 1.2 [manu 2011-11-19] diff --git a/security/crudesaml/Makefile.common b/security/crudesaml/Makefile.common index 6438288ce14..ee15f23c57a 100644 --- a/security/crudesaml/Makefile.common +++ b/security/crudesaml/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.5 2010/06/05 20:36:30 manu Exp $ +# $NetBSD: Makefile.common,v 1.6 2011/11/19 17:22:37 manu Exp $ # # used by security/cy2-saml/Makefile # used by security/pam-saml/Makefile -DISTNAME= crudesaml-1.1 +DISTNAME= crudesaml-1.2 CATEGORIES= security MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/ diff --git a/security/crudesaml/distinfo b/security/crudesaml/distinfo index c1886ef0055..99f8823ebd9 100644 --- a/security/crudesaml/distinfo +++ b/security/crudesaml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/06/05 20:36:30 manu Exp $ +$NetBSD: distinfo,v 1.3 2011/11/19 17:22:37 manu Exp $ -SHA1 (crudesaml-1.1.tar.gz) = 70a18925aac2a43d65d8c76544b09c8c744694fa -RMD160 (crudesaml-1.1.tar.gz) = 19a9f9d0a168c20ad1b6f34a3165281087dca20d -Size (crudesaml-1.1.tar.gz) = 273605 bytes +SHA1 (crudesaml-1.2.tar.gz) = f0d917559b6e98e911066c59c1ffd879d97b5d46 +RMD160 (crudesaml-1.2.tar.gz) = f6c23b7d955cb6397b567899a80351795655b630 +Size (crudesaml-1.2.tar.gz) = 284597 bytes |