diff options
author | sem <sem@FreeBSD.org> | 2004-09-02 06:44:14 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-09-02 06:44:14 +0000 |
commit | 7b57415face465e0dba5ac8df49b2579cbf881b5 (patch) | |
tree | e5181b06b2afe61829aee76cc1eef9745c9944a3 /UPDATING | |
parent | 8eef4ad5ab07318ee03e9fe7ff3a0ec3ef3df7a4 (diff) | |
download | FreeBSD-ports-7b57415face465e0dba5ac8df49b2579cbf881b5.zip FreeBSD-ports-7b57415face465e0dba5ac8df49b2579cbf881b5.tar.gz |
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
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 |