2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-12-15 06:54:44 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
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>
|
2011-08-14 18:06:13 by OBATA Akio | Files touched by this commit (268) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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!
|
2009-08-20 20:01:58 by Jens Rehsack | Files touched by this commit (2) |
Log message:
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.
|
2009-07-22 11:35:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove empty PLIST.
|
2008-12-12 22:23:00 by Havard Eidnes | Files touched by this commit (2) |
Log message:
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.
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
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=...").
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|