diff options
author | taca <taca@pkgsrc.org> | 2008-10-20 03:12:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-10-20 03:12:00 +0000 |
commit | c26dc40d140fb62972476122884f9fe501522905 (patch) | |
tree | ceec671a565bf2d7aa6460f36e2f6f627b4e334f /www/squid27 | |
parent | d756647cf600679b1936e0a604d1cb66df6748f0 (diff) | |
download | pkgsrc-c26dc40d140fb62972476122884f9fe501522905.tar.gz |
Update squid27 package to 2.7.5.
Changes to squid-2.7.STABLE5 (17 October 2008)
- Bug #2439: configuration file contains non-ASCII characters
- Bug #2441: Shut down store url rewrite helpers on squid -k
reconfigure
- foreground rebuild should do all of the rebuilding before Squid
accepts requests.
- Bug #2464: assertion failed: sc->new_callback == NULL at
store_client.c:190
- Bug #2394: add upgrade_http0.9 option making it possible to disable
upgrade of HTTP/0.9 responses
- Bug #2426: Increase negotiate auth token buffer size
- Bug #2468: Limit stale-if-error to 500-504 responses
- Bug #2477: swap.state permission issues if crashing during "squid -k
reconfigure"
- Bug #2430: Old headers still returned after a cache validation if
the request triggering the cache validation was itself a
If-Modified-Since request.
- Bug #2481: Don't set expires: now in generated error responses
- Windows port: Fix build error using latest MinGW runtime.
Diffstat (limited to 'www/squid27')
-rw-r--r-- | www/squid27/Makefile | 4 | ||||
-rw-r--r-- | www/squid27/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/squid27/Makefile b/www/squid27/Makefile index a0810cfaf56..388e3234666 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/20 03:12:00 taca Exp $ -DISTNAME= squid-2.7.STABLE4 +DISTNAME= squid-2.7.STABLE5 PKGNAME= ${DISTNAME:S/STABLE//} CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.7/ diff --git a/www/squid27/distinfo b/www/squid27/distinfo index fe9397d0300..0a7e4adad54 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2008/09/25 03:24:45 taca Exp $ +$NetBSD: distinfo,v 1.3 2008/10/20 03:12:00 taca Exp $ -SHA1 (squid-2.7.STABLE4.tar.bz2) = 1195a43a9d364220abc8454fa9ee56c375bf597c -RMD160 (squid-2.7.STABLE4.tar.bz2) = 492f324f58ab312b9fa33bdf5e4576552bc8162d -Size (squid-2.7.STABLE4.tar.bz2) = 1333891 bytes +SHA1 (squid-2.7.STABLE5.tar.bz2) = fe187a291050a907b5cc51e21d6304abcb703c16 +RMD160 (squid-2.7.STABLE5.tar.bz2) = 837ee1564be17f1f5c5d4d6c7e6855b305397221 +Size (squid-2.7.STABLE5.tar.bz2) = 1335599 bytes SHA1 (patch-aa) = 7db6c34be31ecee1dd08486de14c3fbc3b21c5aa SHA1 (patch-ab) = cb8757a2f68f20284fdfefb29b84829c2b72fc0d SHA1 (patch-ac) = 47f2457400e03c26227d234064491bf8202c7916 |