summaryrefslogtreecommitdiff
path: root/net/rancid/patches
diff options
context:
space:
mode:
authorpettai <pettai>2010-03-12 23:39:16 +0000
committerpettai <pettai>2010-03-12 23:39:16 +0000
commit754d43c4326eb0e5b3f73d0338f536766899be01 (patch)
treebc54dd41b33c20cf4ecd54129cb33fee2b0d6725 /net/rancid/patches
parentcd7fe97c0b8b16f7dbb3ccc6979124417f34c751 (diff)
downloadpkgsrc-754d43c4326eb0e5b3f73d0338f536766899be01.tar.gz
RANCID monitors a router's (or more generally a device's) configuration,
including software and hardware (cards, serial numbers, etc) and uses CVS (Concurrent Version System) or Subversion to maintain history of changes. CVE-2008-4979 (getipacctg) is still not fixed by upstream, however, that script is not part of the core fuction (rather a contrib) and probably not going to be used by the normal users of this package.
Diffstat (limited to 'net/rancid/patches')
-rw-r--r--net/rancid/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/rancid/patches/patch-aa b/net/rancid/patches/patch-aa
new file mode 100644
index 00000000000..6f2194d35b8
--- /dev/null
+++ b/net/rancid/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/03/12 23:39:16 pettai Exp $
+
+--- configure.orig 2009-12-13 00:37:15.000000000 +0100
++++ configure 2009-12-13 00:37:29.000000000 +0100
+@@ -6212,7 +6212,7 @@
+ # since organized religion; see if -U 4 works.
+ ${_diff}/diff -U 4 /dev/null /dev/null > /dev/null 2>&1
+ if test $? -ne 0; then
+- if test "${ADIFF}" == "" ; then
++ if test "${ADIFF}" = "" ; then
+ ADIFF="${_diff}/diff"
+ ADIFF_CMD="diff -c -4"
+ fi