<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8499346dc45b265f3362e0e587a7dc7330926092 - Handle OpenSSL-3.x</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#8499346dc45b265f3362e0e587a7dc7330926092</link>
        <description>Handle OpenSSL-3.x

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Tue, 09 May 2023 20:02:59 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d54a6e0c5dc9e23eb9a8d20099f5d58bb550eb91 - Add blocklist support to libwrap which enables all programs using libwrap</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#d54a6e0c5dc9e23eb9a8d20099f5d58bb550eb91</link>
        <description>Add blocklist support to libwrap which enables all programs using libwrapto block access from hosts we deny. (libwrap support from Greg A. Woods)

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sun, 07 Mar 2021 15:09:12 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21303c93e9e10dcd3c5bd8388b5d640b9df8df3d - convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#21303c93e9e10dcd3c5bd8388b5d640b9df8df3d</link>
        <description>convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sun, 29 Sep 2019 23:44:58 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e5bf48e2aa9ded944152a8158f7ef8c17ced430 - use -Wno-error=format-truncation for code that seems particularly annoying</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#5e5bf48e2aa9ded944152a8158f7ef8c17ced430</link>
        <description>use -Wno-error=format-truncation for code that seems particularly annoyingor unlikely to actually fail.  some of the syslogd ones are not too hardto fix, but most remain.

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Mon, 04 Feb 2019 10:22:15 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a00715fdd54835f479209c9bc61882d0f8db7165 - only set api compat for 1.0</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#a00715fdd54835f479209c9bc61882d0f8db7165</link>
        <description>only set api compat for 1.0

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Fri, 09 Feb 2018 02:23:32 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>57ef96115fa14994ab436e6d84702eab9ab2d1ca - define OPENSSL_API_COMPAT</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#57ef96115fa14994ab436e6d84702eab9ab2d1ca</link>
        <description>define OPENSSL_API_COMPAT(doesn&apos;t entirely unbreak build yet)

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Thu, 08 Feb 2018 18:28:42 +0000</pubDate>
        <dc:creator>jakllsch &lt;jakllsch@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef315f7931c8408cfb9a74c8d0735b3dcb57bbbf - Remove MKCRYPTO option.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/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/usr.sbin/syslogd/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>92dd06985faa8f853f63ed15f7b7e5499305534a - WARNS=4</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#92dd06985faa8f853f63ed15f7b7e5499305534a</link>
        <description>WARNS=4

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 06 Jun 2012 00:33:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>634f514ee6bc5d06887765a04ce820a470cc6fea - Allow syslogd to compile when MKCRYPTO=no.  No promises as to whether</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#634f514ee6bc5d06887765a04ce820a470cc6fea</link>
        <description>Allow syslogd to compile when MKCRYPTO=no.  No promises as to whetherit works or not, as this has been broken since late 2008, when the&quot;encrypted connections&quot; support was added to syslogd.

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 09 Jun 2010 21:55:42 +0000</pubDate>
        <dc:creator>riz &lt;riz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d877c4c3c02304002c0642d7f34a58d07138d6a9 - Enable WARNS=4 by default, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#d877c4c3c02304002c0642d7f34a58d07138d6a9</link>
        <description>Enable WARNS=4 by default, except for:	cpuctl  dumplfs  hprop  ipf  iprop-log  kadmin  kcm  kdc  kdigest	kimpersonate  kstash  ktutil  makefs  ndbootd  ntp  pppd  quot	racoon  racoonctl  rtadvd  sntp  sup  tcpdchk  tcpdmatch  tcpdump	traceroute  traceroute6  user  veriexecgen  wsmoused  zic(Mostly third-party applications)

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 22 Apr 2009 15:23:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1c6aec2060baa7e97143b5df26d7e6bbeb409361 - Import syslogd SoC project by Martin Schuette:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#1c6aec2060baa7e97143b5df26d7e6bbeb409361</link>
        <description>Import syslogd SoC project by Martin Schuette:	- new syslog protocol api syslogp(3) that supports structured data	  and draft-rfc timestamps	- reliable tcp connections with queueing	- encrypted connections

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Fri, 31 Oct 2008 16:12:18 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#4147a3c54a369fdf2775e8a91ce4916614e21d3b</link>
        <description>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on theFORTIFY_SOURCE feature of libssp, thus checking the size of arguments tovarious string and memory copy and set functions (as well as a few systemcalls and other miscellany) where known at function entry.  RedHat hasevidently built all &quot;core system packages&quot; with this option for some time.This option should be used at the top of Makefiles (or Makefile.inc wherethis is used for subdirectories) but after any setting of LIB.This is only useful for userland code, and cannot be used in libc or inany code which includes the libc internals, because it overrides certainlibc functions with macros.  Some effort has been made to make USE_FORT=yeswork correctly for a full-system build by having the bsd.sys.mk logicdisable the feature where it should not be used (libc, libssp iteself,the kernel) but no attempt has been made to build the entire system withUSE_FORT and doing so will doubtless expose numerous bugs and misfeatures.Adjust the system build so that all programs and libraries that are setuid,directly handle network data (including serial comm data), performauthentication, or appear likely to have (or have a history of having)data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,with the exception of libc, which cannot use USE_FORT and thus usesonly USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=noper-directory or in a system build will disable if desired.

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Mon, 28 May 2007 12:06:17 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7157011597d7c4594e582408c37eb35fb4c591b4 - Only compile in IPv6 support if ${USE_INET6} != &quot;no&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#7157011597d7c4594e582408c37eb35fb4c591b4</link>
        <description>Only compile in IPv6 support if ${USE_INET6} != &quot;no&quot;MKINET6 is for providing IPv6 infrastructure.USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Mon, 10 Jan 2005 02:58:58 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17d72c8a6b3f488877b03ef7370006c07220b15f - use NETBSDSRCDIR as appropriate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#17d72c8a6b3f488877b03ef7370006c07220b15f</link>
        <description>use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Wed, 18 Sep 2002 03:54:26 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d116a0bbd35eef3f9ac911347272a5155603ba3d - add utmpx support;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#d116a0bbd35eef3f9ac911347272a5155603ba3d</link>
        <description>add utmpx support;

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Fri, 02 Aug 2002 02:23:49 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ed8672880a7960493b91ea5c9ba8dc8132a2a1b - no need for KAME_SCOPEID any longer</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#6ed8672880a7960493b91ea5c9ba8dc8132a2a1b</link>
        <description>no need for KAME_SCOPEID any longer

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sun, 09 Jun 2002 19:59:55 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>338aa1c650921d5dcbec7d751b44d271e2bab8aa - -DLIBWRAP will enable libwrap-based filtering on UDP socket messages.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#338aa1c650921d5dcbec7d751b44d271e2bab8aa</link>
        <description>-DLIBWRAP will enable libwrap-based filtering on UDP socket messages.PR 13348

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Sun, 01 Jul 2001 16:23:42 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d1c5f0b5c62ba9d8615a9d203a7cc2eb29f07bc - IPv6 support in syslogd.  actually we need library update as well.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/syslogd/Makefile#9d1c5f0b5c62ba9d8615a9d203a7cc2eb29f07bc</link>
        <description>IPv6 support in syslogd.  actually we need library update as well.NetBSD PR #8934 from Feico Dillema &lt;dillema@acm.org&gt; (with memory leak fix).

            List of files:
            /netbsd-src/usr.sbin/syslogd/Makefile</description>
        <pubDate>Thu, 02 Dec 1999 16:17:29 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
