The NetBSD Project

CVS log for pkgsrc/www/mini_httpd/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


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

*: bump for openssl 3

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jun 6 13:43:55 2021 UTC (2 years, 10 months ago) by nia
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, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.30: +9 -4 lines
Diff to previous 1.30 (colored)

mini_httpd: define LICENSE, link -lcrypt on all nondarwin

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

*: Recursive revision bump for openssl 1.1.1.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Nov 12 18:39:46 2019 UTC (4 years, 5 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

Update mini_httpd to version 1.30

pkgsrc changes: added -lsendfile to SunOS build to make it work.

Release notes:

New in version 1.30:
Enlarged request read buffer to 50KB.
Fix security bug that let remote users read arbitrary files. (CVE-2018-18778)

New in version 1.29:
Allow CGI to handle HTTP methods besides GET/HEAD/POST.

New in version 1.28:
Fix to buffer overrun bug in htpasswd. Reported by Alessio Santoru as CVE-2017-17663.
Some fixes to keep connections from getting stuck forever in FIN_WAIT_2 state.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Sep 29 07:57:38 2017 UTC (6 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (colored)

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

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

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Feb 26 10:57:46 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.25: +3 -8 lines
Diff to previous 1.25 (colored)

Use OPSYSVARS.

Revision 1.25 / (download) - annotate - [select for diffs], Tue May 5 15:55:17 2015 UTC (8 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Pick up crypt(3) on NetBSD.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Apr 11 16:16:54 2015 UTC (9 years ago) by schwarz
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored)

updated www/mini_httpd to 1.21. See mini_httpd website for changes from
previous releases.

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

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Apr 6 21:07:36 2013 UTC (11 years ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

"Each sed command should appear in an assignment of its own."

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

PKGREVISION bumps for the security/openssl 1.0.1d update.

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

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

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:49 2010 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, 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, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jul 7 19:05:23 2009 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored)

user-destdir support

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 18 05:09:52 2008 UTC (16 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, 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.16: +2 -2 lines
Diff to previous 1.16 (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.16 / (download) - annotate - [select for diffs], Sun Sep 9 02:12:49 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.15: +12 -22 lines
Diff to previous 1.15 (colored)

* Fix linkage so that mhtpasswd isn't linked against the OpenSSL libraries.

* None of the source files seems to reference any function in libutil, so
  remove it from the libraries linked into mini_httpd and mhtpasswd.

* Make this work on Solaris by linking mini_httpd with the usual
  "-lnsl -lsocket" dance.

Bump PKGREVISION to 4 due to changed library linkage in the installed
binaries.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Sep 8 21:58:02 2007 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

Convert to use the features framework.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Sep 6 21:51:55 2007 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.13: +3 -4 lines
Diff to previous 1.13 (colored)

Convert all libnbcompat/buildlink3.mk references to inplace.mk.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 18 16:28:07 2007 UTC (17 years, 3 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Add patch: do not fail on ECONNABORTED.

Reported to mini_httpd developers. Patch is found various
places on internet.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 1 10:37:14 2006 UTC (17 years, 6 months ago) by schwarz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.11: +6 -1 lines
Diff to previous 1.11 (colored)


added support for IRIX 5

Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 27 17:56:09 2005 UTC (18 years, 3 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

Use PKGMANDIR.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:13 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 7 02:15:12 2005 UTC (18 years, 7 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

I will maintain these packages. Bruce isn't working on NetBSD now.
Thank you, Bruce, for previously maintaining these.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 8 18:16:04 2005 UTC (18 years, 9 months ago) by kristerw
Branch: MAIN
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

The distfile on the mastersite has changed (the only change is update
of the author's mail address in comments and README file).

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:41 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Create directories before installing files into them.

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

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 19 21:54:51 2005 UTC (19 years, 3 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.4: +9 -2 lines
Diff to previous 1.4 (colored)

Don't use libutil on IRIX, where it's not needed and doesn't exist,
as suggested by Georg Schwarz in PR pkg/27203.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:26 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Mon Apr 19 04:54:59 2004 UTC (20 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Convert to buildlink3.

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

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

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 3 16:18:54 2004 UTC (20 years, 2 months ago) by reed
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of mini_httpd-1.19. This was packaged by
Bruce J.A. Nourish for pkgsrc-wip.

mini_httpd is a small HTTP server.  Its performance is not great, but for
low or medium traffic sites it's quite adequate. It implements all the
basic features of an HTTP server, including:

  * GET, HEAD, and POST methods.
  * CGI.
  * Basic authentication.
  * Security against ".." filename snooping.
  * The common MIME types.
  * Trailing-slash redirection.
  * index.html, index.htm, index.cgi
  * Directory listings.
  * Multihoming / virtual hosting.
  * Standard logging.
  * Custom error pages.

It can also be configured to do SSL/HTTPS and IPv6.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 3 16:18:54 2004 UTC (20 years, 2 months ago) by reed
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>