summaryrefslogtreecommitdiff
path: root/mail/sendmail/files/patch-FreeBSD (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update to 8.16.1Dirk Meyer2020-07-051-2/+2
| | | | Notes: svn path=/head/; revision=541282
* - make portlint happierDirk Meyer2018-08-161-3/+3
| | | | Notes: svn path=/head/; revision=477315
* - fix CC handlingDirk Meyer2013-11-161-2/+2
| | | | | | | | - escape LD options PR: 183547 Notes: svn path=/head/; revision=333983
* - honor CCDirk Meyer2011-06-241-0/+11
| | | | Notes: svn path=/head/; revision=276215
* - Update to new release: sendmail-8.12.3Dirk Meyer2002-04-061-8/+0
| | | | | | | | | | | | | | | | | | | | | | - Patches removed that are now in the distribution - More MILTER dokumentation - sm-client.sh.sample have now 'restart' command. - Add standalone startupscript for all sendmail deamons - Update pkg-message This version fixes a long-standing MIME (7 to 8-bit) conversion bug and several smaller problems, e.g., a possible communication problem between the MTA and libmilter, a bug in handling (invalid) addresses containing 8-bit characters, a possible problem with small timeouts being lost on slow machines if itimers are used, and the handling of the 421 reply code and timeouts in the SMTP delivery code. There are two changes in the msp feature that may change the behavior: MX lookups are turned on for the SMTP mailers and hence `[localhost]' is used as default instead of `localhost', and confTIME_ZONE is set to USE_TZ in submit.mc. A complete list of changes can be found in the release notes. Notes: svn path=/head/; revision=57362
* - Build milter with -D_THREAD_SAFEDirk Meyer2002-02-171-1/+1
| | | | | | | | | - Use PTHREAD_LIBS, so build under CURRENT should use -lc_r Submitted by: gshapiro Notes: svn path=/head/; revision=54827
* Mikhail Teterin:Dirk Meyer2002-02-171-0/+8
A little milter application I installed (spamassassin related) was hanging every once in a while. I'm not sure if this patch will fix it, but it sure seems like the right step to take. Without it, the libmilter sources are compiled without the -pthread, even though the library is linked with -pthread (rather needlessly, since it is a static lib only). Submitted by: mi Notes: svn path=/head/; revision=54818