pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/pflogsumm NFC, add missing ChangeLog entries ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0304ac519689
branches: trunk
changeset: 329242:0304ac519689
user: scole <scole%pkgsrc.org@localhost>
date: Sun Feb 03 01:56:07 2019 +0000
description:
NFC, add missing ChangeLog entries to commit history
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."
diffstat:
sysutils/pflogsumm/Makefile | 2 +-
sysutils/pflogsumm/distinfo | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b17261895994 -r 0304ac519689 sysutils/pflogsumm/Makefile
--- a/sysutils/pflogsumm/Makefile Sun Feb 03 00:10:02 2019 +0000
+++ b/sysutils/pflogsumm/Makefile Sun Feb 03 01:56:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/02/02 18:10:24 scole Exp $
+# $NetBSD: Makefile,v 1.20 2019/02/03 01:56:07 scole Exp $
#
DISTNAME= pflogsumm-1.1.3
diff -r b17261895994 -r 0304ac519689 sysutils/pflogsumm/distinfo
--- a/sysutils/pflogsumm/distinfo Sun Feb 03 00:10:02 2019 +0000
+++ b/sysutils/pflogsumm/distinfo Sun Feb 03 01:56:07 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2019/02/02 18:10:24 scole Exp $
+$NetBSD: distinfo,v 1.6 2019/02/03 01:56:07 scole Exp $
SHA1 (pflogsumm-1.1.3.tar.gz) = 86bdb3b880896e9a4991dd3ea77c4981a5c65dcb
RMD160 (pflogsumm-1.1.3.tar.gz) = be63bd79c3bde406fe9e7fcc5b241fd7b2283ddb
Home |
Main Index |
Thread Index |
Old Index