- rewrite pkg/DESCR to make it clear that the security feature of hiawatha

is claimed by the author, not OpenBSD
- bump PKGNAME
idea by Adam <suck at my-balls dot com> on ports@
This commit is contained in:
ajacoutot 2006-12-31 19:15:51 +00:00
parent 543bcfd5cb
commit 298009d0b3
2 changed files with 12 additions and 10 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/31 10:32:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2006/12/31 19:15:51 ajacoutot Exp $
COMMENT= "secure webserver"
DISTNAME= hiawatha-5.4
PKGNAME= ${DISTNAME}p0
CATEGORIES= www net
HOMEPAGE= http://hiawatha.leisink.org

View File

@ -1,9 +1,10 @@
Hiawatha is a secure webserver for Unix. It has been written with 'being
secure' as its main goal. Hiawatha has many security features that no
other webserver has.
Hiawatha does not have all the fancy features, but it is very secure and
fast and is really easy to configure. Rootjail, run CGIs under any
uid/gid you want, prevention of SQL injection and cross-site scripting,
banning of clients who try such exploits and many other features make
Hiawatha an interesting webserver for those who need more security than
what the other available webservers are offering.
Hiawatha is a webserver that has been written with 'being secure' as its
main goal. Hiawatha has many security features that no other webserver
has.
Hiawatha does not have all the fancy features, but it is fast and really
easy to configure. Rootjail, run CGIs under any uid/gid you want,
prevention of SQL injection and cross-site scripting, banning of clients
who try such exploits and many other features make it an interesting
webserver for those who need more security than what others are
offering (please note that while the author claims it's secure, this
software has not been audited by the OpenBSD team).