2023-01-29 14:36:32 by Roland Illig | Files touched by this commit (45) | |
Log message:
pkgtools/pkglint: update to 22.4.0
Changes since 22.3.2:
Numeric comparisons of _PYTHON_VERSION generate an error since that
variable can have the value 'none', which is not numeric. Furthermore,
the variable is from the internal namespace and thus should not be used
by packages at all.
Warnings about COMPILER_RPATH_FLAG no longer suggest different and
conflicting replacements.
Cleanup: Handling of doc/CHANGES was moved to changes.go, and since
go1.19.4, comments are formatted differently.
|
2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | |
Log message:
Revbump all Go packages after go119 update
|
2022-12-08 17:14:27 by Benny Siegert | Files touched by this commit (122) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-11-29 00:33:29 by Roland Illig | Files touched by this commit (6) | |
Log message:
pkgtools/pkglint: update to 22.3.2
Changes since 22.3.1:
Complain about conditions of the form '_PYTHON_VERSION < 38', as they
lead to 'Malformed conditional' when _PYTHON_VERSION is 'none' instead
of a number.
|
2022-11-19 11:51:07 by Roland Illig | Files touched by this commit (8) |
Log message:
pkgtools/pkglint: Update to 22.3.1
Changes since 22.3.0:
In doc/CHANGES files, check for typos in month and day of the dates.
In conditions for YesNo variables, suggest to replace the modifier
':M[yY][eE][sS]' with a simpler comparison.
https://mail-index.netbsd.org/tech-pkg/2022/11/16/msg026992.html
|
2022-11-02 20:39:58 by Benny Siegert | Files touched by this commit (115) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-10-05 13:33:09 by Benny Siegert | Files touched by this commit (113) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-10-02 17:11:19 by Roland Illig | Files touched by this commit (1) |
Log message:
pkgtools/pkglint: fix check for package option groups
|
2022-10-02 16:39:37 by Roland Illig | Files touched by this commit (9) | |
Log message:
pkgtools/pkglint: update to 22.3.0
Changes since 22.2.7:
Pkglint no longer wrongly warns about package options from optional or
required option groups. Fixes PR 57038.
|
2022-09-26 20:40:24 by Benny Siegert | Files touched by this commit (113) |
Log message:
Revbump all Go packages after 1.19 became default
|