2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2006-02-10 10:20:53 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Updated to 0.9901.
0.9901 08/19/2005
- Fix the versioning blunder of .100 < .99
[Philip M. Gollucci <pgollucci@p6m7g8.com>]
- Account for the case of mp1 and mp2 installed
in the same perl tree. The evals were not playing
nice with modules like Apache::SSI, Apache::SessionManager.
Sumitted by: [Frank Maas <frank.maas@cheiron-it.nl>]
Tweaked/reviewed by: [Philip M. Gollucci <pgollucci@p6m7g8.com>]
0.100 08/10/2005
- Move $Idx from a file-scoped variable to a connect() scoped
variable, which gets passed to other subroutines as needed.
This will ensure that the cleanup/rollback feature will work
properly when a script uses more than one database handle to the
same database.
[Joe Thomas <joet@tellme.com>]
- Fixed issues relating to changing handle state post
connection. Handles now returned in same state as original and incomplete
transactions rolled back before re-issuing handle so.
Submited by: [Joe Thomas <joet@tellme.com>]
Contributed by: [Patrick Mulvany <paddy@firedrake.org>]
- Fix a () bug in the connect() determining whether we must ping
the database. PingTimeOut = 0 now works as documented.
Submited by: [Joe Thomas <joet@tellme.com>]
Contributed by: [Patrick Mulvany <paddy@firedrake.org>]
0.99 08/03/2005
- Turn off Debugging by default.
Reported by <jonanderson@seren.com>
[Philip M. Gollucci <pgollucci@p6m7g8.com>]
0.98 06/30/2005
- Fix MP2 issue with $Apache::Server::Starting
Reported by Vincent Moneymaker vbmonymaker@hotmail.com
[Philip M. Gollucci <pgollucci@p6m7g8.com>]
0.97 06/27/2005
- Fix minor use strict bug in make test
[Philip M. Gollucci <pgollucci@p6m7g8.com>]
- Fixed a bug in salt calculation
Kevin A. McGrail (ThoughtWorthy Media, Inc.)
- Added Auth_DBI_encryption_method configuration. Supports md5 hex, sha1 hex \
& crypt and will support fallback.
Other encryption methods can be added by modifying the subroutine \
get_passwds_to_check
Kevin A. McGrail (ThoughtWorthy Media, Inc.)
- MP2/MP1 Constants compatability fixes in AuthDBI
Kevin A. McGrail (ThoughtWorthy Media, Inc.)
- Added a feature 'Apache::AuthDBI->setProjID(1)' to set a Shared
Memory Project ID when using the shared memory caching.
Kevin A. McGrail (ThoughtWorthy Media, Inc.)
- Fixed an MP2 problem when Debug is set to 2 changing is_main() to main() call
Kevin A. McGrail (ThoughtWorthy Media, Inc.)
- Added a few more Debug statements including the Semaphore ID in hex to use ipcs
Kevin A. McGrail (ThoughtWorthy Media, Inc.)
0.96 04/19/2005
- Account for the recent mod_perl2 API renaming
[Philip M .Gollucci <pgollucci@p6m7g8.com>]
0.95 04/01/2005
- Avoid "The object isn't defined" error during "make test" if
we can't connect to the test database.
|
2005-12-18 19:06:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix HOMEPAGE (old one has been domaingrabbed).
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 17:33:11 by Alistair G. Crooks | Files touched by this commit (108) |
Log message:
Add RMD160 digests in addition to SHA1 ones.
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
2004-04-27 04:27:37 by Soren Jacobsen | Files touched by this commit (8) |
Log message:
Convert to buildlink3.
|
2004-04-06 13:13:53 by Marc Recht | Files touched by this commit (1) |
Log message:
Add missing dependency on p5-Test-Simple.
|