NetBSD.se

CVS log for pkgsrc/www/p5-Apache2-AuthCookieDBI/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / www / p5-Apache2-AuthCookieDBI

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 15 05:54:43 2011 UTC (5 months, 1 week ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -4 lines
Update p5-Apache2-AuthCookieDBI to 2.14.

Changes from previous:
----------------------
2.14 - Sat Mar 26 09:41:01 PDT 2011
     - Changed documentation about WhateverDBI_SecretKey to
       address https://rt.cpan.org/Ticket/Display.html?id=62488
     - Fixes for https://rt.cpan.org/Public/Bug/Display.html?id=66336
       (_dbi_connect should be called as a class method.)

2.13 - Sat Dec 18 10:33:19 PST 2010
     - Build system uses Module::Build (generates a Makefile.PL for compatability.)
     - Distro version now matches module version (2.13)
     - Fixed statement handle still active <https://rt.cpan.org/Public/Bug/Display.html?id=57906>
       Also added support for WhatEverDBI_UserActiveField
       Thanks to Chad Columbus
     - Fixed $HEX_STRING_REGEX definition is wrong <https://rt.cpan.org/Public/Bug/Display.html?id=46117>
       Thanks to Joe Ingersoll
     - Fixed User authenticated if not in MySQL database <https://rt.cpan.org/Ticket/Display.html?id=62470>
       Thanks to Keith Lawson
     - Fixed Login.pl example - syntax error <https://rt.cpan.org/Public/Bug/Display.html?id=62487>
       (also moved from eg/public-pl/login.pl to eg/bin/login.pl)
       Thanks to William McKee http://search.cpan.org/~wmckee/
     - Updated documentation to cover protecting the DocumentRoot <https://rt.cpan.org/Ticket/Display.html?id=51593>
     - Now depends on DBI 1.40 instead of Apache::DBI - <https://rt.cpan.org/Ticket/Display.html?id=43083>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Aug 14 16:05:43 2011 UTC (9 months, 1 week ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Revision bump after updating perl5 to 5.14.1.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:36:34 2010 UTC (21 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 20 18:01:58 2009 UTC (2 years, 9 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Updating package www/p5-Apache2-AuthCookieDBI from 2.04 to 2.05

pkgsrc changes:
  - Adding license
  - Removing dependency to CORE module Digest::MD5

Upstream changes:
2.05 - Thu May 14 18:37:07 PDT 2009
       - Fixed bug in _get_cipher_type() where it was not memoizing the
         Crypt::CBC objects.
       - Fixed https://rt.cpan.org/Ticket/Display.html?id=45207
         Hash keys for configuration values were wrong in several places.
       - Improved test coverage a little.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Dec 12 21:23:00 2008 UTC (3 years, 5 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:19:06 2008 UTC (3 years, 7 months ago) by he
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 14 12:56:14 2008 UTC (3 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Mark as destdir ready.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Jun 20 14:16:42 2008 UTC (3 years, 11 months ago) by he
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import p5-Apache2-AuthCookieDBI version 2.03.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jun 20 14:16:42 2008 UTC (3 years, 11 months ago) by he
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>