<?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/secure/lib/libssl/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/secure/lib/libssl/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>1d7ffb37 - pkgbase: reorganise caroot and openssl packages</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#1d7ffb37</link>
        <description>pkgbase: reorganise caroot and openssl packagesThis splits out the certctl utility into a new certctl package and theopenssl libs into an openssl-lib package.PR:		272816Reviewed by:	manuDifferential Revision: https://reviews.freebsd.org/D41321

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Mon, 31 Jul 2023 14:38:45 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b323fa85 - openssl: install pc files</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#b323fa85</link>
        <description>openssl: install pc filesmost programs in ports are looking for .pc files in order to get thenecessary information on how to compile and link against openssl.The ports now also has a way to hide or force a path for pkgconf.Providing .pc files along with openssl in base will allow (once allthe supported version of FreeBSD has it) so improve the framework todeal with openssl in base vs openssl in ports (and libressl)This will also greatly reduce the number of patches necessary toworkaround the build systems which only knows how to detect whereopenssl is installed via pkgconf.PR:		266051MFC After:	3 weeksReviewed by:	jkim, delphijExp-run by:	antoineDifferential Revision:	https://reviews.freebsd.org/D36360

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Fri, 26 Aug 2022 14:02:09 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca179c4d - pkgbase: Put openssl in its own package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#ca179c4d</link>
        <description>pkgbase: Put openssl in its own packageThis is useful for upgrade and also to make tiny jail so they won&apos;tdepend on FreeBSD-utilities (where openssl was packaged before).MFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D30081

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Sun, 02 May 2021 15:46:17 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa906e2a - OpenSSL: Support for kernel TLS offload (KTLS)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#aa906e2a</link>
        <description>OpenSSL: Support for kernel TLS offload (KTLS)This merges upstream patches from OpenSSL&apos;s master branch to addKTLS infrastructure for TLS 1.0-1.3 including both RX and TXoffload and SSL_sendfile support on both Linux and FreeBSD.Note that TLS 1.3 only supports TX offload.A new WITH/WITHOUT_OPENSSL_KTLS determines if OpenSSL is built withKTLS support.  It defaults to enabled on amd64 and disabled on allother architectures.Reviewed by:	jkim (earlier version)Approved by:	secteamObtained from:	OpenSSL (patches from master)MFC after:	1 weekRelnotes:	yesSponsored by:	NetflixDifferential Revision:	https://reviews.freebsd.org/D28273

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Sat, 16 Jan 2021 00:17:31 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e04d9ff - Fix a typo in the cpp macro defined for PIC.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#1e04d9ff</link>
        <description>Fix a typo in the cpp macro defined for PIC.In practice this isn&apos;t used in OpenSSL outside of some sparc-specificcode.Reviewed by:	delphijDifferential Revision:	https://reviews.freebsd.org/D26058

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Thu, 13 Aug 2020 20:28:35 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80a315ff - Replace OPENSSL_NO_SSL3_METHODs with dummies</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#80a315ff</link>
        <description>Replace OPENSSL_NO_SSL3_METHODs with dummiesSSLv3 has been deprecated since 2015 (and broken since 2014: &quot;POODLE&quot;); itshould not have shipped in FreeBSD 11 (2016) or 12 (2018).  No one should useit, and if they must, they can use some implementation outside of base.There are three symbols removed with OPENSSL_NO_SSL3_METHOD:SSLv3_client_methodSSLv3_methodSSLv3_server_methodThese symbols exist to request an explicit SSLv3 connection to a server.There is no good reason for an application to link or invoke these symbolsinstead of TLS_method(), et al (n&#233;e SSLv23_method, et al).  Applicationsthat do so have broken cryptography.Define these symbols for some pedantic definition of ABI stability, butremove the functionality again (r361392) after r362620.Reviewed by:	gordon, jhb (earlier-but-equivalent version both)Discussed with:	bjk, kibDifferential Revision:	https://reviews.freebsd.org/D25493

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Wed, 01 Jul 2020 00:59:28 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89250cff - Bump base OpenSSL libraries versions to avoid conflict with port&apos;s libraries.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#89250cff</link>
        <description>Bump base OpenSSL libraries versions to avoid conflict with port&apos;s libraries.Reported by:	manyReviewed by:	gjbSponsored by:	The FreeBSD FoundationMFC after:	3 hours

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Thu, 25 Oct 2018 13:37:57 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85a02554 - Build libssl for amd64.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#85a02554</link>
        <description>Build libssl for amd64.

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Wed, 19 Sep 2018 00:24:00 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cec27dca - Add OpenSSL symbol version maps.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#cec27dca</link>
        <description>Add OpenSSL symbol version maps.Note the files are not automatically generated for now.

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Thu, 13 Sep 2018 23:51:54 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ea17a70 - Catch up with manual page removal from secure/lib/libssl.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#0ea17a70</link>
        <description>Catch up with manual page removal from secure/lib/libssl.

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Thu, 13 Sep 2018 23:46:27 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b090f69 - Update shlib version to 9.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#6b090f69</link>
        <description>Update shlib version to 9.

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Thu, 13 Sep 2018 20:53:51 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d7c49e6c - Clean up OpenSSL makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#d7c49e6c</link>
        <description>Clean up OpenSSL makefiles.

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Fri, 06 Nov 2015 17:39:17 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3fde12b6 - Disable insecure SSLv2 support from the base OpenSSL.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#3fde12b6</link>
        <description>Disable insecure SSLv2 support from the base OpenSSL.Differential Revision:	https://reviews.freebsd.org/D1304

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Fri, 20 Mar 2015 23:48:11 +0000</pubDate>
        <dc:creator>Jung-uk Kim &lt;jkim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee5a34ec - Convert to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#ee5a34ec</link>
        <description>Convert to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 21:18:18 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccc1eaed - Merge OpenSSL 0.9.8n from head into stable/8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#ccc1eaed</link>
        <description>Merge OpenSSL 0.9.8n from head into stable/8.Approved by:	re (kib)

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Sat, 22 May 2010 18:40:54 +0000</pubDate>
        <dc:creator>Simon L. B. Nielsen &lt;simon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ca3047a - Bump the version of all non-symbol-versioned shared libraries in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#3ca3047a</link>
        <description>Bump the version of all non-symbol-versioned shared libraries inpreparation for 8.0-RELEASE.  Add the previous version of thoselibraries to ObsoleteFiles.inc and bump __FreeBSD_Version.Reviewed by:    kibApproved by:    re (rwatson)

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Sun, 19 Jul 2009 17:25:24 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7926dc0 - Upgrade to OpenSSL 0.9.8b.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#e7926dc0</link>
        <description>Upgrade to OpenSSL 0.9.8b.

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Sat, 29 Jul 2006 19:41:41 +0000</pubDate>
        <dc:creator>Simon L. B. Nielsen &lt;simon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1c28da0 - Revert last revision by phk@, it&apos;s redundant since bsd.incs.mk</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#c1c28da0</link>
        <description>Revert last revision by phk@, it&apos;s redundant since bsd.incs.mkalready handles this, FWIW.

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Sat, 19 Nov 2005 07:04:17 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f06e2f82 - Don&apos;t install includes if NO_TOOLCHAIN</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/lib/libssl/Makefile#f06e2f82</link>
        <description>Don&apos;t install includes if NO_TOOLCHAIN

            List of files:
            /freebsd-14.2/secure/lib/libssl/Makefile</description>
        <pubDate>Wed, 03 Aug 2005 09:18:59 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
