From 6fabfb19923d5cf06e63f2a3ff4ec3007dcc31d3 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 4 Sep 2003 01:09:23 +0000 Subject: port update: www/dansguardian to version 2.6.1-3 The latest stable release of DansGuardian is 2.6.1-3. This release fixes a few security glitches in earlier releases, and adds several new features to improve filtering, throughput, and resource usage. A recommended update for all DG users. PR: ports/54199 Submitted by: Freddie Cash --- www/dansguardian/files/patch-FatController.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/dansguardian/files/patch-FatController.cpp (limited to 'www/dansguardian/files/patch-FatController.cpp') diff --git a/www/dansguardian/files/patch-FatController.cpp b/www/dansguardian/files/patch-FatController.cpp new file mode 100644 index 000000000000..541096155c69 --- /dev/null +++ b/www/dansguardian/files/patch-FatController.cpp @@ -0,0 +1,11 @@ +--- FatController.cpp.orig Mon Jul 7 14:59:33 2003 ++++ FatController.cpp Mon Jul 7 14:59:52 2003 +@@ -513,7 +513,7 @@ + if (conn) { + if (report) { + if (!isDaemonised) { +- std::cerr << "Error creating connecting to test proxy" << std::endl; ++ std::cerr << "Error creating connection to test proxy" << std::endl; + } + syslog(LOG_ERR, "%s","Error creating connection to test proxy"); + } -- cgit v1.2.3