Subject: CVS commit: pkgsrc/pkgtools/pkglint
From: Roland Illig
Date: 2020-08-02 15:27:17
Message id: 20200802132717.CA43CFB28@cvs.NetBSD.org

Log Message:
pkgtools/pkglint: update to 20.2.6

Changes since 20.2.5:

Some selected absolute paths, such as /etc/passwd, /etc/shadow and
/etc/hosts are allowed in patch files.  Other files in /etc should still
use PKG_SYSCONFDIR, to keep the package portable between platforms and
also in unprivileged mode. (Fixes PR pkg/55524.)

Absolute pathnames are also allowed in C-style end-of-line comments
(fixes PR pkg/55516) and in continuations of C-style block comments
(fixes PR pkg/55524).

The explanation for make's :ts modifier has been adjusted to the 2020
bmake update.  The modifier :ts\040 is now interpreted as octal, as
opposed to decimal.

Files:
RevisionActionfile
1.667modifypkgsrc/pkgtools/pkglint/Makefile
1.10modifypkgsrc/pkgtools/pkglint/files/mklexer.go
1.7modifypkgsrc/pkgtools/pkglint/files/mklexer_test.go
1.45modifypkgsrc/pkgtools/pkglint/files/patches.go
1.43modifypkgsrc/pkgtools/pkglint/files/patches_test.go