summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
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-11-17remove RCS Id from inside patch to make it apply cleanly (use pkgdiff!)wiz2-8/+6
2000-11-17add an empty line for pkglintwiz2-2/+4
2000-11-15Update to 0.93. Changes are mainly bugfixes.wiz2-4/+4
2000-11-15Temporary hack to shut up gcc 2.95.2 vs. a missing cast (0 is not a validmartin2-1/+19
function/method pointer without the right cast). This makes mozilla compile on sparc64 (but it's not working yet).
2000-11-15link against libtermcap, needed for 1.4 systems.hubertf1-2/+2
2000-11-14upgrade to 1.3.14 + IPv6 patch. apache side fixed security hole betweenitojun4-16/+68
1.3.12 -> 1.3.14.
2000-11-14Add USE_XPM and a dependancy on freetype-lib.briggs1-1/+3
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron2-4/+4
2000-11-09regenwiz2-7/+7
2000-11-09This was the wrong solution.mycroft2-30/+1
2000-11-09Make the LDAP stuff compile. (Not needed for Mozilla proper, but for PSM.)mycroft2-1/+24
2000-11-09Zero some sockaddrs before use. This fixes a problem in PSM (though PSM hasmycroft3-1/+43
a lot of other problems).
2000-11-08Adjust dirs to deality - we should really do some automagic expansion inhubertf1-2/+3
this file (and some others?) just as we do in PLIST...
2000-11-07Add and enable glibwwwrh1-1/+2
2000-11-07Initial import of glibwww-0.2, a set of event register/unregister wwwrh5-0/+37
functions that use the glib event loop.
2000-11-05For now, add a hack to explicitly compile libgklayout.so with -xgot on MIPSmycroft2-6/+24
platforms. This needs a more comprehensive toolchain fix, but this is not the time to do it.
2000-11-03Add and enable ap-php4agc1-1/+2
2000-11-02fix path to patched filesjdolecek3-9/+9
2000-11-02add log_mime_hdrs_list directive - this directive specifies list ofjdolecek5-3/+108
headers to log into access log when log_mime_hdrs is on the change will be sent to Squid maintainers for possible future inclusion shortly
2000-11-01use USE_LIBINTL + BUILD_DEPEND to devel/gettext.itojun3-4/+19
make libslang-less build possible.
2000-11-01use USE_LIBINTL and BUILD_DEPEND to devel/gettext.itojun1-3/+4
2000-11-01Don't overwrite analog configuration during installation. Fixestron2-20/+11
PR pkg/11351 by David Brownlee.
2000-11-01avoid unnecessary dependency on libpam - PAM is not used herejdolecek3-0/+41
reported by Hubert Feyrer on tech-pkg
2000-10-31Fix obvious bugs in the m68k XPTC stubs.mycroft2-1/+81
2000-10-31NSPR works on m68k, so remove the `UNTESTED' comment.mycroft2-4/+4
2000-10-31Handle configuration files:jlam6-3/+136
* During installation, install a default file, then copy over a real config file during post-installation if it doesn't already exist. * During de-installation, remove the real config file if it doesn't differ from the default config file. The INSTALL/DEINSTALL scripts could probably serve as a model for how other packages should deal with config files.
2000-10-31Update surfraw to 1.0.2. Changes from version 0.5.7:jlam3-9/+14
Translate elvi didn't correctly parse -from or -to New elvi: britannica, stockquote (nasdaq, quote.com, yahoo), jake Updated elvi: freshmeat Don't open new screen(1)s by default Zorch usage of local variables (not POSIX)
2000-10-31Add RCS ID.jlam1-0/+2
2000-10-31Make BUILD_DEPENDS on perl match similar lines in other Makefiles.jlam1-2/+2
2000-10-30Mark this as only working for newer i386 versions or versions newer thanmartin1-1/+5
1.5_BETA for other architectures. While it may build on some others too, it will not work due to toolchain issues. There is no realistic hope to have those toolchain changes pulled up to the (now nearly dead) 1.4 branch. Closes PR 11342.
2000-10-30For a.out, do not link the NSPR libraries with -lc. It's not necessary, and itmycroft2-7/+12
tickles an obscure bug in the old ld(1).
2000-10-30Included in main dist.mjl1-21/+0
2000-10-30Update to 0.55. Changes are:mjl3-7/+11
o small documentation fix o compilation issues with older perls fixed o library initialization when using sockets fixed o library fixes ("Rob Saccoccio" <robs@ipass.net>) o compilation issues with newer gcc o completely untested OPEN and READLINE methods o sfio version compiles again o General clean-ups o Allow attaching/detaching o Changed DESTROY behaviour o Fixed default warn/die handler of old interface o Document new interface
2000-10-30Test for big- vs. little-endian MIPS.mycroft2-7/+21
2000-10-30Really dead now.mycroft2-38/+0
2000-10-30Changes from taya:mycroft4-57/+64
* Run regxpcom and regchrome at package install time. (Otherwise time stamp changes can cause the registry to be regenerated the first time Mozilla is started up anyway.) * Arrange to have user-{locale,skins}.rdf generated automatically.
2000-10-29Fix NSPR thread initialization for MIPS. (Similar issue to Alpha; we have tomycroft2-5/+6
set $t9 to the called function's address.)
2000-10-29Make the -Bsymbolic hack key off $DLL_SUFFIX, so that it automatically happensmycroft2-6/+6
for other a.out platforms (not that Mozilla has been ported to them yet).
2000-10-29Project moved to SourceForge. Mark broken until a new release is made.tsarna2-8/+9
2000-10-29Correct varargs macro for NetBSD/powerpc.mycroft2-1/+15
2000-10-29I was on crack. It is still necessary to generate these files at install time.mycroft5-6/+50
Instead, update to a current, correct version.
2000-10-29Installing our own user-{locales,skins}.rdf is unnecessary, dumb, and breaksmycroft6-42/+7
the editor. So, install the ones generated at build time instead.
2000-10-29Fix dtoa() for NetBSD/arm.mycroft2-1/+15
Mozilla works on arm32 now.
2000-10-28For a.out systems, link component with -Bsymbolic. Otherwise some intra-modulemycroft2-1/+25
symbols resolve incorrectly (e.g. the RegisterSelf methods in the converter modules). This *almost* fixes Mozilla on arm32...
2000-10-28NSPR and XPTC support for arm32.mycroft6-11/+357
2000-10-28Add work arroung for multi user problems caused by debug code in 4.76 totron2-2/+12
wrapper script.
2000-10-28upgrade to 2.20b. main purpose for this upgrade is security fix.itojun2-4/+4
--- New in version 2.20b: * Corrected version of Marcel Telka's ssi fix. My bad. New in version 2.20: * Performance improvements to the timer package via hashing, and double-linking / sorting the lists. Partially based on a suggestion by Michal Ostrowski. * Performance improvement to the mmap cache package, from Evan Jones. * Minor Linux fix for open files limit, from Jordan Ritter. * Fix for null ClientData, which picky compilers didn't like. * Unknown sockaddr type becomes a non-fatal error, preventing a DOS attack. * Close extraneous file descriptors on CGI calls - from Russell Dill. * Security fixes for the external ssi program, from ghandi@dopesquad.net and Wolfgang Rupprecht. * Fix to make the ssi program elide the HTML comment sequence, from Marcel Telka. * Red Hat packaging updates from Bennett Todd. * Throttling fix from Tom Pavel.
2000-10-27Create a link "/usr/share/opera" in "/emul/linux" pointing at thetron2-2/+7
real location of the shared file directory.
2000-10-27Minor fix for Alpha: We have to set t12 to the beginning of the PIC functionmycroft2-5/+6
we're entering. NSPR works on Alpha now.