5359105907
- Malicious users may spoof DNS lookups if the DNS client UDP port (random, assigned by OS at startup) is unfiltered and your network is not protected from IP spoofing. - CVE-1999-0710, adds access controls to the cachemgr.cgi script, preventing it from being abused to reach other servers than allowed in a local configuration file.
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
$OpenBSD: patch-errors_Makefile_in,v 1.6 2005/05/25 02:27:13 brad Exp $
|
|
--- errors/Makefile.in.orig Fri Mar 18 19:55:41 2005
|
|
+++ errors/Makefile.in Wed May 18 18:10:12 2005
|
|
@@ -119,7 +119,7 @@ am__quote = @am__quote@
|
|
install_sh = @install_sh@
|
|
makesnmplib = @makesnmplib@
|
|
|
|
-errordir = $(datadir)/errors
|
|
+errordir = $(prefix)/share/examples/squid/errors
|
|
|
|
DEFAULT_ERROR_DIR = $(errordir)
|
|
|