<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libldns/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>4ef3b0c1 - ldns: Silence -Wstrict-prototypes warnings.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#4ef3b0c1</link>
        <description>ldns: Silence -Wstrict-prototypes warnings.Hopefully upstream will fix the function declaration ofldns_edns_option_list_new in the future.

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Thu, 25 May 2023 14:11:38 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b238d51d - ldns: specify OpenSSL 1.1 APIs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#b238d51d</link>
        <description>ldns: specify OpenSSL 1.1 APIsOPENSSL_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 ldns update should migrate to use the OpenSSL 3.0 APIs.This is a recommit of c6750ddec917 after the ldns update in5afab0e5e56f.PR:		271615Event:		Kitchener-Waterloo Hackathon 202305Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D40082

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Sat, 13 May 2023 02:38:18 +0000</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>902dc544 - Revert &quot;Require the OpenSSL 1.1 APIs when compiling ldns&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#902dc544</link>
        <description>Revert &quot;Require the OpenSSL 1.1 APIs when compiling ldns&quot;This particular change appears to have broken the build; the changeneeds some massaging to work with OpenSSL 1.1.This reverts commit c6750ddec9177b67bb4883717933e87ac24a3a44.

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Sat, 20 May 2023 19:00:34 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6750dde - Require the OpenSSL 1.1 APIs when compiling ldns</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#c6750dde</link>
        <description>Require the OpenSSL 1.1 APIs when compiling ldnsMoving the APIs from OpenSSL 1.1 supporting APIs to 3.x supporting APIsis a non-trivial effort. Require 1.1 API compatibility to unblockupdating OpenSSL in base to 3.x.This mirrors what upstream has done in their configure.ac file.Submitted by:	Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;Sponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D40082

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Sat, 13 May 2023 02:38:18 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d27845e - ldns: Disable -Warray-parameter warnings from GCC 12 on sha2.c.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#5d27845e</link>
        <description>ldns: Disable -Warray-parameter warnings from GCC 12 on sha2.c.Reviewed by:	imp, emasteDifferential Revision:	https://reviews.freebsd.org/D36758

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Wed, 28 Sep 2022 21:02:30 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ffba319 - Add libssl to libldns for DANE.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#0ffba319</link>
        <description>Add libssl to libldns for DANE.Approved by:	re (gjb)

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Fri, 12 Oct 2018 05:27:58 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c989c951 - 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/libldns/Makefile#c989c951</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis simplifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:50:19 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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/libldns/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

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

            List of files:
            /freebsd-14.2/lib/libldns/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>ba51c05b - Remove dead files.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#ba51c05b</link>
        <description>Remove dead files.

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Thu, 15 May 2014 15:22:32 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a5d9b87 - LDNS needs OpenSSL.  This wasn&apos;t a problem as long as it was only build</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#1a5d9b87</link>
        <description>LDNS needs OpenSSL.  This wasn&apos;t a problem as long as it was only buildstatically, since any program using it would have to link with it anyway.Approved by:	re (blanket)

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Sun, 08 Sep 2013 19:39:18 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b2766bd - Make libldns and libssh private.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#0b2766bd</link>
        <description>Make libldns and libssh private.Approved by:	re (blanket)

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Sun, 08 Sep 2013 10:04:26 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2ffd00a - Clean up.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#f2ffd00a</link>
        <description>Clean up.

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Sun, 14 Apr 2013 00:59:56 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6abb347c - Include ldns&apos;s b{32,64}_{ntop,pton}().</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libldns/Makefile#6abb347c</link>
        <description>Include ldns&apos;s b{32,64}_{ntop,pton}().

            List of files:
            /freebsd-14.2/lib/libldns/Makefile</description>
        <pubDate>Sat, 13 Apr 2013 22:45:41 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
