update to Squid 3.2.4
This commit is contained in:
parent
953137f236
commit
f973e9766c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.134 2012/12/03 23:10:37 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.135 2012/12/04 10:40:19 sthen Exp $
|
||||
|
||||
MULTI_PACKAGES= -main -ldap -ntlm
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT-main= WWW and FTP proxy cache and accelerator
|
||||
COMMENT-ldap= LDAP authentication/ACL support for Squid
|
||||
COMMENT-ntlm= NTLM authentication/ACL support for Squid
|
||||
|
||||
V= 3.2.3
|
||||
V= 3.2.4
|
||||
|
||||
DISTNAME= squid-$V
|
||||
PKGNAME-main= squid-$V
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (squid-3.2.3.tar.gz) = 75zNqmfAehgnfLa2IdX0EDlE8tbO+dXqCv+q5p2CFwA=
|
||||
SIZE (squid-3.2.3.tar.gz) = 4103625
|
||||
SHA256 (squid-3.2.4.tar.gz) = WBeOoS2/Cw4YBk8BEFQEd0QXsbCynHDWAkgaOMhP9KY=
|
||||
SIZE (squid-3.2.4.tar.gz) = 4107442
|
||||
|
17
www/squid/patches/patch-compat_xstrerror_h
Normal file
17
www/squid/patches/patch-compat_xstrerror_h
Normal file
@ -0,0 +1,17 @@
|
||||
$OpenBSD: patch-compat_xstrerror_h,v 1.1 2012/12/04 10:40:19 sthen Exp $
|
||||
|
||||
http://bazaar.launchpad.net/~squid/squid/3.2/revision/11738#compat/xstrerror.h
|
||||
|
||||
--- compat/xstrerror.h.orig Tue Dec 4 01:02:50 2012
|
||||
+++ compat/xstrerror.h Tue Dec 4 01:03:04 2012
|
||||
@@ -1,6 +1,10 @@
|
||||
#ifndef _SQUID_COMPAT_XSTRERROR_H
|
||||
#define _SQUID_COMPAT_XSTRERROR_H
|
||||
|
||||
+#if HAVE_ERRNO_H
|
||||
+#include <errno.h>
|
||||
+#endif
|
||||
+
|
||||
/** strerror() wrapper replacement.
|
||||
*
|
||||
* Provides the guarantee that a string is always returned.
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-src_cf_data_pre,v 1.33 2012/11/28 17:45:29 sthen Exp $
|
||||
$OpenBSD: patch-src_cf_data_pre,v 1.34 2012/12/04 10:40:19 sthen Exp $
|
||||
|
||||
30 seconds is too slow for rc.d
|
||||
|
||||
--- src/cf.data.pre.orig Sat Oct 20 13:39:49 2012
|
||||
+++ src/cf.data.pre Fri Nov 9 10:14:31 2012
|
||||
@@ -4765,7 +4765,7 @@ NAME: shutdown_lifetime
|
||||
--- src/cf.data.pre.orig Sun Dec 2 09:23:10 2012
|
||||
+++ src/cf.data.pre Tue Dec 4 00:44:33 2012
|
||||
@@ -4767,7 +4767,7 @@ NAME: shutdown_lifetime
|
||||
COMMENT: time-units
|
||||
TYPE: time_t
|
||||
LOC: Config.shutdownLifetime
|
||||
|
Loading…
x
Reference in New Issue
Block a user