head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.22
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.2.0.20
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2011Q4:1.2.0.18
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q2:1.2.0.16
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2009Q4:1.2.0.14
	pkgsrc-2009Q4-base:1.2
	pkgsrc-2008Q4:1.2.0.12
	pkgsrc-2008Q4-base:1.2
	pkgsrc-2008Q3:1.2.0.10
	pkgsrc-2008Q3-base:1.2
	cube-native-xorg:1.2.0.8
	cube-native-xorg-base:1.2
	pkgsrc-2008Q2:1.2.0.6
	pkgsrc-2008Q2-base:1.2
	pkgsrc-2008Q1:1.2.0.4
	pkgsrc-2008Q1-base:1.2
	pkgsrc-2007Q4:1.2.0.2
	pkgsrc-2007Q4-base:1.2
	pkgsrc-2007Q3:1.1.0.2
	pkgsrc-2007Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.12.02.14.47.08;	author taca;	state dead;
branches;
next	1.1;

1.1
date	2007.09.07.10.39.36;	author taca;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2007.12.06.10.22.03;	author ghen;	state dead;
branches;
next	;


desc
@@


1.2
log
@Update squid package to 2.6.17 (2.6.STABLE17).

Changes to squid-2.6.STABLE17 (26 Nov 2007)

	- Fix compile error with old GCC 2.x or other ANSI-C compilers before
	  C99
	- Mention the login= cache_peer option in release notes
	- Fix bad cache_peer example in squid.conf
	- Bug #2086: Fix a compile-time memory corruption error causing cf_gen
	  to fail
	- Bug #2048: Clarify high_memory_warning usage
	- Reject DNS responses which result in no data
	- Fix version number in configuration manual
	- Move cache and request/reply_header_max_size to their proper
	  sections
	- Bug #2088: sbrk statistics broken when process size >2GB
	- Move logopen() much earlier to have fatal startup errors sent to the
	  proper syslog facility
	- Fix HTTP/0.9 responses
	- Correct bad example config for tos_outgoing_tos
	- Fix grammar in description of mail_program squid.conf option
	- Ignore Content-Length in chunked responses instead of rejecting the
	  response as invalid
	- Documented that http_port no longer have a default
	- Cleanup of cache digest documentation
	- Make aufs store rebuilding back off a little if I/O load too high
	- Bug #2100: Respect DNS ttl=0
	- Update udp_(incoming|outgoing)_address documentation to reflect
	  current bahaviour.
	- Update HTCP documentation
	- Document the overlapping helper request format
	- Change priority of proxy auth and extacl provided username in
	  login=*:pass
	- pack header entries on cache updates
	- Make squid_db_auth reopen the database connection on each query by
	  default
	- Improve helper debug ouput, including the channel number
	- Update cachePeerEntry MIB description to mention what is used as
	  index key
	- Import squid_radius_auth for authenticating to RADIUS
@
text
@$NetBSD: patch-av,v 1.1 2007/09/07 10:39:36 taca Exp $

