diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-09-02 06:44:14 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-09-02 06:44:14 +0000 |
commit | e550e8984f268b568f54c894c4c4efa5fca670da (patch) | |
tree | 7a8d3c6f4e53f1bc0aab29d25032f8e022ac5cc3 /UPDATING | |
parent | 9e291d631ccdddc75f3e56c37ff988b0d9366faf (diff) | |
download | ports-e550e8984f268b568f54c894c4c4efa5fca670da.tar.gz ports-e550e8984f268b568f54c894c4c4efa5fca670da.zip |
Implement vendor patches for the following issues:
- try to prevent crashes of the digest helper (squid bug #1031)
- correct parsing of the acl_time directive when multiple time specifications
are given (squid bug #1060)
- correct "cachemgr config" output for http_header_* directives
(squid bug #1056)
- recognize the Content-Disposition header to be able to specify
http_header_access directives using it (squid bug #961)
See <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for further
information.
Reimplement the rcNG support. See UPDATING for details.
PR: ports/71260
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=117898
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -6,6 +6,23 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20040901: + AFFECTS: users of www/squid + AUTHOR: tmseck@netcologne.de + + www/squid now installs an rcNG script by default. This means you + need to explicitly enable squid by setting squid_enable=yes in + /etc/rc.conf. + The squid.sh script uses the following variables: + squid_chdir + squid_flags + squid_user + + Please see the squid.sh script for further details. + If you want to install an old style rc-script, build the port with + "WITHOUT_SQUID_RCNG=YES" or by rerunning "make config" and disabling this + option. + 20040830: AFFECTS: users of x11/kde3, x11/kdelibs3, x11/kdebase3 AUTHOR: kde@freebsd.org |