<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/contrib/sendmail/include/sm, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-10-26T17:52:28Z</updated>
<entry>
<title>Key decleration of union semun on src version</title>
<updated>2020-10-26T17:52:28Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2020-10-26T17:52:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f61a22193c0d088da51b411bb79e3d6f8a73765d'/>
<id>urn:sha1:f61a22193c0d088da51b411bb79e3d6f8a73765d</id>
<content type='text'>
__FreeBSD__ is defined by the compiler derived from the triple. When
building FreeBSD 11 on a FreeBSD 12 with a CROSS_TOOLCHAIN=llvm10,
__FreeBSD__ was set to 12 when building lib32 (for some reason no triple
is being passed which seems to mean that we're taking default values
from the build system).  This in turn meant we end up with a double
decleration of union semun which is a build error.

Reviewed by:	gshapiro, dim
Differential Revision:	https://reviews.freebsd.org/D26902
</content>
</entry>
<entry>
<title>Merge sendmail 8.16.1 to HEAD: See contrib/sendmail/RELEASE_NOTES for details</title>
<updated>2020-07-15T18:28:54Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2020-07-15T18:28:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5b0945b57059d1cde0831d3afea7ec56c7d79508'/>
<id>urn:sha1:5b0945b57059d1cde0831d3afea7ec56c7d79508</id>
<content type='text'>
Includes build infrastructure &amp; config updates required for changes in 8.16.1

MFC after:	5 days
</content>
</entry>
<entry>
<title>Don't declare union semun in userspace unless _WANT_SEMUN is defined.</title>
<updated>2018-03-02T22:32:53Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2018-03-02T22:32:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6d0fe480a87fee57d9f159b249bf385135d15bef'/>
<id>urn:sha1:6d0fe480a87fee57d9f159b249bf385135d15bef</id>
<content type='text'>
POSIX explicitly states that the application must declare union semun.
This makes no sense, but it is what it is.  This brings us into line
with Linux, MacOS/Darwin, and NetBSD.

In a ports exp-run a moderate number of ports fail due to a lack of
approprate autotools-like discovery mechanisms or local patches.  A
commit to address them will follow shortly.

PR:		224300, 224443 (exp-run)
Reviewed by:	emaste, jhb, kib
Exp-run by:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14492
</content>
</entry>
<entry>
<title>Remove unneeded libutil dependency for sendmail.</title>
<updated>2015-11-24T04:19:55Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-11-24T04:19:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6a270e17f357e9b353a49fe939e7b6e0065c667b'/>
<id>urn:sha1:6a270e17f357e9b353a49fe939e7b6e0065c667b</id>
<content type='text'>
It included libutil.h for setproctitle(3), which was moved from libutil to libc
in r65353 in 2000.

Reviewed by:	gshapiro [sendmail change]
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D4261
</content>
</entry>
<entry>
<title>Merge sendmail 8.15.2 to HEAD</title>
<updated>2015-07-07T02:59:02Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2015-07-07T02:59:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=da7d7b9c861cf98e912c0bd1e549752d2dae4fb6'/>
<id>urn:sha1:da7d7b9c861cf98e912c0bd1e549752d2dae4fb6</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>Merge sendmail 8.14.9 to HEAD</title>
<updated>2014-05-22T04:39:17Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2014-05-22T04:39:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4313cc83440a39bdf976f955b1d4d3f3c4d1552f'/>
<id>urn:sha1:4313cc83440a39bdf976f955b1d4d3f3c4d1552f</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove local FreeBSD workaround now that upstream project has a better fix.</title>
<updated>2014-01-26T23:42:40Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2014-01-26T23:42:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1689ae43804a2050aedd309526c1b0b9c7ee2da1'/>
<id>urn:sha1:1689ae43804a2050aedd309526c1b0b9c7ee2da1</id>
<content type='text'>
MFC after:	5 days
</content>
</entry>
<entry>
<title>Merge sendmail 8.14.8 to HEAD</title>
<updated>2014-01-26T23:39:11Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2014-01-26T23:39:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5dd76dd0cc19450133aa379ce0ce4a68ae07fb39'/>
<id>urn:sha1:5dd76dd0cc19450133aa379ce0ce4a68ae07fb39</id>
<content type='text'>
MFC after:	5 days
</content>
</entry>
<entry>
<title>Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags to</title>
<updated>2013-08-12T17:22:39Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2013-08-12T17:22:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c4190e0fcfad7fe5f4c4f480276fbaec75a44631'/>
<id>urn:sha1:c4190e0fcfad7fe5f4c4f480276fbaec75a44631</id>
<content type='text'>
prevent problems between the resolver and Microsoft DNS servers with
AAAA lookups.  The upstream open source project will work on a more
permanent fix for the next release.  Issue noted by Pavel Timofeev.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Merge sendmail 8.14.7 to HEAD</title>
<updated>2013-04-21T17:08:44Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2013-04-21T17:08:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=552d4955b823634ed151c69903f0b9d33e76e78e'/>
<id>urn:sha1:552d4955b823634ed151c69903f0b9d33e76e78e</id>
<content type='text'>
MFC after:	4 days
</content>
</entry>
</feed>
