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 Update from version 2.03n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4342ea04e0cd
branches:  trunk
changeset: 551307:4342ea04e0cd
user:      he <he%pkgsrc.org@localhost>
date:      Fri Dec 12 21:23:00 2008 +0000

description:
Update from version 2.03nb1 to 2.04.

Upstream changes:

2.04 - Fri Nov 28 15:41:33 PST 2008
       Incorporated bug fix for authen_ses_key() provided by
       Carl Gustafsson. authen_ses_key() was not properly handling
       any extra_session_info - the fix is to get $hashed_string with
          my $hashed_string = pop @rest;

       Also releasing the work done between April 26, 2005 and February 4, 2007,
       plus bug fix for authen_ses_key
       - Added basic framework for unit tests.
       - Factored out some of the DBI code into new methods:
         - _dbi_connect()
         - _get_crypted_password()

       - Changes to satisfy Perl::Critic, e.g.
         - Removed function prototypes (they are ignored for methods.)
         - Cleaned up regular expressions: use /x, etc.

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 6e49e6945079 -r 4342ea04e0cd www/p5-Apache2-AuthCookieDBI/Makefile
--- a/www/p5-Apache2-AuthCookieDBI/Makefile     Fri Dec 12 21:05:25 2008 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/Makefile     Fri Dec 12 21:23:00 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2008/10/19 19:19:06 he Exp $
+# $NetBSD: Makefile,v 1.4 2008/12/12 21:23:00 he Exp $
 #
 
-DISTNAME=      Apache2-AuthCookieDBI-2.03
+DISTNAME=      Apache2-AuthCookieDBI-2.04
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache2/}
 
diff -r 6e49e6945079 -r 4342ea04e0cd www/p5-Apache2-AuthCookieDBI/distinfo
--- a/www/p5-Apache2-AuthCookieDBI/distinfo     Fri Dec 12 21:05:25 2008 +0000
+++ b/www/p5-Apache2-AuthCookieDBI/distinfo     Fri Dec 12 21:23:00 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/06/20 14:16:42 he Exp $
+$NetBSD: distinfo,v 1.2 2008/12/12 21:23:00 he Exp $
 
-SHA1 (Apache2-AuthCookieDBI-2.03.tar.gz) = 06e50ce341e3c63e819f2b1affa147cac86b265c
-RMD160 (Apache2-AuthCookieDBI-2.03.tar.gz) = efe7c6df7469838064ee660d00239b09eab47f36
-Size (Apache2-AuthCookieDBI-2.03.tar.gz) = 23116 bytes
+SHA1 (Apache2-AuthCookieDBI-2.04.tar.gz) = e25ba07708e74830be7d4c295d8141b22f4c8836
+RMD160 (Apache2-AuthCookieDBI-2.04.tar.gz) = 99a22afca9e6b75a3dd3dd66f6b30245b2731293
+Size (Apache2-AuthCookieDBI-2.04.tar.gz) = 26404 bytes



Home | Main Index | Thread Index | Old Index