<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/etc/sendmail, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove residual blank line at start of Makefile</title>
<updated>2024-07-15T22:43:39+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-07-15T04:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e9ac41698b2f322d55ccf9da50a3596edb2c1800'/>
<id>e9ac41698b2f322d55ccf9da50a3596edb2c1800</id>
<content type='text'>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</pre>
</div>
</content>
</entry>
<entry>
<title>pkgbase: make sendmail config files as config</title>
<updated>2024-03-20T15:44:35+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2024-03-20T15:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8c3a85eaeb0552569e81be43091a18b9e702cc41'/>
<id>8c3a85eaeb0552569e81be43091a18b9e702cc41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor change to update these files so new freebsd*.cf files are</title>
<updated>2024-02-01T00:27:37+00:00</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2024-02-01T00:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2c191ba6b0b5d1b3729a5ac428d51cfc5d5f3d2e'/>
<id>2c191ba6b0b5d1b3729a5ac428d51cfc5d5f3d2e</id>
<content type='text'>
generated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
generated
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: Remove ancient SCCS tags.</title>
<updated>2023-11-27T05:23:27+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-23T17:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e717cb04bec1a0a911dee2fbbef6079f7107adc5'/>
<id>e717cb04bec1a0a911dee2fbbef6079f7107adc5</id>
<content type='text'>
Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

This is for the misfits that have only a few: COPYRIGHT, gnu, tools,
rescue, and etc.

Sponsored by:		Netflix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

This is for the misfits that have only a few: COPYRIGHT, gnu, tools,
rescue, and etc.

Sponsored by:		Netflix
</pre>
</div>
</content>
</entry>
<entry>
<title>sendmail: Drop $FreeBSD$ from .mc files</title>
<updated>2023-09-25T14:56:02+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2023-09-25T14:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3aaa7724d68fb001ca3c7e75950edcb617aaeb65'/>
<id>3aaa7724d68fb001ca3c7e75950edcb617aaeb65</id>
<content type='text'>
Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D41960
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D41960
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove confDH_PARAMETERS settings in favor of using sendmail's built-in</title>
<updated>2023-08-18T00:32:56+00:00</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2023-08-18T00:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=98fd1add676321978db72d77d34ef51ca454c814'/>
<id>98fd1add676321978db72d77d34ef51ca454c814</id>
<content type='text'>
default which was added in sendmail 8.15.2 (the config line predates
that 8.15.2 feature).  This also alleviates the need for admins
to create the DH parameters file if they opt to use Diffie-Hellman.

PR:		248387
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default which was added in sendmail 8.15.2 (the config line predates
that 8.15.2 feature).  This also alleviates the need for admins
to create the DH parameters file if they opt to use Diffie-Hellman.

PR:		248387
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor changes to force commit these files so new freebsd*.cf files are</title>
<updated>2023-01-17T06:49:49+00:00</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2023-01-17T06:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=431d2a81d421d4db7a07833b4fd12015cbae5ee7'/>
<id>431d2a81d421d4db7a07833b4fd12015cbae5ee7</id>
<content type='text'>
built to use the new sendmail-8.17.1/cf tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
built to use the new sendmail-8.17.1/cf tree.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with vendor sendmail 8.17.1 cf/cf/submit.mc</title>
<updated>2023-01-17T06:49:07+00:00</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2023-01-17T06:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=021562c5020dd63d6b812369a9020b3b8147bfbd'/>
<id>021562c5020dd63d6b812369a9020b3b8147bfbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge sendmail 8.16.1 to HEAD: See contrib/sendmail/RELEASE_NOTES for details</title>
<updated>2020-07-15T18:28:54+00:00</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2020-07-15T18:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5b0945b57059d1cde0831d3afea7ec56c7d79508'/>
<id>5b0945b57059d1cde0831d3afea7ec56c7d79508</id>
<content type='text'>
Includes build infrastructure &amp; config updates required for changes in 8.16.1

MFC after:	5 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes build infrastructure &amp; config updates required for changes in 8.16.1

MFC after:	5 days
</pre>
</div>
</content>
</entry>
</feed>
