update www/shttpd to 0.53:

--
- Correct benign path typo in tests.
- Added cgiuser-httpd.
- New log format for redir-httpd includes referer head.
  Version 0.53.
This commit is contained in:
lebel 2001-07-27 04:12:40 +00:00
parent 9494b874b2
commit 4ef227427c
3 changed files with 15 additions and 22 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2001/04/10 13:39:38 lebel Exp $
# $OpenBSD: Makefile,v 1.3 2001/07/27 04:12:40 lebel Exp $
COMMENT= HTTP daemons designed to complement publicfile
DISTNAME= shttpd-0.52
DISTNAME= shttpd-0.53
HOMEPAGE= http://www.superscript.com/shttpd/intro.html
CATEGORIES= www

View File

@ -1,3 +1,3 @@
MD5 (shttpd-0.52.tar.gz) = da5db6e97326bdf092fa979e31f1ef5a
RMD160 (shttpd-0.52.tar.gz) = 21a682442b5bfb7890ecf6dbd9a3dbce8cde4134
SHA1 (shttpd-0.52.tar.gz) = b4a01fd030594103d598a50d4ebc98518a09348d
MD5 (shttpd-0.53.tar.gz) = d0e62e1497899c63577d8e7f751a4b3b
RMD160 (shttpd-0.53.tar.gz) = 3dea3380bccaa21d8636ad4268c025466caa940e
SHA1 (shttpd-0.53.tar.gz) = d0812b6cd631429b51b22e838951f55b68cc005b

View File

@ -1,25 +1,18 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/03/22 15:04:11 camield Exp $
$OpenBSD: patch-Makefile,v 1.2 2001/07/27 04:12:40 lebel Exp $
Needed for fake installation. This way the installer can easily be
rebuilt with the fake prefix, without rebuilding _everything_.
--- Makefile.orig Mon Jul 17 18:25:33 2000
+++ Makefile Wed Mar 21 10:59:42 2001
@@ -6,7 +6,7 @@ default: it
--- Makefile.orig Sun Jul 1 15:19:30 2001
+++ Makefile Fri Jul 27 00:08:21 2001
@@ -916,8 +916,8 @@ strerr.h error.h exit.h
test: prog rts rts.tests rts.exp
./rts | cmp - rts.exp >&2
setup: \
-it install
+install
-setup: it install
+setup: install
./install
load: \
@@ -1000,7 +1000,7 @@ strerr.h error.h readwrite.h exit.h
./compile instcheck.c
check: \
-it instcheck
+instcheck
-check: it instcheck
+check: instcheck
./instcheck
rts: \