Up to [cvs.NetBSD.org] / pkgsrc / www / squid
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.21, Tue Apr 2 15:42:21 2013 UTC (9 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
HEAD
Changes since 1.20: +1 -1
lines
FILE REMOVED
Move squid/options.mk to squid27/options.mk since squid/options.mk isn't shared by multiple packages any more. No functional change.
Revision 1.19.2.1 / (download) - annotate - [select for diffs], Thu Sep 9 19:50:18 2010 UTC (12 years, 4 months ago) by spz
Branch: pkgsrc-2010Q2
Changes since 1.19: +10 -4
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Pullup ticket 3216 - requested by tron security update Revisions pulled up: - pkgsrc/www/squid/options.mk 1.20 - pkgsrc/www/squid31/Makefile 1.26 - pkgsrc/www/squid31/distinfo 1.24 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: adam Date: Wed Jul 28 10:16:14 UTC 2010 Modified Files: pkgsrc/www/squid: options.mk pkgsrc/www/squid31: Makefile distinfo Log Message: Changes 3.1.5.1: * SourceFormat Enforcement * Replace most USE_IPV6 with run-time support probing * Translations: sync with 3.HEAD language updates * Split-Stack enable DNS and http(s)_port sockets. * Bug: --with-valgrind-debug failures ignored * Fixed comm.cc:377: "fd_table[fd].halfClosedReader !=3D NULL" assertion * Kludge: try to detect system acinclude path, to fix libtool brokenness. * Bug: search scope for digest_ldap_auth didn't work * Update libtool autoconf macros to libtool2 style * Correction documentation of QoS disable-preserve-miss * Remove .so from SASL build checks * Bug: AIX support: c only c++ style comments test case * Bug: AIX support: check libm for log() * Do not stop accepting just because we got COMM_NOMESSAGE. * Bug: AIX support: uchar is already define (more) * Bug: AIX support: uchar is already define * Bug: crash handling NULL write callback * Correct Joomla DB auth handling * Fixed memory leak related to retried requests. * Prevent memory leaks when cloning Range requests. * Fixed memory leaks related to Range requests. Changes 3.1.5: * Bug: Fix context leak in HttpStateData::processReplyHeader * Bug: raw-IPv6 address URL with append_domain broken * Bug: does not send indirect X-Client-Ip in ICAP respmod * Fix free memory corruption and off-by-on error when comparing SNMP OIDs * Restart DNS retransmission count when restarting the query as an A lookup * Bug: HTTP responses with no Date, L-M or Expires can now be cached * Maintenance: Formater skip libltdl dirs * SourceFormat Enforcement * Bug: Fails to detect chunked encoding if not given in all lower case * Port from 2.7: max_filedescriptor config option * persistent_connection_after_error is meant to be on by default * kFreeBSD does not have linux headers. Wrap properly. * Maintenance: Use system MD5 instead of hard-coded python paths * Bug: ICAP tokens not logged when using multiple access * SourceFormat Enforcement * OpenBSD: Fix build mem.cc warning: converting of negative value To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/squid/options.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/squid31/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/squid31/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Wed Aug 4 11:36:08 UTC 2010 Modified Files: pkgsrc/www/squid31: Makefile distinfo Log Message: Update "squid31" package to version 3.1.6. Changes since 3.1.5.1: - Bug 2994, 2995: IPv4-only regressions - Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec() - Bug 2975: chunked requests not supported after regular ones - Fix: 32-bit overflow in reported bytes received from next hop - Fix Libtool build regressions - Limited split-stack IPv6 support. - squid_db_auth support MD5 encrypted passwords To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/squid31/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/squid31/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Wed Aug 25 17:53:44 UTC 2010 Modified Files: pkgsrc/www/squid31: Makefile distinfo Log Message: Update "squid31" package to version 3.1.7. Change since 3.1.6: - Regression Bug 3021: Large DNS reply causes crash - Regression Bug 3011: ICAP, HTTPS, cache_peer probe IPv4-only port fixes - Regression Bug 2997: visible_hostname directive no longer matches docs - Bug 3012: deprecate sslBump and support ssl-bump spelling in http_port - Bug 3006: handle IPV6_V6ONLY definition missing - Bug 3004: Solaris 9 SunStudio 12 build failure - Bug 3003: inconsistent concepts in documentation of cache_dir - Bug 3001: dnsserver link issues - HTTP/1.1: default keep-alive for 1.1 clients (bug 3016) - HTTP/1.1: Improved Range header field validation - HTTP/1.1: Forward multiple unknown Cache-Control directives - HTTP/1.1: Stop sending Proxy-Connection header - Fix 32-bit wrap in refresh_pattern min/max values - ... and several documentation corrections. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/squid31/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/squid31/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Tue Sep 7 19:55:17 UTC 2010 Modified Files: pkgsrc/www/squid31: Makefile distinfo Log Message: Update "squid31" package to version 3.1.8. Changes since 3.1.7: - Security fixes: - Fixes for the request processing vulnerability tagged SQUID-2010:3. http://www.squid-cache.org/Advisories/SQUID-2010_3.txt - A hardening of the DNS client against packet queueing approaches used to enable attacks. This completes the protection against attacks published by Yamaguchi late in 2009. - An HTTP request-line parser hardened against several categories of request attack. This greatly increasing the speed of detection and reducing resources used to detect these categories of attack. - Fixes for the following bugs: - Bug 3020: Segmentation fault: nameservers[vc->ns].vc =3D NULL - Bug 3005,2972: Locate LTDL headers correctly (again) - Bug 2872: leaking file descriptors - Bug 2583: pure virtual method called To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/squid31/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/squid31/distinfo
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jul 28 10:16:14 2010 UTC (12 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.19: +10 -4
lines
Diff to previous 1.19 (colored)
Changes 3.1.5.1: * SourceFormat Enforcement * Replace most USE_IPV6 with run-time support probing * Translations: sync with 3.HEAD language updates * Split-Stack enable DNS and http(s)_port sockets. * Bug: --with-valgrind-debug failures ignored * Fixed comm.cc:377: "fd_table[fd].halfClosedReader != NULL" assertion * Kludge: try to detect system acinclude path, to fix libtool brokenness. * Bug: search scope for digest_ldap_auth didn't work * Update libtool autoconf macros to libtool2 style * Correction documentation of QoS disable-preserve-miss * Remove .so from SASL build checks * Bug: AIX support: c only c++ style comments test case * Bug: AIX support: check libm for log() * Do not stop accepting just because we got COMM_NOMESSAGE. * Bug: AIX support: uchar is already define (more) * Bug: AIX support: uchar is already define * Bug: crash handling NULL write callback * Correct Joomla DB auth handling * Fixed memory leak related to retried requests. * Prevent memory leaks when cloning Range requests. * Fixed memory leaks related to Range requests. Changes 3.1.5: * Bug: Fix context leak in HttpStateData::processReplyHeader * Bug: raw-IPv6 address URL with append_domain broken * Bug: does not send indirect X-Client-Ip in ICAP respmod * Fix free memory corruption and off-by-on error when comparing SNMP OIDs * Restart DNS retransmission count when restarting the query as an A lookup * Bug: HTTP responses with no Date, L-M or Expires can now be cached * Maintenance: Formater skip libltdl dirs * SourceFormat Enforcement * Bug: Fails to detect chunked encoding if not given in all lower case * Port from 2.7: max_filedescriptor config option * persistent_connection_after_error is meant to be on by default * kFreeBSD does not have linux headers. Wrap properly. * Maintenance: Use system MD5 instead of hard-coded python paths * Bug: ICAP tokens not logged when using multiple access * SourceFormat Enforcement * OpenBSD: Fix build mem.cc warning: converting of negative value
Revision 1.19 / (download) - annotate - [select for diffs], Thu Jun 24 07:51:37 2010 UTC (12 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base
Branch point for: pkgsrc-2010Q2
Changes since 1.18: +3 -2
lines
Diff to previous 1.18 (colored)
Fix botched Squid version check. The "inet6" option is now only available for the "squid31" package as intented.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Jun 23 10:39:28 2010 UTC (12 years, 7 months ago) by sborrill
Branch: MAIN
Changes since 1.17: +13 -1
lines
Diff to previous 1.17 (colored)
Add support for inet6 option on squid 3.1 and above.
Revision 1.17 / (download) - annotate - [select for diffs], Mon May 24 16:25:29 2010 UTC (12 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.16: +13 -5
lines
Diff to previous 1.16 (colored)
Specifically disable helpers if the according "SQUID_EXTERNAL_*_HELPERS" variable is set to the empty string. We will otherwise end up building all the helpers which is probably not what the user wanted. This addresses the second halfof PR pkg/43347 by Bernd Ernesti.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Feb 19 17:22:13 2010 UTC (12 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
At least the "squid31" package needs "--disable-snmp" as SNMP as enabled by default. Use that configure option if the "snmp" option is disabled.
Revision 1.14.4.1 / (download) - annotate - [select for diffs], Sun Oct 26 14:42:30 2008 UTC (14 years, 3 months ago) by tron
Branch: pkgsrc-2008Q3
Changes since 1.14: +6 -6
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
Pullup ticket #2559 - requested by taca squid26: Fix transparent proxy option squid27: Fix transparent proxy option squid30: Fix transparent proxy option Revisions pulled up: www/squid/options.mk 1.15 via patch www/squid26/Makefile 1.3 via patch www/squid27/Makefile 1.3 via patch www/squid30/Makefile 1.3 via patch --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 24 14:14:53 UTC 2008 Modified Files: pkgsrc/www/squid: options.mk Log Message: I forgot to update transparent proxy related options' processing and these options were no effect. So, fix these options' processing. Noted by Greg Kerr via private mail and much thanks to him. --- Module Name: pkgsrc Committed By: taca Date: Fri Oct 24 14:15:49 UTC 2008 Modified Files: pkgsrc/www/squid26: Makefile pkgsrc/www/squid27: Makefile pkgsrc/www/squid30: Makefile Log Message: Bump squid's PKGREVISION to reflect fix of transparent proxy package options.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Oct 24 14:14:53 2008 UTC (14 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.14: +6 -6
lines
Diff to previous 1.14 (colored)
I forgot to update transparent proxy related options' processing and these options were no effect. So, fix these options' processing. Noted by Greg Kerr via private mail and much thanks to him.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Sep 12 14:59:52 2008 UTC (14 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkgsrc-2008Q3
Changes since 1.13: +75 -26
lines
Diff to previous 1.13 (colored)
Restructuring Squid package: * Now www/squid directory is common directory for squid packages. * package options clean up and all options are described. * LDAP helper support. (PR pkg/39386) * DESTDIR support. * Move some MESSAGE to documation directory. Next, I'll import squid26, squid27 and squid30 packages.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 2 15:45:10 2007 UTC (15 years, 6 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cwrapper
Changes since 1.12: +9 -2
lines
Diff to previous 1.12 (colored)
Update squid pacakge to 2.6.14 (2.6.STABLE14). pkgsrc chagnes o Add "coss" option which enable COSS (Cyclic Object storage system). Noted by Chris Ross on pkgsrc-users. Changes to squid-2.6.STABLE14 (15 Jul 2007) - squid.conf.default cleanup to have options in their proper sections. - documentation correction in the refresh_pattern ignore-auth option - URI-escaping not uses the recommended upper-case hex codes - refresh_pattern min-age 0 correted to really mean 0, and not 1 second - Always use xisxxxx() Squid defined macros instead of ctype functions. - Kerberos SPNEGO/Negotiate helper for the negotiate scheme - Database basic auth helper using Perl DBI to connect to most SQL DBs - Solaris /dev/poll network I/O support - configure fixes to make cross compilation somewhat easier - Removed incorrect -a reference from http_port documentation - Bug #1900: Double "squid -k shutdown" makes Squid restart again - Bug #1968: Squid hangs occasionally when using DNS search paths - Novell eDirectory digest auth helper (digest_edir_auth) - Bug #1130: min-size option for cache_dir - POP3 basic auth helper querying a POP3 server - Cosmetic squid_ldap_auth fixes from Squid-3 - Bug #1085: Add no-wrap to cache manager HTML tables - Automatically restart if number of available filedescriptors becomes alarmingly low, preventing a situation where Squid would otherwise permanently stop processing requests. - Bug #2010: snmp_core.cc:828: warning: array subscript is above array bounds - Deal better with forwarding loops
Revision 1.10.2.1 / (download) - annotate - [select for diffs], Thu Mar 22 08:36:18 2007 UTC (15 years, 10 months ago) by ghen
Branch: pkgsrc-2006Q4
Changes since 1.10: +4 -2
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
Pullup ticket 2057 - requested by taca security update for squid - pkgsrc/www/squid/MESSAGE.common 1.2 - pkgsrc/www/squid/Makefile 1.189-1.191 - pkgsrc/www/squid/distinfo 1.127-1.131 - pkgsrc/www/squid/options.mk 1.11-1.12 - pkgsrc/www/squid/patches/patch-ag 1.26 - pkgsrc/www/squid/patches/patch-at 1.1 - pkgsrc/www/squid/patches/patch-bc 1.3 Module Name: pkgsrc Committed By: joerg Date: Tue Feb 6 20:22:15 UTC 2007 Modified Files: pkgsrc/www/squid: distinfo options.mk Added Files: pkgsrc/www/squid/patches: patch-at Log Message: Allow transparent proxy support for PF on DragonFly. --- Module Name: pkgsrc Committed By: joerg Date: Tue Feb 6 22:06:32 UTC 2007 Modified Files: pkgsrc/www/squid: distinfo pkgsrc/www/squid/patches: patch-ag Log Message: don't complain if the location of the DragonFly header exists. --- Module Name: pkgsrc Committed By: taca Date: Sun Feb 25 07:34:45 UTC 2007 Modified Files: pkgsrc/www/squid: MESSAGE.common options.mk Log Message: Fix build problem with aufs option on DragonFly. Reported by PR pkg/35656 by Kimura Fuyuki and applied patch from it. --- Module Name: pkgsrc Committed By: taca Date: Sun Mar 4 11:32:59 UTC 2007 Modified Files: pkgsrc/www/squid: Makefile distinfo Log Message: Update www/squid to squid-2.6.10 (squid-2.6.STABLE10). Changes to squid-2.6.STABLE10 (Mar 4 2007) - Upgrade HTTP/0.9 responses to our HTTP version (HTTP/1.0) - various diskd bugfixes - In the access.log hierarchy field log the unique peer name instead of the host name - unlinkdClose() should be called after (not before) storeDirSync() - CLEAN_BUF_SZ was defined, but never used anywhere - logging HTTP-request size - Fix icmp pinger communication on FreeBSD and other not supporing large dgram AF_UNIX sockets - Release objects on swapin failure - Bug #1787: Objects stuck in cache if origin server clock in future - Bug #1420: 302 responses with an Expires header is always cached - Primitive support for HTTP/1.1 chunked encoding, working around broken servers - Clean up relations between TCP probing and DNS checks of peers with no known addresses. - Fix a minor HTML coding error in ftp directory listings with // in the path - Bug #1875, #1420. Cleanup of refresh logics when dealing with non-refreshable content - Negotiate authentication fixed again. Broken since STABLE7 by the patch for Bug #1792. - Bug #1892: COSS tries to shut down the same directory twice on exit - Bug #1908: store*DirRebuildFromSwapLog() ignores some SWAP_LOG_DEL entries - Added support for Subversion HTTP request methods MKACTIVITY, CHECKOUT and MERGE. --- Module Name: pkgsrc Committed By: taca Date: Sat Mar 17 15:14:27 UTC 2007 Modified Files: pkgsrc/www/squid: Makefile distinfo pkgsrc/www/squid/patches: patch-bc Log Message: Update squid to 2.6.11 (squid-2.6.STABLE11). Changes to squid-2.6.STABLE11 (Mar 17 2007) - Bug #1915: assertion failed: client_side.c:4055: "buf != NULL || !conn->body.request" - Handle garbage helper responses better in concurrent protocol format - Fix kqueue when overflowing the changes queue - Make sure the child worker process commits suicide if it could not start up - Don't log short responses at debug level 1 - Fix bswap16 & bwsap32 error on NetBSD - Fix collapsed_forwarding for non-GET requests --- Module Name: pkgsrc Committed By: taca Date: Wed Mar 21 05:25:02 UTC 2007 Modified Files: pkgsrc/www/squid: Makefile distinfo Log Message: Update squid package to 2.6.12. This fixes a DoS security problem. http://www.squid-cache.org/Advisories/SQUID-2007_1.txt Changes to squid-2.6.STABLE12 (Mar 20 2007) - Assertion error on TRACE
Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 25 07:34:45 2007 UTC (15 years, 11 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
Fix build problem with aufs option on DragonFly. Reported by PR pkg/35656 by Kimura Fuyuki and applied patch from it.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 6 20:22:15 2007 UTC (15 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Allow transparent proxy support for PF on DragonFly.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 4 21:50:54 2006 UTC (16 years, 2 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base
Branch point for: pkgsrc-2006Q4
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
add NetBSD support to ARP ACL code enable arp-acl option also for NetBSD and OpenBSD spell the configure option for ARP ACL properly
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Fri Nov 10 12:18:52 2006 UTC (16 years, 2 months ago) by salo
Branch: pkgsrc-2006Q3
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
Pullup ticket 1910 - requested by taca bugfix update for squid Revisions pulled up: - pkgsrc/www/squid/Makefile 1.184 - pkgsrc/www/squid/distinfo 1.122 - pkgsrc/www/squid/options.mk 1.9 - pkgsrc/www/squid/patches/patch-ag 1.25 - pkgsrc/www/squid/patches/patch-an 1.12 - pkgsrc/www/squid/patches/patch-as 1.1 Module Name: pkgsrc Committed By: taca Date: Thu Nov 9 15:16:21 UTC 2006 Modified Files: pkgsrc/www/squid: Makefile distinfo options.mk pkgsrc/www/squid/patches: patch-ag patch-an Added Files: pkgsrc/www/squid/patches: patch-as Log Message: pkgsrc chagnes * install pinger program setuid to make ICMP work; the problem noted by Heron Gallegos via private mail. Key changes squid-2.6.STABLE4 to 2.6.STABLE5 * Bug #1776: 2.6.STABLE4 aufs fails to compile if coss isn't enabled * COSS improvements and cleanups * Bug #1785: Memory leak in handling of negatively cached objects * Bug #1780: Incorrect Vary processing in combination with collapsed_forwarding * Bug #1779: Delay pools fairness when multiple connections compete for bandwidth * Bug #1796: Assertion error HttpHeader.c:914: "str" * All comm loops now use the generic event framework * a number of other minor and cosmetic bugfixes. See the list of squid-2.6.STABLE4 changes and the ChangeLog file for details.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 9 15:16:21 2006 UTC (16 years, 2 months ago) by taca
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
pkgsrc chagnes * install pinger program setuid to make ICMP work; the problem noted by Heron Gallegos via private mail. Key changes squid-2.6.STABLE4 to 2.6.STABLE5 * Bug #1776: 2.6.STABLE4 aufs fails to compile if coss isn't enabled * COSS improvements and cleanups * Bug #1785: Memory leak in handling of negatively cached objects * Bug #1780: Incorrect Vary processing in combination with collapsed_forwarding * Bug #1779: Delay pools fairness when multiple connections compete for bandwidth * Bug #1796: Assertion error HttpHeader.c:914: "str" * All comm loops now use the generic event framework * a number of other minor and cosmetic bugfixes. See the list of squid-2.6.STABLE4 changes and the ChangeLog file for details.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 13 14:41:58 2006 UTC (16 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base
Branch point for: pkgsrc-2006Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update www/squid pacakge to 2.6.3 (squid 2.6.STABLE3). Too may changes to mention here. Please refer ${PREFIX}/share/doc/squid/RELEASENOTES.html.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 23 15:37:41 2005 UTC (17 years, 1 month ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.6: +7 -3
lines
Diff to previous 1.6 (colored)
- Sort PKG_SUPPORTED_OPTIONS. - Fix configure's artument to meet "arp-acl" PKG_OPTION. - Make "aufs" PKG_OPTION really work which noted by PR pkg/32314 from Wolfgang Stukenbrock.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:23 2005 UTC (17 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 5 14:06:03 2005 UTC (17 years, 2 months ago) by taca
Branch: MAIN
Changes since 1.4: +11 -3
lines
Diff to previous 1.4 (colored)
- Add "carp" and "unlinkd" option which are enabled on default. "unlinkd" option is propsed from Dave Sainty by private mail. - Change "perl:run" to "perl" in USE_TOOLS since perl is used at build time. - Quiet pkglint; changing make macro in double quotation into :Q modifier. Bump PKGREVISION.
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Thu Sep 15 16:35:33 2005 UTC (17 years, 4 months ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Pullup ticket 756 - requested by Takahiro Kambe bugfix update for squid Revisions pulled up: - pkgsrc/www/squid/Makefile 1.158 - pkgsrc/www/squid/distinfo 1.102 - pkgsrc/www/squid/options.mk 1.4 - pkgsrc/www/squid/patches/patch-ag 1.21 - pkgsrc/www/squid/patches/patch-an 1.9 - pkgsrc/www/squid/patches/patch-ap 1.2 - pkgsrc/www/squid/patches/patch-bb 1.8 - pkgsrc/www/squid/patches/patch-cd removed Module Name: pkgsrc Committed By: taca Date: Thu Sep 15 15:40:47 UTC 2005 Modified Files: pkgsrc/www/squid: Makefile distinfo options.mk pkgsrc/www/squid/patches: patch-ag patch-an patch-ap patch-bb Removed Files: pkgsrc/www/squid/patches: patch-cd Log Message: Update squid package to 2.5.10nb3. - pkgsrc update: o s/SQUID_BACKEND/SQUID_BACKENDS/ as suggested by pkglint. o Fix leaving ${PREFIX}/etc/squid/msntauth.conf.default out of PLIST. o IP Filter related patches are incorporated to squid. - Add/update official patches: o 2005-09-15 11:15 (Major) FATAL: Incorrect scheme in auth header o 2005-09-15 09:56 (Medium) Odd results on pipelined CONNECT requests o 2005-09-13 23:59 (Minor) Transparent proxy problem with IP Filter o 2005-09-11 01:53 (Medium) Clients bypassing delay pools by faking a cache hit o 2005-09-11 01:42 (Cosmetic) Allow leaving core dumps on Linux o 2005-09-11 01:21 (Cosmetic) enums can not be assumed to be signed ints o 2005-09-11 01:21 (Cosmetic) Incorrect store dir selection debug message on objects >2G o 2005-09-11 00:57 (Minor) LDAP helpers does not work with TLS (-Z option)
Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 15 15:40:47 2005 UTC (17 years, 4 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update squid package to 2.5.10nb3. - pkgsrc update: o s/SQUID_BACKEND/SQUID_BACKENDS/ as suggested by pkglint. o Fix leaving ${PREFIX}/etc/squid/msntauth.conf.default out of PLIST. o IP Filter related patches are incorporated to squid. - Add/update official patches: o 2005-09-15 11:15 (Major) FATAL: Incorrect scheme in auth header o 2005-09-15 09:56 (Medium) Odd results on pipelined CONNECT requests o 2005-09-13 23:59 (Minor) Transparent proxy problem with IP Filter o 2005-09-11 01:53 (Medium) Clients bypassing delay pools by faking a cache hit o 2005-09-11 01:42 (Cosmetic) Allow leaving core dumps on Linux o 2005-09-11 01:21 (Cosmetic) enums can not be assumed to be signed ints o 2005-09-11 01:21 (Cosmetic) Incorrect store dir selection debug message on objects >2G o 2005-09-11 00:57 (Minor) LDAP helpers does not work with TLS (-Z option)
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 7 14:19:10 2005 UTC (17 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
- Fix build problem with IP Filter prior to 4.0; NetBSD 1.6.2. - Avoid use of ":ts" modifier of make(1) since NetBSD 1.6.2's make(1) dosen't support it. It might be fix "diskd" PKG_OPTION problem, too. - Remove extra "--enable-async-io" configure option. No PKGREVISION change.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 6 01:51:13 2005 UTC (17 years, 8 months ago) by taca
Branch: MAIN
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Add ipf-transparent to PKG_SUGGESTED_OPTIONS only if it is included in PKG_SUPPORTED_OPTIONS. Noted by OBATA Akio with private mail.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 5 14:20:27 2005 UTC (17 years, 8 months ago) by taca
Branch: MAIN
Update squid package to 2.5.10 * squid 2.5.STABLE10 + official + one official patch. - 2005-05-25 23:01 (Cosmetic) Double content-length often harmless Other fixes are already done by official patches for squid 2.5.STABLE9. * Add missing cachemgr.cgi.8 to PLIST. * Introduce options.mk which may need to be brushed more. * Drop support for diskd on Darwin since diskd needs System V msg function which dosen't supported on Darwin. * Real fix for transparent proxy with IP Filter, fix PR pkg/30085.