Age | Commit message (Collapse) | Author | Files | Lines |
|
rel-1.1.3 20100320
Added long-awaited switches to optionally reduce detail reporting:
--bounce_detail=N, --deferral_detail=N, --reject_detail=N,
--smtp_detail=N, smtpd_warning_detail=N, and --detail=N. Setting
any of them to 0 suppresses that detail entirely. --detail=N sets
the default for all of them, as well as for -u=N and -h=N.
With the above enhancements, the following switches are depreciated,
and will eventually be removed: --no_bounce_detail,
--no_deferral_detail, --no_reject_detail and --no_smtpd_warnings.
They are replaced by setting the desired --*_detail=0. They still
work, but using them generates a warning.
Added support for parsing logs with RFC 3339 timestamps. Thanks
and a tip o' the hat to sftf-at-yandrex-dot-ru for the heads-up
and the code contribution. (N.B.: My code does not require a
command-line switch. The format is detected automatically.)
Fixed some --ignore-case inconsistincies. Thanks and a tip o'
the hat to Richard Blanchet (richard-dot-blanchet-at-free-dot-fr)
for the heads-up and the diff.
Fixed parsing bug that resulted in attempts to treat
kind-of-IPv4-looking strings as IPv4 addresses. (I really need to
improve reject/defer/etc. "reason" parsing to fix this properly.)
Thanks to Joseph Vit (jvit-at-certicon-dot-cz) for the bug
report.
rel-1.1.2 20080629
Fixed bug with calculating yesterday's date in vicinity of DST
changes. (Thanks and a tip o' the hat to Wieland Chmielewski
for bringing the problem to my attention.)
Added missing "underlining" to some (sub-)section titles for
consistency.
rel-1.1.1 20070406
Fixed to parse Postfix-2.3 (and beyond) logfiles. Thanks to
whomever contributed to
http://bugs.gentoo.org/show_bug.cgi?id=144236
Removed support for vmailer.
Removed "SMTPD_STATS_SUPPORT" "fences" in code in favour of code
to automatically detect the availability of Date::Calc. If
--smtpd_stats is specified and Date::Calc is not installed, now
bails-out with friendly message. (Adapted from suggestion and
examples provided by David Landgren <david-at-landgren-dot-net>.
Thanks!)
Removed rem_smtpd_stats_supp.pl utility from distribution. (No
longer needed.)
Memory footprint improvement: Pflogsumm no longer stores data for
reports that are supressed via --no_<mumble> switches.
Removed extraneous arguments in two calls to print_nested_hash
that would result in the "quiet" flag being ignored. Thanks to
Pavel Urban (pupu-at-pupu-dot-cz) for bringing that to my
attention.
Added notes to FAQ about translations and i18n, about mismatching
"received"/"delivered" counts, about bug in calculating "yesterday,"
and about John Fawcett's "prepflog."
|
|
|
|
|
|
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
|
|
|
|
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
|
|
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
|
NO_BUILD, USE_LIBTOOL.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
|
|
|
|
- numerous fixes to correctly parse logs from non-ancient versions of Postfix
- see http://jimsun.linxnet.com/downloads/ChangeLog-1.1.0
|
|
|
|
|
|
|
|
|
|
A script to provide an overview of postfix activity, with
just enough detail to give the administrator a "heads up"
for potential trouble spots.
Used by the new version of sysutils/roller.
|