pkgsrc-Bugs archive

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

PR/55524 CVS commit: pkgsrc/pkgtools/pkglint



The following reply was made to PR pkg/55524; it has been noted by GNATS.

From: "Roland Illig" <rillig%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55524 CVS commit: pkgsrc/pkgtools/pkglint
Date: Sun, 2 Aug 2020 13:27:17 +0000

 Module Name:	pkgsrc
 Committed By:	rillig
 Date:		Sun Aug  2 13:27:17 UTC 2020
 
 Modified Files:
 	pkgsrc/pkgtools/pkglint: Makefile
 	pkgsrc/pkgtools/pkglint/files: mklexer.go mklexer_test.go patches.go
 	    patches_test.go
 
 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.666 -r1.667 pkgsrc/pkgtools/pkglint/Makefile
 cvs rdiff -u -r1.9 -r1.10 pkgsrc/pkgtools/pkglint/files/mklexer.go
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/pkgtools/pkglint/files/mklexer_test.go
 cvs rdiff -u -r1.44 -r1.45 pkgsrc/pkgtools/pkglint/files/patches.go
 cvs rdiff -u -r1.42 -r1.43 pkgsrc/pkgtools/pkglint/files/patches_test.go
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index