upgrade to thttpd 2.22b4
-- - fixes a possible security issue as posted to BugTraq (unconfirmed, exploitability unknown) - tmpnam() -> mkstemp() in htpasswd - kqueue() fixes - a number of other fixes and improvements
This commit is contained in:
parent
beab955f99
commit
848c6fcac3
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2001/05/05 22:20:01 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2001/11/24 03:13:57 brad Exp $
|
||||
|
||||
COMMENT= tiny/turbo/throttling HTTP server
|
||||
COMMENT= "tiny/turbo/throttling HTTP server"
|
||||
|
||||
DISTNAME= thttpd-2.21b
|
||||
DISTNAME= thttpd-2.22beta4
|
||||
PKGNAME= thttpd-2.22b4
|
||||
CATEGORIES= www
|
||||
NEED_VERSION= 1.363
|
||||
NEED_VERSION= 1.500
|
||||
|
||||
HOMEPAGE= http://www.acme.com/software/thttpd/
|
||||
|
||||
@ -20,7 +21,7 @@ MASTER_SITES= http://www.acme.com/software/thttpd/
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/thttpd.8 ${PREFIX}/man/man8
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/thttpd ${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/thttpd.8 ${PREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
3
www/thttpd/distinfo
Normal file
3
www/thttpd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (thttpd-2.22beta4.tar.gz) = 1124aa13ab57e4939ed94f6a0f8e08ae
|
||||
RMD160 (thttpd-2.22beta4.tar.gz) = bca86895f66cd626d5d0512b7e8941ddbfe7de76
|
||||
SHA1 (thttpd-2.22beta4.tar.gz) = 6222870c4fd05626c2b85ad2134d60a54144e3da
|
@ -1,3 +0,0 @@
|
||||
MD5 (thttpd-2.21b.tar.gz) = 0041d478af3ab838fae2c1c2a3288c85
|
||||
RMD160 (thttpd-2.21b.tar.gz) = 1c5e00b45fa5ab8702371365911f85d6eee90a02
|
||||
SHA1 (thttpd-2.21b.tar.gz) = 4ad90204802b2456a59c9bfdf20695e4a3ebb6fd
|
Loading…
Reference in New Issue
Block a user