<?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>f937c412f371bc14cc109a4768482c4850abc7a5 - bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#f937c412f371bc14cc109a4768482c4850abc7a5</link>
        <description>bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERProvide a single variable	CC_WNO_ADDRESS_OF_PACKED_MEMBERwith options for both clang and gcc, to replace	CLANG_NO_ADDR_OF_PACKED_MEMBER	CC_NO_ADDR_OF_PACKED_MEMBER	GCC_NO_ADDR_OF_PACKED_MEMBERUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 08:52:53 +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/racoon/Makefile#8499346dc45b265f3362e0e587a7dc7330926092</link>
        <description>Handle OpenSSL-3.x

            List of files:
            /netbsd-src/usr.sbin/racoon/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>f403516638f05519492e16a33f65fcb301ec671f - deal with OpenSSL-3.x</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#f403516638f05519492e16a33f65fcb301ec671f</link>
        <description>deal with OpenSSL-3.x

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Tue, 09 May 2023 02:30:21 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>077013d943033c5bfba5805852839a7506f9a8e9 - One more ldap change</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#077013d943033c5bfba5805852839a7506f9a8e9</link>
        <description>One more ldap change

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Sat, 14 Aug 2021 17:08:21 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72ccf7c95b78685de22c0d8b5eb9dc65c55a9978 - apply -fcommon to sources that still rely upon it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#72ccf7c95b78685de22c0d8b5eb9dc65c55a9978</link>
        <description>apply -fcommon to sources that still rely upon it.

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Tue, 13 Apr 2021 01:11:05 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>530d774931a1dc16a8fb1b4c257cb3c576e763e5 - Explicitly link liblber and libssl when ldap support is enabled.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#530d774931a1dc16a8fb1b4c257cb3c576e763e5</link>
        <description>Explicitly link liblber and libssl when ldap support is enabled.Fix sun2, i.e., MKPIC=no build.

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Wed, 02 Dec 2020 02:21:43 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfd5acca1ce54fe1264f4ad5463d9d5887394961 - Enable ldap support in racoon(8). Proposed on tech-userlevel,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#cfd5acca1ce54fe1264f4ad5463d9d5887394961</link>
        <description>Enable ldap support in racoon(8). Proposed on tech-userlevel,&quot;Go for it&quot; from christos@

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Tue, 01 Dec 2020 10:10:57 +0000</pubDate>
        <dc:creator>bouyer &lt;bouyer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb93b81028a438562e5ded116fc123493c690319 - add support for new GCC 9 warnings that may be too much to fix</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#cb93b81028a438562e5ded116fc123493c690319</link>
        <description>add support for new GCC 9 warnings that may be too much to fixright now.  new address-of-packed-member and format-overflowwarnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amdGCC_NO_FORMAT_OVERFLOW variables to remove these warnings.apply to a bunch of the tree.  mostly, these are real bugs thatshould be fixed, but in many cases, only by removing the &apos;packed&apos;attribute from some structure that doesn&apos;t really need it.  (ilooked at many different ones, and while perhaps 60-80% werealready properly aligned, it wasn&apos;t clear to me that the useswere always coming from sane data vs network alignment, so itdoesn&apos;t seem safe to remove packed without careful research foreach affect struct.)  clang already warned (and was not erroring)for many of these cases, but gcc picked up dozens more.

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Sun, 06 Sep 2020 07:20:26 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fd434df17193d50690dbb4b7247c5d4780f71f3b - add commented out debugging options.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#fd434df17193d50690dbb4b7247c5d4780f71f3b</link>
        <description>add commented out debugging options.

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Sun, 01 Apr 2018 23:00:40 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e1932338879ae2800a06dd97c56995fc461d0bd - add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#2e1932338879ae2800a06dd97c56995fc461d0bd</link>
        <description>add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsto bsd.prog.mk.  use them instead of hard coding various listsof libraries for krb5.this fixes static builds.

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Sun, 25 Feb 2018 00:16:48 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2188bc148aa6dbb65a6b9681e2ced4fb16f4deea - No RC5 for OpenSSL-1.1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#2188bc148aa6dbb65a6b9681e2ced4fb16f4deea</link>
        <description>No RC5 for OpenSSL-1.1

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Fri, 09 Feb 2018 02:51:32 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>26640e8b733711085ad947c6a4540c5d621e1c41 - disable compat api setting for openssl 1.1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#26640e8b733711085ad947c6a4540c5d621e1c41</link>
        <description>disable compat api setting for openssl 1.1

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Fri, 09 Feb 2018 02:37:20 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3123832b2335742bc77b66ede114d1fa6b1dd23b - needs the OpenSSL-1.1 api to build</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#3123832b2335742bc77b66ede114d1fa6b1dd23b</link>
        <description>needs the OpenSSL-1.1 api to build

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Wed, 07 Feb 2018 13:16:50 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09956316a61a43179e8bacedee6f2a94df0391cc - Remove MKCRYPTO_RC5.  Unconditionally include RC5 in libcrypto.so.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#09956316a61a43179e8bacedee6f2a94df0391cc</link>
        <description>Remove MKCRYPTO_RC5.  Unconditionally include RC5 in libcrypto.so.This option existed only because RC5 is covered by patents that, twentyyears ago, we had reason to suspect the patent holder, RSA, Inc., mightlitigate.  The two US patents in question are 5,724,428 and 5,835,600.According to the USPTO Patent Term Calculator web site at&lt;https://www.uspto.gov/patent/laws-and-regulations/patent-term-calculator#heading-5&gt;(retrieved 2017-05-21), patents filed after 1995-06-07 expire twentyyears after the filing date.number          filing date5,724,428       1995-11-015,835,600       1997-04-21Thus, these patents appear to be expired.As proposed on tech-crypto and tech-security:https://mail-index.netbsd.org/tech-crypto/2017/05/05/msg000718.htmlhttps://mail-index.netbsd.org/tech-security/2017/05/05/msg000927.html

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Sun, 21 May 2017 14:20:44 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b0f6bc04c65fad9d8c891fe1989e1338191fd1d1 - GC some GCC 4.8 specific sh3 HACKS entries.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#b0f6bc04c65fad9d8c891fe1989e1338191fd1d1</link>
        <description>GC some GCC 4.8 specific sh3 HACKS entries.These existed to avoid compile errors, and haven&apos;t been effectsince gcc.old was removed.

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Wed, 22 Feb 2017 12:17:16 +0000</pubDate>
        <dc:creator>maya &lt;maya@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce31bd9da4ce6b8f0af13dd88ac5701c1e5588bf - add sqlite3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#ce31bd9da4ce6b8f0af13dd88ac5701c1e5588bf</link>
        <description>add sqlite3

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Sat, 28 Jan 2017 23:42:36 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f7bfce339d4b6fd6d60e291a838d79234a9e9f6a - more sh3 hacks.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#f7bfce339d4b6fd6d60e291a838d79234a9e9f6a</link>
        <description>more sh3 hacks.

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Sat, 09 Nov 2013 00:33:48 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d5b265f4fbd6f244841d778e20115c8c0c74a212 - Enable wildcard matching in psk files. We are big kids and if we put a *</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#d5b265f4fbd6f244841d778e20115c8c0c74a212</link>
        <description>Enable wildcard matching in psk files. We are big kids and if we put a *in the psk file, we mean it.

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Thu, 20 Jun 2013 15:42:58 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>550109f835cf407aa4c94a866fd7fa59aaeada0b - MKCRYPTO_IDEA is no more</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#550109f835cf407aa4c94a866fd7fa59aaeada0b</link>
        <description>MKCRYPTO_IDEA is no more

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Sat, 14 Jul 2012 04:03:44 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3712f81ced91eb74e6a79ea26a35ac33b4279bbe - -consistently use &quot;char *&quot; for the compiled policy buffer in the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.sbin/racoon/Makefile#3712f81ced91eb74e6a79ea26a35ac33b4279bbe</link>
        <description>-consistently use &quot;char *&quot; for the compiled policy buffer in the ipsec_*_policy() functions, as it was documented and used by clients-remove &quot;ipsec_policy_t&quot; which was undocumented and only present in the KAME version of the ipsec.h header-misc cleanup of historical artefacts, and to remove unnecessary differences between KAME ans FAST_IPSEC

            List of files:
            /netbsd-src/usr.sbin/racoon/Makefile</description>
        <pubDate>Wed, 04 Jan 2012 15:55:35 +0000</pubDate>
        <dc:creator>drochner &lt;drochner@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
