2021-10-26 13:11:08 by Nia Alarie | Files touched by this commit (12) |
Log message:
pkgtools: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-09 10:33:10 by Roland Illig | Files touched by this commit (10) | |
Log message:
pkgtools/pkglint: update to 21.3.1
Changes since 21.3.0:
When checking a standalone makefile fragment, pkglint reports redundant
variable declarations.
In pathname patterns, spaces and other escaping is allowed. This is
needed for devel/meson. While here, register MESON_REQD.
Adjust to the removal of SHA1 for distfiles. Only RMD160, SHA512 and
Size remain now. Patches continue to use SHA1 since they don't come
via untrusted paths.
|
2021-10-08 20:55:13 by Benny Siegert | Files touched by this commit (96) | |
Log message:
Revbump all Go packages after go117 update
|
2021-10-07 16:47:20 by Nia Alarie | Files touched by this commit (12) |
Log message:
parallel: Remove SHA1 hashes for distfiles
|
2021-09-27 11:24:59 by Roland Illig | Files touched by this commit (1) | |
Log message:
pkglint: update to 21.3.0
No changes since 21.2.6, the version bump is only to mark it for the
upcoming stable branch.
|
2021-09-17 15:52:58 by Benny Siegert | Files touched by this commit (99) | |
Log message:
Revbump all Go packages after go117 update
|
2021-08-14 17:11:30 by Roland Illig | Files touched by this commit (4) | |
Log message:
pkgtools/pkglint: update to 21.2.6
Changes since 21.2.5:
Do not warn when a variable SITES.* refers to a GitHub URL directly
instead of using MASTER_SITE_GITHUB. The variable expression for
supporting multiple master sites would become quite complicated for
human readers, especially with a leading '-' and a long trailing path.
|
2021-08-14 11:46:11 by Roland Illig | Files touched by this commit (9) | |
Log message:
pkgtools/pkglint: update to 21.2.5
Changes since 21.2.4:
Fixed wrong warning about man/man1 in INSTALLATION_DIRS.
Fixed outdated warning that preformatted manual pages should end in
'.0' since SunOS uses the section prefix for them.
|
2021-08-14 10:19:49 by Roland Illig | Files touched by this commit (11) | |
Log message:
pkgtools/pkglint: update to 21.2.4
Changes since 21.2.3:
Fixed loading of the tool definitions. This adds 76 warnings for
packages that use tools without adding them to USE_TOOLS. It also fixes
the warning about gmake and Meson.
|
2021-08-12 07:29:42 by Roland Illig | Files touched by this commit (3) | |
Log message:
pkgtools/pkglint: update to 21.2.3
Changes since 21.2.2:
Temporarily disable the warning about Meson and gmake. It led to a
false positive in x11/libxkbcommon, where pkglint wrongly assumed that
the package would use gmake.
For packages using Meson, do not warn if an included package uses
CONFIGURE_ARGS.
|