<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>78e0157a414e6b12bb99c06f69ae8701237308fd - libexec/httpd: fix or suppress lint warnings</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#78e0157a414e6b12bb99c06f69ae8701237308fd</link>
        <description>libexec/httpd: fix or suppress lint warningsNo binary change.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Fri, 04 Oct 2024 08:45:46 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bbe2f6f754294934bd9d13d8e37ba8f42688d62c - accommodate OpenSSL-3.x</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#bbe2f6f754294934bd9d13d8e37ba8f42688d62c</link>
        <description>accommodate OpenSSL-3.x

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Tue, 09 May 2023 01:47:21 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ddfa6145a6cb5c3b0d564c416fbad89709dd5d6 - avoid warnings from the previous when using objdirs.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#7ddfa6145a6cb5c3b0d564c416fbad89709dd5d6</link>
        <description>avoid warnings from the previous when using objdirs.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Sun, 28 Feb 2021 04:18:46 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3803a1bf8c9994a77126f665028927dd5655e2ff - give BOZOVER a default so exporting a distfile is easy.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#3803a1bf8c9994a77126f665028927dd5655e2ff</link>
        <description>give BOZOVER a default so exporting a distfile is easy.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Sun, 28 Feb 2021 02:39:15 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0b4b2d279d4a8afd4a7721288b6e945e76f030f - Add blocklistd(8) support.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#c0b4b2d279d4a8afd4a7721288b6e945e76f030f</link>
        <description>Add blocklistd(8) support.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Sat, 11 Jul 2020 08:10:52 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1eeb82409fa89110c218b2d120b8fe777a925dd - add &apos;check&apos; target to toplevel makefile.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#d1eeb82409fa89110c218b2d120b8fe777a925dd</link>
        <description>add &apos;check&apos; target to toplevel makefile.fix the t11.out output now that CGI parsing works better.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Thu, 17 Jan 2019 07:39:00 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef315f7931c8408cfb9a74c8d0735b3dcb57bbbf - Remove MKCRYPTO option.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#ef315f7931c8408cfb9a74c8d0735b3dcb57bbbf</link>
        <description>Remove MKCRYPTO option.Originally, MKCRYPTO was introduced because the United Statesclassified cryptography as a munition and restricted its export.  Theexport controls were substantially relaxed fifteen years ago, and areessentially irrelevant for software with published source code.In the intervening time, nobody bothered to remove the option afterits motivation -- the US export restriction -- was eliminated.  I&apos;mnot aware of any other operating system that has a similar option; Iexpect it is mainly out of apathy for churn that we still have it.Today, cryptography is an essential part of modern computing -- youcan&apos;t use the internet responsibly without cryptography.The position of the TNF board of directors is that TNF makes norepresentation that MKCRYPTO=no satisfies any country&apos;s cryptographyregulations.My personal position is that the availability of cryptography is abasic human right; that any local laws restricting it to a privilegedfew are fundamentally immoral; and that it is wrong for developers tospend effort crippling cryptography to work around such laws.As proposed on tech-crypto, tech-security, and tech-userlevel to noobjections:https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.htmlhttps://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.htmlhttps://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.htmlP.S.  Reviewing all the uses of MKCRYPTO in src revealed a lot of*bad* crypto that was conditional on it, e.g. DES in telnet...  Thatshould probably be removed too, but on the grounds that it is bad,not on the grounds that it is (nominally) crypto.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Sun, 21 May 2017 15:28:36 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b44c2ed92e55bcce79d977d712b988a3747230c6 - - don&apos;t use alloca and then check if alloca returns null and then try to</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#b44c2ed92e55bcce79d977d712b988a3747230c6</link>
        <description>- don&apos;t use alloca and then check if alloca returns null and then try to  free it. Allocating from the stack does not return null, and freeing it  will have unpredictable results. use malloc instead.- now we are using malloc remove -Wno-stack-protector kludge

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Fri, 30 Oct 2015 23:21:05 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>63d7176dc23a15776e3fc5011af8066a1cccc969 - Fix build with &quot;USE_SSP&quot; set to &quot;yes&quot;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#63d7176dc23a15776e3fc5011af8066a1cccc969</link>
        <description>Fix build with &quot;USE_SSP&quot; set to &quot;yes&quot;.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Fri, 30 Oct 2015 18:53:26 +0000</pubDate>
        <dc:creator>tron &lt;tron@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8204d05c3c4abb84636bdede5419474b5b38d2d - on QNX, use nbutil.h.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#e8204d05c3c4abb84636bdede5419474b5b38d2d</link>
        <description>on QNX, use nbutil.h.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Wed, 05 Aug 2015 06:50:44 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d0520b606c54750013932099072cdb9dca81c9c - install as bozohttpd/bozohttpd.8 as well as httpd.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#1d0520b606c54750013932099072cdb9dca81c9c</link>
        <description>install as bozohttpd/bozohttpd.8 as well as httpd.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Thu, 16 Apr 2015 02:32:33 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>681e9c9b00c0df4218b54e52cb689887edfb31e8 - make export-distfile target slightly more stable.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#681e9c9b00c0df4218b54e52cb689887edfb31e8</link>
        <description>make export-distfile target slightly more stable.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Tue, 08 Jul 2014 13:59:39 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee81b5bfeea871aa04ee9082af62bacec8a1ff67 - display the tempdir for exported files as well.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#ee81b5bfeea871aa04ee9082af62bacec8a1ff67</link>
        <description>display the tempdir for exported files as well.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Sun, 02 Feb 2014 03:20:57 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3f4479d253992528a17f3ba70b1be9ccc05718 - call gzip directly for distfile export target; it&apos;s usually run outside</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#7f3f4479d253992528a17f3ba70b1be9ccc05718</link>
        <description>call gzip directly for distfile export target; it&apos;s usually run outsideof the normal build.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Sun, 02 Feb 2014 03:20:10 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a452d8c9e223a0d78f4846a712517c550e391725 - Pass the -n flag to gzip invocations.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#a452d8c9e223a0d78f4846a712517c550e391725</link>
        <description>Pass the -n flag to gzip invocations.This prevents it from embedding a timestamp in the output.  We pass&quot;-n&quot; unconditionally, not conditional on MKREPRO, because many otherinvocations of gzip already passed the -n flag unconditionally.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Mon, 27 Jan 2014 21:37:17 +0000</pubDate>
        <dc:creator>apb &lt;apb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36ef98548bef6ce8c2719372d2e81a879a5bf21d - Use ${TOOL_GZIP} instead of just gzip in all Makefiles</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#36ef98548bef6ce8c2719372d2e81a879a5bf21d</link>
        <description>Use ${TOOL_GZIP} instead of just gzip in all Makefilesoutside */dist/* subdirectories.When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},so there&apos;s no need to test USE_PIGZGZIP in these Makefiles.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Mon, 27 Jan 2014 08:18:07 +0000</pubDate>
        <dc:creator>apb &lt;apb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10f296ec2ae00d029b9cea6ed0572917100d9682 - Also depend on LIBLUA, and add -lm to allow static linking.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#10f296ec2ae00d029b9cea6ed0572917100d9682</link>
        <description>Also depend on LIBLUA, and add -lm to allow static linking.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Wed, 16 Oct 2013 10:04:26 +0000</pubDate>
        <dc:creator>he &lt;he@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb23152c39c23166c987bbc8711642940b01117e - add Lua scripting support to bozohttpd, see httpd(8) for details</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#cb23152c39c23166c987bbc8711642940b01117e</link>
        <description>add Lua scripting support to bozohttpd, see httpd(8) for details

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Sat, 12 Oct 2013 17:24:06 +0000</pubDate>
        <dc:creator>mbalmer &lt;mbalmer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bee8901ae3a4a5d9db253a8ab1f9b1b41bb43a78 - remove trailing whitespace</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#bee8901ae3a4a5d9db253a8ab1f9b1b41bb43a78</link>
        <description>remove trailing whitespace

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Sat, 12 Oct 2013 07:49:40 +0000</pubDate>
        <dc:creator>mbalmer &lt;mbalmer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a1e3035f8cb292fb4b7fa96e0c952167c7956a4 - add a target to export a bozohttpd distfile.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/libexec/httpd/Makefile#1a1e3035f8cb292fb4b7fa96e0c952167c7956a4</link>
        <description>add a target to export a bozohttpd distfile.

            List of files:
            /netbsd-src/libexec/httpd/Makefile</description>
        <pubDate>Thu, 11 Jul 2013 08:51:09 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
