Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 11/20/2000 07:12:40
Module Name:	pkgsrc
Committed By:	itojun
Date:		Mon Nov 20 05:12:40 UTC 2000

Modified Files:
	pkgsrc/www/wwwoffle: Makefile
	pkgsrc/www/wwwoffle/files: md5 patch-sum
	pkgsrc/www/wwwoffle/patches: patch-aa
	pkgsrc/www/wwwoffle/pkg: PLIST
Removed Files:
	pkgsrc/www/wwwoffle/patches.v6: patch-ba patch-bb patch-bc patch-bd
	    patch-be patch-bf patch-bg patch-bh

Log Message:
upgrade to 2.6.  pull IPv6 patch from ftp.kame.net (maintenance reason)

Version 2.6 of WWWOFFLE released : Sat Nov 18 19:15:00 2000
-----------------------------------------------------------

Bug Fixes:
 Improve HTML modification for unterminated tags.  Allow passworded pages to be
 fetched.  Improve compilation on non-Linux systems.  Fix bug with proxy config
 file entry.  Fix an error with not truncating files.  Fix an error with
 dir-perm and file-perm.  Fix problem when getting pages with passwords.  Fix
 problem deleting pages with passwords.

Documentation
 Added a note to the FAQ about DoS attacks and ipchains.

*NOTE* If upgrading from version 2.[2345] then you will need to convert your
       cache to the new format, see the file CONVERT for details.

*NOTE* If upgrading from version 2.4[abc] the max-size option in the Purge
       section of the configuration file has changed.  See CHANGES.CONF.

*NOTE* If upgrading from version 2.[123] the setting of the times of monitoring
       URLs has changed, check the monitor index and correct where needed.

*NOTE* If upgrading from version 1.x or 2.[01] then you will need to delete
       your cache since conversion from those formats is no longer provided.

Version 2.6-beta of WWWOFFLE released : Sun Oct 22 10:30:00 2000
----------------------------------------------------------------

Bug Fixes:
 Handle usernames specified in URLs including the '@' character.  Fix problems
 deleting URLs with arguments.  Fix bug with recursive fetching in same dir.
 Retry the select system call if it is interrupted.

Win32 Bug Fixes:
 Fix for local web-pages not being opened in binary mode.  Compilation fixes.

Internal Changes:
 Re-examined all URL-encoding and URL-decoding issues (small cache change).
 Ensure that the canonical form of the URL is used throughout.
 Changed the URLs in the indexes for monitor, delete & refresh.

Documentation
 Re-written the README.CONF file with new layout and more information.
 Added three more questions to the FAQ and updated several others.

Configuration File
 Allow many of the configuration file options be selectable on a URL by URL basis.
 Move some configuration file options around and create some new sections.
 Allow purge ages to be specified in larger units (weeks, months, years).
 Allow re-request times to be specified in larger units (minutes, hours, days).

New Configuration Options
 Add the ability to demoronise HTML (replace bogus characters with real ones).
 Add the ability to remove meta refresh tags that redirect browsers.
 Added the option to convert redirections to DontGet pages to errors.
 Allow the HTML modifications to happen to pages viewed when online.
 Add timeouts to DNS lookups to stop WWWOFFLE servers hanging up.
 Add the option to enable the use of lock files (defaults to disabled).

New Features
 Remove the index of the latest pages (was slow on big caches).
 Add an index of the pages that were in the outgoing directory last time.
 Change the don't cache option so that pages are not requested when offline.
 Allow password protected URLs to be deleted.
 Aliased pages now use a redirect rather than re-writing the URL.
 Make it safe to have symlinks in the cache.

Searching
 Changed the ht://Dig search URLs in WWWOFFLE from /htdig/* to /search/htdig/*.
 Allow the use of UdmSearch instead of ht://Dig.

Contrib
 Improved the audit-usage.pl script to show cache hit/miss status for requests.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/www/wwwoffle/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/www/wwwoffle/files/md5
cvs rdiff -r1.10 -r1.11 pkgsrc/www/wwwoffle/files/patch-sum
cvs rdiff -r1.10 -r1.11 pkgsrc/www/wwwoffle/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/www/wwwoffle/patches.v6/patch-ba \
    pkgsrc/www/wwwoffle/patches.v6/patch-bb \
    pkgsrc/www/wwwoffle/patches.v6/patch-bd \
    pkgsrc/www/wwwoffle/patches.v6/patch-be \
    pkgsrc/www/wwwoffle/patches.v6/patch-bf
cvs rdiff -r1.5 -r0 pkgsrc/www/wwwoffle/patches.v6/patch-bc \
    pkgsrc/www/wwwoffle/patches.v6/patch-bg
cvs rdiff -r1.1 -r0 pkgsrc/www/wwwoffle/patches.v6/patch-bh
cvs rdiff -r1.6 -r1.7 pkgsrc/www/wwwoffle/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.