summaryrefslogtreecommitdiff
path: root/mk/bulk/upload
diff options
context:
space:
mode:
authorhubertf <hubertf>2004-03-16 13:55:51 +0000
committerhubertf <hubertf>2004-03-16 13:55:51 +0000
commit8dd73799060ae090531fc00caddf323b97b79315 (patch)
treefef33409341a9f90abf05ceef4ee31cc59a5991c /mk/bulk/upload
parent0fb66c4ba555f752fa6d1200f99f7943c652a0ae (diff)
downloadpkgsrc-8dd73799060ae090531fc00caddf323b97b79315.tar.gz
Enforce vulnerability list being installed & correct & upto-date
before trying to upload anything.
Diffstat (limited to 'mk/bulk/upload')
-rw-r--r--mk/bulk/upload16
1 files changed, 13 insertions, 3 deletions
diff --git a/mk/bulk/upload b/mk/bulk/upload
index bd58936b235..73ce7275c70 100644
--- a/mk/bulk/upload
+++ b/mk/bulk/upload
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: upload,v 1.15 2004/02/25 09:20:59 grant Exp $
+# $NetBSD: upload,v 1.16 2004/03/16 13:55:51 hubertf Exp $
#
# Upload non-restricted binary pkgs to ftp server
@@ -65,10 +65,20 @@ upload_others=$TMP/upload_others
# May be different than $USR_PKGSRC:
pkgsrcdir=`cd pkgtools/pkglint ; ${BMAKE} show-var VARNAME=_PKGSRCDIR`
packages=`cd pkgtools/pkglint ; ${BMAKE} show-var VARNAME=PACKAGES`
+distdir=`cd pkgtools/pkglint ; ${BMAKE} show-var VARNAME=DISTDIR`
# Pull in some pkgs needed
-( cd pkgtools/pkglint ; ${BMAKE} bulk-install )
-( cd net/rsync ; ${BMAKE} bulk-install )
+( cd pkgtools/pkglint ; ${BMAKE} bulk-install )
+( cd net/rsync ; ${BMAKE} bulk-install )
+( cd security/audit-packages ; ${BMAKE} bulk-install )
+
+echo "Making sure vulnerability-list is upto date:"
+if [ $UPDATE_VULNERABILITY_LIST = "yes" ]
+then
+ env PKGVULNDIR=${distdir} download-vulnerability-list
+else
+ echo '(skipped)'
+fi
echo "Checking for restricted, out of date, and vulnerable packages:"
# -p = report old versions of packages