Subject: CVS commit: pkgsrc/www/httpfile
From: Amitai Schleier
Date: 2021-10-21 22:38:35
Message id: 20211021203835.8E7A6FA97@cvs.NetBSD.org

Log Message:
Add httpfile, a secure HTTP server derived from publicfile.

- removed ftpd
- added "Content-Encoding: gzip"
- added more 'default' filetypes
- case insensitive filetype checking
- upgraded alloc library, added memory limit
- added request timeout
- added basic authentication as a simple protection against robots
- added 301 redirect for directories
- added range support

Files:
RevisionActionfile
1.1addpkgsrc/www/httpfile/DESCR
1.1addpkgsrc/www/httpfile/Makefile
1.1addpkgsrc/www/httpfile/PLIST
1.1addpkgsrc/www/httpfile/distinfo
1.1addpkgsrc/www/httpfile/patches/patch-Makefile