summaryrefslogtreecommitdiff
path: root/www/wwwoffle
AgeCommit message (Collapse)AuthorFilesLines
2001-03-12Update wwwoffle to 2.6a:fredb4-16/+23
Bug Fixes: Fix crash with invalid entries in config file. Handle some invalid URL encodings that servers/clients use. Stop crashes when monitoring illegal refresh URLs. Handle malformed headers better. Check the DontGet section of the configuration file when doing SSL. Print error messages when starting on stderr. Read the configuration file if using wwwoffle-write. Fix bug with form argument parsing. Set fetch-stylesheets to true in the default config file. Bug fixes for modifying HTML with meta refresh tags. Stop duplicated items in the configuration file. Win32 Bug Fixes: Fixed logfile opening problem. Added a fchdir() function for cygwin. Workaround cygwin socket closing problem. Change the makefile for cygwin installation (don't auto install .dll or .bat). Documentation Updated the Welcome.html page to include more links to useful information. Include an HTML version of README.CONF in the html directory. Updated several README files and INSTALL file. *NOTE* The default location of the replacement .gif file for the DontGet section has changed, upgrade-config.pl should fix wwwoffle.conf automatically. *NOTE* If upgrading from a version < 2.6 then see the notes for version 2.6. NetBSD package changes: - - Install upgrade-config-2.x-2.5.pl (as wwwoffle-upgrade-config-2.x-2.5.pl). - - Protect convert-cache the same way as upgrade-config -- prefix with wwwoffle-. - - Update MESSAGE file accordingly.
2001-03-12Attend to some pkglint warnings.fredb1-4/+3
2001-03-12Some tweaks to the package:fredb5-13/+100
- - Add a new-style rc.d script. - - Fix the included "htdig" scripts to work with packaged "htdig". ("htdig" remains optional.) - - Install the convert-cache and upgrade-config-pl tools to make upgrading less painful. Run convert-cache automatically for binary package install, but only suggest to for source install. - - Expand the MESSAGE text to explain how to use all this.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz3-9/+10
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf2-4/+4
2000-11-21remove commented out section (post-build)itojun1-8/+1
2000-11-21update IPv6 patch version. sync up better with 2.6.itojun2-11/+11
2000-11-20upgrade to 2.6. pull IPv6 patch from ftp.kame.net (maintenance reason)itojun13-1090/+24
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.
2000-08-07For binary package users: 1) Clean up some extra junk that may be leftfredb1-2/+3
over after an aborted pkgsrc install. 2) Fix up the host name in the proxy autoconfigure file. Now, setting the autoconfigure url (to http://${WWWOFFLE_SERVER}:8080/wwwoffle.pac) works. Note; we can't do this for pkgsrc users, as then there's a danger that the name of the build host will make it's way into the binary package.
2000-08-07Delete /var/wwwoffle/html.old, so that an install following an abortedfredb1-2/+5
install will work. There's no point in saving "html.old" -- a successful update will not even create that directory.
2000-06-06upgrade to 2.5e (since 2.5e is no longer available on ftp site)itojun4-15/+15
2000-02-22Upgraded to 2.5d.itohy5-29/+28
Related changes: - Fix the permissions for the installed files (this fix is the same one that Frederick Bruckman did for 2.5c). - Remove the extra newline added to POST requests. - Only clear the supplementary group list if running as root. - Stopped overflow of 32 bit integer when purging. - Allow wrong reply to CWD from broken FTP server. - Don't get confused by badly nested script or blink tags. - Disallow the Accept-Encoding header on outgoing requests. - Make the URL-SPECIFICATION in the config file have lower case for protocol and host. - Modified the Meta refresh tag handling. - Fix FTP directory listings for files with ':' in them. - and other bug fixes. - Added Russian and Polish translations of WWWOFFLE messages. - Updated FAQ.
2000-02-21Restore correct permissions to spool directory. Per Andrew M. Bishop,fredb3-13/+14
wwwoffle's author, removing world read permissions from the spool directory was a mistake, which will be rectified in wwwoffle-2.5d.
2000-02-16Remove dependency on htdig.itohy2-3/+4
WWWOFFLE is functional without ht://Dig (search function is not available of course) and htdig pkg may be added/removed AFTER addition of wwwoffle pkg. (Another reason is that ht://Dig is not so useful for Asian languages. :) Add reference to www/htdig pkg.
2000-02-16Update to 2.5c, which fixes descriptor leakage on zero-length directories.itohy7-101/+30
Requested by Christoph Badura.
2000-01-25Let this work with pkgsrc htdig, and add a dependency on htdig.fredb1-1/+10
1999-12-07Make this package compile on Solaris.agc3-6/+21
1999-11-30Treat broken URL's like "http://foo.bar:80?query" (no '/' betweenitohy3-8/+79
port and query part) as "http://foo.bar:80/?query". Patch is from the wwwoffle author via Feico Dillema.
1999-11-26Hack pre-install to prevent installation failureitohy1-1/+2
under certain conditions (cache dir exists, but no http dir).
1999-11-26- Update to 2.5b.itohy13-236/+524
Based on PR #8562 by Feico Dillema. - Do not automatically remove the cache on un-installation.
1999-09-03Record "${USE_INET6}" in build definitions.tron1-1/+3
1999-09-03Add RCS Ids to IPv6 patches.tron8-8/+22
1999-09-03Update "wwwoffle" package to version 2.4 and add IPv6 support.tron12-29/+850
Patches supplied by Feico Dillema in PR pkg/8290.
1999-07-09Add package patch checksum files.agc1-0/+3
1999-04-21Replace "${PREFIX}" with real installation path in message file.tron2-2/+5
1999-04-20Remove kludge which tries to add "/var/wwwoffle" to package list. Insteadtron4-84/+11
of that we create a tar archive with the spool directory layout which will be extracted during installation of the binary package.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+7
1998-07-13Update "wwwoffle" to version 2.2.tron5-12/+100
1998-06-22Update package Makefiles for automatic manual page handling.agc1-5/+1
1998-06-06New "wwwoffle-2.1c" package made by Mario Kemper:tron8-0/+84
WWW proxy with support for offline browsing