pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/pflogsumm



Module Name:    pkgsrc
Committed By:   scole
Date:           Sun Feb  3 01:56:07 UTC 2019

Modified Files:
        pkgsrc/sysutils/pflogsumm: Makefile distinfo

Log Message:
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."


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/pflogsumm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/pflogsumm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/pflogsumm/Makefile
diff -u pkgsrc/sysutils/pflogsumm/Makefile:1.19 pkgsrc/sysutils/pflogsumm/Makefile:1.20
--- pkgsrc/sysutils/pflogsumm/Makefile:1.19     Sat Feb  2 18:10:24 2019
+++ pkgsrc/sysutils/pflogsumm/Makefile  Sun Feb  3 01:56:07 2019
@@ -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

Index: pkgsrc/sysutils/pflogsumm/distinfo
diff -u pkgsrc/sysutils/pflogsumm/distinfo:1.5 pkgsrc/sysutils/pflogsumm/distinfo:1.6
--- pkgsrc/sysutils/pflogsumm/distinfo:1.5      Sat Feb  2 18:10:24 2019
+++ pkgsrc/sysutils/pflogsumm/distinfo  Sun Feb  3 01:56:07 2019
@@ -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