Key decleration of union semun on src version__FreeBSD__ is defined by the compiler derived from the triple. Whenbuilding FreeBSD 11 on a FreeBSD 12 with a CROSS_TOOLCHAIN=llvm10,__FreeBSD__ was
Key decleration of union semun on src version__FreeBSD__ is defined by the compiler derived from the triple. Whenbuilding FreeBSD 11 on a FreeBSD 12 with a CROSS_TOOLCHAIN=llvm10,__FreeBSD__ was set to 12 when building lib32 (for some reason no tripleis being passed which seems to mean that we're taking default valuesfrom the build system). This in turn meant we end up with a doubledecleration of union semun which is a build error.Reviewed by: gshapiro, dimDifferential Revision: https://reviews.freebsd.org/D26902
show more ...
Merge sendmail 8.16.1 to HEAD: See contrib/sendmail/RELEASE_NOTES for detailsIncludes build infrastructure & config updates required for changes in 8.16.1MFC after: 5 days
Don't declare union semun in userspace unless _WANT_SEMUN is defined.POSIX explicitly states that the application must declare union semun.This makes no sense, but it is what it is. This brings u
Don't declare union semun in userspace unless _WANT_SEMUN is defined.POSIX explicitly states that the application must declare union semun.This makes no sense, but it is what it is. This brings us into linewith Linux, MacOS/Darwin, and NetBSD.In a ports exp-run a moderate number of ports fail due to a lack ofapproprate autotools-like discovery mechanisms or local patches. Acommit to address them will follow shortly.PR: 224300, 224443 (exp-run)Reviewed by: emaste, jhb, kibExp-run by: antoineSponsored by: DARPA, AFRLDifferential Revision: https://reviews.freebsd.org/D14492
Remove unneeded libutil dependency for sendmail.It included libutil.h for setproctitle(3), which was moved from libutil to libcin r65353 in 2000.Reviewed by: gshapiro [sendmail change]Sponsored
Remove unneeded libutil dependency for sendmail.It included libutil.h for setproctitle(3), which was moved from libutil to libcin r65353 in 2000.Reviewed by: gshapiro [sendmail change]Sponsored by: EMC / Isilon Storage DivisionDifferential Revision: https://reviews.freebsd.org/D4261
Merge sendmail 8.15.2 to HEADMFC after: 3 days
Merge sendmail 8.14.9 to HEADMFC after: 3 days
Remove local FreeBSD workaround now that upstream project has a better fix.MFC after: 5 days
Merge sendmail 8.14.8 to HEADMFC after: 5 days
Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags toprevent problems between the resolver and Microsoft DNS servers withAAAA lookups. The upstream open source project will work
Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags toprevent problems between the resolver and Microsoft DNS servers withAAAA lookups. The upstream open source project will work on a morepermanent fix for the next release. Issue noted by Pavel Timofeev.MFC after: 3 days
Merge sendmail 8.14.7 to HEADMFC after: 4 days
Merge sendmail 8.14.6 to HEADMFC after: 4 days
Properly define true/false when defining __bool_true_false_are_definedfor filters which pull in mfapi.h before stdbool.h. Issue reported byPetr Rehor, maintainer of amavisd-milter port.MFC after
Properly define true/false when defining __bool_true_false_are_definedfor filters which pull in mfapi.h before stdbool.h. Issue reported byPetr Rehor, maintainer of amavisd-milter port.MFC after: 3 days
Merge sendmail 8.14.5 to HEADMFC after: 4 days
Merge sendmail 8.14.4 to HEADMFC after: 4 days
Merge sendmail 8.14.3 into HEAD.Note: As the first merge since the conversion to svn, it includes manypropset changes to get the proper svn:eol-style and svn:mime-type on thefiles (as merged from
Merge sendmail 8.14.3 into HEAD.Note: As the first merge since the conversion to svn, it includes manypropset changes to get the proper svn:eol-style and svn:mime-type on thefiles (as merged from the fixed up vendor/dist area).MFC after: 3 days
Import sendmail 8.14.2
Import sendmail 8.14.1
Import sendmail 8.13.7Security: FreeBSD-SA-06:17.sendmail
Import sendmail 8.13.6Security: FreeBSD-SA-06:13.sendmail
Import sendmail 8.13.4
Import sendmail 8.13.3
Import sendmail 8.13.1
Import sendmail 8.12.11
Import sendmail 8.12.10
Import sendmail 8.12.9
12