Age | Commit message (Expand) | Author | Files | Lines |
2022-11-28 | check-files.mk: fix execution when CHECK_FILES_STRICT=yes | gutteridge | 1 | -3/+3 |
2022-11-23 | mk: check performance improvements. | jperkin | 11 | -69/+67 |
2022-08-18 | Don't escape newline and tab in regex, newer gawk complains. | joerg | 2 | -6/+6 |
2022-08-18 | Use a deterministic locale when running the relro AWK script. | joerg | 1 | -1/+2 |
2022-03-07 | mk/check: Do not waste time checking binaries that set EMUL_PLATFORM. | nia | 2 | -4/+7 |
2022-02-14 | Fix a broken CVS tag | pho | 1 | -1/+1 |
2022-02-13 | check-pie-elf.awk: make the failure case amuse me less | nia | 1 | -4/+4 |
2022-01-18 | Add a package-settable variable PKGSRC_OVERRIDE_MKPIE | pho | 4 | -2/+166 |
2021-10-11 | mk: Rename variable to CHECK_SHLIBS_TOXIC. | jperkin | 2 | -12/+14 |
2021-02-01 | mk: Use "_PKGSRC_USE_RELRO" instead of "PKGSRC_USE_RELRO" | tpaul | 1 | -2/+2 |
2021-01-04 | check-portability: always skip files whose name ends with tilde | rillig | 1 | -4/+5 |
2020-12-20 | check-files.mk: fix typo in comment | gutteridge | 1 | -2/+2 |
2020-10-09 | mk: Exclude /System/Library on Big Sur too. | jperkin | 1 | -3/+7 |
2020-10-09 | mk: Handle missing system libraries on Big Sur. | jperkin | 2 | -2/+8 |
2020-06-07 | mk/check/check-portability.mk: remove leaked debug code | rillig | 1 | -2/+1 |
2020-06-07 | mk/check/check-portability.mk: use predefined tools | rillig | 1 | -3/+5 |
2020-05-28 | Flip the switch on ALLOW_VULNERABLE_PACKAGES to allow them by default. | maya | 1 | -6/+1 |
2020-05-09 | mk/check/check-portability.mk: improve documentation | rillig | 1 | -12/+12 |
2020-05-05 | mk/check/check-portability: opt-in for newer portability checks | rillig | 2 | -3/+12 |
2020-05-04 | mk/check/check-portability: fix error message when no patches are found | rillig | 1 | -2/+11 |
2020-05-04 | mk/check/check-portability: skip X.in if X is patched | rillig | 3 | -4/+12 |
2020-04-26 | mk/check/check-wrkref.mk: fix shell quoting | rillig | 1 | -3/+3 |
2020-03-23 | mk: Explain what SSP is, requested by rillig@. | jperkin | 1 | -2/+3 |
2020-03-23 | mk: Remove warning messages for unsupported check targets. | jperkin | 3 | -30/+12 |
2020-03-18 | Increase developer friendliness by including the line number. | joerg | 1 | -7/+13 |
2020-03-13 | mk/check: revert collateral damage from previous commit | rillig | 3 | -12/+112 |
2020-03-13 | mk/check/check-perms: allow packages to skip the check completely | rillig | 4 | -114/+14 |
2020-03-13 | mk/check/check-portability: exclude REPLACE_BASH by default | rillig | 1 | -4/+4 |
2020-03-12 | mk/check/check-portability: check plain Makefiles as well | rillig | 1 | -2/+2 |
2020-03-12 | mk/check/check-portability: don't check Makefile.am | rillig | 1 | -4/+7 |
2020-03-12 | mk/check/check-portability: support file names with spaces | rillig | 1 | -2/+5 |
2020-03-12 | mk/check/check-portability: check Makefile.am and Makefile.in as well | rillig | 1 | -2/+8 |
2020-03-11 | mk/check/check-portability: document why *.am and *.in must be checked | rillig | 1 | -1/+5 |
2020-03-11 | mk/check: reduce running time of portability check | rillig | 1 | -1/+11 |
2020-03-11 | mk/check: remove obsolete SKIP_PORTABILITY_CHECK variable | rillig | 1 | -4/+1 |
2020-03-11 | mk/check: enable check-portability for [[ | rillig | 2 | -2/+8 |
2020-01-16 | Don't escape newline and tab in regex, newer gawk complains. | joerg | 1 | -3/+3 |
2019-10-06 | mk/check: remove documentation for obsolete SKIP_PORTABILITY_CHECK | rillig | 1 | -12/+5 |
2019-10-01 | mk/check/check-perms.mk: complete the _VARGROUPS section | rillig | 1 | -1/+4 |
2019-10-01 | mk/check/check-perms.mk: fix typo in _VARGROUPS section | rillig | 1 | -2/+2 |
2019-04-24 | Don't complain if binaries without an interpreter or .dynamic section don't | maya | 1 | -2/+9 |
2019-01-17 | mk/check: document how check-portability.sh is typically invoked | rillig | 1 | -2/+2 |
2018-10-01 | check-shlibs.mk: avoid l10n of awk-parsed messages. | triaxx | 1 | -1/+2 |
2018-06-07 | check-shlibs-macho.awk: revert previous | dbj | 1 | -10/+1 |
2018-06-07 | check-shlibs-macho.awk: fix support for checking modules | dbj | 1 | -1/+10 |
2018-05-25 | check-shlibs-macho.awk: Implement revision 1.3 correctly. | jperkin | 1 | -1/+3 |
2018-05-25 | check-shlibs-macho.awk: Revert revision 1.3. | jperkin | 1 | -2/+2 |
2018-03-23 | Wrong place to patch readelf | triaxx | 1 | -2/+2 |
2018-03-22 | Fix wrong parsing due to localized readelf on Linux | triaxx | 1 | -2/+2 |
2018-03-04 | mk/check/check-relro.mk: explain what RELRO means | rillig | 1 | -2/+3 |