Subject: Re: pkg/35091: make update erases packages before vulnerability check
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 11/22/2006 08:45:02
The following reply was made to PR pkg/35091; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/35091: make update erases packages before vulnerability check
Date: Wed, 22 Nov 2006 09:44:11 +0100
On Wed, Nov 22, 2006 at 04:30:00AM +0000, dholland@eecs.harvard.edu wrote:
> If I understand correctly it should be sufficient to add
>
> ${_PKG_SILENT}${_PKG_DEBUG}${RECURSIVE_MAKE} ${MAKEFLAGS} check-vulnerable
I think it is even simpler to just add a dependency of update on
check-vulnerable. I have no means to test that though. Don't forget to
do that in both cases.
Joerg