pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-auth-mellon Update to 0.2.7. From the NEWS file:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a89b03f2a132
branches:  trunk
changeset: 576049:a89b03f2a132
user:      manu <manu%pkgsrc.org@localhost>
date:      Mon May 31 16:46:30 2010 +0000

description:
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:

 www/ap2-auth-mellon/Makefile         |   5 ++---
 www/ap2-auth-mellon/distinfo         |   9 ++++-----
 www/ap2-auth-mellon/patches/patch-aa |  14 --------------
 3 files changed, 6 insertions(+), 22 deletions(-)

diffs (47 lines):

diff -r cfdca300259d -r a89b03f2a132 www/ap2-auth-mellon/Makefile
--- a/www/ap2-auth-mellon/Makefile      Mon May 31 16:44:28 2010 +0000
+++ b/www/ap2-auth-mellon/Makefile      Mon May 31 16:46:30 2010 +0000
@@ -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 -r cfdca300259d -r a89b03f2a132 www/ap2-auth-mellon/distinfo
--- a/www/ap2-auth-mellon/distinfo      Mon May 31 16:44:28 2010 +0000
+++ b/www/ap2-auth-mellon/distinfo      Mon May 31 16:46:30 2010 +0000
@@ -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 -r cfdca300259d -r a89b03f2a132 www/ap2-auth-mellon/patches/patch-aa
--- a/www/ap2-auth-mellon/patches/patch-aa      Mon May 31 16:44:28 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index