summaryrefslogtreecommitdiff
path: root/www/wwwoffle/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2016-08-21Update wwwoffle to 2.9j, PR pkg/51340.bsiegert1-8/+9
Version 2.9j of WWWOFFLE released : Sat 23 Mar 2016 --------------------------------------------------- Bug Fixes Fix to remove compilation warnings for [gs]etres[ug]id() functions. Don't delete newlines from within quoted strings when modifying HTML. Accept 'Transfer-Encoding: Chunked' instead of '... chunked'. Increase the socket backlog to queue requests better. Documentation changes for mailing lists, web-page and e-mail addresses. Accept data from servers that use gzip encoding but don't send the tail. Improve the error messages for gnutls problems. [*] Some gnutls fixes and improvements. [*] Fix an error with chunked encoding and compression from slow servers. Fix HTML (and CSS) parsing problems related to media types. Improvements: Increase the root certificate and fake certificates to 2048 bits. [*] Change the certificate hash function to SHA256 (SHA1 is deprecated). [*] Use the SNI TLS extension for incoming and outgoing https connections. [*] *NOTE* *These only apply if WWWOFFLE is compiled with SSL/https support* Version 2.9i of WWWOFFLE released : Mon 15 Oct 2012 --------------------------------------------------- Bug Fixes Check the flex and lex programs are found by configure. Allow https requests in outgoing to be requested when next online as https. Don't detect webbugs for images with width and height set to auto. Fix problem with infinite loop when root certificate expires. Version 2.9h of WWWOFFLE released : Mon Oct 3 13:00:00 2011 ----------------------------------------------------------- Bug Fixes: Remove some gcc warnings. Delete keys & certs differently (fix crash with some gnutls versions). [*] Try decompressing buffered compressed data before asking for more. Handle buffered https data better. [*] Improvements: Improve the SSL/https error messages (gnutls error conditions). [*] Use version 3 SSL certificates. [*] *NOTE* *These only apply if WWWOFFLE is compiled with SSL/https support* Version 2.9g of WWWOFFLE released : Sun Mar 27 11:00:00 2011 ------------------------------------------------------------ Bug Fixes: Fix 2038 UNIX time_t problem with SSL certificates. Allow a margin on current time when warning about future timestamps. Check for libgnutls and libgcrypt separately at configure time. Better handling of the command line recursive options. New Features: A new option allows passing URLs from browser to server unmodified. Version 2.9f of WWWOFFLE released : Sun Jan 31 19:00:00 2010 ------------------------------------------------------------ Bug Fixes: Some compilation warnings caused by flex have been removed. When making a HEAD request use the cached version if possible. Don't use the libgnutls-config program in the configure script. Only remove "authorization" header if it is "basic" authentication. Send a 304 header when online if cached page won't be refreshed. Clarify SSL/HTTPS error messages and documentation. Clarify last online/offline messages from 'wwwoffle -status'. Perform MIME type tests case insensitively. New Features: A new option to the wwwoffle program closes and re-opens the server log file. Documentation: Several small fixes to documentation. New SSL Features [*]: A faster but less cryptographically secure key generation option is provided. The expiration time of the SSL certificates can be increased from one year. *NOTE* *These only apply if WWWOFFLE is compiled with SSL/https support* Version 2.9e of WWWOFFLE released : Sun Jan 25 16:00:00 2009 ------------------------------------------------------------ Bug Fixes: Handle deflate compression errors. Don't allow wwwoffle program to make requests that won't be got. Handle various encodings of URLs in HTML documents better. Display a note on the monitor form if the page is already monitored. Stopped an error message when refreshing while online. Documentation: Several small fixes to documentation. Version 2.9d of WWWOFFLE released : Wed Jan 23 19:00:00 2008 ------------------------------------------------------------ Bug Fixes: Don't output extra space before XHTML closing tag when modifying HTML. Don't error in case of race condition creating directory. Remove the generation and display of the XML format certificate. Fix bug with decompressing zlib data. Ensure that creating files supplies a permission option. Fetch image URLs stored in style attributes. Documentation: Improve documentation of http-port and https-port configuration file options. New Features: Add a new option to the CensorHeader section called referer-from. Add a new option to the FetchOptions section called iframes (default=no). Version 2.9c of WWWOFFLE released : Sun Jul 15 14:30:00 2007 ------------------------------------------------------------ Bug Fixes: Don't truncate the log file when opening it. Fix some memory leaks and other lint problems. Fix problem with info page for compressed cached files. More fixes for 64-bit compilation. Fix potential crash with case-insensitive wildcard matching. Try to only get IPv4 socket info if no IPv6 addresses on system. Better handling of https error if connection fails. Add more information to fatal errors related to SSL certificates. Version 2.9b of WWWOFFLE released : Fri Feb 16 09:30:00 2007 ------------------------------------------------------------ Bug Fixes: Fix some string allocations. Don't delete the lasttime cached spool file if page was fetched in this session. Fix HTML parsing of '\' inside or outside quoted strings. Make sure that files are truncated when opened. Display non-empty value in monitor page hour-of-day setting for default value. Some documentation updates. New Features: Expired SSL certificates are deleted and replaced. *NOTE* *This only applies if WWWOFFLE is compiled with SSL/https support* WWWOFFLE creates SSL certificates with a 1 year expiry period. When they expire web browsers will start to give errors. If the WWWOFFLE root Certificate Authority certificate expires then all sites will give SSL errors. Deleting the existing WWWOFFLE CA certificate from the browser and installing the new one will fix this problem (the WWWOFFLE CA certificate can be loaded from https://localhost:8443/certificates/root).
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2006-09-26Update www/wwwoffle from 2.8e to 2.9a - from PR/34532 by Marko Schutzabs1-5/+9
Changelog runs to over 1000 lines
2006-04-11Correctly use config file framework for wwwoffle.conf, also movejoerg1-1/+2
it under share/examples/wwwoffle like all other packages do. Bump revision.
2005-05-07Update wwwoffle to 2.8e, and take over maintainershipabs1-4/+4
Changes since 2.8c: * src/version.h, doc/NEWS: Update to version 2.8e. * src/wwwoffle-tools.c: Fix previous wwwoffle-mv change and preserve timestamps. * src/configdata.c: Make the default value for reply-chunked-data match the documentation. * src/info.c: Indicate on the info page if the URL has been requested. * src/wwwoffles.c: Handle HEAD requests more intelligently. When online send HEAD don't cache them, when offline convert to GET if not cached. * doc/README: Updated description of wwwoffle-mv program. * src/configdata.c, src/wwwoffles.c, conf/upgrade-config.pl, conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF, src/config.h: Added a new option cache-control-max-age-0 to OnlineOptions and OfflineOptions. * doc/FAQ: Another solution to the infamous libc resolver problem. * src/wwwoffles.c: No functional changes. Added more comments relating to Fetch mode, and on mode for else statements. Rearranged code so that mode==Fetch is evaluated with others in else branch. * src/wwwoffles.c: Fix two places where being in Fetch mode would go wrong (aliased URL and unauthenticated proxy request). * doc/README, doc/README.CONF: Some text changes. * src/wwwoffle-tools.c: Allow moving files and changing the path. * src/control.c: Fix spurious error message. * doc/wwwoffle.conf.man.template: Updated the dates in the footer/header. * src/spool.c: Only print an error for a missing monitor time file if the URL is monitored. Version 2.8d of WWWOFFLE released. * doc/NEWS, src/version.h: Update to version 2.8d. * doc/README: Update acknowledgements section (removal of old GIF code). * src/gifmodify.c: All new GIF modification code (handles GIF87a and GIF89a). * doc/README.CONF: Make sure that all lines are less than 78 characters long. * src/htmlmodify.l, conf/upgrade-config.pl, conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF, src/config.h, src/configdata.c: Add a new option to remove HTML "marquee" effect (scrolling text). * src/Makefile.in, src/configedit.c, src/control.c, src/index.c, src/monitor.c, src/refresh.c: Give warnings if processing URL arguments and an unexpected one is seen. * conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README, doc/README.CONF, src/config.h, src/configdata.c, src/htmlmodify.l, conf/upgrade-config.pl: Add an HTMLModify option to fix bad cyrillic coding. * src/wwwoffle-tools.c: Return an error status in case of a failure. * src/wwwoffles.c: Make sure that there is a message from 'wwwoffle -fetch' for all URLs. * src/miscurl.c: Fix hostname character checking. * src/document.c: Parse xhtml pages for links and images. * src/info.c: Display source of xhtml and xml pages. * src/wwwoffles.c: Add cache information to xhtml pages. * doc/README.CONF: Clarify the try-without-password option wording. * src/miscurl.c: When splitting a URL disallow invalid characters in hostnames. * src/wwwoffled.c: Change log file ownership before changing uid/gid. Close stdin/stdout/stderr after detaching from terminal not before. Don't open log file again after detaching from terminal. Don't force usage of stderr when re-initialising error handler. * doc/README.CONF, src/configmisc.c: A URL-SPEC path like '/*/foo*' matches '/foo*' and '/*/foo*' as a special case. * src/cgi.c, src/search.c: Fix bug with setting up stdout for CGI program. * src/errors.c: Fix bug that left file descriptor open on log file. * src/document.h, src/htmlmodify.l, src/wwwoffles.c: Disable the demoronise-ms-html option if the HTML is UTF-8 or other multibyte charset.
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-08-29update to wwwoffle-2.8crecht1-3/+3
patch provided by Ove Soerensen in PR 26792 changes compared to 2.7f: wwwoffle 2.8c contains various fixes and new features. For example the removal of some memory-leaks, fixes for race-conditions and it's noew CSS aware and has support for chunked encoding.
2002-11-08Update to version 2.7f. The following is condensed in format only fromfredb1-3/+3
the "ChangeLog" file: * src/configrdwr.c: When allowing '=' signs in URL-SPECIFICATIONS ignore trailing spaces. * doc/FAQ: Added a question about startup error/warning messages. * src/wwwoffles.c: Don't attempt to modify HTML if the page is compressed. * src/headbody.c: Fix the Set-Cookie problem again. * doc/scripts/FAQ-html.pl: New file. * doc/scripts/README.CONF-html.pl, doc/scripts/README.CONF-msg.pl: Convert characters with umlauts into proper HTML entities. * src/headbody.c: A fix for the stupid bug in the previous version. * src/io.c: Fix for partial pages when server uses compression (suggested by Paul Rombouts). * src/wwwoffled.c: Close the client socket if SocketRemoteName() fails.
2002-09-05Update wwwoffle to Version 2.7e. From the NEWS file:fredb1-4/+3
Bug Fixes: Correct some invalid HTML in the message files. Fix some memory leaks, free some unfreed memory, check some pointers, close some files. Don't send the extra arguments to POST requests that WWWOFFLE uses internally. Removed segmentation fault potential when password not used in config file. Another fix for the cookie problem. Warn if running as root. Try both IPv6 and IPv4 socket binding (IPv6 may not accept IPv4). Potential bug fix for page corruption. Potential fix for IPv6 configuration on Solaris. New Features: Add an option to have case-insensitive matching for URL-SPEC path and args. Added the option to only fetch images on the same host (automatic fetching). Allow URL-SPECs to contain an '=' sign embedded in them (long time bug fix). The monitor options page now accepts ranges of hours or days (e.g. '1-5n'). [Note: The change to IPv6 binding to not require IPv4-mapped addresses was already present in the package as "patch-ac".] [Note: TODO: Have the package create a user, and let the "rc.d" script run wwwoffle as that user.] Also, reorder ${MASTER_SITES} to comply with the request on the download page, and work around an install target corner case for the benefit of bulk build machines (only applies for hosts on which wwwoffle has never run).
2002-08-19Update to version 2.7d. From the NEWS file:fredb1-4/+3
Bug Fixes: Discard POST/PUT requests that have negative content-lengths. Make the CanonicaliseHost() function robust to bad IP addresses. Fix some memory leaks, free some unfreed memory. Don't give socket error using '-f' option. Fix compilation on Cygwin. Fix IPv6 compilation on Solaris 9. Bug fix for v2.7c Cookie change. Don't replace '//' in a URL path with '/'.
2002-08-10Fix PR pkg/17672 a little more portably, with patch suggested by Andrewfredb1-2/+2
M. Bishop (wwwoffle's author/maintainer). With this, if IPv6-mapped IPv6 addresses are enabled, attempting to bind the wildcard address for both protocols is not a fatal error.
2002-08-06one more instance of :: and 0.0.0.0 issue. by fredbitojun1-2/+2
2002-08-06simply obey config file, don't do trick against :: and 0.0.0.0.itojun1-1/+2
(patch sent to the author). bump PKGREVISION
2002-07-25In FTP_Request(), don't free "path" until we're really done with it, asfredb1-1/+2
"file" is in "path"'s allocation. This fixes a bug where the server task would randomly try to acces a file as a directory, and fail. Bump PKGREVISION, as this was a fairly serious bug.
2002-07-16Update to 2.7c. Straight from the NEWS file:fredb1-4/+3
Bug Fixes: Install two DLLs for the Win32 version. Don't crash for HTTP servers that send headers prefixed with whitespace. Make the "edit selected entry" option work. Don't write uncompressed data to the cache with a header saying it is compressed. Be more lenient in detecting spiders that cannot make requests. The wwwoffle-tools programs now handle dir names as if they had http:// in front. Disallow wwwoffle requests for protocols that WWWOFFLE does not handle. Use the command line config filename in error messages. Fix to allow compilation on SGI IRIX. Handle XHTML style tags when modifying HTML. Updated setuid/setgid code. Some memory leaks removed and potential crashes removed due to using lint). New Features: Split up Set-Cookie headers since browsers can't handle them. Don't request deflated data since WWWOFFLE and servers don't agree on format. Added a form on the monitor options page to stop monitoring a URL. The confirm-requests option now asks for confirmation for page reloads. Documentation: Update FAQ to reference privoxy as well as JunkBuster. Describe how to modify htdig templates to work with WWWOFFLE.
2002-05-14Don't core just because a silly server, like my 3com [TM] Lan Modem,fredb1-1/+2
puts leading white space at the beginning of the very first header line. (Leading blanks are supposed to signify a continuation of the previous header line, but for the "server:" line, there aren't any previous lines, so who knows why they do that.) This patch was suggested by Andrew M. Bishop, "wwwoffle"'s author and maintainer. Don't know if it's going to be in the next release, or not.
2002-04-25Update wwwoffle to 2.7b (from NEWS):fredb1-5/+4
Bug Fixes: Ensure that only one argument is given to wwwoffle -o or -O. Some more version 2.7 documentation updates. Fix crash using 'wwwoffle -O|-o|-put|-post <URL>'. Put refresh URLs in the outgoing directory with correct URL. Delete auto-generated files in Makefile before re-generating. Choosing 'edit selected item' in configuration pages shows current values. Fix potential crash with wwwoffle-hash. Put a DESTDIR variable in Makefile for easier installation. Fix parsing IPv6 addresses in audit-usage.pl script. Makefile change for FreeBSD make. Bug fix for the Alias section of the config file. Fix Makefile for Win32. New Features: Allow CGI scripts to be used with the built-in web server.
2002-03-25Update wwwoffle to 2.7a (2.7.1). From the NEWS file:fredb1-3/+3
Bug Fixes: Ensure that the -put or -post options to wwwoffle have one URL. Fix IPv6 checking (configure fails if IPv6 not available). Fix conditional request problem (304 reply for non-conditional requests). Make the socket binding errors less confusing. Fix requesting of compressed data. Handle NULL strings in FTP code and parsing requests. Speed up wildcard matching of '/*' paths. When search script fails give an error not a blank page. The content-length header is not removed unless compression is being used. Fix core dump with configuration page adding first item to DontGet/DontCache section. Preserve cache file timestamps when compressing them. Handle relative URLs that start with '//'. Fix Solaris compilation problem with statfs/statvfs. Bug fix for failure to censor some headers. Remove the 'alt' attribute from disabled images when modifying HTML. New Features: Re-instate the old configuration editing web pages due to user demand. Allow wildcards to have more than two '*' in them. The upgrade-config.pl script warns about URL-SPECs with path='/' not '/*'.
2002-03-23Fix sprintf() overflow for long urls: sprintf() -> snprintf().fredb1-1/+2
2002-03-10Update wwwwoffle to 2.7. Very many bug fixes, including fixes forfredb1-5/+4
dealing better with javascript pages, and fixes for old ftp servers. Lots of new features and configure options, too. Also, new translations for French, Dutch, Polish, German; docs and notes in a few other languages; and translations for local pages are now selected by browser settings!
2001-08-18Let the default configuration file be installed as "wwwoffle.conf.install",fredb1-2/+2
rather than "wwwoffle.conf.default", so that wwwoffle-upgrade-config*.pl can use it to populate the new config file with comments (and to minimize gratuitious changes).
2001-08-18This patch is no longer needed -- the tools now take an absolute path to befredb1-2/+1
a "localhost" URL. [Per Andrew M. Bishop, wwwoffle's author.]
2001-08-16Don't call freeaddrinfo() with "0" argument -- it cores.fredb1-2/+2
2001-08-14Update wwwoffle to version 2.6d. From the "NEWS" file...fredb1-6/+5
Bug Fixes: Fix pagination problem in wwwoffled manual page. Fix core dump with missing DontCompress section. Fix error with convert-cache and uncompress-cache programs not recognising valid configuration items. Fix harmless buffer overrun. Improve the URL decoded strings displayed in indexes. Don't complain about empty directory when installing. Canonicalise the pathname in URLs. Compile on __bsdi__ systems. Convert decimal IP addresses to dotted-quad. Add support for compilation on Apple OS X. Enable HTML modifications on URLs with error status. Use a case-insensitive check when censoring headers. Fix up HTML to that it validates with an SGML checker. New Features: Added IPv6 support. Added bind-ipv4 and bind-ipv6 options to specify local IP address to bind to. Added 'random' sort order option for indexes. Made index sorting use alphabetical as a secondary sort. Added HTTP/1.1 'Cache-Control: max-age=..' header handling (same as 'Expires'). Translations: Updated the Russian translations of the WWWOFFLE messages.
2001-04-22Upgrade wwwoffle to 2.6c. From the "NEWS" file...fredb1-3/+6
Bug Fixes: Changed the HTML message pages to be HTML 4 compliant (use ';' instead of '&' for URL arguments). Fixed meta-refresh-self problem. Don't get confused by scripts when parsing HTML. Fix crash in convert-cache program. Made compilation work on SGI machines. Don't truncate partial cached file. Fix the request-changed option. New Features: Add comments where WWWOFFLE modifies the original page's HTML. Add the option to remove stylesheets, external links and embedded styles. Add the option to remove Java applets. Add options to remove links and replace images listed in the DontGet section. Add the option to not fetch webbugs (1x1 pixel images) when parsing HTML. Add the option to replace webbugs (1x1 pixel images) when modifying HTML. Translations: Added Dutch translations of WWWOFFLE messages.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo