summaryrefslogtreecommitdiff
path: root/www/mini_httpd
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2017-09-29 07:57:38 +0000
committerwen <wen@pkgsrc.org>2017-09-29 07:57:38 +0000
commitda133120866898c6f6d8602171906b1f16ec931d (patch)
tree176a964eeb24485f49830df49df33f381cf31d15 /www/mini_httpd
parenta32f3829edcc35acd97f79e130991bea88a9dd75 (diff)
downloadpkgsrc-da133120866898c6f6d8602171906b1f16ec931d.tar.gz
Update to 1.27
Upstream changes: New in version 1.27: Fixed bug that prevented binary CGI results from working. This bug was introduced in 1.23. Noticed and diagnosed by Qipeng Zhang. New in version 1.26: Long-standing bug on FreeBSD using http but not https. Files were getting truncated at 1MB. This was due to improper usage of sendfile(2), and not testing the http path since I only use mini_httpd for https. Since Linux has a completely different sendfile(2) call, it was not affected. And since https does not use sendfile(2), it also was not affected. New in version 1.25: Improvements to the FreeBSD startup script. (Craig Leres) Improvement to SSL support. New in version 1.24: Disable SSLv2 to prevent DROWN attack. Fix binary POST request reading. (Erik Waling) New in version 1.23: Fixed CVE-2015-1548, a buffer overflow via snprintf. New in version 1.22: Don't do TCP_NOPUSH on SSL connections. It doesn't help and causes problems. Use memmove() for self-overlapping string copies instead of strcpy().
Diffstat (limited to 'www/mini_httpd')
-rw-r--r--www/mini_httpd/Makefile5
-rw-r--r--www/mini_httpd/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile
index 4b9bc4b4c07..87b540a006e 100644
--- a/www/mini_httpd/Makefile
+++ b/www/mini_httpd/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2016/03/05 11:29:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.28 2017/09/29 07:57:38 wen Exp $
-DISTNAME= mini_httpd-1.21
-PKGREVISION= 1
+DISTNAME= mini_httpd-1.27
CATEGORIES= www
MASTER_SITES= http://www.acme.com/software/mini_httpd/
diff --git a/www/mini_httpd/distinfo b/www/mini_httpd/distinfo
index 935c8e3f296..d46e9baed91 100644
--- a/www/mini_httpd/distinfo
+++ b/www/mini_httpd/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 02:46:58 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/09/29 07:57:38 wen Exp $
-SHA1 (mini_httpd-1.21/mini_httpd-1.21.tar.gz) = affd3e73f54ddf89c8ee82afdecf046eaabf755b
-RMD160 (mini_httpd-1.21/mini_httpd-1.21.tar.gz) = 7fae61ee60cece845c9ccb7aa7507acdfe30683d
-SHA512 (mini_httpd-1.21/mini_httpd-1.21.tar.gz) = e5f0e0450d2f464bda1ff0e0dff90422c9f54d28a2cbab028a2d02db0636ad6936d2871f35ec089e57cf5aa2e1f0fed27e195be110367c8d8dffe3e3f4367201
-Size (mini_httpd-1.21/mini_httpd-1.21.tar.gz) = 43351 bytes
+SHA1 (mini_httpd-1.27/mini_httpd-1.27.tar.gz) = 6c9dc710e027dfecdb7e5ff5c3aeeb183eeb4c4a
+RMD160 (mini_httpd-1.27/mini_httpd-1.27.tar.gz) = 7acea463e1461b9cd72d2c3a240d67bcafd14990
+SHA512 (mini_httpd-1.27/mini_httpd-1.27.tar.gz) = a7374374d70eb6e531225bf944d80158c7a1870f0e9d3ab720f83706f722eaeac3a891f06c3d6ac2189e1d368504db0ce512440a1d09be109f804c8a0c7901e1
+Size (mini_httpd-1.27/mini_httpd-1.27.tar.gz) = 43473 bytes
SHA1 (patch-aa) = 9156d0f4a7d8b727db34bdf8b7691509f51f9e31
SHA1 (patch-ab) = bf0f1cc373c0b7da4c4f4f4f0001ba357c16510a
SHA1 (patch-ac) = c0587f2efa9a349cf739eafdeb2ee54f1fa44629