pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mini_httpd Update to 1.27
details: https://anonhg.NetBSD.org/pkgsrc/rev/ecd6881e3a90
branches: trunk
changeset: 369374:ecd6881e3a90
user: wen <wen%pkgsrc.org@localhost>
date: Fri Sep 29 07:57:38 2017 +0000
description:
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:
www/mini_httpd/Makefile | 5 ++---
www/mini_httpd/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 2fe2a44b636f -r ecd6881e3a90 www/mini_httpd/Makefile
--- a/www/mini_httpd/Makefile Fri Sep 29 07:53:37 2017 +0000
+++ b/www/mini_httpd/Makefile Fri Sep 29 07:57:38 2017 +0000
@@ -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 -r 2fe2a44b636f -r ecd6881e3a90 www/mini_httpd/distinfo
--- a/www/mini_httpd/distinfo Fri Sep 29 07:53:37 2017 +0000
+++ b/www/mini_httpd/distinfo Fri Sep 29 07:57:38 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index