pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/bozohttpd update to bozohttpd 20220517. changes i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8f0c0875d8f
branches: trunk
changeset: 379504:e8f0c0875d8f
user: mrg <mrg%pkgsrc.org@localhost>
date: Wed May 18 00:46:46 2022 +0000
description:
update to bozohttpd 20220517. changes include:
o remove obsolete .bzdirect handling.
o new "-m tlsversion" option to set the minimum TLS version
available. partially from <sunil%nimmagadda.net@localhost>.
o extend the list of available ciphers to include most of the
openssl "HIGH" with some additional disables. retain the current
list of bad options. should deal with PR#51278.
o don't assume host BUFSIZ is sufficient. small BUFSIZ leads to
always happens errors in the testsuite. switch all these buffers
to be 4KiB sized. reported by embr <git%liclac.eu@localhost>
o fix a denial of service attack against initial request contents,
now bounded at 16KiB. reported by Justin Parrott in PR#56085
o new support for content types: .tar.bz2, .tar.xz, .tar.lz,
.tar.zst, .tbz2, .txz, .tlz, .zipx, .xz, .zst, .sz, .lz, .lzma,
.lzo, .7z, .lzo, .cab, .dmg, .jar, and .rar. should fix
netbsd PR#56026:
MIME type of .tar.xz file on ny{cdn,ftp}.NetBSD.org is invalid
o fix various NULL derefs from malformed headers. mostly from
<emily@ingalls.rocks>.
o fix memory leaks in library interface: add bozo_cleanup().
diffstat:
www/bozohttpd/Makefile | 5 ++---
www/bozohttpd/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 2ee66655688c -r e8f0c0875d8f www/bozohttpd/Makefile
--- a/www/bozohttpd/Makefile Wed May 18 00:28:46 2022 +0000
+++ b/www/bozohttpd/Makefile Wed May 18 00:46:46 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2021/06/06 13:38:43 nia Exp $
+# $NetBSD: Makefile,v 1.98 2022/05/18 00:46:46 mrg Exp $
#
-DISTNAME= bozohttpd-20210227
-PKGREVISION= 1
+DISTNAME= bozohttpd-20220517
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
diff -r 2ee66655688c -r e8f0c0875d8f www/bozohttpd/distinfo
--- a/www/bozohttpd/distinfo Wed May 18 00:28:46 2022 +0000
+++ b/www/bozohttpd/distinfo Wed May 18 00:46:46 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.76 2021/10/26 11:29:22 nia Exp $
+$NetBSD: distinfo,v 1.77 2022/05/18 00:46:46 mrg Exp $
-BLAKE2s (bozohttpd-20210227.tar.bz2) = ec66c957e7c894f4e194e35f4e226ccb5c9f75196c35bbe936af0ce5abe94f64
-SHA512 (bozohttpd-20210227.tar.bz2) = b838498626ffb7f7e84f31611e0e99aaa3af64bd9376e1a13ec16313c182eebfd9ea2c2d03904497239af723bf34a3d2202dac1f2d3e55f9fd076f6d45ccfa33
-Size (bozohttpd-20210227.tar.bz2) = 63732 bytes
+BLAKE2s (bozohttpd-20220517.tar.bz2) = 559b53462057445924bf4b07c5bc4b8b0aee6ec8d447e9aeee7b83e87e6e2da5
+SHA512 (bozohttpd-20220517.tar.bz2) = 275b8fab3cf2e6c59721682cae952db95da5bd3b1f20680240c6cf1029463693f6feca047fbef5e3a3e7528b40b7b2e87b2a56fd800b612e679a16f24890e5b6
+Size (bozohttpd-20220517.tar.bz2) = 62239 bytes
SHA1 (patch-Makefile.boot) = f90cf22f867132a6a967d579346e970e9544cbf4
SHA1 (patch-auth-bozo.c) = fb3fa40bee34d156cf91d615d905bb908eb70e4d
SHA1 (patch-cgi-bozo.c) = 420f981575d7fa1a96ac7049116b9bf64de719df
Home |
Main Index |
Thread Index |
Old Index