📄 changelog
字号:
boa (0.94.11-1) unstable; urgency=low * New upstream version -- Jonathon D Nelson <jnelson@boa.org> Thu, 1 Nov 2001 22:37:50 -0600boa (0.94.10.1-1) unstable; urgency=low * New upsteam release * Forgot to update version in source -- Jonathon D Nelson <jnelson@boa.org> Tue, 25 Sep 2001 23:05:25 -0500boa (0.94.10-1) unstable testing; urgency=medium * New upstream version * Fixes escaping rules * Fixes segfault when directory_index is undefined and directory needs to be generated * adds dummy signal handlers for SIGUSR1 and SIGUSR2 * Update documentation regarding mime.types (Closes: #69991) * Make sure documentation builds (Closes: #110818) -- Jonathon D Nelson <jnelson@boa.org> Mon, 24 Sep 2001 22:21:37 -0500boa (0.94.9-2) unstable testing; urgency=low * upload to testing as well -- Jonathon D Nelson <jnelson@boa.org> Mon, 13 Aug 2001 12:31:32 -0500boa (0.94.9-1) unstable; urgency=low * support subdirectories in ScriptAlias directories (Closes: #90601) * make sure to memcpy local_ip_addr in keepalive for virtualhost (Closes: #100102) * add some more missing build deps (Closes: #100803) * Don't accept fd over FD_SETSIZE in request.c:get_request * use backported documentation from 0.95 * make sure POST fd gets closed even on client cancel * use backported index_dir.c from 0.95 * support subdirectories in ScriptAlias directories * add SinglePostLimit (int, in Kilobytes) to config system * check for ENOSPC on body write * use environment variable TMP (or "/tmp" if not available), and chdir there when boa exits. * add 1-time-only hack to make a 32kB read at the end of a request on POST or PUT * close unused file descriptors (/dev/null in boa.c, and the unused part of the pipes call in cgi.c) * made Makefile.in VPATH happy * Fixed problem in HTTP version parsing -- HTTP/{0.9,1.0,1.1} are all that are acceptable. -- Jonathon D Nelson <jnelson@boa.org> Mon, 25 Jun 2001 22:32:49 -0500boa (0.94.8.3-6) unstable; urgency=low * Add missing boa.info file -- Jonathon D Nelson <jnelson@boa.org> Tue, 20 Mar 2001 19:37:33 -0600boa (0.94.8.3-5) unstable; urgency=low * Backport docs from 0.95 (Closes: #90493) -- Jonathon D Nelson <jnelson@boa.org> Tue, 20 Mar 2001 19:04:10 -0600boa (0.94.8.3-4) unstable; urgency=low * Backport of index_dir.c from 0.95 -- Jonathon D Nelson <jnelson@boa.org> Sat, 10 Mar 2001 16:36:36 -0600boa (0.94.8.3-3) unstable; urgency=low * Make /etc/logrotate.d/boa a conffile, and edit README.debian (Closes: #84092) -- Jonathon D Nelson <jnelson@boa.org> Wed, 31 Jan 2001 18:21:11 -0600boa (0.94.8.3-2) unstable; urgency=low * Forcibly removes /var/log/boa and /etc/boa on purges (Closes: #69908) * Add Build-Depends to control file. (Closes: #70204) * Boa continues to require logrotate in the standard configuration (Closes: #76190) * Boa creates /usr/lib/cgi-bin upon installation if it doesn't exist. (Closes: #69127) * Add 'notifempty' keyword to logrotate configuration to avoid rotating empty logfiles. (Closes: #74997) * Default boa.conf now uses /usr/share/doc as /doc alias (Closes: #66490) -- Jonathon D Nelson <jnelson@boa.org> Sat, 27 Jan 2001 15:12:25 -0600boa (0.94.8.3-1) unstable stable; urgency=medium * Move unescape_uri *before* clean_pathname to prevent encoding of / and .. in pathname * wrap execution of GUNZIP in cgi.c with #ifdef GUNZIP * stop parsing when fragment found in URL ('#') -- Jonathon D Nelson <jnelson@boa.org> Mon, 2 Oct 2000 20:53:59 -0500boa (0.94.8.2-2) unstable frozen; urgency=low * Add '/usr/lib/cgi-bin' to debian/dirs. Closes #69127. * Change /doc Alias from /usr/doc to /usr/share/doc -- Jonathon D Nelson <jnelson@boa.org> Sat, 19 Aug 2000 19:52:55 -0500boa (0.94.8.2-1) unstable frozen; urgency=low * Move 'old' /etc/cron.daily/boa to /etc/cron.daily/boa.obsolete if modified, otherwise remove (closes #64813) * 1-line fix to close bug #64812 -- Jonathon D Nelson <jnelson@boa.org> Fri, 4 Aug 2000 18:35:33 -0500boa (0.94.8.1-1) unstable frozen; urgency=low * Include 1-line upstream fix for bad umask call (security issue) -- Jonathon D Nelson <jnelson@boa.org> Sun, 28 May 2000 10:28:22 -0500boa (0.94.8-1) unstable frozen; urgency=low * Fix major thinko in temp file permissions * unlink temporary file immediately following creation * implement maximum # of active connections at 10 less than RLIMIT_NOFILE to avoid or eliminate crashes resulting from running out of file descriptors * Fix thinko in POST * Change /doc alias *back* to /usr/doc as requested -- Jonathon D Nelson <jnelson@boa.org> Thu, 25 May 2000 21:25:24 -0500boa (0.94.7-2) unstable frozen; urgency=low * /etc/logrotate.d/boa no longer a conffile * /etc/logrotate.d/boa now also contains 'missingok' (closes #63905) -- Jonathon D Nelson <jnelson@boa.org> Wed, 10 May 2000 21:13:54 -0500boa (0.94.7-1) unstable frozen; urgency=low * Upstream bugfixes. No new functionality. Now uses logrotate. * /usr/doc -> /usr/share/doc alias change * STDIN and STDOUT are now tied to /dev/null (closes #61093 and #62660) * some minor (non-function related) changes to /etc/init.d/boa * now uses logrotate for log file rotation * some very minor upstream bug fixes, none of which are Linux related * core dumps now located in /tmp * upon purge also removes log files (closes #24130) * sets PATH_MAX to 2048 if not defined (closes #45508) -- Jonathon D Nelson <jnelson@boa.org> Mon, 1 May 2000 15:33:47 -0500boa (0.94.6-1) unstable frozen; urgency=low * Removed doc++ formatting * Removed extraneous debugging statements * Fixed bug in automatic gunzip * /etc/init.d/boa changes ala Joy (Josip Rodin) <joy@gkvk.hr> * boa.sgml documentation changes, also ala Joy * Addes stubs for chroot. (*not* working yet) -- Jonathon D Nelson <jnelson@boa.org> Sat, 19 Feb 2000 06:50:14 -0600boa (0.94.5-1) unstable frozen; urgency=low * Fixed a buffer overflow * Fixed a buffer underflow * Formatted code for doc++ -- Jonathon D Nelson <jnelson@boa.org> Wed, 9 Feb 2000 20:23:03 -0600boa (0.94.4-1) unstable frozen; urgency=low * Updated Boa with respect to CERT advisory CA-2000-02 -- Jonathon D Nelson <jnelson@boa.org> Sat, 5 Feb 2000 23:38:10 -0600boa (0.94.3-1) unstable frozen; urgency=low * Fixed keepalive(pipeline)/error message interaction -- Jonathon D Nelson <jnelson@boa.org> Mon, 31 Jan 2000 22:58:23 -0600boa (0.94.2-2) unstable frozen; urgency=medium * Fixed boa cron job file * changed user.group to www-data.www-data * use customized boa.conf file -- Jonathon D Nelson <jnelson@boa.org> Sun, 30 Jan 2000 11:27:05 -0600boa (0.94.2-1) unstable frozen; urgency=medium * Fixed bug in 0.94.0 -- required for use with apt! -- Jonathon D Nelson <jnelson@boa.org> Fri, 28 Jan 2000 22:42:57 -0600boa (0.94.0-1) unstable; urgency=low * New upstream version -- Jonathon D Nelson <jnelson@boa.org> Mon, 17 Jan 2000 14:09:16 -0600boa (0.93.19.2-1) unstable; urgency=low * New upstream source -- Jonathon D Nelson <jnelson@boa.org> Tue, 11 Jan 2000 20:45:21 -0600boa (0.93.19.1-1) unstable; urgency=low * New upstream source -- Jonathon D Nelson <jnelson@boa.org> Sat, 1 Jan 2000 11:47:24 -0600boa (0.93.18.2-1) unstable; urgency=low * New upstream source. -- Jonathon D. Nelson <nels0988@tc.umn.edu> Thu, 2 Dec 1999 22:04:17 -0600boa (0.93.17.3-1) unstable; urgency=low * New upstream source * Also closes (#30603, #35594, #32419, #33521, #36307, #40879, #40953, #29664) -- Jonathon D. Nelson <nels0988@tc.umn.edu> Sun, 12 Sep 1999 22:36:23 -0500boa (0.93.16.1-1) unstable; urgency=low * New upstream source * Reporting that IMS bug fixed (#30603) -- Jonathon D. Nelson <nels0988@tc.umn.edu> Fri, 25 Dec 1998 22:37:49 -0600boa (0.93.16-5) unstable; urgency=low * Fixes CGI HEAD and fixes some problems with -4 -- Jonathon D. Nelson <nels0988@tc.umn.edu> Thu, 24 Dec 1998 02:25:46 -0600boa (0.93.16-4) frozen unstable; urgency=low * Yet more fixes for the upstream version. This should fix nasty logic. -- Jonathon D. Nelson <nels0988@tc.umn.edu> Wed, 16 Dec 1998 01:28:06 -0600boa (0.93.16-3) frozen unstable; urgency=low * Even more fixes for the upstream version. This fixes CGIs. -- Jonathon D. Nelson <nels0988@tc.umn.edu> Tue, 15 Dec 1998 15:13:22 -0600boa (0.93.16-2) frozen unstable; urgency=low * Minor fixes for the upstream version. -- Jonathon D. Nelson <nels0988@tc.umn.edu> Tue, 15 Dec 1998 12:49:31 -0600boa (0.93.16-1) unstable; urgency=low * New upstream version should fix minor bugs in internal logic -- Jonathon D. Nelson <nels0988@tc.umn.edu> Tue, 15 Dec 1998 00:52:54 -0600boa (0.93.15-2) frozen unstable; urgency=low * Fixes IMS bug (thanks Culus, o-o) -- Jonathon D. Nelson <nels0988@tc.umn.edu> Sat, 12 Dec 1998 23:26:01 -0600boa (0.93.15-1) unstable frozen; urgency=low * New upstream version * Also fixes (#22134), (#25279) -- Jonathon D. Nelson <nels0988@tc.umn.edu> Sun, 13 Sep 1998 14:20:16 -0500boa (0.93.14.2-2) unstable; urgency=low * Changed to debhelper -- Jonathon D. Nelson <nels0988@tc.umn.edu> Sun, 19 Jul 1998 23:06:23 -0500boa (0.93.14.2-1) unstable; urgency=low * Upon cgi execution the server socket is closed * Should behave better (no more zombies from cron.daily/run-parts) (#20161) -- Jonathon D. Nelson <nels0988@tc.umn.edu> Sun, 5 Apr 1998 22:14:56 -0500boa (0.93.14.1-1) unstable; urgency=medium * Fixed IP-based virtualhost and keepalive incompatability * Log format for IP-Based virtualhost uses combined log format now. -- Jonathon D. Nelson <nels0988@tc.umn.edu> Fri, 20 Mar 1998 13:30:52 -0600boa (0.93.14-3) unstable; urgency=low * Fixed /etc/init.d/boa so that force-reload tries to execute /usr/sbin/boa even if an executable of that name already exists. * Fixed /etc/cron.daily/boa to use force-reload -- Jonathon D. Nelson <nels0988@tc.umn.edu> Mon, 9 Mar 1998 09:54:14 -0600boa (0.93.14-2) unstable; urgency=medium * Fixed /etc/cron.daily/boa -- Jonathon D. Nelson <nels0988@tc.umn.edu> Sun, 8 Mar 1998 01:19:47 -0600boa (0.93.14-1) unstable; urgency=medium * New upstream version * Incorporates below fix (commonlog) * /etc/init.d/boa now supports restart and force-reload * Behaves better upon SIGTERM * /etc/init.d/boa marked as conffile (thanks, Lintian!) -- Jonathon D. Nelson <nels0988@tc.umn.edu> Mon, 2 Mar 1998 20:02:34 -0600boa (0.93.13-2) unstable; urgency=medium * Emergency update : commonlog time function broke -- authors notified -- Jonathon D. Nelson <nels0988@tc.umn.edu> Mon, 2 Mar 1998 15:13:13 -0600boa (0.93.13-1) unstable; urgency=low * New upstream version -- Jonathon D. Nelson <nels0988@tc.umn.edu> Fri, 27 Feb 1998 18:07:02 -0600boa (0.93.12-1) unstable; urgency=low * New upstream version * Buffers header output -- Jonathon D. Nelson <nels0988@tc.umn.edu> Fri, 13 Feb 1998 22:34:49 -0600boa (0.93.11-1) unstable; urgency=low * New upstream version * Adds pipelining support to existing keepalive * Ran through indent -- Jonathon D. Nelson <nels0988@tc.umn.edu> Thu, 12 Feb 1998 02:13:11 -0600boa (0.93.10.8-1) unstable; urgency=low * New upstream version * Fixes HTTP/1.1 browser problem * Fixes modified since problem * Fixes commonlog file format problem -- Jonathon D. Nelson <nels0988@tc.umn.edu> Wed, 11 Feb 1998 14:37:01 -0600boa (0.93.10.7-1) unstable; urgency=low * New upstream version -- Jonathon D. Nelson <nels0988@tc.umn.edu> Mon, 9 Feb 1998 10:55:35 -0600boa (0.93.10.6-2) unstable; urgency=low * Built for libc6 -- Jonathon D. Nelson <nels0988@tc.umn.edu> Sat, 7 Feb 1998 12:23:03 -0600boa (0.93.10.6-1) unstable; urgency=low * New version -- Jonathon D. Nelson <nels0988@tc.umn.edu> Wed, 4 Feb 1998 10:39:42 -0600boa (0.93.10-5) unstable; urgency=low * New upstream version -- Jonathon D. Nelson <nels0988@tc.umn.edu> Sun, 1 Feb 1998 19:58:16 -0600boa (0.93.10-3) unstable; urgency=low * New upstream version -- Jon Nelson <nels0988@tc.umn.edu> Sun, 25 Jan 1998 22:59:44 -0600boa (0.93.10-1) unstable; urgency=low * New upstream version -- Jon Nelson <nels0988@tc.umn.edu> Sun, 25 Jan 1998 22:59:44 -0600boa (0.93.9-1) unstable; urgency=low * New upstream version -- Jon Nelson <nels0988@tc.umn.edu> Fri, 16 Jan 1998 14:00:01 -0600boa (0.93.8.4-1) unstable; urgency=low * New upstream version -- Jon Nelson <nels0988@tc.umn.edu> Thu, 11 Dec 1997 13:43:50 -0600 boa (0.93.8.3-1) unstable; urgency=low * New upstream version -- Jon Nelson <nels0988@tc.umn.edu> Wed, 19 Nov 1997 11:39:10 -0600 boa (0.93.8.2-1) unstable; urgency=low * New upstream version -- Jon Nelson <nels0988@tc.umn.edu> Tue, 18 Nov 1997 22:39:10 -0600boa (0.93.8.1-2) unstable; urgency=low * Fix non cgi-bin cgi * Fix Makefile.in * Fix boa.1 -- Jon Nelson <nels0988@tc.umn.edu> Tue, 18 Nov 1997 13:39:10 -0600boa (0.93.8.1-1) unstable; urgency=low * Fix pid printing upon startup -- Jon Nelson <nels0988@tc.umn.edu> Fri, 24 Oct 1997 01:19:22 -0600boa (0.93.7-2) unstable; urgency=low * Fix to POST code and version scheme change * Fix errno problem as per Christopher Lamenter <clameter@debian.org> -- Jon Nelson <nels0988@tc.umn.edu> Sat, 27 Sep 1997 00:36:07 -0600boa (0.93.7-1) unstable; urgency=low * Upstream version change to 0.93.7 -- Jon Nelson <nels0988@tc.umn.edu> Sat, 27 Sep 1997 00:36:07 -0600boa (0.93-1) unstable; urgency=low * Upstream version change to 0.93 -- Jon Nelson <nels0988@tc.umn.edu> Mon, 30 Jun 1997 09:55:01 -0600boa (0.92-5) unstable; urgency=low * Handover from Christopher Lameter to Jon Nelson -- Jon Nelson <nels0988@tc.umn.edu> Fri, 6 Jun 1997 01:17:23 -0600boa (0.92-4) unstable; urgency=low * Improve gunzip.cgi script so that it correctly distinguishes between ascii file and html file. * Provide menu item for web menus -- Christoph Lameter <clameter@debian.org> Sat, 1 Feb 1997 10:39:59 -0800boa (0.92-3) unstable; urgency=low * Misspelling: cgi-directory created was named /usr/lib/cgi-lib instead of /usr/lib/cgi-bin. conf file already listed it as /usr/lib/cgi-bin * Transparently process .gz files without the need for changing any filenames (patch by the author). I.e. a reference to index.html will fetch and decompress index.html.gz if index.html is not present. -- Christoph Lameter <clameter@debian.org> Sat, 1 Feb 1997 09:56:52 -0800boa (0.92-2) unstable; urgency=low * Implement proposed webstandard 3.0 for evaluation * Remove conflicts with httpd and the replaces for other webservers. -- Christoph Lameter <clameter@debian.org> Sat, 28 Dec 1996 15:58:37 -0800boa (0.92-1) unstable; urgency=low * Initial Release. -- Christoph Lameter <clameter@debian.org> Mon, 23 Dec 1996 20:27:43 -0800Local variables:mode: debian-changelogEnd:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -