pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/its4 patch-aa: Patch removes re-declaration of d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b03266196c09
branches: trunk
changeset: 463482:b03266196c09
user: rtr <rtr%pkgsrc.org@localhost>
date: Thu Nov 13 03:53:40 2003 +0000
description:
patch-aa: Patch removes re-declaration of default param val.
Should resolve pr pkg/23421.
diffstat:
devel/its4/distinfo | 3 ++-
devel/its4/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r cdaf356fd48d -r b03266196c09 devel/its4/distinfo
--- a/devel/its4/distinfo Thu Nov 13 00:42:15 2003 +0000
+++ b/devel/its4/distinfo Thu Nov 13 03:53:40 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:24 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/11/13 03:53:40 rtr Exp $
SHA1 (its4-1.1.1.tgz) = e4f53d50b3e58bda892088b15454493c3f07624b
Size (its4-1.1.1.tgz) = 59870 bytes
+SHA1 (patch-aa) = be67edcb8ca7859d9e2571b4e228bef5140e84cd
diff -r cdaf356fd48d -r b03266196c09 devel/its4/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/its4/patches/patch-aa Thu Nov 13 03:53:40 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/11/13 03:53:40 rtr Exp $
+
+--- resultsdb.C.orig 2000-10-06 01:56:59.000000000 +1100
++++ resultsdb.C
+@@ -43,7 +43,7 @@ void ResizeResultsTable()
+ delete[] old_table;
+ }
+
+-void AddResult(char *source, int l, Severity s, VulnInfo*v, int explanation=0)
++void AddResult(char *source, int l, Severity s, VulnInfo*v, int explanation)
+ {
+ Result &r = table[num_entries++];
+ r.source = source;
Home |
Main Index |
Thread Index |
Old Index