head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.8 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.2 pkgsrc-2008Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2008.10.20.03.12.36; author taca; state dead; branches; next 1.1; 1.1 date 2008.09.16.03.27.19; author taca; state Exp; branches; next ; desc @@ 1.2 log @Update squid30 package to 3.0.10. Changes to squid-3.0.STABLE10 (14 Oct 2008): - Bug 2391: Regression: bad assert in forwarding - Bug 2447: Segfault on failed TCP DNS query - Bug 2393: DNS requests getting stuck in idns queue - Bug 2433: FTP PUT gives bad gateway - Bug 2465: Limited DragonflyBSD support - ... and other minor bugs and documentation @ text @$NetBSD: patch-ba,v 1.1 2008/09/16 03:27:19 taca Exp $ --- include/config.h.orig 2008-09-10 01:06:41.000000000 +0900 +++ include/config.h @@@@ -111,6 +111,9 @@@@ #elif defined(__OpenBSD__) #define _SQUID_OPENBSD_ +#elif defined(__DragonFly__) +#define _SQUID_DRAGONFLY_ + #elif defined(__CYGWIN32__) || defined(__CYGWIN__) #define _SQUID_CYGWIN_ #define _SQUID_WIN32_ @@@@ -340,7 +343,7 @@@@ typedef union { /* * Don't allow inclusion of malloc.h on FreeBSD, Next and OpenBSD */ -#if defined(HAVE_MALLOC_H) && (defined(_SQUID_FREEBSD_) || defined(_SQUID_NEXT_) || defined(_SQUID_OPENBSD_)) +#if defined(HAVE_MALLOC_H) && (defined(_SQUID_FREEBSD_) || defined(_SQUID_NEXT_) || defined(_SQUID_OPENBSD_)) || defined(_SQUID_DRAGONFLY_) #undef HAVE_MALLOC_H #endif @ 1.1 log @Fix two problems reported by Hasso Tepper via PR pkg/39554. * OpenSSL portability problem. * DragonFly support. @ text @d1 1 a1 1 $NetBSD$ @