2008-09-15 19:33:26 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add comments who use this file.
|
2008-09-15 19:31:54 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add comments who use this file.
|
2008-09-15 19:30:24 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Fix (revert) some definitions exchage betweem Makefile.common and
Makefile.squid since previous change break squidGuard package.
Noted by joerg@ via private mail.
|
2008-09-12 18:03:05 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
Adding missing files to be added. (Oops!)
Noted by Klaus Klein via private mail.
|
2008-09-12 16:59:52 by Takahiro Kambe | Files touched by this commit (28) | |
Log message:
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.
|
2008-06-29 03:02:09 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update www/squid package to 2.6.21 (2.6.STABLE21) which contains
two security fixes:
- Bug #1993: Memory leak in http_reply_access deny processing
- Bug #2122: In some situations collapsed_forwarding could leak
private information
Changes to squid-2.6.STABLE21 (27 June 2008)
- Bug #2350: Bugs in Linux kernel capabilities code
- Bug #2241: weights not applied properly in round-robin peer
selection
- Off by one error in DNS label decompression could cause valid DNS
messages to be rejected
- logformat docs contain extra whitespace
- Reject ridiculously large ASN.1 lengths
- Fix SNMP reporting of counters with a value > 0xFF80000
- Correct spelling of WCCPv2 dst_port_hash to match the source
- Plug some "squid -k reconfigure" memory leaks. Mostly SSL related.
- Bug #1993: Memory leak in http_reply_access deny processing
- Bug #2122: In some situations collapsed_forwarding could leak
private information
- Bug #2376: Round-Robin becomes unbalanced when a peer dies and comes
back
- Bug #2387: The calculation of the number of hash buckets need to
account for the memory size, not only disk size
- Bug #2393: DNS requests retried indefinitely at full speed on failed
TCP connection
- Bug #2393: DNS retransmit queue could get hold up
- Correct socket syscalls statistics in commResetFD()
|
2008-06-21 12:33:55 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update squid package to 2.6.20 (2.6.STABLE20).
It would be last 2.6 stable release.
Changes to squid-2.6.STABLE20 (25 Apr 2008)
- Bug #2263: Custom log formats fail to log file sizes >2GB properly
on 32-bit platforms
- Fix stripping NT domain in squid_ldap_group
- Bug #2278: Cache-Control: max-stale=0 forwarded wrongly as max-stale
(without delta)
- Bug #2283: Fails to parse chunked encoding using chunk extensions
- Bug #420: Deal properly with empty list HTTP header members
- Windows Server 2008 support
- Bug #1886: tcp_outgoing_address acl doesn't work with indirect
source address (follow-x-forwarded-for)
- Bug #2296: Stuck in 100% CPU when fetching an corrupt peer digest
- Add support for the resolv.conf domain directive, and also
automatically derived default domain
- minimum_icp_query_timeout directive
- Bug #2329: Range header ignored on HIT
|
2008-04-02 03:30:37 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update squid package to 2.6.19 (2.6.STABLE19).
Changes to squid-2.6.STABLE19 (19 Mar 2008)
- Fix tcp_outgoing_address example config to match its description
- Bug #2198: assertion failed sc != NULL when using peer monitor
function
- Fix missing default disk store type into QUICKSTART example.
- Bugzilla #761 : Handle recursive completion operations in diskd.
- documentation bugfix for tcp_outgoing_tos directive
- Sort cache list in wccpv2 to ensure a consistent hash allocation
across all services
- Updated Ukrainan error pages
- Compile error in squid_kerb_auth under Mac OS X 10.5.2
- squid_radius_auth failed ro process more than 256 requests
- Clarified description of 'cache_vary' directive
- Make range_offset_limit 0 disable local range processing as
documented, even if the first range starts at 0
|
2008-03-22 05:30:53 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
- Honor PKGMANDIR.
- Use INSTALLATION_DIRS.
|
2008-03-11 16:46:41 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Improve startup script:
- Revive support for system without NetBSD style rc/rc.d.
- Always pass command_args and squid_flags to squid command.
This should fix the PR pkg/38036 by Wolfgang Stukenbrock.
Bump PKGREVISION.
|