pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2015Q1]: pkgsrc/www/p5-Apache2-AuthCookieDBI Add a local fix t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d50f32c52b84
branches:  pkgsrc-2015Q1
changeset: 649150:d50f32c52b84
user:      he <he%pkgsrc.org@localhost>
date:      Tue Apr 07 08:02:46 2015 +0000

description:
Add a local fix to make this work with non-MySQL backends:

Quoting database identifiers with backticks as is done in 2.17 is
not portable, and only works with a MySQL backend.  Instead, use
the DBI quote_identifier method as hinted in
https://rt.cpan.org/Public/Bug/Display.html?id=101561

Bump PKGREVISION to 1.

diffstat:

 www/p5-Apache2-AuthCookieDBI/Makefile |  3 ++-
 www/p5-Apache2-AuthCookieDBI/distinfo |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a97cf0fc97fa -r d50f32c52b84 www/p5-Apache2-AuthCookieDBI/Makefile
--- a/www/p5-Apache2-AuthCookieDBI/Makefile     Thu Apr 02 22:24:11 2015 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/Makefile     Tue Apr 07 08:02:46 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2014/11/23 07:06:28 mef Exp $
+# $NetBSD: Makefile,v 1.13.4.1 2015/04/07 08:02:46 he Exp $
 #
 
 DISTNAME=      Apache2-AuthCookieDBI-2.17
+PKGREVISION=   1
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache2/}
diff -r a97cf0fc97fa -r d50f32c52b84 www/p5-Apache2-AuthCookieDBI/distinfo
--- a/www/p5-Apache2-AuthCookieDBI/distinfo     Thu Apr 02 22:24:11 2015 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/distinfo     Tue Apr 07 08:02:46 2015 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2014/11/23 07:06:28 mef Exp $
+$NetBSD: distinfo,v 1.5.4.1 2015/04/07 08:02:46 he Exp $
 
 SHA1 (Apache2-AuthCookieDBI-2.17.tar.gz) = 9c99dc4aef039c949a1984aa9f35ae6d2c0e0e5d
 RMD160 (Apache2-AuthCookieDBI-2.17.tar.gz) = 834ee7de6c48ddb23082719503db796b6e00c188
 Size (Apache2-AuthCookieDBI-2.17.tar.gz) = 41911 bytes
+SHA1 (patch-lib_Apache2_AuthCookieDBI.pm) = c2971f36a873de59a13a8cc413fbe243f86b16ea



Home | Main Index | Thread Index | Old Index