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 | de2cd73c1d36a2600ce03d1f19f2cdd50a426932 (patch) | |
tree | b63a1502b3c88f38b0db4a476c44d80850e58e17 /www/ap2-auth-mellon/Makefile | |
parent | d556b287fc4e988a0b4fc84f9f862b7a5acce1be (diff) | |
download | pkgsrc-de2cd73c1d36a2600ce03d1f19f2cdd50a426932.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/Makefile')
-rw-r--r-- | www/ap2-auth-mellon/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |