pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/audit-packages Fix inconsistent filename for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3df6afe29e0c
branches:  trunk
changeset: 460739:3df6afe29e0c
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Sep 03 15:06:59 2003 +0000

description:
Fix inconsistent filename for "pkg-vulnerabilities" file in
"audit-packages" script. Bump package version again.

diffstat:

 security/audit-packages/Makefile             |  4 ++--
 security/audit-packages/files/audit-packages |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 05295a291b6a -r 3df6afe29e0c security/audit-packages/Makefile
--- a/security/audit-packages/Makefile  Wed Sep 03 15:05:43 2003 +0000
+++ b/security/audit-packages/Makefile  Wed Sep 03 15:06:59 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2003/09/02 10:20:27 agc Exp $
+# $NetBSD: Makefile,v 1.28 2003/09/03 15:06:59 tron Exp $
 
-DISTNAME=      audit-packages-1.18
+DISTNAME=      audit-packages-1.19
 WRKSRC=                ${WRKDIR}
 CATEGORIES=    security pkgtools
 MASTER_SITES=  # empty
diff -r 05295a291b6a -r 3df6afe29e0c security/audit-packages/files/audit-packages
--- a/security/audit-packages/files/audit-packages      Wed Sep 03 15:05:43 2003 +0000
+++ b/security/audit-packages/files/audit-packages      Wed Sep 03 15:06:59 2003 +0000
@@ -1,10 +1,10 @@
 #! @SH@
 
-# $NetBSD: audit-packages,v 1.11 2003/09/02 10:20:28 agc Exp $
+# $NetBSD: audit-packages,v 1.12 2003/09/03 15:07:00 tron Exp $
 
 : ${PKGVULNDIR=@PKGVULNDIR@}
 
-if [ ! -f ${PKGVULNDIR}/vulnerabilities ]; then
+if [ ! -f ${PKGVULNDIR}/pkg-vulnerabilities ]; then
        echo "** Missing ${PKGVULNDIR}/pkg-vulnerabilities" 1>&2
        echo "** run download-vulnerability-list" 1>&2
        exit 1



Home | Main Index | Thread Index | Old Index