Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 06/22/2004 12:11:01
Module Name: pkgsrc
Committed By: xtraeme
Date: Tue Jun 22 12:11:01 UTC 2004
Modified Files:
pkgsrc/doc: CHANGES
pkgsrc/www/screws: Makefile PLIST distinfo
Removed Files:
pkgsrc/www/screws/patches: patch-aa
Log Message:
Update www/screws to 0.54.
Changes:
0.54 - *
- Separated IO code from Accept
- Add HSML comment tag: <?- -?>
- Add launcher from cmdline (path|port) using HsmlExec module.
- Allow stdin to read the configuration file (-c -)
- Disable exectimeout by default to allow large file processing.
- Disable keep-alive (not all scripts print Content-Length)
- Solve IExplorer 'bug' that forces screws to segfault
- Add initial support for Range-bytes in Headers and HsmlExec.
- Drop nonblocking sockets, and use IOpoll/IOselect by default.
- Solved longfiles buffering problems.
- Solve XSS bug on HsmlExec
- Initial screws_* API
- Allow logs using syslog (LOG_ERR) and piped logs (|...)
- Create macros for modules.
- Add CleanLog module
- Move hsml_lua_init into HsmlExec_init (3x faster)
- Exterminate zombies using setsid()
- Change bool env from TRUE/"" to 1/0
- patch unicode bug that wraps the ARGV env.
- Implement headers support for hsml and .x's
(redirect, mimetype, 404...)
- do not overwrite user config file
- initial alloc drop process.
0.53 - 2004/05/10
- Initial code for file uploading
- Solve Dead children ripper bug.
- Cleaner Makefiles
- add portable getpath(Utils/whereis)
- Add nonblocking sockets for child ripping.
- Add multi-part support for fileuploading
- Solve argument parsing bug.
- Add some filechecks in HsmlExec.so
- Add csharp support.
- Patch an hsml parsing bug.
- Hashbang support on hsml (to separate hsml1 and hsml2 code)
- Solve http request bug.
- Write all manpages.
To generate a diff of this commit:
cvs rdiff -r1.6272 -r1.6273 pkgsrc/doc/CHANGES
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/screws/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/screws/PLIST pkgsrc/www/screws/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/www/screws/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.