pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/37825: please fix message from mk/flavor/pkg/check.mk



The following reply was made to PR pkg/37825; it has been noted by GNATS.

From: Adrian Portelli <adrianp%stindustries.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: ishit%oak.dti.ne.jp@localhost
Subject: Re: pkg/37825: please fix message from mk/flavor/pkg/check.mk
Date: Sun, 20 Jan 2008 21:17:54 +0000

 ...
 > pkgsrc-current, security/audit-package is none.
 > But, mk/flavor/pkg/check.mk said,
 > "To fix, install the pkgsrc/security/audit-packages".
 > 
 > 
 >                 if ${TEST} ! -f "$$vulnfile"; then                      \
 >                         ${PHASE_MSG} "Skipping vulnerability checks.";  \
 >                         ${WARNING_MSG} "No $$vulnfile file found.";     \
 >                         ${WARNING_MSG} "To fix, install the 
 > pkgsrc/security/audit-packages"; \
 >                         ${WARNING_MSG} "package and run: 
 > \`${DOWNLOAD_VULN_LIST}'."; \
 >                         exit 0;                                         \
 >                 fi;                                                     \
 
 This message will only be displayed if pkg_install<20070714, which makes 
 the message correct as before that date audit-packages was not merged 
 into pkg_install.  If you are running pkg_install>20070714 there's a 
 different message displayed (line 53-59 of rev 1.6)
 
 if ${TEST} ! -f "$$vulnfile"; then                      \
   ${PHASE_MSG} "Skipping vulnerability checks.";       \
   ${WARNING_MSG} "No $$vulnfile file found.";          \
   ${WARNING_MSG} "To fix run: \`${DOWNLOAD_VULN_LIST}'.";\
   exit 0;                                         \
 fi;
 
 Could you please tell me which revision of check.mk you have and what 
 version of pkg_install you have installed.
 
 thanks,
 
 adrian.
 



Home | Main Index | Thread Index | Old Index