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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q3, Version: 1.9.6nb2, Package name: nostromo-1.9.6nb2, 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)


   2019-10-22 13:07:30 by Benny Siegert | Files touched by this commit (5)
Log message:
Pullup ticket #6073 - requested by ast
www/nostromo: security fix

Revisions pulled up:
- www/nostromo/Makefile                                         1.3
- www/nostromo/PLIST                                            1.2
- www/nostromo/distinfo                                         1.2
- www/nostromo/patches/patch-http_header_comp                   1.1
- www/nostromo/patches/patch-strcutl                            1.1

---
   Module Name:    pkgsrc
   Committed By:   ast
   Date:           Sun Oct 20 20:02:14 UTC 2019

   Modified Files:
           pkgsrc/www/nostromo: Makefile PLIST distinfo
   Added Files:
           pkgsrc/www/nostromo/patches: patch-http_header_comp patch-strcutl

   Log message:
   www/nostromo: fixes for CVE-2019-16278 and CVE-2019-16279