bugfix update; from maintainer (brad@)

This commit is contained in:
todd 2007-01-13 16:13:28 +00:00
parent a5a8bb7cdc
commit 5b9b91a5d5
4 changed files with 15 additions and 15 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.83 2006/11/13 02:11:39 brad Exp $
# $OpenBSD: Makefile,v 1.84 2007/01/13 16:13:28 todd Exp $
COMMENT= "WWW and FTP proxy cache and accelerator"
DISTNAME= squid-2.6.STABLE5
DISTNAME= squid-2.6.STABLE6
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}Versions/v2/2.6/
DIST_SUBDIR= squid

View File

@ -1,4 +1,4 @@
MD5 (squid/squid-2.6.STABLE5.tar.gz) = f2ec9d9e376974b5af4c7bb94d6ee852
RMD160 (squid/squid-2.6.STABLE5.tar.gz) = 4f3f248678c76b5a289b40cc0279333d40a81ae5
SHA1 (squid/squid-2.6.STABLE5.tar.gz) = 9bf5879c166521f519bfe1a1244125a87085ea5f
SIZE (squid/squid-2.6.STABLE5.tar.gz) = 1622608
MD5 (squid/squid-2.6.STABLE6.tar.gz) = 9e10815ed542fefa06fbcaefdfcb05b3
RMD160 (squid/squid-2.6.STABLE6.tar.gz) = de0d7d22ab7fedb77e8034fe2028610c9303257f
SHA1 (squid/squid-2.6.STABLE6.tar.gz) = 170cb5f6f603404c245d7b25911da8567859cec4
SIZE (squid/squid-2.6.STABLE6.tar.gz) = 1623289

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_cf_data_pre,v 1.20 2006/10/03 05:00:49 brad Exp $
--- src/cf.data.pre.orig Fri Sep 22 02:36:51 2006
+++ src/cf.data.pre Tue Sep 26 19:30:13 2006
@@ -3280,7 +3280,7 @@ DOC_END
$OpenBSD: patch-src_cf_data_pre,v 1.21 2007/01/13 16:13:29 todd Exp $
--- src/cf.data.pre.orig Tue Nov 28 18:51:52 2006
+++ src/cf.data.pre Fri Dec 22 23:55:29 2006
@@ -3285,7 +3285,7 @@ DOC_END
NAME: cache_effective_user
TYPE: string
@ -10,7 +10,7 @@ $OpenBSD: patch-src_cf_data_pre,v 1.20 2006/10/03 05:00:49 brad Exp $
LOC: Config.effectiveUser
DOC_START
If you start Squid as root, it will change its effective/real
@@ -3295,7 +3295,7 @@ DOC_END
@@ -3300,7 +3300,7 @@ DOC_END
NAME: cache_effective_group
TYPE: string

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_client_side_c,v 1.9 2006/11/13 02:11:39 brad Exp $
--- src/client_side.c.orig Sat Sep 30 17:10:48 2006
+++ src/client_side.c Sat Nov 4 15:50:21 2006
@@ -4456,7 +4456,7 @@ clientNatLookup(ConnStateData * conn)
$OpenBSD: patch-src_client_side_c,v 1.10 2007/01/13 16:13:29 todd Exp $
--- src/client_side.c.orig Sun Dec 10 18:53:44 2006
+++ src/client_side.c Fri Dec 22 23:55:29 2006
@@ -4440,7 +4440,7 @@ clientNatLookup(ConnStateData * conn)
static int pffd = -1;
static time_t last_reported = 0;
if (pffd < 0) {