summaryrefslogtreecommitdiff
path: root/www/ap2-auth-mellon
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2010-05-31 16:46:30 +0000
committermanu <manu@pkgsrc.org>2010-05-31 16:46:30 +0000
commitd7416cbee278ea64488e92ffd11da801eaf77c23 (patch)
tree9f95bbe7b6ee05f2cd4e2494b46e86295fa1286c /www/ap2-auth-mellon
parent9760348130d90a2a61c0e1a2878822521799ee82 (diff)
downloadpkgsrc-d7416cbee278ea64488e92ffd11da801eaf77c23.tar.gz
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.
Diffstat (limited to 'www/ap2-auth-mellon')
-rw-r--r--www/ap2-auth-mellon/Makefile5
-rw-r--r--www/ap2-auth-mellon/distinfo9
-rw-r--r--www/ap2-auth-mellon/patches/patch-aa14
3 files changed, 6 insertions, 22 deletions
diff --git a/www/ap2-auth-mellon/Makefile b/www/ap2-auth-mellon/Makefile
index 55b93cc2dcc..9fcb730a296 100644
--- a/www/ap2-auth-mellon/Makefile
+++ b/www/ap2-auth-mellon/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2010/01/17 12:02:48 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2010/05/31 16:46:30 manu Exp $
#
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/}
-DISTNAME= mod_auth_mellon-0.2.5
-PKGREVISION= 3
+DISTNAME= mod_auth_mellon-0.2.7
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 9ac6768a10f..84456780236 100644
--- a/www/ap2-auth-mellon/distinfo
+++ b/www/ap2-auth-mellon/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/12/20 11:31:30 manu Exp $
+$NetBSD: distinfo,v 1.8 2010/05/31 16:46:30 manu Exp $
-SHA1 (mod_auth_mellon-0.2.5.tar.gz) = f1d75456df39d183b6d1919f06dc2bc7b9b1afb6
-RMD160 (mod_auth_mellon-0.2.5.tar.gz) = 7db221e431384ff9f73badc208eed55a0a0011a7
-Size (mod_auth_mellon-0.2.5.tar.gz) = 89404 bytes
-SHA1 (patch-aa) = b8a46a2a82f228a95cf28c1d395394373e0f6ccb
+SHA1 (mod_auth_mellon-0.2.7.tar.gz) = ed6b7e74d00bcf32889eff7d647b93e7adb41bd8
+RMD160 (mod_auth_mellon-0.2.7.tar.gz) = 35acee9d78f20388792dae0ec96f7490e36ea685
+Size (mod_auth_mellon-0.2.7.tar.gz) = 90018 bytes
diff --git a/www/ap2-auth-mellon/patches/patch-aa b/www/ap2-auth-mellon/patches/patch-aa
deleted file mode 100644
index 067eeb969b2..00000000000
--- a/www/ap2-auth-mellon/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2009/12/20 11:31:30 manu Exp $
---- auth_mellon_handler.c.orig 2009-12-20 10:19:47.000000000 +0100
-+++ auth_mellon_handler.c 2009-12-20 10:20:09.000000000 +0100
-@@ -1899,9 +1899,9 @@
- return HTTP_BAD_REQUEST;
- }
-
- /* Check that charset is sane */
-- for (cp = psf_id; *cp; cp++) {
-+ for (cp = charset; *cp; cp++) {
- if (!apr_isalnum(*cp) && (*cp != '-') && (*cp != '_')) {
- ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
- "Bad repost query: invalid charset \"%s\"", charset);
- return HTTP_BAD_REQUEST;