<?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>6692aa84 - Unbound&apos;s config.h is manually maintained, using a ./configure produced</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#6692aa84</link>
        <description>Unbound&apos;s config.h is manually maintained, using a ./configure producedconfig.h as a guide. In practice contributed software maintains a copyof config.h within its build directory tree containing its Makefile.usr.sbin/unbound is the home for its config.h.MFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D22983

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Mon, 13 Jan 2020 06:55:31 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0eb26fa3 - Update Makefile for 1.8.0, apologies for the breakage.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#0eb26fa3</link>
        <description>Update Makefile for 1.8.0, apologies for the breakage.Approved by:	re (kib)

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Wed, 10 Oct 2018 08:19:11 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d7d1dffb - Upgrade Unbound to 1.6.1.  More to follow.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#d7d1dffb</link>
        <description>Upgrade Unbound to 1.6.1.  More to follow.

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Sat, 12 May 2018 14:04:30 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8f5f987 - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#a8f5f987</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis implifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:31:19 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf081e99 - Add to CFLAGS, rather than replacing.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#bf081e99</link>
        <description>Add to CFLAGS, rather than replacing.This allows additional CFLAGS, as set in bsd.cpu.mk, to go through.

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Fri, 11 Mar 2016 20:04:32 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cac05815 - Add libunbound to the unbound package</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#cac05815</link>
        <description>Add libunbound to the unbound package

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Thu, 05 Mar 2015 16:19:45 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a37b5fc - Add a ${CP} alias for copying files in the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#7a37b5fc</link>
        <description>Add a ${CP} alias for copying files in the build.Some users build FreeBSD as non-root in Perforce workspaces.  By default,Perforce sets files read-only unless they&apos;re explicitly being edited.As a result, the -f argument must be used to cp in order to override theread-only flag when copying source files to object directories.  Bare use of&apos;cp&apos; should be avoided in the future.Update all current users of &apos;cp&apos; in the src tree.Reviewed by:	emasteMFC after:	1 weekSponsored by:	Spectra Logic

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Fri, 16 Jan 2015 21:39:08 +0000</pubDate>
        <dc:creator>Will Andrews &lt;will@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:07:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce2dea2a - Fix incremental builds involving non-root users with read-only source files.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#ce2dea2a</link>
        <description>Fix incremental builds involving non-root users with read-only source files.This is a followup commit to r271771.MFC after:	1 month

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Thu, 18 Sep 2014 14:54:20 +0000</pubDate>
        <dc:creator>Will Andrews &lt;will@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8263e18 - Clean up the libunbound build to avoid accidentally regenerating the</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#e8263e18</link>
        <description>Clean up the libunbound build to avoid accidentally regenerating theconfiguration lexer and parser during buildworld.  Instead of beingincluded in the source as it is in the upstream distribution, the code isnow always generated (in ${.OBJDIR}) at build time.PR:		190739MFC after:	1 week

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Sat, 19 Jul 2014 18:38:48 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f8790cd - Build and install the Unbound caching DNS resolver daemon.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libunbound/Makefile#8f8790cd</link>
        <description>Build and install the Unbound caching DNS resolver daemon.Approved by:	re (blanket)

            List of files:
            /freebsd-13.1/lib/libunbound/Makefile</description>
        <pubDate>Sun, 15 Sep 2013 14:51:23 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
