<?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>fd4b13ac - libcrypto: link engines and the legacy provider to libcrypto</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile#fd4b13ac</link>
        <description>libcrypto: link engines and the legacy provider to libcryptoOpenSSL&apos;s legacy provider module and engines need to link tolibcrypto.so, as it provides some of the actual implementations oflegacy routines.This is a little tricky due to build order issues.  Introduce a smallhack (LIBCRYPTO_WITHOUT_SUBDIRS) that builds libcrypto.so in its usualearly phase without any OpenSSL provider modules or engines.  This isintended to restore the test suite; a future change should remove thehack and replace it with a better approach.PR:		254853, 273528Discussed with:	Folks at EuroBSDCon in CoimbraSponsored by:	The FreeBSD Foundation(cherry picked from commit 1a18383a52bc373e316d224cef1298debf6f7e25)

            List of files:
            /freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile</description>
        <pubDate>Fri, 15 Sep 2023 15:14:16 +0000</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.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/secure/lib/libcrypto/modules/legacy/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/secure/lib/libcrypto/modules/legacy/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>4a3cc17e - libcrypto: expand the common Makefile for providers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile#4a3cc17e</link>
        <description>libcrypto: expand the common Makefile for providersOpenSSL 3 supports a modular architecture, allowing different providersto bring specific implementations of cryptographical algorithms. Thischange adds mandatory source files to every provider.Sponsored by:	The FreeBSD FoundationPull Request:	https://github.com/freebsd/freebsd-src/pull/787

            List of files:
            /freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile</description>
        <pubDate>Fri, 30 Jun 2023 17:20:31 +0000</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>87e08018 - libcrypto: add missing symbols to the legacy provider</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile#87e08018</link>
        <description>libcrypto: add missing symbols to the legacy providerOpenSSL 3 supports a modular architecture, allowing different providersto bring specific implementations of cryptographical algorithms. Onesuch provider, &quot;legacy&quot;, ships with OpenSSL 3 directly, and groupsobsoleted algorithms that can still optionally be used anyway.The import of OpenSSL 3.0.9 was building this provider incorrectly,missing symbols required for proper operation.Sponsored by:	The FreeBSD FoundationPull Request:	https://github.com/freebsd/freebsd-src/pull/787

            List of files:
            /freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile</description>
        <pubDate>Thu, 29 Jun 2023 21:32:59 +0000</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8e7046ff - libcrypto: Revert recent changes to fix legacy and fips providers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile#8e7046ff</link>
        <description>libcrypto: Revert recent changes to fix legacy and fips providersThey break the !amd64 builds due to an underspecified include path andwill be re-applied once that&apos;s fixed.Reported by:	Ronald Klop &lt;ronald-lists@klop.ws&gt;

            List of files:
            /freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile</description>
        <pubDate>Tue, 04 Jul 2023 20:37:21 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b27be50 - libcrypto: expand the common Makefile for providers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile#0b27be50</link>
        <description>libcrypto: expand the common Makefile for providersOpenSSL 3 supports a modular architecture, allowing different providersto bring specific implementations of cryptographical algorithms. Thischange adds mandatory source files to every provider.Sponsored by:	The FreeBSD FoundationPull Request:	https://github.com/freebsd/freebsd-src/pull/787

            List of files:
            /freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile</description>
        <pubDate>Fri, 30 Jun 2023 17:20:31 +0000</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0457eebb - libcrypto: add missing symbols to the legacy provider</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile#0457eebb</link>
        <description>libcrypto: add missing symbols to the legacy providerOpenSSL 3 supports a modular architecture, allowing different providersto bring specific implementations of cryptographical algorithms. Onesuch provider, &quot;legacy&quot;, ships with OpenSSL 3 directly, and groupsobsoleted algorithms that can still optionally be used anyway.The import of OpenSSL 3.0.9 was building this provider incorrectly,missing symbols required for proper operation.Sponsored by:	The FreeBSD FoundationPull Request:	https://github.com/freebsd/freebsd-src/pull/787

            List of files:
            /freebsd-14.2/secure/lib/libcrypto/modules/legacy/Makefile</description>
        <pubDate>Thu, 29 Jun 2023 21:32:59 +0000</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
