The NetBSD Project

CVS log for pkgsrc/www/bozohttpd/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / bozohttpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.101 / (download) - annotate - [select for diffs], Sat Mar 16 20:38:43 2024 UTC (4 weeks, 2 days ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.100: +7 -1 lines
Diff to previous 1.100 (colored)

bozohttpd: Fix building on older Mac OS X

Revision 1.100 / (download) - annotate - [select for diffs], Sun Feb 4 06:13:49 2024 UTC (2 months, 1 week ago) by mrg
Branch: MAIN
Changes since 1.99: +2 -3 lines
Diff to previous 1.99 (colored)

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>.
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.

Revision 1.99 / (download) - annotate - [select for diffs], Tue Oct 24 22:11:25 2023 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.98: +2 -1 lines
Diff to previous 1.98 (colored)

*: bump for openssl 3

Revision 1.98 / (download) - annotate - [select for diffs], Wed May 18 00:46:46 2022 UTC (23 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.97: +2 -3 lines
Diff to previous 1.97 (colored)

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>.
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>
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().

Revision 1.97 / (download) - annotate - [select for diffs], Sun Jun 6 13:38:43 2021 UTC (2 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.96: +13 -5 lines
Diff to previous 1.96 (colored)

bozohttpd: define LICENSE, add lua and ssl options, honor CFLAGS

Revision 1.96 / (download) - annotate - [select for diffs], Wed Mar 3 10:09:13 2021 UTC (3 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored)

update to bozohttpd 20210227.

changes in bozohttpd 20210227:
        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

changes in bozohttpd 20210211:
        o  fix various NULL derefs from malformed headers.  mostly from
           <emily@ingalls.rocks>.
        o  fix memory leaks in library interface: add bozo_cleanup().

Revision 1.95 / (download) - annotate - [select for diffs], Thu Oct 15 04:42:05 2020 UTC (3 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.94: +2 -3 lines
Diff to previous 1.94 (colored)

update to bozohttpd 20201014.  changes include:

        o  also set -D_GNU_SOURCE in Makefile.boot.  from
           hadrien.lacour@posteo.net.
        o  fix array size botch (assertion, not exploitable.)  from
           martin@netbsd.org.
        o  also match %2F as well as %2f.  from leah@vuxu.org.
        o  many manual and help fixes.  clean ups for higher lint levels,
           consistency/style clean ups.  various option fixes including made
           -f imply -b.  from <henrik@gulbra.net> for freebsd.
        o  add .m4a and .m4v file extensions.
        o  make this work on sun2 by reducing mmap window there.
        o  fix SSL shutdown sequence.  from spz@netbsd.org.
        o  add readme support to directory indexing.  from jmcneill@netbsd.org
        o  add blocklist(8) support.  from jruoho@netbsd.org.

Revision 1.94 / (download) - annotate - [select for diffs], Sat Jan 18 21:51:04 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.93 / (download) - annotate - [select for diffs], Tue Jun 11 09:41:01 2019 UTC (4 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored)

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
o  more directory indexing clean up.  from rajeev_v_pillai@yahoo.com

Revision 1.92 / (download) - annotate - [select for diffs], Wed Dec 19 12:52:29 2018 UTC (5 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.91: +2 -2 lines
Diff to previous 1.91 (colored)

update to bozohttpd 20181215.  changes include:

  o  fix .htpasswd bypass for authenticated users.  reported by JP,
     from leot@netbsd.org
  o  avoid possible null dereference when receiving a big request that
     timeout.  reported by maya@netbsd.org, from leot@netbsd.org
  o  fix handling of -T option, from leot@netbsd.org
  o  cleanups and portability improvements, from maya@netbsd.org
  o  change directory indexing to use html tables, from
     rajeev_v_pillai@yahoo.com

Revision 1.91 / (download) - annotate - [select for diffs], Sun Nov 25 23:46:37 2018 UTC (5 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored)

update to bozohttpd 20181125: fix the -X/-x options.

Revision 1.90 / (download) - annotate - [select for diffs], Sat Nov 24 18:42:43 2018 UTC (5 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored)

upgrade to 20181124.  fixes -i bug, and minor compile issues.

Revision 1.89 / (download) - annotate - [select for diffs], Fri Nov 23 21:30:26 2018 UTC (5 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.88: +2 -3 lines
Diff to previous 1.88 (colored)

update to bozohttpd 20181123.  changes include:

o  add url remap support via .bzremap file, from martin@netbsd.org
o  handle redirections for any protocol, not just http:
o  fix a denial of service attack against header contents, which
   is now bounded at 16KiB.  reported by JP
o  reduce default timeouts, and add expand timeouts to handle the
   initial line, each header, and the total time spent
o  add -T option to expose new timeout settings
o  minor RFC fixes related to timeout handling
o  fix special file (.htpasswd, .bz*) bypass.  reported by JP.

anyone using .htpasswd files should update ASAP.

Revision 1.88 / (download) - annotate - [select for diffs], Sun Feb 5 13:32:16 2017 UTC (7 years, 2 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.87: +2 -1 lines
Diff to previous 1.87 (colored)

Adjust SERVER_SOFTWARE to intended version

Bump PKGREVISION

Requested by <mrg>

Revision 1.87 / (download) - annotate - [select for diffs], Wed Feb 1 13:05:36 2017 UTC (7 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored)

update to bozohttpd 20170201.  from CHANGES:
	o  fix an infinite loop in cgi processing
	o  fixes and clean up for the testsuite
	o  no longer sends encoding header for compressed formats

Revision 1.85.2.1 / (download) - annotate - [select for diffs], Sun Apr 17 08:25:00 2016 UTC (8 years ago) by spz
Branch: pkgsrc-2016Q1
Changes since 1.85: +2 -3 lines
Diff to previous 1.85 (colored) next main 1.86 (colored)

Pullup ticket #4961 - requested by mrg
www/bozohttpd: security-update

Revisions pulled up:
- www/bozohttpd/Makefile                                        1.86
- www/bozohttpd/distinfo                                        1.65
- www/bozohttpd/patches/patch-bozohttpd.c                       deleted

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   mrg
   Date:           Fri Apr 15 20:59:17 UTC 2016

   Modified Files:
           pkgsrc/doc: CHANGES-2016
           pkgsrc/www/bozohttpd: Makefile distinfo
   Removed Files:
           pkgsrc/www/bozohttpd/patches: patch-bozohttpd.c

   Log Message:
   update bozohttpd to 20160415.  changes include:

           o  add search-word support for CGI
           o  fix a security issue in CGI suffix handler support which would
              allow remote code execution, from shm%netbsd.org@localhost
           o  -C option supports now CGI scripts only
           o  add CGI support for ~user translation (-E switch)
           o  add redirects to ~user translation
           o  fix bugs around ~user translation
           o  add schema detection for absolute redirects
           o  fixed few memory leaks
           o  bunch of minor tweaks
           o  removed -r support
           o  smarter redirects


   To generate a diff of this commit:
   cvs rdiff -u -r1.1574 -r1.1575 pkgsrc/doc/CHANGES-2016
   cvs rdiff -u -r1.85 -r1.86 pkgsrc/www/bozohttpd/Makefile
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/bozohttpd/distinfo
   cvs rdiff -u -r1.2 -r0 pkgsrc/www/bozohttpd/patches/patch-bozohttpd.c

Revision 1.86 / (download) - annotate - [select for diffs], Fri Apr 15 20:59:16 2016 UTC (8 years ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.85: +2 -3 lines
Diff to previous 1.85 (colored)

update bozohttpd to 20160415.  changes include:

        o  add search-word support for CGI
        o  fix a security issue in CGI suffix handler support which would
           allow remote code execution, from shm@netbsd.org
        o  -C option supports now CGI scripts only
        o  add CGI support for ~user translation (-E switch)
        o  add redirects to ~user translation
        o  fix bugs around ~user translation
        o  add schema detection for absolute redirects
        o  fixed few memory leaks
        o  bunch of minor tweaks
        o  removed -r support
        o  smarter redirects

Revision 1.85 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:35 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base
Branch point for: pkgsrc-2016Q1
Changes since 1.84: +2 -1 lines
Diff to previous 1.84 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.84 / (download) - annotate - [select for diffs], Wed Mar 25 23:49:33 2015 UTC (9 years ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

update bozohttpd to 20150320 version.  changes include:

changes in bozohttpd 20150320:
        o  fix redirection handling
        o  support transport stream (.ts) and video object (.vob) files
        o  directory listings show correct file sizes for large files

changes in bozohttpd 20140717:
        o  properly handle SSL errors


ok @agc.

Revision 1.83 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:09 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.82: +1 -3 lines
Diff to previous 1.82 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.82 / (download) - annotate - [select for diffs], Tue Jul 8 14:17:15 2014 UTC (9 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.81: +2 -3 lines
Diff to previous 1.81 (colored)

update to bozohttpd 20140708.  changes include minor bug fixes, .svg
support, and fixes for truncation issues handling .htaccess and
.bz*direct files.

Revision 1.81 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:44 2014 UTC (10 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.80: +2 -1 lines
Diff to previous 1.80 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.80 / (download) - annotate - [select for diffs], Sun Feb 2 03:31:34 2014 UTC (10 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

update to bozohttpd 20140201.  fixes a core dump.

Revision 1.79 / (download) - annotate - [select for diffs], Tue Jan 7 19:35:28 2014 UTC (10 years, 3 months ago) by jperkin
Branch: MAIN
Changes since 1.78: +3 -1 lines
Diff to previous 1.78 (colored)

Fix build on SunOS, no <paths.h> and needs socket libraries.

Revision 1.78 / (download) - annotate - [select for diffs], Thu Jan 2 09:02:22 2014 UTC (10 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored)

update to bozohttpd 20140102.  changes include:

        o  update a few content types
        o  add support for directly calling lua scripts to handle
           processes, from mbalmer@netbsd.org
        o  properly escape generated HTML
        o  add authentication for redirections, from martin@netbsd.org
        o  handle chained ssl certifications, from elric@netbsd.org
        o  add basic support for gzipped files, from elric@netbsd.org
        o  properly escape generated URIs

XXX: could integrate this with lua, but left undone for now.

Revision 1.77 / (download) - annotate - [select for diffs], Thu Jul 11 09:05:56 2013 UTC (10 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.76: +2 -3 lines
Diff to previous 1.76 (colored)

update to bozohttpd 20130711.  changes include:
	o  properly escape generated HTML
	o  add authentication for redirections, from martin@netbsd.org
	o  handle chained ssl certifications, from elric@netbsd.org
	o  add basic support for gzipped files, from elric@netbsd.org
	o  properly escape generated URIs

Revision 1.76 / (download) - annotate - [select for diffs], Wed Feb 6 23:23:58 2013 UTC (11 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.75: +2 -1 lines
Diff to previous 1.75 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.75 / (download) - annotate - [select for diffs], Sun Oct 28 06:30:11 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.74: +1 -2 lines
Diff to previous 1.74 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.74 / (download) - annotate - [select for diffs], Fri Nov 18 09:37:21 2011 UTC (12 years, 5 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

update to bozohttpd 20111118.  changes include:

        o  add -P <pidfile> option, from jmmv@netbsd.org
        o  avoid crashes with http basic auth, from pooka@netbsd.org
        o  add support for REDIRECT_STATUS variable, from tls@netbsd.org
        o  support .mp4 files in the default map
        o  directory indexes with files with : are now displayed properly, from
           reed@netbsd.org
        o  allow -I option to be useful in non-inetd mode as well

Revision 1.73 / (download) - annotate - [select for diffs], Mon Sep 20 23:01:25 2010 UTC (13 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

update to bozohttpd 20100920.  changes include:
        o  use scandir() with alphasort() for sorted directory lists, from moof
        o  fix a serious error in vhost handling; "Host:.." would allow access to
           the next level directory from the virtual root directory, from seanb
        o  fix some various non standard compile time errors, from rudolf
        o  fix dynamic CGI content maps, from rudolf

Revision 1.72 / (download) - annotate - [select for diffs], Tue Jun 22 05:24:59 2010 UTC (13 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

update to bozohttpd 20100621.  changes include:

o  properly fully disable multi-file mode for now
o  fix the -t and -U options when used without the -e option, broken since
   the library-ifcation
o  be explicit that logs go to the FTP facility in syslog

Revision 1.71 / (download) - annotate - [select for diffs], Thu Jun 17 19:45:41 2010 UTC (13 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

update to bozohttpd 20100617.  changes include:
o  fix some compile issues
o  fix SSL mode.  from rtr
o  fix some cgi-bin issues, as seen with cvsweb
o  disable multi-file daemon mode for now, it breaks
o  return 404's instead of 403's when chdir of ~user dirs fail
o  remove "noreturn" attribute from bozo_http_error() that was
   causing incorrect runtime behaviour

with approval from agc.

Revision 1.70 / (download) - annotate - [select for diffs], Sat May 15 06:50:33 2010 UTC (13 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

update to bozohttpd 20100512.  includes this important fix:
        o  fix SSL mode.  from rtr.

Revision 1.69 / (download) - annotate - [select for diffs], Mon May 10 14:58:21 2010 UTC (13 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

update this to bozohttpd 20100510.  there's no real change here except
some compile fixes that aren't relevant for the pkgsrc (but probably
should be...)

Revision 1.68 / (download) - annotate - [select for diffs], Mon May 10 03:42:18 2010 UTC (13 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.67: +2 -3 lines
Diff to previous 1.67 (colored)

import bozohttpd 20100509.  it has these changes:
o  major rework and clean up of internal interfaces.  move the main
   program into main.c, the remaining parts are useable as library.
   add bindings for lua.  by Alistair G. Crooks <agc@netbsd.org>
o  fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325


special thanks to al for the majority of these changes.

Revision 1.67 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:48 2010 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.66: +2 -1 lines
Diff to previous 1.66 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.66 / (download) - annotate - [select for diffs], Sat May 23 03:58:16 2009 UTC (14 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

update to bozohttpd 20090522.  change include:
        o  close more leaking file descriptors for CGI and daemon mode
        o  add subdirs for build "debug" and "small" versions
        o  clean up a bad merge / duplicate code
        o  make mmap() usage portable, fixes linux & ranges: support
        o  document the -f option
        o  daemon mode now serves 6 files per child

Revision 1.65 / (download) - annotate - [select for diffs], Sat Apr 18 21:06:15 2009 UTC (15 years ago) by mrg
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

update to bozohttpd 20090418.  changes include:

o  avoid dying in daemon mode for some uncommon, but recoverable, errors
o  close leaking file descriptors for CGI and daemon mode
o  handle poll errors properly
o  don't try to handle more than one request per process yet

Revision 1.64 / (download) - annotate - [select for diffs], Sat Apr 18 07:01:38 2009 UTC (15 years ago) by mrg
Branch: MAIN
Changes since 1.63: +2 -3 lines
Diff to previous 1.63 (colored)

update to bozohttpd 20090417.

changes since bozohttpd 20080303:
        o  make bozohttpd internally more modular, preparing the way
           to handle more than one request per process
        o  fix http-auth, set $REMOTE_USER not $REMOTEUSER.  also fix
           cgi-bin with cvsweb, from Holger Weiss <holger@CIS.FU-Berlin.DE>
        o  fix an uninitialised variable use in daemon mode
        o  fix ssl mode with newer OpenSSL
        o  mmap large files in manageable sizes so we can serve any size file
        o  refactor url processing to handle query strings correctly for CGI
           from Sergey Katsev at Coyote Point
        o  add If-Modified-Since support, from Joerg Sonnenberger
           <joerg@netbsd.org>
        o  many more manual fixes, from NetBSD

Revision 1.63 / (download) - annotate - [select for diffs], Fri Mar 7 22:00:43 2008 UTC (16 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.62: +4 -1 lines
Diff to previous 1.62 (colored)

Drop the inet6 option and mark this package as simply "IPV6_READY"
because it doesn't care about the IP family.

Revision 1.62 / (download) - annotate - [select for diffs], Fri Mar 7 18:17:26 2008 UTC (16 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored)

incorporate a fix from the master bozohttpd repo: fix files with spaces.
(or any special char, with no ?.)

Revision 1.61 / (download) - annotate - [select for diffs], Mon Mar 3 15:53:03 2008 UTC (16 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.60: +8 -18 lines
Diff to previous 1.60 (colored)

Update www/bozohttpd to version 20080303.  Changes from version 20060517
include:

+ Add full DESTDIR support.
+ Split out package options into a separate options.mk file.

* Fix some cgi header processing
* Add simple Range: header processing

Revision 1.60 / (download) - annotate - [select for diffs], Fri Jan 18 05:09:48 2008 UTC (16 years, 3 months ago) by tnn
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.59 / (download) - annotate - [select for diffs], Sat Sep 8 01:44:51 2007 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.58: +14 -15 lines
Diff to previous 1.58 (colored)

* Use Makefile.boot instead of Makefile so that we don't need BSD make
  to build bozohttpd.

* Use a custom do-install target to install the binary and the manpage.

* Replace the pre-build target with a subst framework class.

Bump the PKGREVISION to 1 now that we no longer build or install the
catman page.

Revision 1.58 / (download) - annotate - [select for diffs], Fri Sep 7 22:12:24 2007 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.57: +9 -12 lines
Diff to previous 1.57 (colored)

Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.

Revision 1.57 / (download) - annotate - [select for diffs], Thu May 24 14:00:38 2007 UTC (16 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Honor PKGMANDIR.

Revision 1.56 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:15 2007 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Jun 10 20:00:55 2006 UTC (17 years, 10 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Set permission and ownership of man pages correctly.

Revision 1.54 / (download) - annotate - [select for diffs], Sat Jun 10 19:56:35 2006 UTC (17 years, 10 months ago) by minskim
Branch: MAIN
Changes since 1.53: +4 -1 lines
Diff to previous 1.53 (colored)

Honor *OWN, *GRP, and *MODE.

Revision 1.53 / (download) - annotate - [select for diffs], Thu May 18 02:48:53 2006 UTC (17 years, 11 months ago) by rpaulo
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

Update for bozohttpd version 20060517 released just five minutes ago.
(hi phone! :-)

changes since bozohttpd 20050410:
	o  make directory indexing mode not look so ugly
	o  build a text version of the manual page
	o  make "make clean" work properly

Revision 1.52 / (download) - annotate - [select for diffs], Tue Dec 13 18:55:03 2005 UTC (18 years, 4 months ago) by bad
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Fix previous by implementing the other half of the changes that I forgot
about yesterday in the hurry between busses.

Revision 1.51 / (download) - annotate - [select for diffs], Mon Dec 12 21:38:55 2005 UTC (18 years, 4 months ago) by bad
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

I'm told that, 40 years after its introduction, variable scopes are
still considered suspect and COMMON blocks are the wave of the future.
Also, apparently we don't want underscores in constant identifiers, but
minus signs are fine. I.e. do_htpasswd -> bozohttpd-do-htpasswd.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Dec 7 17:01:22 2005 UTC (18 years, 4 months ago) by bad
Branch: MAIN
Changes since 1.49: +9 -1 lines
Diff to previous 1.49 (colored)

Enable HTTP basic auth support and .htpasswd files by setting:
PKG_OPTIONS.bozohttpd	do_htpasswd

Revision 1.49 / (download) - annotate - [select for diffs], Mon Apr 25 14:29:07 2005 UTC (18 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.48: +2 -3 lines
Diff to previous 1.48 (colored)

update to bozohttpd 20050410. changes include:
	o  fix some off-by-one errors from <roland.illig@gmx.de>
	o  properly support nph- CGI
	o  make content maps case insensitive
	o  fix proto header merging to include the missing comma
	o  major source reorganisation; most features are in separate files now
	o  new -V flag that makes unknown virtualhosts use slashdir
	   from <rumble@ephemeral.org>
	o  HTTP/1.x protocol headers are now properly merged for CGI

Revision 1.48 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:52 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.47: +1 -2 lines
Diff to previous 1.47 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:25 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Aug 23 11:01:56 2004 UTC (19 years, 7 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

update to bozohttpd 20030823.  nothing changed except the tarball no
longer includes bozohttpd.o...

Revision 1.45 / (download) - annotate - [select for diffs], Fri Aug 20 03:06:38 2004 UTC (19 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.44: +2 -3 lines
Diff to previous 1.44 (colored)

update to bozohttpd 20040808.  changes since previous version (many
already in pkgsrc) include:
	o  CGI status is now properly handled (-a flag has been removed)
	o  CGI file upload support works
	o  %xy translations are no longer ever applied after the first '?',
	   ala RFC2396.  from lukem
	o  daemon mode (-b) should no longer hang spinning forever if it
	   sees no children.  from lukem
	o  new .bzabsredirect file support. from <martin@netbsd.org>
	o  return a 404 error if we see %00 or %2f (/)
	o  don't print 2 "200" headers for CGI
	o  support .torrent files

Revision 1.44 / (download) - annotate - [select for diffs], Mon Jun 21 01:45:22 2004 UTC (19 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

* Fix SIGCHLD handler
* Only decode %xx up to the first '?' in all requests, per RFC2396.
* Crank PKGREVISION
* Set SERVER_SOFTWARE to explicitly contain "nb6" (the PKGREVISION).
  (I would have done this with CPPFLAGS, except the make/shell/cpp
  quoting ended up too hairy & fragile)

Revision 1.43 / (download) - annotate - [select for diffs], Thu Apr 29 12:12:31 2004 UTC (19 years, 11 months ago) by lukem
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Add SCRIPT_FILENAME to the environment variables provided to CGIs,
as a copy of SCRIPT_NAME with the leading `/' removed.
Note that SCRIPT_FILENAME is  _not_  a CGI/1.1 environment variable per
	http://cgi-spec.golux.com/

If SCRIPT_FILENAME is not set set PHP 4.3.6 as a CGI fails with
	No input file specified.
Apache sets this variable; it appears that many other CGI/1.1 compliant
web servers do not and thus PHP 4.3.6 as a CGI doesn't function with them.
"oh joy."

Revision 1.42 / (download) - annotate - [select for diffs], Sun Mar 28 21:24:12 2004 UTC (20 years ago) by martin
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

New sentence, new line + spelling fixes. Belatedly bump pkgrevision
for absolute redirects. Pointed out by wiz.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:56 2004 UTC (20 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.40 / (download) - annotate - [select for diffs], Tue Mar 2 17:25:36 2004 UTC (20 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Add MIME type for bittorrent files. PKGREVISION=2.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Feb 24 13:39:57 2004 UTC (20 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

Add patch from mrg@ that removes superfluous HTTP protocol lines
at the end of CGI script output. Bump PKGREVISION to 1.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Feb 18 13:51:14 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored)

Include openssl/buildlink3.mk to link against OpenSSL libraries.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Feb 18 13:40:37 2004 UTC (20 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

update to bozohttpd 20040218.  changes include:
o  new .bzredirect file support for sane directory redirection
o  new -Z option that enables SSL mode, from <rtr@eterna.com.au>
o  the -C option has been changed to take two explicit options, rather
   than a single option with a space separating the suffix and the
   interpreter.  ``-C ".foo /path/to/bar"'' should now be written
   as ``-C .foo /path/to/bar''
o  the -M option has been changed like -C and no longer requires or
   supports a single argument with space-separated options
o  with -a, still print the 200 OK.  from <rtr@eterna.com.au>
o  with -r, if a .bzdirect file appears in a directory, allow direct
   access to this directory

Revision 1.36 / (download) - annotate - [select for diffs], Mon Jan 5 12:50:34 2004 UTC (20 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.35: +6 -2 lines
Diff to previous 1.35 (colored)

bl3ify

Revision 1.35 / (download) - annotate - [select for diffs], Mon Oct 6 01:16:47 2003 UTC (20 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.34: +4 -3 lines
Diff to previous 1.34 (colored)

update to bozohttpd 20031005.  changes include:
o  fixes for basic authorisation.  from <ecu@ipv42.net>
o  always display file size in directory index mode
o  add .xbel, .xml & .xsl -> text/xml mappings.  from
   <wiz@danbala.ifoer.tuwien.ac.at>

Revision 1.34 / (download) - annotate - [select for diffs], Mon Sep 22 08:38:17 2003 UTC (20 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Teach bozohttpd some XML mime types (mozilla needs them).
Bump PKGREVISION.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jul 22 04:14:20 2003 UTC (20 years, 9 months ago) by martti
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

COMMENT should start with a capital letter.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jul 9 17:11:42 2003 UTC (20 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

update to bozohttpd 20030622.  changes since bozohttpd 20030409:
        o  fix a recent core dump when given no input
        o  add new -r flag that ensures referrer is set to this host
        o  fix several compile time errors with -DNO_CGIBIN_SUPPORT
        o  fix some man page details. from lukem@wasabisystems.com
        o  re-add a missing memset(), fixing a core dump. from lukem
        o  support HTTP basic authorisation, disabled by default.  from lukem
        o  print the port number in redirects and errors. from lukem
        o  only syslog the basename of the program. from lukem
        o  add __attribute__() format checking. from lukem
        o  fix cgibin SCRIPT_NAME to have a leading /.  from zakj@nox.cx
        o  simplify some code in -C to avoid a core dump.  from lukem
        o  add a .css -> css/text entry to the content_map[].  from zakj@nox.cx

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jun 11 06:41:43 2003 UTC (20 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

update to bozohttpd 20030409.

        o  -d without DEBUG enabled only prints one warning and continues
        o  one can now define the C macro SERVER_SOFTWARE when building to
           change the Server: header and CGI variable of the same name
        o  add new -s flag the force logging output to stderr. from zakj@nox.cx
        o  add new -a flag for CGI bin that stops bozohttpd from outputting
           any HTTP reply, the CGI program must output these.  from zakj@nox.cx
        o  new REQUEST_URI and DATE_GMT environment variables for CGI.  from
           zakj@nox.cx
        o  add a "Makefile.boot" that should work with any make program
        o  build on linux again
        o  fix core dumps when using -C

Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 13 12:06:20 2003 UTC (21 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

update to bozohttpd 20030313.

changes since bozohttpd 20021106:
        o  deprecate -r flag; make this the default and silently ignore -r now
        o  add support for file extentions to call CGI programs (from lukem)
        o  add dynamic support to add new content map entries, allowing both
           new file types and non /cgi-bin CGI programs to be run with the
           new -C "suffix cgihandler" and -M "suffix type encoding encoding11"
           options
        o  in -b mode, set the http date after accept() returns, not before we
           call accept().
        o  in -b mode, bind all addresses found not just the first one
        o  unsupport old hostname API
        o  in -b mode, set the SO_REUSEADDR socket option (lukem)
        o  allow -x (index.html) mode to work with CGI handlers

Revision 1.29 / (download) - annotate - [select for diffs], Wed Nov 6 11:03:28 2002 UTC (21 years, 5 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored)

update to bozohttpd 20021106.  changes:
	o  add .bz2 support
	o  properly escape <, > and & in error messages, partly from
	   Nicolas Jombart <ecu@mariejeanne.net>
	o  new -H flag to hide .* files in directory index mode
	o  fix buffer reallocation when parsing a request, to avoid
	   overflowing the buffer with carriage returns (\r)
	o  do not decode "%XY"-style cgi-bin data beyond the "?"

Revision 1.28 / (download) - annotate - [select for diffs], Sat Oct 26 20:01:46 2002 UTC (21 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Add a patch that fixes a problem with some quoted chars and cgibins.
Patch provided by mrg -- thanks!
Bump PKGREVISION.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 13 09:30:06 2002 UTC (21 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored)

update to bozohttpd 5.15.  changes are:
	o  add .ogg support -> `application/x-ogg'
	o  fix CGI requests with "/" in the query part

Revision 1.26 / (download) - annotate - [select for diffs], Thu Sep 12 21:20:31 2002 UTC (21 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Fix a problem with cgi-bin's and the GET method.
Patch from mrg, due to be included in the next release, but who knows
when that will be ;)

Bump to 5.14nb1.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Sep 9 17:18:20 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Patch the man page at pre-build instead of post-build so the catpage is
generated with the fixes.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Sep 9 17:13:32 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.23: +7 -7 lines
Diff to previous 1.23 (colored)

Directly replace the "/usr/pkg" reference in the man page with "${PREFIX}"
in the package Makefile in one step instead of three.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Aug 25 21:52:00 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (colored)

Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Sun Aug 25 21:22:15 2002 UTC (21 years, 7 months ago) by jlam
Branch: buildlink2
Changes since 1.15.2.1: +6 -4 lines
Diff to previous 1.15.2.1 (colored) next main 1.16 (colored)

Merge changes in the main trunk into the buildlink2 branch for those
packages that have been converted to USE_BUILDLINK2.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 23 08:37:24 2002 UTC (21 years, 7 months ago) by mrg
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored)

update to bozohttpd 5.14.  changes include:
	o  allow -X mode to work for "/"
	o  work on systems without MADV_SEQUENTIAL
	o  make a local cut-down copy of "queue.h" (fixes linux & solaris
	   support at the very least)
	o  portability fixes for pre-ipv6 socket api systems (eg, solaris 7)
	o  portability fixes for missing _PATH_DEFPATH, LOG_FTP and __progname
	o  better documentation on virtual host support

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 21 02:43:45 2002 UTC (21 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

check that USE_INET6 is defined.
remove extraneous parenthesis around .if (${FOO} ..) conditions.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Aug 5 16:37:49 2002 UTC (21 years, 8 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

pull in a patch from development sources that fixes a bug in directory
index generation of the root of the web tree.  bump to bozohttpd 5.13nb1.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Aug 4 23:19:58 2002 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.18: +4 -2 lines
Diff to previous 1.18 (colored)

Update to 5.13, provided by the author and maintainer.
changes since bozohttpd 5.12:
        o  support .mp3 files (type audio/mpeg)
        o  use stat() to find out if something is a directory, for -X mode
changes since bozohttpd 5.11:
        o  constification
        o  fixes & enhancements for directory index mode (-X)

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jul 30 13:40:52 2002 UTC (21 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Update to 5.11.
Changes since 5.10:
o  more man page fixes from Thomas Klausner
o  de-K&R C-ification
o  fix Date: header for daemon mode
o  fix core dump when asking for /cgi-bin/ when CGI isn't configured
o  use a valid Server: header

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jul 10 10:48:03 2002 UTC (21 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews
Changes since 1.16: +3 -4 lines
Diff to previous 1.16 (colored)

update to bozohttpd 5.10.  changes include:
	- many man pages and updates
	- freebsd support
	- cgi-bin fixes
	- improved logging
	- builtin chroot support

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 26 10:53:32 2002 UTC (21 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

+ ensure that ${SCRIPT_NAME} contains full path of script (previously
  the leading "cgi-bin/" was stripped)
+ convert '-' to '_' in ${HTTP_xxx} environment variable names, and
  ensure that the names are NUL terminated
+ lookup addr, host (unless -n) and port for every request, not just
  cgi requests, and log the host & port in "got request ..." message
+ fix -n to work as documented; set it to *prevent* addr->name lookups
+ document -n is useful even without -c
+ don't deref NULL pointers in printf %s
+ be consistent about stripping leading `/' from command
+ clean up how "cgi-bin/" prefix is hardcoded in
+ fix -Wall compile issues
+ bump package revision

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Fri Jun 21 23:05:47 2002 UTC (21 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity.  Also
convert a few more packages to use the buildlink2 framework.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 23 11:25:12 2002 UTC (21 years, 11 months ago) by zuntum
Branch: MAIN
Branch point for: buildlink2
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

Remove accidentally commited local hack - don't add -DDEBUG to CFLAGS

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 23 11:23:58 2002 UTC (21 years, 11 months ago) by zuntum
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Merge 2 patches for the same file into one diff

Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 14 16:26:03 2001 UTC (22 years, 4 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

update to bozohttpd 5.09.  changes include... um, i forget.  it can now
run in a daemon mode at the very least... (ie, no longer inetd or some
other daemon starter dependant)

Revision 1.12 / (download) - annotate - [select for diffs], Mon Dec 3 22:56:42 2001 UTC (22 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Mark as USE_BUILDLINK_ONLY.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 12 17:28:57 2001 UTC (22 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

update to bozohttpd 5.08:
	- -X directory index support (from ad@netbsd.org)
	- better http/1.1 conformance
	- ".pa" support for pac files.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 11 06:34:54 2001 UTC (22 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 10 05:31:18 2001 UTC (22 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

upgrade to bozohttpd 5.07:
	- cgi-bin fixes from chuck@research.att.com
	- most file types supported by default
	- allow default file (index.html) and user public directories
	(~/public_html) to be specified on the command line.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 17 17:21:58 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 3 15:14:06 2000 UTC (23 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

remove unnecessary whitespace

Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 31 12:12:58 2000 UTC (23 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.5: +8 -1 lines
Diff to previous 1.5 (colored)

in bozohttpd.8, honor PREFIX.  also, use "bozohttpd" instead of "httpd"
to sync with reality.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 27 09:04:31 2000 UTC (23 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4 (colored)

upgrade to 5.06.  5.06 integrates IPv6 patch to 5.05.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 23 12:24:41 2000 UTC (23 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.3: +10 -1 lines
Diff to previous 1.3 (colored)

Add itojun's patch for IPv6 support

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 24 14:52:49 2000 UTC (23 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

upgrade to bozohttpd 5.05: bug fixes.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 27 07:29:33 2000 UTC (23 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

update to bozohttpd 5.04.  this fixes a couple of bugs, and adds virtual
hosting support.  and a few more content-types, too..

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed May 19 12:02:20 1999 UTC (24 years, 11 months ago) by bad
Branch: TNF
CVS Tags: pkgsrc-base, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of Matthew R. Green's bozohttpd 5.0.

	``Less is more.''


Revision 1.1 / (download) - annotate - [select for diffs], Wed May 19 12:02:20 1999 UTC (24 years, 11 months ago) by bad
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>