pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Apache2-AuthCookieDBI



Module Name:    pkgsrc
Committed By:   he
Date:           Tue Apr  7 08:06:14 UTC 2015

Modified Files:
        pkgsrc/www/p5-Apache2-AuthCookieDBI: Makefile distinfo
Added Files:
        pkgsrc/www/p5-Apache2-AuthCookieDBI/patches:
            patch-lib_Apache2_AuthCookieDBI.pm

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/p5-Apache2-AuthCookieDBI/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-Apache2-AuthCookieDBI/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/p5-Apache2-AuthCookieDBI/patches/patch-lib_Apache2_AuthCookieDBI.pm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index