<?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>1b598233 - unbound: Vendor import 1.18.0</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libunbound/Makefile#1b598233</link>
        <description>unbound: Vendor import 1.18.0Release notes at    https://www.nlnetlabs.nl/news/2023/Aug/30/unbound-1.18.0-released/Merge commit &apos;401770e05c71ecb5ae61a59d316069b4b78bf622&apos; into main(cherry picked from commit 8f76bb7dad48538c6832c2fb466a433d2a3f8cd5)

            List of files:
            /freebsd-14.2/lib/libunbound/Makefile</description>
        <pubDate>Tue, 19 Sep 2023 04:17:09 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ba1d497 - unbound: Move config.h to lib directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libunbound/Makefile#2ba1d497</link>
        <description>unbound: Move config.h to lib directory.It was originally in contrib, and moved to usr.sbin in 6692aa840c1f; I always thought lib would make more sense but never got around to moving it.Reviewed by:	cyDifferential Revision:	https://reviews.freebsd.org/D41504

            List of files:
            /freebsd-14.2/lib/libunbound/Makefile</description>
        <pubDate>Sat, 19 Aug 2023 01:44:39 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libunbound/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libunbound/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa4cf564 - libunbound: Request the OpenSSL 1.1 API</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libunbound/Makefile#aa4cf564</link>
        <description>libunbound: Request the OpenSSL 1.1 APIOPENSSL_API_COMPAT can be used to specify the OpenSSL API version inuse for the purpose of hiding deprecated interfaces and enablingthe appropriate deprecation notices.This change is a NFC while we&apos;re still using OpenSSL 1.1.1 but willavoid deprecation warnings upon the switch to OpenSSL 3.0.A future update may migrate to use the OpenSSL 3.0 APIs.PR:		271615Reviewed by:	emasteSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libunbound/Makefile</description>
        <pubDate>Thu, 25 May 2023 05:34:44 +0000</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>865f46b2 - unbound: Reapply Vendor import 1.17.0</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libunbound/Makefile#865f46b2</link>
        <description>unbound: Reapply Vendor import 1.17.0Reapply 643f9a0581e8aac7eb790ced1164748939829826. 64d318ea98b7 was amismerge during fake rebase. Let&apos;s reapply it.Changes include: Added ACL per interface, proxy protocol and bug fixes.Announcement:   https://nlnetlabs.nl/news/2022/Oct/13/unbound-1.17.0-released/Merge commit &apos;643f9a0581e8aac7eb790ced1164748939829826&apos; into main

            List of files:
            /freebsd-14.2/lib/libunbound/Makefile</description>
        <pubDate>Sun, 16 Oct 2022 21:04:22 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8cee2eba - Revert &quot;unbound: Vendor import 1.17.0&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libunbound/Makefile#8cee2eba</link>
        <description>Revert &quot;unbound: Vendor import 1.17.0&quot;This reverts commit 64d318ea98b7c59f5567d47a9a8474887d8b5cb8, reversingchanges made to 8063dc03202fad7d6bdf34976bc8556fa3f23fa1.Revert a mismerge which reversed 8063dc03202fad7d6bdf34976bc8556fa3f23fa1.

            List of files:
            /freebsd-14.2/lib/libunbound/Makefile</description>
        <pubDate>Sun, 16 Oct 2022 20:42:15 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<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-14.2/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-14.2/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-14.2/lib/libunbound/Makefile#0eb26fa3</link>
        <description>Update Makefile for 1.8.0, apologies for the breakage.Approved by:	re (kib)

            List of files:
            /freebsd-14.2/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-14.2/lib/libunbound/Makefile#d7d1dffb</link>
        <description>Upgrade Unbound to 1.6.1.  More to follow.

            List of files:
            /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/lib/libunbound/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/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-14.2/lib/libunbound/Makefile#cac05815</link>
        <description>Add libunbound to the unbound package

            List of files:
            /freebsd-14.2/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-14.2/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-14.2/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-14.2/lib/libunbound/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/lib/libunbound/Makefile#8f8790cd</link>
        <description>Build and install the Unbound caching DNS resolver daemon.Approved by:	re (blanket)

            List of files:
            /freebsd-14.2/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>
