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:           Tue Jun 11 09:41:02 UTC 2019

Modified Files:
        pkgsrc/www/bozohttpd: Makefile distinfo

Log Message:
update to bozohttpd 20190228.  changes include:

o  extend timeout facility to ssl and stop servers hanging forever
   if the client never sends anything.  reported by Steffen in netbsd
   PR#50655.
o  don't display special files in the directory index.  they aren't
   served, but links to them are generated.
o  fix CGI '+' parameter handling, some error checking, and a double
   free.  from rajeev_v_pillai%yahoo.com@localhost
o  more directory indexing clean up.  from rajeev_v_pillai%yahoo.com@localhost


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/www/bozohttpd/Makefile
cvs rdiff -u -r1.71 -r1.72 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.92 pkgsrc/www/bozohttpd/Makefile:1.93
--- pkgsrc/www/bozohttpd/Makefile:1.92  Wed Dec 19 12:52:29 2018
+++ pkgsrc/www/bozohttpd/Makefile       Tue Jun 11 09:41:01 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2018/12/19 12:52:29 mrg Exp $
+# $NetBSD: Makefile,v 1.93 2019/06/11 09:41:01 mrg Exp $
 #
 
-DISTNAME=      bozohttpd-20181215
+DISTNAME=      bozohttpd-20190228
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/www/bozohttpd/distinfo
diff -u pkgsrc/www/bozohttpd/distinfo:1.71 pkgsrc/www/bozohttpd/distinfo:1.72
--- pkgsrc/www/bozohttpd/distinfo:1.71  Wed Dec 19 12:52:29 2018
+++ pkgsrc/www/bozohttpd/distinfo       Tue Jun 11 09:41:01 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.71 2018/12/19 12:52:29 mrg Exp $
+$NetBSD: distinfo,v 1.72 2019/06/11 09:41:01 mrg Exp $
 
-SHA1 (bozohttpd-20181215.tar.bz2) = 5ada449a216463952ad13cb23bb0a207c11fa411
-RMD160 (bozohttpd-20181215.tar.bz2) = 41789ac10c2a595b360607a308eab052ec0e4ba2
-SHA512 (bozohttpd-20181215.tar.bz2) = f254a60866e0a169787f59af2f6ad6ebc39420a84ae8bd38302256c71ddb68090f80b0080278c7054ad047d80239c5b5a6788c141bf4a94642ac597ea08f5601
-Size (bozohttpd-20181215.tar.bz2) = 60496 bytes
+SHA1 (bozohttpd-20190228.tar.bz2) = 0174ea48550e84703c3b0795d9c6209a57d74feb
+RMD160 (bozohttpd-20190228.tar.bz2) = e313d40001f3d160ffe3ac70eab12c27bf041851
+SHA512 (bozohttpd-20190228.tar.bz2) = 8658695ad9248c9c013362d040981df5d18366e1ad0a6b80707841f93fe576c54631ff3810cc08062b1b28fb07884464bfc27fb71c37831446b2de67a6254f09
+Size (bozohttpd-20190228.tar.bz2) = 59460 bytes
 SHA1 (patch-ab) = a1a56a188084440ab907995c7728e435961c5fbd
 SHA1 (patch-auth-bozo.c) = fb3fa40bee34d156cf91d615d905bb908eb70e4d
 SHA1 (patch-cgi-bozo.c) = 420f981575d7fa1a96ac7049116b9bf64de719df



Home | Main Index | Thread Index | Old Index