<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/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/rpcbind/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>f525b84e77cf010301c631222b01ed509b311a6a - - Enable WARMSTART</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#f525b84e77cf010301c631222b01ed509b311a6a</link>
        <description>- Enable WARMSTART- Pass fd to libwrap- Add blocklistFrom Greg A. Woods- Tidy up debugging

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Sun, 07 Mar 2021 00:23:06 +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/source/history/netbsd-src/usr.sbin/rpcbind/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/rpcbind/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>4a48321724e32d344746b9ab940d8a1d8f164373 - Fix building rpcbind with MKYP=no</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#4a48321724e32d344746b9ab940d8a1d8f164373</link>
        <description>Fix building rpcbind with MKYP=noWe add enough of the YP headers to security.c so the security checkscan remain as is.

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Wed, 24 Apr 2019 10:27:49 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>16400a904e8bc85626955de4a2bef5851cf1b9e9 - Revert accidently committed enabling WARMSTART.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#16400a904e8bc85626955de4a2bef5851cf1b9e9</link>
        <description>Revert accidently committed enabling WARMSTART.

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Thu, 17 Aug 2017 00:06:00 +0000</pubDate>
        <dc:creator>ginsbach &lt;ginsbach@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f912a847a7bdf6e0ef28ca0ecaa9c38f9e0cd4a - Write the &quot;warm start&quot; file to /var/run rather than /tmp.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#5f912a847a7bdf6e0ef28ca0ecaa9c38f9e0cd4a</link>
        <description>Write the &quot;warm start&quot; file to /var/run rather than /tmp.(Restore changes clobbered by merge of FreeBSD changes. Hi christos!)

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Wed, 16 Aug 2017 23:38:16 +0000</pubDate>
        <dc:creator>ginsbach &lt;ginsbach@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d877c4c3c02304002c0642d7f34a58d07138d6a9 - Enable WARNS=4 by default, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/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/rpcbind/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>b504fee48611d86c63ad225886279512d54a9346 - Depracate ND_DEBUG and BIND_DEBUG in favour of RPCBIND_DEBUG.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#b504fee48611d86c63ad225886279512d54a9346</link>
        <description>Depracate ND_DEBUG and BIND_DEBUG in favour of RPCBIND_DEBUG.Add commented out entries for RPCBIND_DEBUG and SVC_RUN_DEBUG in Makefile.

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Mon, 27 Aug 2007 19:53:32 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36a21907e2583dbfef14c95e0335310044303382 - Since Christos cleaned up the use of libc internals here, we can switch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#36a21907e2583dbfef14c95e0335310044303382</link>
        <description>Since Christos cleaned up the use of libc internals here, we can switchthese from USE_SSP to USE_FORT as they should be.

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Mon, 28 May 2007 18:12:06 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>599840187d9b53fe3353daa7f2892b387a1c2f29 - get rid of libc cruft. requested by tls</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#599840187d9b53fe3353daa7f2892b387a1c2f29</link>
        <description>get rid of libc cruft. requested by tls

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Mon, 28 May 2007 14:49:15 +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/source/history/netbsd-src/usr.sbin/rpcbind/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/rpcbind/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>de327a01646531fc51e78da71305e49cd0cc2e4f - - WARNS = 4</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#de327a01646531fc51e78da71305e49cd0cc2e4f</link>
        <description>- WARNS = 4- De __P- While starting up, send messages to stderr not syslog.- Fix error messages- Don&apos;t play with umask and forget to restore it on error

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Sun, 13 May 2007 20:03:46 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/source/history/netbsd-src/usr.sbin/rpcbind/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/rpcbind/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>3c12447a002f2234e9e08ac86190e2373f071f41 - Make building IPv6 support controllable by MKINET6</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#3c12447a002f2234e9e08ac86190e2373f071f41</link>
        <description>Make building IPv6 support controllable by MKINET6

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Sun, 07 Dec 2003 21:57:22 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17d72c8a6b3f488877b03ef7370006c07220b15f - use NETBSDSRCDIR as appropriate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#17d72c8a6b3f488877b03ef7370006c07220b15f</link>
        <description>use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.sbin/rpcbind/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>ce3461b310226d5c8df6445b64eb52d878c89267 - Oops, previous should not have been committed.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#ce3461b310226d5c8df6445b64eb52d878c89267</link>
        <description>Oops, previous should not have been committed.

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Tue, 20 Jun 2000 13:56:43 +0000</pubDate>
        <dc:creator>fvdl &lt;fvdl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6806083e5d2baafd5d080eab5f09ee32ef4ea350 - Free buffer used in xdrmem_create.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#6806083e5d2baafd5d080eab5f09ee32ef4ea350</link>
        <description>Free buffer used in xdrmem_create.

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Tue, 20 Jun 2000 13:55:11 +0000</pubDate>
        <dc:creator>fvdl &lt;fvdl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d687de29c602aa66581d17fb9e0b96a7e249470c - rpcbind, the successor to portmap. Taken from Sun TI-RPC source code,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rpcbind/Makefile#d687de29c602aa66581d17fb9e0b96a7e249470c</link>
        <description>rpcbind, the successor to portmap. Taken from Sun TI-RPC source code,then modified. This still contains some ugly special casing forprocedures in the security section, but I haven&apos;t found a nicer wayso far.

            List of files:
            /netbsd-src/usr.sbin/rpcbind/Makefile</description>
        <pubDate>Fri, 02 Jun 2000 23:15:41 +0000</pubDate>
        <dc:creator>fvdl &lt;fvdl@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
