2008-12-10 17:50:21 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 2.22
Changelog:
2.22 Nov 11, 2008
- Fixed a bug where Log::Dispatch::Email would die when it tried to
log under taint mode. Patch by Neil Hemingway. RT #40042.
- Fixed a misuse of warnings::enabled(). Reported by Darian
Patrick. RT #39784.
- Syslog logging now requires Sys::Syslog 0.16+.
- If you don't pass a socket argument to Log::Dispatch::Syslog, it
does not call Sys::Syslog::setlogsock(), which is the preferred
option for portability.
* If any of the syslog calls die, this is trapped and the error is
output as a warning if warnings are on. This is mostly a workaround
for Sys::Sylog not handling utf-8. RT #35270 & #37397.
This isn't backwards-compatible, but it's probably wrong for the
logging code to die because it can't log (even though some other
output modules still do).
|
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-02-14 11:50:49 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated package to 2.21
Changelog:
2.21 Feb 6, 2008
- Added log_and_die() and log_and_croak() methods. Patch by Yuval
Kogman.
|
2007-12-16 08:14:42 by Ulrich Habel | Files touched by this commit (1) |
Log message:
Fixing error reported by babylon5.NetBSD.org weekly pkgsrc output (missing newline)
|
2007-12-09 23:18:55 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- updated to 2.20
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2.20 Nov 2, 2007
- One of the tests failed on Perl 5.6.x. Thanks to Slaven Rezic for
the report.
2.19 Nov 1, 2007
- Switched to providing a traditional Makefile.PL as well as a
Build.PL file. RT #27208.
- When permissions are specified for a Log::Dispatch::File object,
don't try to chmod the file unless the permissions of the file
differ from what the file already has. Based on a patch by Kevin. RT
#28151.
- Require at least Perl 5.6.0.
- Remove the tests for the email sending and exit codes, since the
test had a heisenbug I could not understand. I _think_ the code in
the email modules is correct, but the test isn't proving anything.
- Added a binmode parameter for Log::Dispatch::File. Based on a patch
by Angelo. RT #26063.
|
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 13:22:39 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.18:
2.18 May 12, 2007
- Log::Dispatch::ApacheLog should really now work under mod_perl 2, as
well as mod_perl 1. RT #26910.
2.17 Mar 31, 2007
- Log::Dispatch::ApacheLog should now work under mod_perl 2, as well
as mod_perl 1.
|
2007-02-18 03:45:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.16:
2.16 Dec 19, 2006 (Happy Birthday, Dad!)
- Don't require IO::String for running the tests. Reported by Andreas
Koenig. RT #23973.
- Moved Test::More to build_requires. Suggested by Andreas Koenig. RT
#23973.
2.15 Dec 16, 2006
- Don't try to test compilation of L::D::Syslog unless Sys::Syslog is
available. Patch by Kenichi Ishigaki. RT #23751.
- Allow a subroutine reference as a log message when callin
Log::Dispatch->log(). Suggested by Craig Manley. RT #23913.
- Added Log::Dispatch::Null output, primarily for testing.
2.14 Nov 18, 2006
This release only involves changes to the test suite.
- Make sure we don't fail if Apache::Log is not installed on the
system. RT #22791. Reported by Lee Goddard.
- Separated out compilation tests from other tests.
|
2006-11-01 14:34:30 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update p5-Log-Dispatch to 2.13.
Pkgsrc changes:
* Remove dependency p5-Test-Simple>=0.17, because base perl>=5.8.7 includes
newer version.
Changes:
2.13 Sep 25, 2006
- No code changes, just added a SUPPORT section to the docs referring
folks to RT for bug reports & patches.
2.12 Aug 9, 2006
- The various email sending modules could overwrite if they were in
buffered mode and they sent mail as a script exited. Reported by
Dean Kopesky.
- Doc tweaks. Make reference to "Log Levels" section in output module
docs more explicit. RT #11224.
|
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.
|