Tue Aug 11 15:53:41 2009 UTC ()
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.


(manu)
diff -r1.4 -r1.5 pkgsrc/www/ap2-auth-mellon/Makefile
diff -r1.3 -r1.4 pkgsrc/www/ap2-auth-mellon/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/www/ap2-auth-mellon/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ap2-auth-mellon/Makefile 2009/06/15 19:45:14 1.4
+++ pkgsrc/www/ap2-auth-mellon/Makefile 2009/08/11 15:53:41 1.5
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2009/06/15 19:45:14 manu Exp $ 1# $NetBSD: Makefile,v 1.5 2009/08/11 15:53:41 manu Exp $
2# 2#
3 3
4PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/} 4PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/}
5DISTNAME= mod_auth_mellon-0.2.2 5DISTNAME= mod_auth_mellon-0.2.4
6CATEGORIES= www security 6CATEGORIES= www security
7MASTER_SITES= http://modmellon.googlecode.com/files/ 7MASTER_SITES= http://modmellon.googlecode.com/files/
8 8
9MAINTAINER= manu@NetBSD.org 9MAINTAINER= manu@NetBSD.org
10HOMEPAGE= http://code.google.com/p/modmellon/ 10HOMEPAGE= http://code.google.com/p/modmellon/
11COMMENT= SAML 2.0 authentication for Apache 11COMMENT= SAML 2.0 authentication for Apache
12 12
13PKG_DESTDIR_SUPPORT= destdir 13PKG_DESTDIR_SUPPORT= destdir
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16USE_LIBTOOL= YES 16USE_LIBTOOL= YES
17USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
18 18

cvs diff -r1.3 -r1.4 pkgsrc/www/ap2-auth-mellon/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ap2-auth-mellon/distinfo 2009/06/15 19:45:14 1.3
+++ pkgsrc/www/ap2-auth-mellon/distinfo 2009/08/11 15:53:41 1.4
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.3 2009/06/15 19:45:14 manu Exp $ 1$NetBSD: distinfo,v 1.4 2009/08/11 15:53:41 manu Exp $
 2
 3SHA1 (mod_auth_mellon-0.2.4.tar.gz) = 6a8ff475bb7b4c0027a834c10b2d45a5ef1a7fed
 4RMD160 (mod_auth_mellon-0.2.4.tar.gz) = ffbcdc9dcfa5ea47ad3319e84a9e84e220307929
 5Size (mod_auth_mellon-0.2.4.tar.gz) = 82568 bytes
2 6
3SHA1 (mod_auth_mellon-0.2.2.tar.gz) = 7a6078a126d4c924484a59cff0215099e73cbbc4 
4RMD160 (mod_auth_mellon-0.2.2.tar.gz) = 042461aabaa72afada0bcde3b9acb9fe00706fc1 
5Size (mod_auth_mellon-0.2.2.tar.gz) = 82930 bytes