Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:x86_64
openSUSE:12.3
wwwoffle
wwwoffle.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wwwoffle.changes of Package wwwoffle
------------------------------------------------------------------- Mon May 21 11:54:01 UTC 2012 - badshah400@gmail.com - Use BuildRequires: libgnutls-devel instead of gnutls-devel for Factory in keeping with gnutls package naming changes. ------------------------------------------------------------------- Tue Oct 4 09:06:40 UTC 2011 - vcizek@suse.com - update to 2.9h * src/iognutls.c: Use the gnutls function to check for pending data first then use select() on the socket. * src/certificates.c: Create version 3 certificates instead of version 1. * src/io.c: Try and uncompress the data that is already available before asking for more data. * src/iognutls.c: Use the gnutls error message as the main error message if there is a gnutls error status (found during investigation of Debian bug deb#638595). * src/certificates.c: Free the server private keys and certificates at a different time and in a different way (see Debian bug deb#638595). * src/vrml.l, src/xml.l: Remove some gcc warning messages. ------------------------------------------------------------------- Sun May 1 20:21:45 UTC 2011 - chris@computersalat.de - spec-cleanup o fix macros,... o remove author from description ------------------------------------------------------------------- Mon Apr 11 08:58:31 UTC 2011 - vcizek@novell.com - update to 2.9g * src/testprogs/Makefile.in: Fixed Makefile for libgcrypt. * Check for libgnutls and libgcrypt separately at configure time. * Add a new option 'pass-url-unchanged' to not modify the outgoing URL from the browser to the server. * src/purge.c: Allow a one hour margin on the current time when warning about future timestamps and deleting temporary files (based on a patch from Michael Foerster). * src/certificates.c: Fix 2038 UNIX time_t problem. ------------------------------------------------------------------- Fri Feb 26 10:48:57 CET 2010 - anicka@suse.cz - update to 2.9f * Return a 304 reply if online and the cached page won't be refreshed and meets the conditions for this header. * Remove the use of the libgnutls-config program and search for the library in the normal configure script method. * When making a HEAD request use the cached version if possible. * Add a new option to the wwwoffle program to close and re-open the log file. * Add an option to expire certificates after a longer than default time. * Add an option to use a faster but weaker source of random numbers for key generation (/dev/urandom instead of /dev/random). ------------------------------------------------------------------- Mon Feb 22 14:24:44 CET 2010 - anicka@suse.cz - make wwwoffle to call res_init() when set online to avoid need of restarting to check for a new DNS (fixes bnc#467171) ------------------------------------------------------------------- Sun Dec 20 17:15:41 UTC 2009 - coolo@novell.com - add fix from Marcus to fix build ------------------------------------------------------------------- Tue Dec 15 20:06:59 UTC 2009 - coolo@novell.com - refresh patches to fix build ------------------------------------------------------------------- Tue Jan 27 18:21:44 CET 2009 - kssingvo@suse.de - Upgrade to version 2.9e: * Handle deflate compression errors * Don't allow wwwoffle 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 * Several small fixes to documentation - removed unnecessary README.win32 documents ------------------------------------------------------------------- Wed Apr 9 23:43:14 CEST 2008 - crrodriguez@suse.de - missing zlib-devel and gnutls-devel in buildrequires - wwwofle does not clean the proxy disk cache without cron, which is not installed by default, possible leading to a disk full problem ------------------------------------------------------------------- Mon Jan 28 14:21:05 CET 2008 - kssingvo@suse.de - Upgrade to version 2.9d: * src/html.l: Fetch image URLs stored in style attributes * src/certinfo.c: Print out the full certificate information * src/iozlib.c: Fix bug with decompressing zlib data. * src/certinfo.c: Remove the generation and display of the XML format certificate. * doc/README.CONF: Make the description of http-port and https-port options clearer. * src/spool.c: In case of failure to create directory check it hasn't been made simultaneously by another server. * doc/README.CONF, doc/wwwoffle.conf.man.template, src/config.h, src/configdata.c, src/document.h, src/html.l, src/info.c, src/refresh.c, src/wwwoffle.c, src/wwwoffle.h, conf/upgrade-config.pl, conf/wwwoffle.conf.template: Add a new option to the FetchOptions section called iframes. * conf/wwwoffle.conf.template, doc/README, doc/README.CONF, src/config.h, src/configdata.c, src/parse.c: Added a new option referer-from that will censor the outgoing Referer header based on the referring URL * src/htmlmodify.l: Don't output an extra space before an XHTML closing tag. * doc/README.CONF: Add some clarifications on IPv6 addresses in config file and how matching is performed. - removed obsolete gcc patch (now in upstream code) - fixed init script: requires $remote_fs now, as /usr might be one ------------------------------------------------------------------- Tue Dec 4 15:08:05 CET 2007 - kssingvo@suse.de - fix for next gcc: use open(2) with mode flags ------------------------------------------------------------------- Mon Jul 30 16:04:10 CEST 2007 - kssingvo@suse.de - Upgrade to version 2.9c: * src/htmlmodify.l, src/html.l: Find the end of the script by searching for "</script". * src/certificates.c: Add some more information to the fatal error messages. * doc/README.CONF: Grammatical correction and clarification. * src/https.c: Don't try securing link if socket connection failed. * src/sockets6.c: Use the AI_ADDRCONFIG flag when calling getaddrinfo(). * src/configmisc.c: Fix bug with case-insensitive wildcard matching in the configuration file * src/info.c: Fix some warnings & errors splint detected. * src/certificates.c, src/certinfo.c: Add some splint annotations, fix some warnings & errors splint detected. * src/certificates.h, src/iopriv.h, src/io.h: Add some splint annotations. * src/connect.c: Fix memory leak. * src/connect.c: Remove some dead code and trivial bug fix. * src/cgi.c, src/certinfo.c: More changes for compilation warnings on a system where size_t!=int * src/wwwoffles.c: Defer de-initialisation of chunked or compressed sockets until end to ensure memory is freed. * src/certinfo.c: Free memory. * src/certificates.c: De-initialise gnutls data structures to free memory. * src/finger.c: Make code same as http.c for opening socket connection. * src/info.c: Fix problems with cached page contents info if it is being stored compressed. * src/iopriv.c: Fix comment error. * src/wwwoffled.c: Print message when ready to start after initialisation. * src/document.c: Free allocated memory. * src/io.c: Free memory at file close. * src/certificates.c: Free memory at exit. * src/errors.c: Don't truncate the log file when opening it. * src/version.h, doc/NEWS: Update for version 2.9c. ------------------------------------------------------------------- Thu Mar 29 22:35:29 CEST 2007 - ro@suse.de - added flex to buildreq ------------------------------------------------------------------- Mon Feb 19 19:38:04 CET 2007 - kssingvo@suse.de - Upgrade to version 2.9b: * doc/FAQ: Updated question about https * doc/README.CONF: Change wording of lock-files description * src/monitor.c: Display a non-empty value in the hour-of-day field for default setting * src/spool.c, src/errors.c, src/purge.c, src/certificates.c: Make sure that files are truncated when opening them. * src/io.c: Make sure that buffer size is OK. * src/html.l, src/htmlmodify.l: Fix HTML parsing of '\' characters outside strings (in script tags). * src/html.l, src/htmlmodify.l: Fix HTML parsing of '\' characters within quoted strings (in script tags and quoted HTML attributes). * src/iochunk.c, src/iopriv.c, src/iopriv.h, src/iozlib.c, src/io.c: Changes to allow turning zlib and chunked encoding off and returning to plain text. Fixed most of the FIXMEs in io.c. * src/certificates.c: Handle expired certificates by deleting them and creating a new one. If the root certificate is changed then it will need to be reloaded into the browser. * src/wwwoffles.c, src/spool.c: Don't delete the lasttime cached spool file if the page is unchanged this time but new sometime in this session. * src/spool.c: Make sure that allocated strings are long enough. * NEW: Expired SSL certificates are deleted and replaced. - adapted (removed) integrated patch of SUSE/Novell. ------------------------------------------------------------------- Wed Aug 23 12:13:53 CEST 2006 - kssingvo@suse.de - Upgrade to version 2.9a: * Keep attribute values that contain '()' but no quote characters. * Make more functions return ssize_t types. * Replace global function FindLanguageFile() with static function find_language_file(). * Make sure that static functions are defined as static. * Correct some comments. * Fix code that mixed ssize_t and int variable types. * Remove the latest new header to keep IIS servers happy. * Make sure that allocated strings are long enough. * Remove any spaces between the header keyword and the ':'. * Remove misleading warning message. * Delete the 'Keep-Alive' header if it is present. * Add a new header to keep the 'bad-behaviour' PHP script happy. * Handle the special case of compressed chunk body of zero length. * Fix mis-formatting in wwwoffle.conf manual page created from README.CONF. * Change the behaviour of wwwoffle-ls so that 'wwwoffle-ls http://foo/' lists just the one URL and 'wwwoffle-ls http/foo' lists the whole directory. * Make the error messages about using /etc/wwwoffle/wwwoffle.conf instead of /etc/wwwoffle.conf less confusing (especially if CONFDIR = /etc). * Fix bug where a forced refresh didn't force a reload. * If a URL is aliased show the information for the alias. * Add an option to disable all iframes in HTML output. * Fix bug with serving CA certificate. ------------------------------------------------------------------- Fri Aug 11 00:35:24 CEST 2006 - seife@suse.de - fix buffer overflow on "wwwoffle -fetch" ------------------------------------------------------------------- Thu Aug 10 22:24:16 CEST 2006 - seife@suse.de - fix ip-up.wwwoffle: /sbin is not in the path ------------------------------------------------------------------- Wed Jul 19 16:21:40 CEST 2006 - kssingvo@suse.de - fixed 64bit problem: difference in ssize_t ------------------------------------------------------------------- Thu Jul 13 14:03:31 CEST 2006 - kssingvo@suse.de - fixed problems in ip-up/ip-down [bugzilla#191395] - upgrade to version wwwoffle-2.9: o bug fixes o internal code changes o add a new layer of buffering to avoid large number of small network writes. o add checkboxes to protocol indexes (e.g. /index/http) for deleting multiple. o add reset button (and more if javascript) to clear delete checkboxes. o add the ability to use the Hyper Estraier programs to search the cache. o improve the purge output, print more information about what is happening. o move the convert-cache and uncompress-cache functions into wwwoffle-tools ------------------------------------------------------------------- Tue Feb 28 13:37:57 CET 2006 - hvogel@suse.de - fix files list [#115165] ------------------------------------------------------------------- Fri Feb 17 13:03:33 CET 2006 - hvogel@suse.de - clean up %files section - mark all config files [#115165] ------------------------------------------------------------------- Wed Jan 25 21:42:53 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Fri Jan 13 13:57:13 CET 2006 - mmj@suse.de - Update to wwwoffle-2.8e ------------------------------------------------------------------- Fri Oct 21 18:46:36 CEST 2005 - mmj@suse.de - Install wwwoffle control files in /etc/ppp/if-{up,down}.d [#129452] ------------------------------------------------------------------- Tue Sep 6 11:07:49 CEST 2005 - mmj@suse.de - Make wwwoffle be able to use htdig if it's there [#115165] ------------------------------------------------------------------- Tue Apr 26 21:45:33 CEST 2005 - mmj@suse.de - Allocate enough room for const char *str ------------------------------------------------------------------- Mon Dec 20 12:24:44 CET 2004 - mmj@suse.de - Update to 2.8d ------------------------------------------------------------------- Mon Jun 14 13:08:46 CEST 2004 - mmj@suse.de - Update to 2.8c which is a bugfix release ------------------------------------------------------------------- Fri Dec 5 11:56:00 CET 2003 - mmj@suse.de - Update to 2.8a ------------------------------------------------------------------- Thu Oct 16 19:09:40 CEST 2003 - mmj@suse.de - Don't build as root - Clean the specfile ------------------------------------------------------------------- Thu Sep 18 22:52:59 CEST 2003 - mmj@suse.de - Make it not segfault on amd64 [#31327] ------------------------------------------------------------------- Thu Jul 31 10:32:20 CEST 2003 - poeml@suse.de - since the configuration file and spool directory are owned by user wwwrun, run as wwwrun by default - new macros for stop/restart of services on rpm update/removal - let /var/spool/wwwoffle/{html,search} be owned by root ------------------------------------------------------------------- Mon Jun 2 16:01:27 CEST 2003 - schwab@suse.de - Fix manpages. - Fix links in translated index pages. ------------------------------------------------------------------- Tue May 13 15:54:43 CEST 2003 - mmj@suse.de - Remove unwanted files, and package some missed ones ------------------------------------------------------------------- Wed Jan 22 10:36:35 CET 2003 - mmj@suse.de - Up to 2.7h which is a bugfix release with focus on security. - Moved the config file back to /etc/wwwoffle/ since it makes bet- ter sense there [#23005] ------------------------------------------------------------------- Wed Dec 4 13:54:09 CET 2002 - mmj@suse.de - Up to 2.7g which is another minor bugfix release. ------------------------------------------------------------------- Wed Oct 2 12:37:58 CEST 2002 - mmj@suse.de - Up to 2.7f mainly a bugfix-release. Fixes [#20432] ------------------------------------------------------------------- Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de - removed bogus self-provides ------------------------------------------------------------------- Thu Aug 15 19:58:12 CEST 2002 - mmj@suse.de - Correct PreReq: ------------------------------------------------------------------- Mon Jul 22 16:50:55 CEST 2002 - mmj@suse.de - Added security patch to parse.c, to check length correctly ------------------------------------------------------------------- Tue Jul 16 09:50:37 CEST 2002 - mmj@suse.de - Update to 2.7c, bugfix and minor feature addition ------------------------------------------------------------------- Mon Jul 8 11:27:08 CEST 2002 - mmj@suse.de - Fixing to start with /etc/wwwoffle.conf not /etc/wwwoffle - Removed rc.config call in the init script. ------------------------------------------------------------------- Mon May 13 12:04:01 CEST 2002 - mmj@suse.de - Update to 2.7b - including lots of new docs and switch to autoconf/automake. Also cgi script handling improved. ------------------------------------------------------------------- Fri Dec 14 16:18:47 CET 2001 - ro@suse.de - removed START_WWWOFFLE ------------------------------------------------------------------- Thu Oct 11 13:09:11 CEST 2001 - grimmer@suse.de - fixed return code of the wwwoffle.cron script (cron sent a failure notice "SCRIPT: wwwoffle exited with RETURNCODE = 3" if the wwwoffled daemon was not running) [#11492] ------------------------------------------------------------------- Wed Sep 19 12:58:35 CEST 2001 - grimmer@suse.de - Use "startproc -q" in rc.wwwoffle to suppress misleading warning messages ("Failed to bind IPv4 server socket [Address already in use]") [#10791] - removed "chown -R wwwrun.root" in install section to enable non-root users to build the package as well (file ownerships are being properly set in the file list anyway) ------------------------------------------------------------------- Thu Jul 26 11:52:24 CEST 2001 - grimmer@suse.de - Update to 2.6d: bugfixes and new features (e.g. IPv6 support) - enabled IPv6 support and added required patch to sockets6.c ------------------------------------------------------------------- Mon Jul 23 16:00:28 CEST 2001 - grimmer@suse.de - Update to 2.6c ------------------------------------------------------------------- Mon Apr 23 17:33:01 CEST 2001 - grimmer@suse.de - Updated init file according to new skeleton ------------------------------------------------------------------- Wed Apr 4 13:19:52 CEST 2001 - grimmer@suse.de - update to 2.6b - removed Makefile patches (obsolete) - added cron script as a separate source file ------------------------------------------------------------------- Sun Feb 11 19:56:45 CET 2001 - grimmer@suse.de - update to 2.6a - added sample ip-up.local file to documentation directory (#6254) - added upgrade-config scripts to file list ------------------------------------------------------------------- Tue Jan 16 09:38:42 CET 2001 - grimmer@suse.de - removed "noreplace" from config file /etc/wwwoffle/wwwoffle.conf since wwwoffle segfaults with an old config file after an update (#4940) ------------------------------------------------------------------- Mon Dec 18 12:43:36 CET 2000 - grimmer@suse.de - fixed path to ht://dig binaries ------------------------------------------------------------------- Wed Dec 6 13:09:00 CET 2000 - grimmer@suse.de - removed dependency on htdig and removed daily cron job - fixed some typos in init script and spec file - made weekly cron job more robust - updated wwwoffle.test ------------------------------------------------------------------- Thu Nov 30 15:03:42 CET 2000 - grimmer@suse.de - Update to 2.6 - created new init script and moved it to /etc/init.d - added BuildRoot - use some more RPM macros - added some more files and cron jobs ------------------------------------------------------------------- Mon Jun 19 09:34:07 CEST 2000 - grimmer@suse.de - Update to 2.5e ------------------------------------------------------------------- Thu Mar 30 17:27:32 CEST 2000 - grimmer@suse.de - fixed init script (reload is a real reload now) (#2650) ------------------------------------------------------------------- Thu Feb 24 23:33:33 MET 2000 - grimmer@suse.de - added Group tag ------------------------------------------------------------------- Mon Feb 21 16:31:23 MET 2000 - grimmer@suse.de - Update to 2.5d - removed obsolete patch for errors.c - moved man pages to /usr/share/man ------------------------------------------------------------------- Tue Jan 25 13:24:26 CET 2000 - uli@suse.de - errors.c: fixed misuse of va_arg macro ------------------------------------------------------------------- Sat Oct 2 09:30:39 MEST 1999 - grimmer@suse.de - Update to 2.5 ------------------------------------------------------------------- Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. ------------------------------------------------------------------- Mon Jul 5 17:19:50 MEST 1999 - grimmer@suse.de - Update to 2.4e - added docu in multiple languages to $DOCDIR ------------------------------------------------------------------- Mon May 31 15:30:09 MEST 1999 - grimmer@suse.de - update to version 2.4d ------------------------------------------------------------------- Tue Apr 13 18:06:50 MEST 1999 - grimmer@suse.de - update to version 2.4b - specfile updates - updated rc-script ------------------------------------------------------------------- Thu Mar 25 00:34:06 MET 1999 - ro@suse.de - fixed rc-script ------------------------------------------------------------------- Tue Dec 8 18:10:45 MET 1998 - ro@suse.de - fixed typo in rc-script ------------------------------------------------------------------- Thu Nov 5 23:04:36 MET 1998 - grimmer@suse.de - update to version 2.3e - implemented new init script - fixed script bug (shutdown with password) ------------------------------------------------------------------- Mon Jul 20 23:13:16 MEST 1998 - grimmer@suse.de - changed CONFDIR again to /etc/wwwoffle/ - minor fix in init script rc.wwwoffle ------------------------------------------------------------------- Sun Jul 19 23:58:30 MEST 1998 - grimmer@suse.de - update to version 2.2c - changed CONFDIR back to /var/spool/ ------------------------------------------------------------------- Fri Jul 3 15:59:01 MEST 1998 - bs@suse.de - changed gid of /var/spool/wwwoffle from nogroup to root. ------------------------------------------------------------------- Wed Jul 1 18:58:43 MEST 1998 - grimmer@suse.de - update to version 2.2 - updated init-script (reload, status) - updated specfile (spoolfile,tools) - changed CONFDIR to /etc ------------------------------------------------------------------- Fri Apr 3 15:06:28 MEST 1998 - bs@suse.de - changed gid from nogroup to wwwadmin ------------------------------------------------------------------- Tue Feb 17 10:23:52 MET 1998 - ro@suse.de - update to version 2.0 (bb@suse.de) ------------------------------------------------------------------- Fri Nov 14 16:42:57 MET 1997 - ro@suse.de - fixed specfile (installation of docfiles) ---------------------------------------------------------------------- Mon Nov 3 15:51:12 MET 1997 - bb@suse.de new package!
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor