Mon May 31 16:46:30 2010 UTC ()
Update to 0.2.7. From the NEWS file:
Version 0.2.7
---------------------------------------------------------------------------

* Optionaly ave the remote IdP entityId in the environment

* Shibboleth 2 interoperability

Version 0.2.6
---------------------------------------------------------------------------

* Fix XSS/DOS vulnerability in repost handler.


(manu)
diff -r1.12 -r1.13 pkgsrc/www/ap2-auth-mellon/Makefile
diff -r1.7 -r1.8 pkgsrc/www/ap2-auth-mellon/distinfo
diff -r1.3 -r0 pkgsrc/www/ap2-auth-mellon/patches/patch-aa

cvs diff -r1.12 -r1.13 pkgsrc/www/ap2-auth-mellon/Makefile (switch to unified diff)

--- pkgsrc/www/ap2-auth-mellon/Makefile 2010/01/17 12:02:48 1.12
+++ pkgsrc/www/ap2-auth-mellon/Makefile 2010/05/31 16:46:30 1.13
@@ -1,37 +1,36 @@ @@ -1,37 +1,36 @@
1# $NetBSD: Makefile,v 1.12 2010/01/17 12:02:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2010/05/31 16:46:30 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.5 5DISTNAME= mod_auth_mellon-0.2.7
6PKGREVISION= 3 
7CATEGORIES= www security 6CATEGORIES= www security
8MASTER_SITES= http://modmellon.googlecode.com/files/ 7MASTER_SITES= http://modmellon.googlecode.com/files/
9 8
10MAINTAINER= manu@NetBSD.org 9MAINTAINER= manu@NetBSD.org
11HOMEPAGE= http://code.google.com/p/modmellon/ 10HOMEPAGE= http://code.google.com/p/modmellon/
12COMMENT= SAML 2.0 authentication for Apache 11COMMENT= SAML 2.0 authentication for Apache
13 12
14GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
15USE_LIBTOOL= YES 14USE_LIBTOOL= YES
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17 16
18APACHE_MODULE= YES 17APACHE_MODULE= YES
19APACHE_MODULE_NAME= auth_mellon_module 18APACHE_MODULE_NAME= auth_mellon_module
20PKG_APACHE_ACCEPTED= apache22 19PKG_APACHE_ACCEPTED= apache22
21.include "../../mk/apache.mk" 20.include "../../mk/apache.mk"
22BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47 21BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47
23 22
24CPPFLAGS+= -I${BUILDLINK_PREFIX.openssl}/include/openssl 23CPPFLAGS+= -I${BUILDLINK_PREFIX.openssl}/include/openssl
25OPENSSL_LIBS= -L${PREFIX}/lib -lssl -lcrypto 24OPENSSL_LIBS= -L${PREFIX}/lib -lssl -lcrypto
26 25
27CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig 26CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig
28CONFIGURE_ENV+= OPENSSL_CFLAGS=${CPPFLAGS:Q} 27CONFIGURE_ENV+= OPENSSL_CFLAGS=${CPPFLAGS:Q}
29CONFIGURE_ENV+= OPENSSL_LIBS=${OPENSSL_LIBS:Q} 28CONFIGURE_ENV+= OPENSSL_LIBS=${OPENSSL_LIBS:Q}
30CONFIGURE_ARGS+= --with-apxs2=${APXS:Q} 29CONFIGURE_ARGS+= --with-apxs2=${APXS:Q}
31 30
32# url2pkg-marker (please do not remove this line.) 31# url2pkg-marker (please do not remove this line.)
33 32
34.include "../../security/lasso/buildlink3.mk" 33.include "../../security/lasso/buildlink3.mk"
35.include "../../www/curl/buildlink3.mk" 34.include "../../www/curl/buildlink3.mk"
36 35
37.include "../../mk/bsd.pkg.mk" 36.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/www/ap2-auth-mellon/distinfo (switch to unified diff)

--- pkgsrc/www/ap2-auth-mellon/distinfo 2009/12/20 11:31:30 1.7
+++ pkgsrc/www/ap2-auth-mellon/distinfo 2010/05/31 16:46:30 1.8
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.7 2009/12/20 11:31:30 manu Exp $ 1$NetBSD: distinfo,v 1.8 2010/05/31 16:46:30 manu Exp $
2 2
3SHA1 (mod_auth_mellon-0.2.5.tar.gz) = f1d75456df39d183b6d1919f06dc2bc7b9b1afb6 3SHA1 (mod_auth_mellon-0.2.7.tar.gz) = ed6b7e74d00bcf32889eff7d647b93e7adb41bd8
4RMD160 (mod_auth_mellon-0.2.5.tar.gz) = 7db221e431384ff9f73badc208eed55a0a0011a7 4RMD160 (mod_auth_mellon-0.2.7.tar.gz) = 35acee9d78f20388792dae0ec96f7490e36ea685
5Size (mod_auth_mellon-0.2.5.tar.gz) = 89404 bytes 5Size (mod_auth_mellon-0.2.7.tar.gz) = 90018 bytes
6SHA1 (patch-aa) = b8a46a2a82f228a95cf28c1d395394373e0f6ccb 

File Deleted: pkgsrc/www/ap2-auth-mellon/patches/Attic/patch-aa