<?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>9b48774c57f4df58bdae28cd1faa77e870a760df - sendmail: Move libmilter to its own package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#9b48774c57f4df58bdae28cd1faa77e870a760df</link>
        <description>sendmail: Move libmilter to its own packageMany things other than sendmail itself use the milter API, for examplemail/opendkim from ports.  Putting the library in its own package meansthose applications don&apos;t need to depend on FreeBSD-sendmail.Reviewed by:	manuDifferential Revision:	https://reviews.freebsd.org/D51914

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Sat, 16 Aug 2025 21:59:03 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/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/lib/libmilter/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libmilter/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>45f591e6ed5c4589c1e85561869771ede5fe085a - libmilter: Silence -Wdeprecated-non-prototype warnings.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#45f591e6ed5c4589c1e85561869771ede5fe085a</link>
        <description>libmilter: Silence -Wdeprecated-non-prototype warnings.Missed this one when tagging other sendmail libraries.Fixes:		525438ea7147 sendmail: Silence -Wdeprecated-non-prototype warnings.

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Wed, 19 Apr 2023 19:52:51 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3413ee88c39dbfedfa7d00db536a8e8dc073a562 - Add -DSTARTTLS CFLAG in order to enable DANE in sendmail builds</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#3413ee88c39dbfedfa7d00db536a8e8dc073a562</link>
        <description>Add -DSTARTTLS CFLAG in order to enable DANE in sendmail builds

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Sun, 15 Jan 2023 22:24:38 +0100</pubDate>
        <dc:creator>Gregory Neil Shapiro &lt;gshapiro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d02c951f8ec631d059ec7a8addb8a104cd160280 - Merge ^/head r318658 through r318963.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#d02c951f8ec631d059ec7a8addb8a104cd160280</link>
        <description>Merge ^/head r318658 through r318963.

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Fri, 26 May 2017 21:11:24 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69921123490b99c2588b0c743bc4af32bbe6601c - Commit the 64-bit inode project.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#69921123490b99c2588b0c743bc4af32bbe6601c</link>
        <description>Commit the 64-bit inode project.Extend the ino_t, dev_t, nlink_t types to 64-bit ints.  Modifystruct dirent layout to add d_off, increase the size of d_filenoto 64-bits, increase the size of d_namlen to 16-bits, and changethe required alignment.  Increase struct statfs f_mntfromname[] andf_mntonname[] array length MNAMELEN to 1024.ABI breakage is mitigated by providing compatibility using versionedsymbols, ingenious use of the existing padding in structures, andby employing other tricks.  Unfortunately, not everything can befixed, especially outside the base system.  For instance, third-partyAPIs which pass struct stat around are broken in backward andforward incompatible ways.Kinfo sysctl MIBs ABI is changed in backward-compatible way, butthere is no general mechanism to handle other sysctl MIBS whichreturn structures where the layout has changed. It was consideredthat the breakage is either in the management interfaces, where weusually allow ABI slip, or is not important.Struct xvnode changed layout, no compat shims are provided.For struct xtty, dev_t tty device member was reduced to uint32_t.It was decided that keeping ABI compat in this case is more usefulthan reporting 64-bit dev_t, for the sake of pstat.Update note: strictly follow the instructions in UPDATING.  Buildand install the new kernel with COMPAT_FREEBSD11 option enabled,then reboot, and only then install new world.Credits: The 64-bit inode project, also known as ino64, started lifemany years ago as a project by Gleb Kurtsou (gleb).  Kirk McKusick(mckusick) then picked up and updated the patch, and acted as aflag-waver.  Feedback, suggestions, and discussions were carriedby Ed Maste (emaste), John Baldwin (jhb), Jilles Tjoelker (jilles),and Rick Macklem (rmacklem).  Kris Moore (kris) performed an initialports investigation followed by an exp-run by Antoine Brodin (antoine).Essential and all-embracing testing was done by Peter Holm (pho).The heavy lifting of coordinating all these efforts and bringing theproject to completion were done by Konstantin Belousov (kib).Sponsored by:	The FreeBSD Foundation (emaste, kib)Differential revision:	https://reviews.freebsd.org/D10439

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Tue, 23 May 2017 11:29:05 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 19:06:09 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4aa656aa587a4bad15e15bf45e149e176c22293 - Merge ^/head r312309 through r312623.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#a4aa656aa587a4bad15e15bf45e149e176c22293</link>
        <description>Merge ^/head r312309 through r312623.

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 17:05:13 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb7053336b02a810c0f78a77fa53352b8a483a1f - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#cb7053336b02a810c0f78a77fa53352b8a483a1f</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/lib/libmilter/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 05:42:43 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c4fa87c232f39c81587417e098bf768a8705658 - Create a package for sendmail(8).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#9c4fa87c232f39c81587417e098bf768a8705658</link>
        <description>Create a package for sendmail(8).Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Mon, 08 Feb 2016 19:41:46 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95822f662d3f9da5119b6a0c433e8f70af - First pass through library packaging.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#a70cba95822f662d3f9da5119b6a0c433e8f70af</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 22:16:35 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libmilter/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>8d4f972badbf3513c0aa8ae210a17b4df345aed3 - Catch up with head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#8d4f972badbf3513c0aa8ae210a17b4df345aed3</link>
        <description>Catch up with head.

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 03:16:25 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b791fbe6302023b0cf00807865059c8f016fe5dc - META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#b791fbe6302023b0cf00807865059c8f016fe5dc</link>
        <description>META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln are newer than the sourcefile.  There&apos;s no reason for meta mode to do this as make is alreadyhandling the rebuild dependency fine.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 20:44:43 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 04:34:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>414fdaf09dec0d34181d91254e83ecb1a8a360d9 - IFC @266473</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#414fdaf09dec0d34181d91254e83ecb1a8a360d9</link>
        <description>IFC @266473

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Wed, 21 May 2014 22:30:52 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc3f4b99653c34ae64f8a1fddea370abefef680e - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#cc3f4b99653c34ae64f8a1fddea370abefef680e</link>
        <description>Merge from head

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Fri, 09 May 2014 01:54:15 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052 - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libmilter/Makefile#c6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd/lib/libmilter/Makefile</description>
        <pubDate>Tue, 06 May 2014 06:22:01 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
