mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Move security-check.awk to Mk/Scripts where it is more proper these days.
With hat: portmgr
This commit is contained in:
parent
dd77eff9e9
commit
94ec4229c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353534
@ -4273,7 +4273,7 @@ security-check:
|
||||
| ${XARGS} -0 -J % ${FIND} % -prune ! -type l -type f -print0 2> /dev/null \
|
||||
| ${XARGS} -0 -n 1 ${OBJDUMP} -R 2> /dev/null > ${WRKDIR}/.PLIST.objdump; \
|
||||
if \
|
||||
! ${AWK} -v audit="$${PORTS_AUDIT}" -f ${PORTSDIR}/Tools/scripts/security-check.awk \
|
||||
! ${AWK} -v audit="$${PORTS_AUDIT}" -f ${SCRIPTSDIR}/security-check.awk \
|
||||
${WRKDIR}/.PLIST.flattened ${WRKDIR}/.PLIST.objdump ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable; \
|
||||
then \
|
||||
www_site=$$(cd ${.CURDIR} && ${MAKE} www-site); \
|
||||
|
Loading…
Reference in New Issue
Block a user