Subject: CVS commit: pkgsrc/sysutils/detox
From: Thomas Klausner
Date: 2021-03-06 09:07:10
Message id: 20210306080710.F0C68FA95@cvs.NetBSD.org

Log Message:
detox: update to 1.4.1.

Update HOMEPAGE, from author in PR 56041.

1.4.1

Fixed a memory overflow bug while reading files from the command line, using
a patch from David Tardon, which was passed on by UsernameRandomlyGenerated.
[#56] #sf-patch-3

1.4.0

Added

    Regression tests for basic functionality, based on old custom scripts.
    Regression tests confirming fixes for previously fixed issues: #14, #19.

Changed

    Removed one check for . and .. when traversing a directory tree. #12
    Regenerated config file parser.
    Updated the safe filter to translate new lines, carriage returns, and tabs
    into underscores. #9 #11 #17

Fixed

    The examples in detox.1 no longer say -c when they mean -f. #30
    The command synopsis in detox.1 and inline-detox.1 no longer adds a dash
    before the sequence and configfile. #30

1.3.3

Fix version identifier in detox binary.

1.3.2

Fixed

    Table based UTF-8 translation no longer mangles characters. [#14]

1.3.1

Fixed

    Merged fix for Debian #861537, written by Vasily Kolobkov, passed on by
    Zenaan Harkness, Quentin Guittard, and Joao Eriberto Mota Filho. This
    addresses an issue with detox generating malformed characters during
    translation. #14

1.3.0

    Migrated from configure.in and Makefile.in to the full autoconf suite. [#1]
    Remove detox_path.h, in favor of command line defines. [#1]
    Removed libpopt support. [#2]
    Fixed the way inline-detox is generated. [#6]
    Merged parse_option_*.[ch] and file*.[ch]. [#1, #2, #6]
    Added --inline as an option to detox, to enable inline mode on the main
    binary. [#6]

Files:
RevisionActionfile
1.12modifypkgsrc/sysutils/detox/Makefile
1.4modifypkgsrc/sysutils/detox/PLIST
1.5modifypkgsrc/sysutils/detox/distinfo
1.1addpkgsrc/sysutils/detox/patches/patch-Makefile.in
1.2removepkgsrc/sysutils/detox/patches/patch-aa