pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Apache2-AuthCookieDBI Udate 2.14 to 2.17



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e43af7e1e6e
branches:  trunk
changeset: 642020:7e43af7e1e6e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Nov 23 07:06:28 2014 +0000

description:
Udate 2.14 to 2.17
2.17
     - Added support for Digest::SHA::sha256/384/512_hex digests for passwords.
       This is a response to https://rt.cpan.org/Ticket/Display.html?id=79333
       which requested sha256_base64 but because base64 digests are not properly
       padded I chose to go with sha256/384/512_hex instead.

     - Quote all database column and field names in SQL queries.
       https://rt.cpan.org/Ticket/Display.html?id=79341
       Table column names may confict with sql key words

2.16 - Sun May 27 00:23:41 PDT 2012
     - Fix 'wrong method names in calls to apache request logging' for https://rt.cpan.org/Ticket/Display.html?id=77464

2.15 - Sat May 26 08:32:23 PDT 2012
     - Implemented a logger() method that uses Apache::Log
       (inspired by https://rt.cpan.org/Ticket/Display.html?id=75675)
     - Address 'Error Message Inconsistency' https://rt.cpan.org/Ticket/Display.html?id=75725
     - Address ' If user is not active, it produces 2 errors'
       https://rt.cpan.org/Ticket/Display.html?id=75724
     - Added small amount of test coverage for authen_cred()

diffstat:

 www/p5-Apache2-AuthCookieDBI/Makefile |  5 ++---
 www/p5-Apache2-AuthCookieDBI/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 10c3a85f3ca2 -r 7e43af7e1e6e www/p5-Apache2-AuthCookieDBI/Makefile
--- a/www/p5-Apache2-AuthCookieDBI/Makefile     Sun Nov 23 07:04:28 2014 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/Makefile     Sun Nov 23 07:06:28 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2014/05/29 23:37:59 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2014/11/23 07:06:28 mef Exp $
 #
 
-DISTNAME=      Apache2-AuthCookieDBI-2.14
+DISTNAME=      Apache2-AuthCookieDBI-2.17
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache2/}
 
diff -r 10c3a85f3ca2 -r 7e43af7e1e6e www/p5-Apache2-AuthCookieDBI/distinfo
--- a/www/p5-Apache2-AuthCookieDBI/distinfo     Sun Nov 23 07:04:28 2014 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/distinfo     Sun Nov 23 07:06:28 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/12/15 05:54:44 hiramatsu Exp $
+$NetBSD: distinfo,v 1.5 2014/11/23 07:06:28 mef Exp $
 
-SHA1 (Apache2-AuthCookieDBI-2.14.tar.gz) = 924b0d08387806348cd9f4dcf3cb8e592449100a
-RMD160 (Apache2-AuthCookieDBI-2.14.tar.gz) = c16a01e7420f73ba4e195a5112745f47f9dab9fa
-Size (Apache2-AuthCookieDBI-2.14.tar.gz) = 38259 bytes
+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



Home | Main Index | Thread Index | Old Index