Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-10-03 | mk: Add support for SSP checks. | jperkin | 4 | -2/+193 |
2017-10-02 | mk: check for installed files that are not in PLIST by default | wiz | 1 | -6/+2 |
2017-07-05 | Also check for RELRO in shared libraries | khorben | 1 | -3/+3 |
2017-07-05 | Only check ELF binaries for RELRO | khorben | 1 | -3/+4 |
2017-07-04 | Implement a check for RELRO | khorben | 4 | -2/+192 |
2017-06-14 | Essentially from OBATA Akio in private mail, June 2015: | prlw1 | 1 | -1/+6 |
2017-06-01 | Provide switch to activate new frameworks to replace "pkginstall". | jlam | 1 | -2/+2 |
2017-05-31 | Check that some variables have the correct number of words. | jlam | 1 | -2/+6 |
2017-05-03 | Introduce CHECK_SHLIBS_BLACKLIST which allows users to specify a list of | jperkin | 2 | -3/+21 |
2017-04-26 | Only perform the CHECK_WRKREF_EXTRA_DIRS check on the resolved path rather | jperkin | 1 | -7/+7 |
2017-04-01 | Fixed typo. | rillig | 1 | -3/+3 |
2016-08-20 | Fix for otool from Xcode 8.0 | adam | 1 | -2/+2 |
2016-04-10 | Remove support for USE_DESTDIR=no. | joerg | 1 | -35/+1 |
2016-03-11 | Explicitly skip directories. PR 50955. | dholland | 1 | -1/+4 |
2016-03-10 | Reset 'found' variable for each library check. Previously, all subsequent | jperkin | 1 | -1/+2 |
2016-02-24 | Fix issue with VAX when awk's split is called with empty string. | jklos | 1 | -1/+3 |
2016-02-19 | Add an additional check to ensure that library REQUIRES are not relative | jperkin | 1 | -4/+9 |
2015-11-27 | Perform interpreter sed(1) check with LC_ALL=C, avoids failures on newer | jperkin | 1 | -2/+2 |
2015-11-24 | Do the "defined && !empty" dance for NetBSD 5 make. | jperkin | 1 | -2/+2 |
2015-11-16 | Add support for CHECK_WRKREF_EXTRA_DIRS to check-shlibs. If "extra" is | jperkin | 2 | -2/+13 |
2015-08-17 | Introduce support for checking Mach-O dynamic libraries. | jperkin | 3 | -19/+138 |
2015-08-17 | Fix check-shlibs regular expression to match .dylib/.sl the same as .so | jperkin | 1 | -2/+2 |
2015-08-10 | Fix typo in local variable name. | jperkin | 1 | -2/+2 |
2015-04-29 | Use a single egrep and regexp instead of iterating over the list of files to | jperkin | 1 | -5/+3 |
2015-04-29 | Only check executable files for valid interpreters. By the time this check is | jperkin | 1 | -10/+3 |
2015-02-16 | Remove obsolete bulk build variables. | jperkin | 1 | -5/+1 |
2015-02-01 | Revert "Drop obsolated old bulk build related variable settings." | obache | 1 | -1/+5 |
2014-11-21 | Drop obsolated old bulk build related variable settings. | obache | 1 | -5/+1 |
2014-10-12 | Simplify PKG_DEVELOPER checks. | joerg | 9 | -21/+24 |
2014-10-03 | Cache the results of getline and system() calls. Testing with | jperkin | 1 | -7/+20 |
2014-10-01 | Fix the readelf environment variable. | jperkin | 1 | -2/+2 |
2014-09-07 | Set nrpath correctly in the case where there is no RPATH at all. Fixes | jperkin | 1 | -2/+2 |
2014-09-06 | Ensure we iterate over the RPATH in search order, rather than relying on | jperkin | 1 | -5/+5 |
2014-09-04 | Add a 'wrappers' option for CHECK_WRKREF which, if enabled, will check for | jperkin | 1 | -3/+8 |
2014-05-09 | use configured in check-perms | richard | 1 | -2/+2 |
2014-03-11 | Revert rev. 1.5 | ryoon | 1 | -3/+1 |
2014-03-11 | Revert rev. 1.5 and 1.6 | ryoon | 1 | -11/+2 |
2014-03-11 | Fix "illegal reference to local variable word" error with lang/nawk | ryoon | 1 | -2/+11 |
2014-03-02 | Imprement CHECK_SHLIBS_SKIP, same as other CHECK_*_SKIP. | obache | 1 | -1/+20 |
2014-03-01 | Fixes floating point exceptions on VAX. | jklos | 1 | -1/+3 |
2014-02-20 | Prevent _CHECK_FILES_{PRE,POST} to include check-files-{pre,post}-message | obache | 1 | -5/+5 |
2013-10-25 | Some Linux systems now use DT_RUNPATH, so match it here as well. | joerg | 1 | -6/+6 |