diff options
author | sem <sem@FreeBSD.org> | 2005-01-27 01:56:25 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-27 01:56:25 +0800 |
commit | 626b83d416487333a95c6421931fb26f518606c5 (patch) | |
tree | 1e35f9cdb95816a08fe9d60369ab6920044bcf78 /www/squid/distinfo | |
parent | 458e0f592bea2255ee1b14a7ad13f0eb171d5333 (diff) | |
download | freebsd-ports-gnome-626b83d416487333a95c6421931fb26f518606c5.tar.gz freebsd-ports-gnome-626b83d416487333a95c6421931fb26f518606c5.tar.zst freebsd-ports-gnome-626b83d416487333a95c6421931fb26f518606c5.zip |
- Integrate vendor patches as published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:
+ Reject malformed HTTP requests and responses that conflict with the HTTP
specifications
This issue is qualified as a security issue by the vendor.
+ PURGE is allowed to delete internal objects (squid bug #1112)
+ Disable Path-MTU discovery on intercepted requests (squid bug #1154)
(VuXML vid=b4d94fa0-6e38-11d9-9e1e-c296ac722cb3)
- Clean up and correct package list generation. Now installed files
and directories are visible via PLIST_FILES and PLIST_DIRS.
- Don't claim that squid related files or directories are still present
after deinstallation when in fact they are not.
- Add "-g" to CFLAGS when WITH_SQUID_STACKTRACES is defined to make this
option actually useful.
PR: ports/76628
Submitted by: maintainer
Diffstat (limited to 'www/squid/distinfo')
-rw-r--r-- | www/squid/distinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/squid/distinfo b/www/squid/distinfo index 1f4b5444c390..e1ca82e7bbc7 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -12,6 +12,8 @@ MD5 (squid2.5/squid-2.5.STABLE7-blank_response.patch) = b4d3265c55888f9b9ba3c5bc SIZE (squid2.5/squid-2.5.STABLE7-blank_response.patch) = 723 MD5 (squid2.5/squid-2.5.STABLE7-dothost.patch) = 81034e9092a06d9aa1e9ede26632ae03 SIZE (squid2.5/squid-2.5.STABLE7-dothost.patch) = 2155 +MD5 (squid2.5/squid-2.5.STABLE7-PURGE_internal.patch) = bc9d928b8dd37eaadd61bf7fefc375a7 +SIZE (squid2.5/squid-2.5.STABLE7-PURGE_internal.patch) = 871 MD5 (squid2.5/squid-2.5.STABLE7-httpd_accel_vport.patch) = 2366a84e29fad439c2a488b03f112779 SIZE (squid2.5/squid-2.5.STABLE7-httpd_accel_vport.patch) = 843 MD5 (squid2.5/squid-2.5.STABLE7-cachemgr_vmobjects.patch) = fdde57025dbfb8caf9154e24b4e1bf3e @@ -32,6 +34,10 @@ MD5 (squid2.5/squid-2.5.STABLE7-fqdn_truncated.patch) = 1c38e69132cfc469f0aa6db4 SIZE (squid2.5/squid-2.5.STABLE7-fqdn_truncated.patch) = 4484 MD5 (squid2.5/squid-2.5.STABLE7-ldap_spaces.patch) = 8c2eb269b16d757b562ee32a2eb7ef99 SIZE (squid2.5/squid-2.5.STABLE7-ldap_spaces.patch) = 1974 +MD5 (squid2.5/squid-2.5.STABLE7-header_parsing.patch) = 81fc39556c20fa64f4bffacbaf5876b1 +SIZE (squid2.5/squid-2.5.STABLE7-header_parsing.patch) = 44080 +MD5 (squid2.5/squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch) = a151cd22387e815028351b8b69541eec +SIZE (squid2.5/squid-2.5.STABLE7-httpd_accel_no_pmtu_disc.patch) = 4113 MD5 (squid2.5/squid-2.5.STABLE7-ftp_datachannel.patch) = cc65c481c7ea1e2cb2bc1c0b61f09a69 SIZE (squid2.5/squid-2.5.STABLE7-ftp_datachannel.patch) = 4825 MD5 (squid2.5/squid-2.5.STABLE7-short_icons_urls.patch) = 3cbed4fe923641bff5f23e69c444d63e |