update to thttpd v2.24, mostly small bugfixes
This commit is contained in:
parent
7e7b57ed79
commit
6d06677d70
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2003/10/18 19:44:58 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2003/10/27 09:37:21 jakob Exp $
|
||||
|
||||
COMMENT= "tiny/turbo/throttling HTTP server"
|
||||
|
||||
DISTNAME= thttpd-2.23beta1
|
||||
PKGNAME= thttpd-2.23b1
|
||||
DISTNAME= thttpd-2.24
|
||||
PKGNAME= thttpd-2.24
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.acme.com/software/thttpd/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (thttpd-2.23beta1.tar.gz) = 43ec67b2765353a942fea72ceaf4d118
|
||||
RMD160 (thttpd-2.23beta1.tar.gz) = c103d622e5bc969cd2017e9a0933b3d06753c44d
|
||||
SHA1 (thttpd-2.23beta1.tar.gz) = 22331276c2e5f6f1850f0b1ca2b739d0db88bf51
|
||||
MD5 (thttpd-2.24.tar.gz) = 9e72c27986548d0cbc8ea850b7b47bdd
|
||||
RMD160 (thttpd-2.24.tar.gz) = 3ccd51def9f86de2695b67343927662a990c26ef
|
||||
SHA1 (thttpd-2.24.tar.gz) = 2a851b225c7af73f22be8a0a4cf29e4200b3248f
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libhttpd_c,v 1.1 2003/10/05 21:27:21 jakob Exp $
|
||||
--- libhttpd.c.orig Mon May 27 03:22:26 2002
|
||||
+++ libhttpd.c Sun Oct 5 23:23:21 2003
|
||||
@@ -818,7 +818,7 @@ defang( char* str, char* dfstr, int dfsi
|
||||
char* cp2;
|
||||
|
||||
for ( cp1 = str, cp2 = dfstr;
|
||||
- *cp1 != '\0' && cp2 - dfstr < dfsize - 1;
|
||||
+ *cp1 != '\0' && cp2 - dfstr < dfsize - 5;
|
||||
++cp1, ++cp2 )
|
||||
{
|
||||
switch ( *cp1 )
|
@ -3,5 +3,3 @@ lot of special features, but it suffices for most uses of the web, it's
|
||||
about as fast as the best full-featured servers (Apache, NCSA, Netscape),
|
||||
and it has one extremely useful feature (URL-traffic-based throttling)
|
||||
that no other server currently has.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user