Update to 2.5-STABLE8 and remove a patch that is no longer needed. Note to committer: please 'cvs rm' files/patch-ERR_INVALID_RESP Fix: Apply this patch:
Please incorporate this patch, too (see http://www.squid-cache.org/Versions/v2/2.5/bugs/ for details), it fixes a major problem regarding the handling of invalid DNS responses: Index: distinfo =================================================================== --- distinfo (revision 404) +++ distinfo (revision 406) @@ -1,2 +1,4 @@ MD5 (squid2.5/squid-2.5.STABLE8.tar.bz2) = 687db8c5f0fec3798dbc77f94340b185 SIZE (squid2.5/squid-2.5.STABLE8.tar.bz2) = 1057299 +MD5 (squid2.5/squid-2.5.STABLE8-dns_assert.patch) = 84469625a7fbc1fae2c688346a356341 +SIZE (squid2.5/squid-2.5.STABLE8-dns_assert.patch) = 2524 Index: Makefile =================================================================== --- Makefile (revision 404) +++ Makefile (revision 406) @@ -86,7 +86,7 @@ DIST_SUBDIR= squid2.5 PATCH_SITES= http://www.squid-cache.org/Versions/v2/2.5/bugs/ -PATCHFILES= +PATCHFILES= squid-2.5.STABLE8-dns_assert.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de
State Changed From-To: open->closed Committed, thanks!