--- src/cf_gen.c.orig	Thu Sep  6 06:50:15 2007
+++ src/cf_gen.c
@@@@ -177,9 +177,10 @@@@ main(int argc, char *argv[])
     while ((NULL != fgets(buff, MAX_LINE, fp))) {
 	const char *type = strtok(buff, WS);
 	const char *dep;
+	Type *t;
 	if (!type || type[0] == '#')
 	    continue;
-	Type *t = (Type *) xcalloc(1, sizeof(*t));
+	t = (Type *) xcalloc(1, sizeof(*t));
 	t->name = xstrdup(type);
 	while ((dep = strtok(NULL, WS)) != NULL) {
 	    TypeDep *d = (TypeDep *) xcalloc(1, sizeof(*dep));
@


1.1
log
@Update squid to 2.6.16 (2.6.STABLE16).


Changes to squid-2.6.STABLE16 (5 Sep 2007)

	- Test for sys/capability.h linux include file to avoid failing on
	  linux systems missing libcap
	- Release private objects on cache rebuild
	- Segfault in clientBuildReplyHeader when http->entry == NULL
	- Bug #2072: digest_pw_auth fails when using plaintext passwords
	- Bug #2073: assertion failed: client_side.c:4175: "buf != NULL ||
	  !conn->body.request on POST
	- Adjust default pconn timeouts to avoid shutting down connection while
	  child sends request
	- Bug #1980: cache_peer monitortimeout not working
	- Bug #1882: Parent responses are not cached if sibling returns 504
	- More squid.conf reordering to get the dependencies between options
	  sorted proper

Changes to squid-2.6.STABLE15 (31 Aug 2007)

	- The select() I/O loop got broken by the /dev/poll addition
	  (2.6.STABLE14)
	- Bug #2017: Fails to work around broken servers sending just the HTTP
	  headers
	- Bug #2023: Compile error with old GCC 2.x or other ANSI-C compilers
	  before C99
	- squid.conf.default updated and reorganised in more sensible groups
	- correct and document the syslog access_log format
	- Armenian error pages translation
	- digest_ldap_helper usage help updated
	- Bug #1560: ftpSendPasv: getsockname(-1,..): (9) Bad file descriptor
	- Improve delay pools in low traffic environment by checking timeouts
	  at a steady 1 second interval even when there is not much activity
	- Don't request authentication on transparently intercepted
	  connections
	- Cleanup linux capabilities for tproxy
	- Bug #2003: 'via' config directive doesn't affect response headers
	- Bug #1902: Adds Numeric Hit and invalid request counters to IP Cache
	- Add missing $|=1 to squid_db_auth
	- Bug #2050: Persistent connection dropped if cache has no
	  Content-Length
	- Verify the URL on memory cache hits
	- Bug #2057: NTLM stop work in messengers after upgrade to 2.6.STABLE14
	- Bug #1972: Squid sets peers to down state when they are in fact
	  working.
	- potential segmentation fault in storeLocateVary()
	- Bug #2066: chdir after chroot
	- Windows port: Fix compiler warnings when building Squid as
	  application (not Windows service mode)
	- Spelling correction of received
@
text
@d1 1
a1 1
$NetBSD$
@


1.1.2.1
log
@Pullup ticket 2241 - requested by taca
security update for squid

- pkgsrc/www/squid/Makefile				1.197-1.199
- pkgsrc/www/squid/distinfo				1.135
- pkgsrc/www/squid/patches/patch-av			removed

   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Mon Nov 12 00:15:00 UTC 2007

   Modified Files:
	   pkgsrc/www/squid: Makefile

   Log Message:
   Remove ftp.leo.org from MASTER_SITES, doesn't resolve.
   From Zafer Aydogan in PR 37341.
---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Dec  2 11:46:11 UTC 2007

   Modified Files:
	   pkgsrc/www/squid: Makefile

   Log Message:
   Remove Ex-MASTER_SITE. From Zafer Aydogan.
---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Dec  2 14:47:08 UTC 2007

   Modified Files:
	   pkgsrc/www/squid: Makefile distinfo
   Removed Files:
	   pkgsrc/www/squid/patches: patch-av

   Log Message:
   Update squid package to 2.6.17 (2.6.STABLE17).

   Changes to squid-2.6.STABLE17 (26 Nov 2007)

	   - Fix compile error with old GCC 2.x or other ANSI-C compilers before
	     C99
	   - Mention the login= cache_peer option in release notes
	   - Fix bad cache_peer example in squid.conf
	   - Bug #2086: Fix a compile-time memory corruption error causing cf_gen
	     to fail
	   - Bug #2048: Clarify high_memory_warning usage
	   - Reject DNS responses which result in no data
	   - Fix version number in configuration manual
	   - Move cache and request/reply_header_max_size to their proper
	     sections
	   - Bug #2088: sbrk statistics broken when process size >2GB
	   - Move logopen() much earlier to have fatal startup errors sent to the
	     proper syslog facility
	   - Fix HTTP/0.9 responses
	   - Correct bad example config for tos_outgoing_tos
	   - Fix grammar in description of mail_program squid.conf option
	   - Ignore Content-Length in chunked responses instead of rejecting the
	     response as invalid
	   - Documented that http_port no longer have a default
	   - Cleanup of cache digest documentation
	   - Make aufs store rebuilding back off a little if I/O load too high
	   - Bug #2100: Respect DNS ttl=0
	   - Update udp_(incoming|outgoing)_address documentation to reflect
	     current bahaviour.
	   - Update HTCP documentation
	   - Document the overlapping helper request format
	   - Change priority of proxy auth and extacl provided username in
	     login=*:pass
	   - pack header entries on cache updates
	   - Make squid_db_auth reopen the database connection on each query by
	     default
	   - Improve helper debug ouput, including the channel number
	   - Update cachePeerEntry MIB description to mention what is used as
	     index key
	   - Import squid_radius_auth for authenticating to RADIUS
@
text
@d1 1
a1 1
$NetBSD: patch-av,v 1.1 2007/09/07 10:39:36 taca Exp $
@


