diff options
author | agc <agc@pkgsrc.org> | 2003-09-16 07:21:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-09-16 07:21:01 +0000 |
commit | 1cbfd70c0eb88b1d55e74ee8679a8c06f155378f (patch) | |
tree | 0635496bcb561c0f7825f6e8ce16835df01af26f | |
parent | 3886f340f126f19c1a573dcb8afbf8e99b24fe35 (diff) | |
download | pkgsrc-1cbfd70c0eb88b1d55e74ee8679a8c06f155378f.tar.gz |
Update audit-packages to 1.22:
Make an informational message clearer.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | security/audit-packages/Makefile | 4 | ||||
-rw-r--r-- | security/audit-packages/files/download-vulnerability-list | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 1626eebfe7e..d982ccbfab5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3390 2003/09/16 01:33:33 jlam Exp $ +$NetBSD: CHANGES,v 1.3391 2003/09/16 07:22:15 agc Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3708,3 +3708,4 @@ Changes to the packages collection and infrastructure in 2003: Updated rocksndiamonds-sdl to 3.0.4 [adam 2003-09-15] Added py-TPG 2.1.6 [recht 2003-09-15] Removed samba20 [jlam 2003-09-16] + Updated audit-packages to 1.22 [adam 2003-09-16] diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile index db247f02b91..e1aaf8e4e56 100644 --- a/security/audit-packages/Makefile +++ b/security/audit-packages/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2003/09/12 12:57:10 seb Exp $ +# $NetBSD: Makefile,v 1.31 2003/09/16 07:21:01 agc Exp $ -DISTNAME= audit-packages-1.21 +DISTNAME= audit-packages-1.22 WRKSRC= ${WRKDIR} CATEGORIES= security pkgtools MASTER_SITES= # empty diff --git a/security/audit-packages/files/download-vulnerability-list b/security/audit-packages/files/download-vulnerability-list index 3f2960a173e..0af6f51b7a4 100644 --- a/security/audit-packages/files/download-vulnerability-list +++ b/security/audit-packages/files/download-vulnerability-list @@ -1,6 +1,6 @@ #! @SH@ -# $NetBSD: download-vulnerability-list,v 1.17 2003/09/09 17:31:34 agc Exp $ +# $NetBSD: download-vulnerability-list,v 1.18 2003/09/16 07:21:03 agc Exp $ : ${PKGVULNDIR=@PKGVULNDIR@} @@ -61,7 +61,7 @@ fi # if we need the new file, move it into position if $neednew; then - echo "Package vulnerabilities file has been modified" + echo "Package vulnerabilities file has been updated" @CHMOD@ a+r ${NEW_VUL_LIST} @MV@ -f ${NEW_VUL_LIST} ${EXIST_VUL_LIST} else |