pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update audit-packages to 1.22:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14464cc4276b
branches:  trunk
changeset: 461412:14464cc4276b
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Sep 16 07:21:01 2003 +0000

description:
Update audit-packages to 1.22:

Make an informational message clearer.

diffstat:

 doc/CHANGES                                               |  3 ++-
 security/audit-packages/Makefile                          |  4 ++--
 security/audit-packages/files/download-vulnerability-list |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r bd5cccec8ae9 -r 14464cc4276b doc/CHANGES
--- a/doc/CHANGES       Tue Sep 16 03:10:32 2003 +0000
+++ b/doc/CHANGES       Tue Sep 16 07:21:01 2003 +0000
@@ -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 @@
        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 -r bd5cccec8ae9 -r 14464cc4276b security/audit-packages/Makefile
--- a/security/audit-packages/Makefile  Tue Sep 16 03:10:32 2003 +0000
+++ b/security/audit-packages/Makefile  Tue Sep 16 07:21:01 2003 +0000
@@ -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 -r bd5cccec8ae9 -r 14464cc4276b security/audit-packages/files/download-vulnerability-list
--- a/security/audit-packages/files/download-vulnerability-list Tue Sep 16 03:10:32 2003 +0000
+++ b/security/audit-packages/files/download-vulnerability-list Tue Sep 16 07:21:01 2003 +0000
@@ -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 @@
 
 # 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



Home | Main Index | Thread Index | Old Index