Subject: CVS commit: pkgsrc/security/audit-packages
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 10/18/2003 10:16:57
Module Name: pkgsrc
Committed By: agc
Date: Sat Oct 18 10:16:57 UTC 2003
Modified Files:
pkgsrc/security/audit-packages: Makefile
pkgsrc/security/audit-packages/files: audit-packages
download-vulnerability-list
Log Message:
Update audit-packages to 1.25.
+ get rid of unnecessary awk invocation in audit-packages, use shell
construction instead, pointed out by enami tsugutomo. Cuts system and
user execution times for audit-packages in half.
+ add (4-clause) licences to audit-packages and download-vulnerability-list
+ check integrity of pkg-vulnerabilities file in audit-packages by using
the same construct as in download-vulnerability-list
+ CSE in error checking in audit-packages
+ properly terminate a case expression in download-vulnerability-list
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/security/audit-packages/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/security/audit-packages/files/audit-packages
cvs rdiff -r1.20 -r1.21 \
pkgsrc/security/audit-packages/files/download-vulnerability-list
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.