<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/sendmail, branch releng/4.11</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.11</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.11'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-12-13T13:50:02Z</updated>
<entry>
<title>MFC:</title>
<updated>2004-12-13T13:50:02Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2004-12-13T13:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f60b09ba5c22ffd55420ef8731d0a962f2ccb4f3'/>
<id>urn:sha1:f60b09ba5c22ffd55420ef8731d0a962f2ccb4f3</id>
<content type='text'>
Makefile.inc1 1.361
bin/ed/Makefile 1.22
lib/Makefile 1.157
lib/libcrypt/Makefile 1.31
lib/libfetch/Makefile 1.41
lib/libpam/modules/modules.inc 1.17
libexec/Makefile 1.61
share/examples/etc/make.conf 1.215
share/man/man5/make.conf.5 1.73
usr.bin/Makefile 1.239
usr.bin/fetch/Makefile 1.14
usr.sbin/pkg_install/Makefile 1.14
usr.sbin/pkg_install/add/Makefile 1.17
usr.sbin/pkg_install/info/Makefile 1.17
usr.sbin/pkg_install/version/Makefile 1.12
usr.sbin/ppp/Makefile 1.95, 1.96
usr.sbin/pppd/Makefile 1.25
usr.sbin/sendmail/Makefile 1.40
usr.sbin/tcpdump/tcpdump/Makefile 1.36

Retire the useless NOSECURE knob.

The motivation for this MFC is that MAKE_KERBEROS4 and MAKE_KERBEROS5
are meant to be buildable by various makefiles when NOSECURE is set but
this was broken because Kerberos depends on e.g. des(3) from OpenSSL
which wasn't built when NOSECURE was defined. Fixing the NOSECURE knob
however would have meant to make it do the same as the NOCRYPT knob.
If you had been using the NOSECURE build knob please now use the NOCRYPT
knob instead.

Discussed with:	ru (some months ago)
Reviewed by:	ru (some months ago)
Approved by:	markm (telnet and secure bits, some months ago), kensmith (re)
</content>
</entry>
<entry>
<title>MFC: Enable _FFR_DEAL_WITH_ERROR_SSL to deal with OpenSSL error returns of 0.</title>
<updated>2004-12-12T18:59:26Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2004-12-12T18:59:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bf31515632d98ae1735556c6650640800289db6f'/>
<id>urn:sha1:bf31515632d98ae1735556c6650640800289db6f</id>
<content type='text'>
     PR:	bin/73105

     Revision  Changes    Path
     1.48      +1 -1      src/usr.sbin/sendmail/Makefile
</content>
</entry>
<entry>
<title>MFC: sendmail 8.13.1 import and related changes</title>
<updated>2004-08-09T00:15:44Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2004-08-09T00:15:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6cbdb1abadc905e4012fa479f60fbcad2a5da776'/>
<id>urn:sha1:6cbdb1abadc905e4012fa479f60fbcad2a5da776</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Honor NOINET6 and disable IPv6 support in libmilter and sendmail if it</title>
<updated>2004-06-06T17:27:11Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2004-06-06T17:27:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2afb8a30fbb1060bb56ae8eb9bdc4b04887e4743'/>
<id>urn:sha1:2afb8a30fbb1060bb56ae8eb9bdc4b04887e4743</id>
<content type='text'>
     is set.

     Revision  Changes    Path
     1.4       +5 -1      src/lib/libmilter/Makefile
     1.4       +5 -1      src/lib/libsm/Makefile
     1.44      +5 -1      src/usr.sbin/sendmail/Makefile
</content>
</entry>
<entry>
<title>MFC: Update build infrastructure for sendmail 8.12.</title>
<updated>2002-03-25T21:32:29Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2002-03-25T21:32:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=629e236202215c8e5e3e4431fceab92603af69d7'/>
<id>urn:sha1:629e236202215c8e5e3e4431fceab92603af69d7</id>
<content type='text'>
     Add new build knob, SENDMAIL_SET_USER_ID, which installs sendmail as a
     set-user-ID root binary instead of the new method (set-group-ID smmsp).

     Revision  Changes    Path
     1.36      +28 -18    src/usr.sbin/sendmail/Makefile
</content>
</entry>
<entry>
<title>MFC: 1.33: Perform a major cleanup of the usr.sbin Makefiles.</title>
<updated>2001-08-03T20:51:50Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2001-08-03T20:51:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e190796dafb50d629ec00f854c6a880dcc1056d0'/>
<id>urn:sha1:e190796dafb50d629ec00f854c6a880dcc1056d0</id>
<content type='text'>
MFC: 1.34: Convert to using the same method of detecting the secure directory
           as other usr.sbin programs.

Approved by:	jkh
</content>
</entry>
<entry>
<title>MFC: MAN[1-9] -&gt; MAN.</title>
<updated>2001-04-25T12:11:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-04-25T12:11:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=83fa067d8f6c24828328a87151d5e41db217a994'/>
<id>urn:sha1:83fa067d8f6c24828328a87151d5e41db217a994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Move installation of sendmail helpfile into etc/sendmail/Makefile.  It is</title>
<updated>2001-03-06T01:56:47Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2001-03-06T01:56:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3927e0238263c977a4d0f9e97c5fc28eb857c0e4'/>
<id>urn:sha1:3927e0238263c977a4d0f9e97c5fc28eb857c0e4</id>
<content type='text'>
     a user configurable file and it would benefit from mergemaster.

     Revision  Changes    Path
     1.9       +7 -2      src/etc/sendmail/Makefile
     1.31      +1 -5      src/usr.sbin/sendmail/Makefile
</content>
</entry>
<entry>
<title>MFC: Move creation of the sendmail statistics file from the usr.sbin/sendmail</title>
<updated>2001-02-27T21:20:21Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2001-02-27T21:20:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=621959d0085cfc79efa3a7a1268e3681bf42d383'/>
<id>urn:sha1:621959d0085cfc79efa3a7a1268e3681bf42d383</id>
<content type='text'>
     Makefile to the etc/sendmail Makefile to be consistent with all of the
     other /var file creations.  In doing so, change the Makefile target from
     etc-sendmail.cf to distribution as it installs more than just the
     sendmail.cf.

 Revision  Changes    Path
  1.242     +2 -2      src/etc/Makefile
  1.4       +4 -2      src/etc/sendmail/Makefile
  1.30      +1 -3      src/usr.sbin/sendmail/Makefile
</content>
</entry>
<entry>
<title>Sync Makefile with HEAD verison (only differences were spacing)</title>
<updated>2000-10-31T17:04:10Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2000-10-31T17:04:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=01457674569c03d110d0ecafd7264bf1e56e38ae'/>
<id>urn:sha1:01457674569c03d110d0ecafd7264bf1e56e38ae</id>
<content type='text'>
</content>
</entry>
</feed>
