Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2005 21:44:52 GMT
From:      Sergey Lyubka <valenok@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/80044: Update port: www/shttpd (upgrade from 1.9 to 1.14)
Message-ID:  <200504172144.j3HLiqoU062137@www.freebsd.org>
Resent-Message-ID: <200504172150.j3HLoMHI061302@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         80044
>Category:       ports
>Synopsis:       Update port: www/shttpd (upgrade from 1.9 to 1.14)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 17 21:50:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Lyubka
>Release:        5.4
>Organization:
>Environment:
>Description:
      
>How-To-Repeat:
      
>Fix:
diff -ruN shttpd.orig/Makefile shttpd/Makefile
--- shttpd.orig/Makefile	Sun Apr 17 22:24:58 2005
+++ shttpd/Makefile	Sun Apr 17 22:37:20 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	shttpd
-PORTVERSION=	1.9
+PORTVERSION=	1.14
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	shttpd
diff -ruN shttpd.orig/distinfo shttpd/distinfo
--- shttpd.orig/distinfo	Sun Apr 17 22:24:58 2005
+++ shttpd/distinfo	Sun Apr 17 22:37:33 2005
@@ -1,2 +1,2 @@
-MD5 (shttpd/shttpd_1.9.c) = e1ce9c741af69b1101cc1b26221ef82d
-SIZE (shttpd/shttpd_1.9.c) = 72325
+MD5 (shttpd/shttpd_1.14.c) = af764aafb8789c703c6688e355388081
+SIZE (shttpd/shttpd_1.14.c) = 78643
diff -ruN shttpd.orig/files/shttpd.1 shttpd/files/shttpd.1
--- shttpd.orig/files/shttpd.1	Sun Apr 17 22:24:58 2005
+++ shttpd/files/shttpd.1	Sun Apr 17 22:36:47 2005
@@ -7,8 +7,15 @@
 .br
 .SH "DESCRIPTION"
 .B shttpd
-is a simple web server with CGI support.
-It does not detach from terminal. It stores logs in a standard format.
+is a simple web server. It supports: CGI, Digest authentication, cookies,
+GET, POST, PUT, DELETE methods, SSL. It does not detach from terminal. 
+It stores logs in a standard format. If -d option is not given, the document
+root is assumed to be current directory.
+.B shttpd
+can be embedded into existing application, in order to provide a Web GUI.
+To do that, a header file with interface definition is needed, and application
+should be compiled with shttpd.c, with -DEMBEDDED compilation flag set.
+Refer to http://shttpd.sf.net to get the header file.
 .SH OPTIONS
 .TP 13
 .I \-d directory
@@ -33,7 +40,7 @@
 log file  (default shttpd.log)
 .TP 13
 .I \-i file1[,file2..]
-index file (default index.html,index.cgi,index.php)
+index file (default index.html,index.cgi)
 .TP 13
 .I \-c pattern
 CGI file pattern (default .cgi)
@@ -41,17 +48,17 @@
 .I \-P passfile
 global auth passwords file (default none)
 .TP 13
-.I \-u uid
-run-time numeric UID (default none)
+.I \-u username
+switch UID to given username's UID (default none)
 .TP 13
 .I \-m file
 mime types file (default none)
 .TP 13
 .I \-N realm
-authentication realm (default auth)
+authentication realm (default mydomain.com)
 .TP 13
 .I \-D
-do directory listing (default no)
+forbid directory listing (default yes)
 .SH COPYRIGHT
 .B shttpd
 is licensed under the terms of MIT license.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504172144.j3HLiqoU062137>