Update crudesaml to 1.2. The only change is to allow compression of the
SAML assertion in SAML plugin
This commit is contained in:
parent
e1756b9dfb
commit
038c7ad150
3 changed files with 8 additions and 7 deletions
|
@ -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]
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue