<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdcbfde31e8e9b343f113a1956384bdf30d1ed62 - usr.bin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#bdcbfde31e8e9b343f113a1956384bdf30d1ed62</link>
        <description>usr.bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>537cd766435c80e61e72bb9369f77aa9630a1537 - factor: support OpenSSL 3</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#537cd766435c80e61e72bb9369f77aa9630a1537</link>
        <description>factor: support OpenSSL 3This change ports the BN APIs to an OpenSSL 3 compatible set of APIs.This removes the need for requesting OpenSSL 1.1 compatible APIs.MFC after:	1 weekReviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D40298

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Sat, 27 May 2023 06:55:12 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c60be9ea6b1ecef6e77096601660f9573ec59a26 - Add simple factor/primes regression tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#c60be9ea6b1ecef6e77096601660f9573ec59a26</link>
        <description>Add simple factor/primes regression testsThis will help ensure that the change following thisone to support OpenSSL 3 is sane.MFC after:	1 weekReviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D40297

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Sat, 27 May 2023 06:51:24 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fed03614bd2d070ffb351af8042fda9805341c29 - factor: Request the OpenSSL 1.1 API</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#fed03614bd2d070ffb351af8042fda9805341c29</link>
        <description>factor: 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 change should migrate to use the OpenSSL 3.0 APIs.PR:		271615Reviewed by:	emasteEvent:		Kitchener-Waterloo Hackathon 202305Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Thu, 25 May 2023 19:44:47 +0200</pubDate>
        <dc:creator>Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a35f04fba2ebb8f86d4cbdc710c89a094572b08e - Adopt SRCTOP in usr.bin</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#a35f04fba2ebb8f86d4cbdc710c89a094572b08e</link>
        <description>Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence on:		arch@ (twice)

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 19:58:44 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6c43c26fe0c128dfafbb1b2207912494493d2dd7 - Catch up with head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#6c43c26fe0c128dfafbb1b2207912494493d2dd7</link>
        <description>Catch up with head.

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 20:32:51 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eacae6dc66aa881c102f11e2003174eea7e8af74 - Fix LDADD/DPADD that should be LIBADD.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#eacae6dc66aa881c102f11e2003174eea7e8af74</link>
        <description>Fix LDADD/DPADD that should be LIBADD.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Fri, 04 Dec 2015 04:17:47 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>becbad1f6e18fec7c3bf286778a766ffca4457be - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 21:44:36 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a997b777b107c49f8d4d307bee9d25c8ff1a749a - Sync up with head up to r289211.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#a997b777b107c49f8d4d307bee9d25c8ff1a749a</link>
        <description>Sync up with head up to r289211.

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 08:14:03 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c710e87b3b963b106c5efc0e2d1c41ab2a7b9c6a - Merge ^/head r288457 through r288830.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#c710e87b3b963b106c5efc0e2d1c41ab2a7b9c6a</link>
        <description>Merge ^/head r288457 through r288830.

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Mon, 05 Oct 2015 19:54:54 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6875f8e707f0e0252087c72f5bab00a8a291b062 - Remerge as previous one was broken</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#6875f8e707f0e0252087c72f5bab00a8a291b062</link>
        <description>Remerge as previous one was broken

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Sat, 03 Oct 2015 09:22:07 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ae1554a5d9b318f8ad53ccc39fa5a961403da73 - Final step of eliminating the &quot;games&quot; distribution: Merge src/games</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.bin/factor/Makefile#6ae1554a5d9b318f8ad53ccc39fa5a961403da73</link>
        <description>Final step of eliminating the &quot;games&quot; distribution: Merge src/games(or what&apos;s left of it, at least) into src/usr.bin.This change will not be MFCed.Discussed at:   EuroBSDCon 2014Committed from: EuroBSDCon 2015

            List of files:
            /freebsd/usr.bin/factor/Makefile</description>
        <pubDate>Fri, 02 Oct 2015 12:08:11 +0200</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
