diff options
author | taca <taca> | 2003-09-16 15:58:39 +0000 |
---|---|---|
committer | taca <taca> | 2003-09-16 15:58:39 +0000 |
commit | 767e3da21e8a692a725550d2884d9e020e077417 (patch) | |
tree | 35e735abf9d5c516c0b3d791b1ad6849685efb22 /www/squid/Makefile | |
parent | 20924ebcb16e1e2f0090af5c40d5a37e04b4cd91 (diff) | |
download | pkgsrc-767e3da21e8a692a725550d2884d9e020e077417.tar.gz |
Update squid package to 2.5.4. Most of changes are already in
squid 2.5.3nb4 package.
Changes to squid-2.5.STABLE4 (15 Sep 2003):
- Lithuanian error messages added to the distribution
- Bug #660: segfauld if more than one custom deny_info line
- cache_dir disd documentation cleanup
- check open of /dev/null to avoid 100% CPU loop in badly
configured chroot environments
- documentation update on uri_whitespace to refer to the correct RFC
- Bug #655: icmpRecv: recv: (11) Resource temporarily unavailable
- Bug #683: external_acl does not wait for ident lookups to complete
- aufs: Fix a minor use-after-free problem which could cause the
count of opening filedescriptors to grow larger than it should
- Syntax changes to make GCC-3.3 accept Squid without complaints
- Warning if CARP server defined in incorrect load factor order
- neighbor_type_domain documentation update
- http_header_access now works when using cache peers
- high_memory_warning now uses sbrk as fallback mechanism on
platforms where neither mallinfo or mstats are available.
- hosts_file now handles comments at the end of lines correcly
- storeCheckCachable() Stats corrected for release_request and
wrong_content_length.
- cachePeerPingsSent MIB type corrected
- unused minimum_retry_timeout directive removed
- Bug #702: ERR_TO_BIG spanish translation
- Bug #705: Memory leak on deny_info TCP_RESET
- Code cleanup to fix compile error in httpHeaderDelById
- Bug #699: Host header now forwarded exactly where it was in the
original request to work around certain broken firewalls or
load balancers which fail if this header is too far into the
request headers.
- Bug #704: Memory leak on reply_body_max_size
- Bug #686: requests denied due to http_reply_access are now
logged with TCP_DENIED (instead of TCP_MISS, etc).
- Bug #708: ie_refresh now sends no-cache to have the reload
request propagate properly in cache meshes
- Bug #700: Crashes related to ftpTimeout: timeout in SENT_PASV state
- Bug #709: cbdata.c:186: "c->valid" assertion due to peer
digest not found
- Bug #710: round-robin cache_dir selection incorrectly
compares max-size.
- Statistics corrections in HTTP header statitics
- QUICKSTART cleanups
- Bug #715: statCounter.syscalls.disk counters treated
inconsistently. Now increment the counters in AUFS
functions and for unlinkd.
- Improvements to the (experimental) COSS storage scheme.
- Bug #721: User name field in access.log sometimes blank
- Bug #94: assertion failed: http.c: "-1 == cfd ||
FD_SOCKET == fd_table[cfd].type"
- Bug #716: assertion failed: client_side.c:1478: "size > 0"
- Bug #732: aufs calculates number of threads and limits wrongly
- Bug #663: Username not logged into access.log in case of /407
- Bug #267: Form POSTing troubles with NTLM authentication
and occationally in differen other error conditions.
- Bug #736: ICP dynamic timeout algorithm ignores multicast.
- Bug #733: No explicit error message when ncsa_auth can't access
passwd file
- Bug #267, #757: POST with NTLM stops after persistent connection
timeout
- Bug #742: Wrong status code on access denials if delay_access
is used. Most notably 407 instead of 403 could be returned.
- Bug #763: segfault if using ntlm in http_reply_access
- Bug #638: assertion error if using proxy_auth in delay_access
- Bug #756: segmentation fault if using ntlm proxy_auth in delay_access
- The issue of reply_body_max_size limiting the size of error
messages no longer applies.
- external_acl_type concurrency= option renamed to children= to
prepare for Squid-3 upgrades. Old syntax still accepted for the
duration of the Squid-2.5 release.
- number of filedescriptors rounded down to an even multiple of 64
to work around issues in certain libc implementations.
- winbind helpers less noisy in cache.log on restarts/shutdown.
- Squid now automatically restarts helpers if too many of them
have crashed.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 55 |
1 files changed, 5 insertions, 50 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index e29d4dadeaa..66ca635af02 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2003/09/11 15:48:24 taca Exp $ +# $NetBSD: Makefile,v 1.92 2003/09/16 15:58:39 taca Exp $ -DISTNAME= squid-2.5.STABLE3 -PKGNAME= squid-2.5.3 -PKGREVISION= 5 +DISTNAME= squid-2.5.STABLE4 +PKGNAME= squid-2.5.4 WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ @@ -10,52 +9,8 @@ MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ ftp://ftp1.au.squid-cache.org/pub/squid/squid-2/STABLE/ EXTRACT_SUFX= .tar.bz2 -PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= squid-2.5.STABLE3-Lithuanian.patch \ - squid-2.5.STABLE3-HttpHeaderTools.patch \ - squid-2.5.STABLE3-deny_info.patch \ - squid-2.5.STABLE3-cache_dir_doc.patch \ - squid-2.5.STABLE3-devnull.patch \ - squid-2.5.STABLE3-log_quote.patch \ - squid-2.5.STABLE3-rfc_reference.patch \ - squid-2.5.STABLE3-icmpRecv.patch \ - squid-2.5.STABLE3-external_acl_ident.patch \ - squid-2.5.STABLE3-aufs-openingfds.patch \ - squid-2.5.STABLE3-gcc-3_3.patch \ - squid-2.5.STABLE3-carpfactor.patch \ - squid-2.5.STABLE3-neighbor_type_domain.patch \ - squid-2.5.STABLE3-header_access_peer.patch \ - squid-2.5.STABLE3-memwarnsbrk.patch \ - squid-2.5.STABLE3-hostscomments.patch \ - squid-2.5.STABLE3-store_check_cachable_stats.patch \ - squid-2.5.STABLE3-cachePeerPingsSentsnmp.patch \ - squid-2.5.STABLE3-minimum_retry_timeout.patch \ - squid-2.5.STABLE3-ERR_TOO_BIG_Spanish.patch \ - squid-2.5.STABLE3-tcp_reset_leak.patch \ - squid-2.5.STABLE3-hostheader.patch \ - squid-2.5.STABLE3-reply_body_max_size.patch \ - squid-2.5.STABLE3-ie_refresh.patch \ - squid-2.5.STABLE3-http_reply_access-denied.patch \ - squid-2.5.STABLE3-SENT_PASV.patch \ - squid-2.5.STABLE3-peer_digest_not_found_assertion.patch \ - squid-2.5.STABLE3-round_robin_max_size.patch \ - squid-2.5.STABLE3-syscalls.disk-counters.patch \ - squid-2.5.STABLE3-coss-improvements.patch \ - squid-2.5.STABLE3-blank-username-log.patch \ - squid-2.5.STABLE3-coss-improvements-2.patch \ - squid-2.5.STABLE3-mem_cfd.patch \ - squid-2.5.STABLE3-aufs_open_fail.patch \ - squid-2.5.STABLE3-aufs_threads.patch \ - squid-2.5.STABLE3-digest_compile.patch \ - squid-2.5.STABLE3-407_user_name.patch \ - squid-2.5.STABLE3-multicast-ICP-timeout.patch \ - squid-2.5.STABLE3-forwarded_for.patch \ - squid-2.5.STABLE3-ncsa_auth_passwdfile.patch \ - squid-2.5.STABLE3-POST-error.patch \ - squid-2.5.STABLE3-auth_delay_pools.patch \ - squid-2.5.STABLE3-http_reply_access_denied.patch \ - squid-2.5.STABLE3-delay_access_auth.patch \ - squid-2.5.STABLE3-external_acl_children.patch +#PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ +#PATCHFILES= PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org |