From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 17 21:50:23 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC7816A4CE for ; Sun, 17 Apr 2005 21:50:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC6C243D58 for ; Sun, 17 Apr 2005 21:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3HLoM6p061303 for ; Sun, 17 Apr 2005 21:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3HLoMHI061302; Sun, 17 Apr 2005 21:50:22 GMT (envelope-from gnats) Resent-Date: Sun, 17 Apr 2005 21:50:22 GMT Resent-Message-Id: <200504172150.j3HLoMHI061302@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Lyubka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00BAB16A4CE for ; Sun, 17 Apr 2005 21:44:53 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A828343D39 for ; Sun, 17 Apr 2005 21:44:52 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j3HLiqUq062138 for ; Sun, 17 Apr 2005 21:44:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j3HLiqoU062137; Sun, 17 Apr 2005 21:44:52 GMT (envelope-from nobody) Message-Id: <200504172144.j3HLiqoU062137@www.freebsd.org> Date: Sun, 17 Apr 2005 21:44:52 GMT From: Sergey Lyubka To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/80044: Update port: www/shttpd (upgrade from 1.9 to 1.14) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 21:50:23 -0000 >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: