pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update security/audit-packages to 1.29. Changes from ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/016018da6e12
branches: trunk
changeset: 467967:016018da6e12
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Feb 09 03:56:34 2004 +0000
description:
Update security/audit-packages to 1.29. Changes from version 1.28 include
supporting using the FreeBSD "fetch" command to get the vulnerabilities
list. Patch provided in PR 24371 by Michal Pasternak.
diffstat:
doc/CHANGES | 3 ++-
security/audit-packages/Makefile | 4 ++--
security/audit-packages/files/download-vulnerability-list | 3 ++-
3 files changed, 6 insertions(+), 4 deletions(-)
diffs (45 lines):
diff -r 2bf1e36e399c -r 016018da6e12 doc/CHANGES
--- a/doc/CHANGES Mon Feb 09 03:26:39 2004 +0000
+++ b/doc/CHANGES Mon Feb 09 03:56:34 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4740 2004/02/09 01:29:25 kim Exp $
+$NetBSD: CHANGES,v 1.4741 2004/02/09 03:57:18 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -716,3 +716,4 @@
Updated kde3 to 3.2.0nb2 [chris 2004-02-09]
Updated bogofilter to 0.16.4 [snj 2004-02-09]
Updated roller to 1.15 [kim 2004-02-09]
+ Updated audit-packages to 1.29 [jlam 2004-02-09]
diff -r 2bf1e36e399c -r 016018da6e12 security/audit-packages/Makefile
--- a/security/audit-packages/Makefile Mon Feb 09 03:26:39 2004 +0000
+++ b/security/audit-packages/Makefile Mon Feb 09 03:56:34 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2004/01/20 12:25:33 agc Exp $
+# $NetBSD: Makefile,v 1.43 2004/02/09 03:56:34 jlam Exp $
-DISTNAME= audit-packages-1.28
+DISTNAME= audit-packages-1.29
CATEGORIES= security pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 2bf1e36e399c -r 016018da6e12 security/audit-packages/files/download-vulnerability-list
--- a/security/audit-packages/files/download-vulnerability-list Mon Feb 09 03:26:39 2004 +0000
+++ b/security/audit-packages/files/download-vulnerability-list Mon Feb 09 03:56:34 2004 +0000
@@ -1,6 +1,6 @@
#! @SH@
-# $NetBSD: download-vulnerability-list,v 1.22 2003/12/03 04:58:01 martti Exp $
+# $NetBSD: download-vulnerability-list,v 1.23 2004/02/09 03:56:34 jlam Exp $
#
# Copyright (c) 2000-2003 Alistair Crooks. All rights reserved.
#
@@ -55,6 +55,7 @@
*curl) @FETCH_CMD@ ${FETCH_ARGS} -o ${NEW_VUL_LIST} ${VUL_SOURCE} ;;
*ftp) @FETCH_CMD@ ${FETCH_ARGS} -o ${NEW_VUL_LIST} ${VUL_SOURCE} ;;
*wget) @FETCH_CMD@ ${FETCH_ARGS} -O ${NEW_VUL_LIST} ${VUL_SOURCE} ;;
+*fetch) @FETCH_CMD@ ${FETCH_ARGS} -o ${NEW_VUL_LIST} ${VUL_SOURCE} ;;
*) echo "Unknown fetch command - please use send-pr to send in support for your fetch command" 1>&2
exit 1
;;
Home |
Main Index |
Thread Index |
Old Index