2011-08-06 16:54:47 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.10:
* Add Apache2::RequestUtil for mp2 instances.
Changes 1.09:
* Fix pod errors
* Adds PerlChildExitHandler to disconnect existing connections
|
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!
|
2010-02-23 21:45:56 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating databases/p5-Apache-DBI from 1.07nb1 to 1.08
pkgsrc changes:
- Add license definition
- Adjust dependencies
Upstream changes:
1.08 February 3rd, 2010
- Fix bug to allow DBI in startup.pl etc again
Bug report from Adam Prime, patch from Lubomir Rintel
https://rt.cpan.org/Public/Bug/Display.html?id=36346
|
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-06-20 16:45:22 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update p5-Apache-DBI to version 1.07.
Changes since 1.06 according to the change log:
o PerlCleanupHandler doesn't get called with MP2 (fixed)
o Documentation Additions
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-06-08 10:35:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.06:
1.06 03/23/2007
- MP2/AuthDBI: Fixed Apache::AuthDBI::debug() to
actually work.
Submitted by: [Kevin Appel <kappel@tgic.com>]
- Bump minium required perl version to 5.6.1 to match DBI
(Changes in DBI 1.49 (svn rev 2287), 29th November 2005)
Philip M. Gollucci <pgollucci@p6m7g8.com>
|
2007-02-18 02:59:36 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.05:
1.05 11/3/2006
- MP2/AuthDBI: Add missing Apache2::Access
Submitted by: Adam Prime x443
1.04 10/23/2006
- MP1: Undefined subroutine &Apache2::Const::OK called at ....
(The rest of them) d'oh!
Seconded by: Kjetil Kjernsmo
Submitted by: BOWMANBS
1.03 08/21/2006
- MP1: Undefined subroutine &Apache2::Const::OK called at
Apache/AuthDBI.pm line 906.
Submitted by: [Philip.Garrett@manheim.com]
Reviewed by: Kevin A. McGrail (ThoughtWorthy Media, Inc.)
- http://rt.cpan.org/Ticket/Display.html?id=20809
avoid a warnings caused by debug statements
Reported by: Vladimir S. Tikhonjuk
1.02 08/02/2006
- http://rt.cpan.org/Ticket/Display.html?id=20808
s/denug/debug/ typo in Apache::AuthDBI
Submitted by: Vladimir S. Tikhonjuk
|
2006-07-20 00:28:57 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.01:
1.01 06/04/2006
- Re-release as non developer release.
No changes from 1.00_01.
1.00_01 05/29/2006
- As DBI has supported only perl 5.6.0 since 2003
v1.38 Apache::DBI now requires perl 5.6.0 as well.
- Fix a plethora of uninitialized variable warnings,
general code cleanup, don't import unneeded symbols
from Carp, Digest::SHA1, and Digest::MD5
- http://rt.cpan.org/Ticket/Display.html?id=17073
$sth->rows is inconsistent across DBD::* drivers
and sometimes always returns 0. We were using
this to distinguish between a blank password and
no passwd. Now we don't call this function.
- http://rt.cpan.org/Ticket/Display.html?id=17422
a fatal error involving mp1, mp2 constants co-existance
was fixed in AuthDBI.
- http://rt.cpan.org/Ticket/Display.html?id=17446
under mod_perl 2, the check to skip caching connections
at server startup was broken; thus, causing children
to incorrectly share dbh handles with the parent.
- http://rt.cpan.org/Ticket/Display.html?id=19491
a critical return was missing connect() under mod_perl2
- Moved module's repository to its new home in SVN from CVS
http://svn.perl.org/modules/Apache-DBI
|