pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/bozohttpd
Module Name: pkgsrc
Committed By: mrg
Date: Sun Feb 4 06:13:49 UTC 2024
Modified Files:
pkgsrc/www/bozohttpd: Makefile distinfo
Log Message:
update to bozohttpd 20240126.
changes include:
o add some more default mime types.
o fix memory leaks. from shm.
o fix reading 2 bytes beyond '%', possibly not mapped. from shm.
o support openssl 3. from christos.
o add -q option to not log. from martin.
o fix default return value of bozo_set_defaults(), PR#54785.
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.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/www/bozohttpd/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/bozohttpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/bozohttpd/Makefile
diff -u pkgsrc/www/bozohttpd/Makefile:1.99 pkgsrc/www/bozohttpd/Makefile:1.100
--- pkgsrc/www/bozohttpd/Makefile:1.99 Tue Oct 24 22:11:25 2023
+++ pkgsrc/www/bozohttpd/Makefile Sun Feb 4 06:13:49 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.99 2023/10/24 22:11:25 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2024/02/04 06:13:49 mrg Exp $
#
-DISTNAME= bozohttpd-20220517
-PKGREVISION= 1
+DISTNAME= bozohttpd-20240126
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/www/bozohttpd/distinfo
diff -u pkgsrc/www/bozohttpd/distinfo:1.77 pkgsrc/www/bozohttpd/distinfo:1.78
--- pkgsrc/www/bozohttpd/distinfo:1.77 Wed May 18 00:46:46 2022
+++ pkgsrc/www/bozohttpd/distinfo Sun Feb 4 06:13:49 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.77 2022/05/18 00:46:46 mrg Exp $
+$NetBSD: distinfo,v 1.78 2024/02/04 06:13:49 mrg Exp $
-BLAKE2s (bozohttpd-20220517.tar.bz2) = 559b53462057445924bf4b07c5bc4b8b0aee6ec8d447e9aeee7b83e87e6e2da5
-SHA512 (bozohttpd-20220517.tar.bz2) = 275b8fab3cf2e6c59721682cae952db95da5bd3b1f20680240c6cf1029463693f6feca047fbef5e3a3e7528b40b7b2e87b2a56fd800b612e679a16f24890e5b6
-Size (bozohttpd-20220517.tar.bz2) = 62239 bytes
+BLAKE2s (bozohttpd-20240126.tar.bz2) = d6aeb1cd3b3d1ddf16e33d9f822c7dc42f897495bbe785fdab4d4e581193ef54
+SHA512 (bozohttpd-20240126.tar.bz2) = 7ebd4f9f26004b7c24a668ff9e9442dc0f3b50bf4b217c38b6194ce067ebb6525bb97e449161952671c95bf126629ef3f8df7575c75126074eefd97a589b0aa6
+Size (bozohttpd-20240126.tar.bz2) = 62621 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