NOTICE: This package has been removed from pkgsrc

./wip/nostromo, Fast, secure HTTP/1.1 CGI/1.1 SSL IPv4/IPv6 webserver

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.9.6nb1, Package name: nostromo-1.9.6nb1, Maintainer: ast

Nostromo aka nhttpd is a simple, fast and secure HTTP server. It
runs as a single process, handling connections with select(2). For
CGIs and directory listing it does fork(2). The minimum of HTTP/1.1
and CGI/1.1 are implemented. Also supported are: chroot, setuid,
basic authentication, SSL, IPv6, custom responses, aliases, and
virtual hosts. The access log is written in standard CLF format.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 6f3d8ebc15486398f819ac55a9d2a9ac14c3b35e
RMD160: 6817ac77c7645ab2bef3e73469d2f376448af868
Filesize: 49.743 KB

Version history: (Expand)


CVS history: (Expand)


   2013-09-15 10:36:06 by Adrian Steinmann | Files touched by this commit (7)
Log message:
Fix clang build error in libmy/strb64d by using clearer style
Modify PLINT and Makefile to fix pkgsrc/NetBSD pkglint warnings
Remove http_path variable (environment PATH should be set by CGI programs)
   2013-03-30 08:04:33 by Sergey Svishchev | Files touched by this commit (3)
Log message:
Unbreak packaging (WIP)
   2012-10-03 20:15:31 by Aleksej Saushev | Files touched by this commit (61)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-11-27 14:16:42 by Adrian Steinmann | Files touched by this commit (2)
Log message:
Upgrade from 1.9.4 to 1.9.5
   2011-09-21 07:05:38 by Adrian Steinmann | Files touched by this commit (1)
Log message:
Doesn't compile with the default compiler in
NetBSD-current, gcc-4.5.3:
 cc1: warnings being treated as errors
 main.c: In function 'main':
 main.c:1328:6: error: array subscript is above array bounds
 main.c:1328:6: error: array subscript is above array bounds
This appears to be a bug in -O2 optimization. It happens in
FD_SET() which is a macro setting an array element. Also see
elsewhere http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43949
   2011-07-20 22:55:42 by Adrian Steinmann | Files touched by this commit (3)
Log message:
fix pkglist warnings
support user-destdir
   2011-07-14 15:20:00 by Thomas Klausner | Files touched by this commit (2)
Log message:
Remove uncommon ipv6 CATEGORY and sort MAINTAINER section.

   2011-03-24 17:28:42 by Adrian Steinmann | Files touched by this commit (1)
Log message:
Nostromo aka nhttpd is a simple, fast and secure HTTP server. It
runs as a single process, handling connections with select(2). For
CGIs and directory listing it does fork(2). The minimum of HTTP/1.1
and CGI/1.1 are implemented. Also supported are: chroot, setuid,
basic authentication, SSL, IPv6, custom responses, aliases, and
virtual hosts. The access log is written in standard CLF format.