diff options
author | manu <manu@pkgsrc.org> | 2009-08-11 15:53:41 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2009-08-11 15:53:41 +0000 |
commit | 2474595d4ad90508a4809ab5e83405208779421d (patch) | |
tree | b63a1502b3c88f38b0db4a476c44d80850e58e17 /www/ap2-auth-mellon | |
parent | 1aa2aedb8c21772e6f2c1dcda9aa59cb86be1853 (diff) | |
download | pkgsrc-2474595d4ad90508a4809ab5e83405208779421d.tar.gz |
Change since 0.2.4:
* Fix for downloads of files with Internet Explorer with SSL enabled.
* Mark session as disabled as soon as logout starts, in case the IdP
doesn't respond.
* Bugfix for session lifetime. Take the session lifetime from the
SessionNotOnOrAfter attribute if it is present.
Diffstat (limited to 'www/ap2-auth-mellon')
-rw-r--r-- | www/ap2-auth-mellon/Makefile | 4 | ||||
-rw-r--r-- | www/ap2-auth-mellon/distinfo | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/ap2-auth-mellon/Makefile b/www/ap2-auth-mellon/Makefile index fae5f20e8e6..a7bec14ed9e 100644 --- a/www/ap2-auth-mellon/Makefile +++ b/www/ap2-auth-mellon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2009/06/15 19:45:14 manu Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/11 15:53:41 manu Exp $ # PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/} -DISTNAME= mod_auth_mellon-0.2.2 +DISTNAME= mod_auth_mellon-0.2.4 CATEGORIES= www security MASTER_SITES= http://modmellon.googlecode.com/files/ diff --git a/www/ap2-auth-mellon/distinfo b/www/ap2-auth-mellon/distinfo index 132a42af3d4..299731976e1 100644 --- a/www/ap2-auth-mellon/distinfo +++ b/www/ap2-auth-mellon/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/06/15 19:45:14 manu Exp $ +$NetBSD: distinfo,v 1.4 2009/08/11 15:53:41 manu Exp $ + +SHA1 (mod_auth_mellon-0.2.4.tar.gz) = 6a8ff475bb7b4c0027a834c10b2d45a5ef1a7fed +RMD160 (mod_auth_mellon-0.2.4.tar.gz) = ffbcdc9dcfa5ea47ad3319e84a9e84e220307929 +Size (mod_auth_mellon-0.2.4.tar.gz) = 82568 bytes -SHA1 (mod_auth_mellon-0.2.2.tar.gz) = 7a6078a126d4c924484a59cff0215099e73cbbc4 -RMD160 (mod_auth_mellon-0.2.2.tar.gz) = 042461aabaa72afada0bcde3b9acb9fe00706fc1 -Size (mod_auth_mellon-0.2.2.tar.gz) = 82930 bytes |