Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mail/sendmail: Fix aliases file continuation lines | Dirk Meyer | 2021-10-17 | 1 | -0/+17 |
| | | | | PR: 259147 | ||||
* | mail/sendmail: fix build with option SMTPUTF8 | Dirk Meyer | 2021-09-03 | 2 | -3/+4 |
| | | | | PR: 258058 | ||||
* | mail/sendmail-devel: Update to 8.17.1 | Dirk Meyer | 2021-08-19 | 10 | -90/+64 |
| | |||||
* | mailer.conf cleanup comments | Dirk Meyer | 2021-04-06 | 1 | -0/+1 |
| | |||||
* | all: Remove all other $FreeBSD keywords. | Mathieu Arnold | 2021-04-06 | 1 | -2/+0 |
| | |||||
* | - update option CYRUSLOOKUP | Dirk Meyer | 2021-03-25 | 1 | -45/+105 |
| | | | | | PR: 254495 Submitted by: nork(at)inth-nine.com | ||||
* | - add missing site.config | Dirk Meyer | 2020-10-19 | 1 | -0/+1 |
| | |||||
* | - new option DANE | Dirk Meyer | 2020-10-19 | 1 | -1/+1 |
| | | | | | - add PREVENTS for LDAP PR: 250383 | ||||
* | - compile with DANE support | Dirk Meyer | 2020-10-04 | 1 | -1/+1 |
| | |||||
* | - fix from upstream that allows libsm to compile against FreeBSD 13 | Dirk Meyer | 2020-07-16 | 1 | -0/+26 |
| | | | | | Submitted by: Gregory Shapiro Obtained from: https://svnweb.freebsd.org/changeset/base/363226 | ||||
* | - update to 8.16.1 | Dirk Meyer | 2020-07-05 | 13 | -837/+62 |
| | |||||
* | - enable _FFR_TLS_SE_OPTS | Dirk Meyer | 2020-05-10 | 1 | -1/+1 |
| | | | | | | 246259 PR: 246259 Submitted by: ruben@verweg.com | ||||
* | - fix RSA_generate_key | Dirk Meyer | 2019-12-24 | 1 | -9/+8 |
| | | | | | PR: 242862 Submitted by: Dan Lukes | ||||
* | onvert to UCL & cleanup pkg-message (categories l-m) | Mathieu Arnold | 2019-08-13 | 1 | -3/+6 |
| | |||||
* | - cleanup pkg-message | Dirk Meyer | 2019-05-02 | 1 | -0/+33 |
| | |||||
* | - use independent copy of mailer.conf | Dirk Meyer | 2019-03-30 | 1 | -0/+10 |
| | | | | PR: 236553 | ||||
* | - additional blacklisting for frequent useless connections | Dirk Meyer | 2019-03-24 | 1 | -4/+53 |
| | | | | | PR: 236605 Submitted by: Helge Oldach | ||||
* | - cleanup patch | Dirk Meyer | 2019-03-24 | 1 | -22/+17 |
| | |||||
* | - extend blacklisting | Dirk Meyer | 2018-12-30 | 2 | -4/+14 |
| | | | | - cleanup rsa glue | ||||
* | - make portlint happier | Dirk Meyer | 2018-08-16 | 10 | -42/+42 |
| | |||||
* | - use a better configuration example | Dirk Meyer | 2018-04-05 | 1 | -6/+7 |
| | |||||
* | mail/sendmail: Fix build with LibreSSL 2.7 | Bernard Spil | 2018-04-02 | 1 | -1/+1 |
| | | | | | | | - LibreSSL 2.7 implements OpenSSL 1.1 API PR: 227171 Approved by: dinoex (maintainer) | ||||
* | - fix "exited on signal 11" when dhparams file is missing. | Dirk Meyer | 2018-03-08 | 1 | -40/+23 |
| | | | | PR: 226431 | ||||
* | - fix build with openssl 1.1 and libressl | Dirk Meyer | 2018-03-04 | 2 | -0/+184 |
| | |||||
* | Work around the lack of definition of union semun per POSIX. | Brooks Davis | 2018-03-02 | 1 | -0/+14 |
| | | | | | | | | | | | | When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. Where this fails due to ports not honoring C*FLAGS, patch using __FreeBSD_version to enable the definition. PR: 224300, 224443 (exp-run) Approved by: portmgr (antoine) Exp-run: antoine Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14137 | ||||
* | - fix regression introduced by r457706 | Dirk Meyer | 2018-01-02 | 12 | -81/+214 |
| | | | | | | | PR: 224452 - add option BLACKLISTD https://reviews.freebsd.org/D13475 | ||||
* | mail/sendmail: Add port option for SMTPUTF8 support, enabled by default. | Mark Felder | 2017-12-31 | 2 | -0/+602 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Postfix has had support for quite some time, compiled in by default http://www.postfix.org/SMTPUTF8_README.html Exim has support but it's not a default build option http://www.exim.org/exim-html-current/doc/html/spec_html/ch-internationalisation.html Sendmail had no support until Arnt produced this patch. As far as commercial access to SMTPUTF8 email goes: GMail has support for SMTPUTF8 for 3 years Outlook.com will have support shortly The world is moving forward with SMPTUTF8 and if it does not get wider distribution it will restrict the ability to self-host email as the only solution to send and receive email from these users will be to use a commercial cloud-hosted email platform. This patch is a no-op unless you are sending mail that requires the SMTPUTF8 extension. If you are running a Sendmail server and you did not have this patch you would have received errors and the messages would have been undeliverable. More info: http://rant.gulbrandsen.priv.no/eai/one-minute-guide PR: 224452 Reviewed by: Gregory Shapiro, Claus Assmann (private mails from Arnt) Obtained from: Arnt Gulbrandsen Sponsored by: CNNIC | ||||
* | - new option BLACKLISTD for FreeBSD-11 | Dirk Meyer | 2017-10-16 | 6 | -0/+130 |
| | | | | | Submitted by: Kurt Lidl, Masachika ISHIZUKA Differential Revision: https://reviews.freebsd.org/D6595 | ||||
* | - add config file for option GDBM | Dirk Meyer | 2017-09-13 | 1 | -0/+4 |
| | |||||
* | - split libmilter from sendmail into a seperate port | Dirk Meyer | 2016-02-13 | 2 | -92/+0 |
| | | | | | - bump PORTREVISION Submitted by: matthew (Matthew Seaman) | ||||
* | - use USERS/GROUPS | Dirk Meyer | 2015-05-16 | 2 | -2/+12 |
| | | | | | | | | - removes obsolete @dirrm - support STRIP_CMD - stops rebuilding submit.cf PR: 200244 Submitted by: John Marino | ||||
* | - add support for eliptic curves | Dirk Meyer | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | - update to 8.15.1 | Dirk Meyer | 2014-12-10 | 4 | -15/+1 |
| | | | | | - cleanup options - tlsext.patch removed, now part of distribution | ||||
* | - fix LDOPS which is parsed twice by m4 now | Dirk Meyer | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | - enable options TLS SASL SASLAUTHD by default | Dirk Meyer | 2014-08-14 | 1 | -0/+13 |
| | | | | | | - new option TLSEXT_PADDING The port disables TLSEXT_PADDING by default. This fixes "TLS handshake failed" errors when sending to Ironport appliances. | ||||
* | - fix build with clang34 | Dirk Meyer | 2014-07-05 | 1 | -1/+2 |
| | | | | PR: 191074, 191290 | ||||
* | - fix CC handling | Dirk Meyer | 2013-11-16 | 2 | -5/+5 |
| | | | | | - escape LD options PR: 183547 | ||||
* | Unbreak on -CURRENT | Ulrich Spörlein | 2011-08-01 | 1 | -0/+11 |
| | | | | | | Tell groff to tell grotty to not emit SGR sequences, they make ul(1) choke. Discussed with: ru | ||||
* | - honor CC | Dirk Meyer | 2011-06-24 | 1 | -0/+11 |
| | |||||
* | - update to 8.14.5 | Dirk Meyer | 2011-05-17 | 1 | -12/+0 |
| | |||||
* | - drop milter patch, as it might cause problems | Dirk Meyer | 2010-03-12 | 1 | -274/+0 |
| | |||||
* | - use nanosleep | Dirk Meyer | 2010-03-11 | 2 | -0/+286 |
| | | | | | | | Submitted by: Dewayne Geraghty - sendmail-milterrandom-8.14.1 Obtained from: http://antispam.imp.ch/patches/patch-sendmail-milterrandom | ||||
* | - drop old rc.d scripts | Dirk Meyer | 2010-01-24 | 2 | -97/+0 |
| | |||||
* | - update to 8.14.4 | Dirk Meyer | 2009-12-31 | 1 | -75/+0 |
| | |||||
* | - fix oder of patches when build WITHOUT_SHARED_MILTER | Dirk Meyer | 2009-10-26 | 1 | -75/+0 |
| | | | | reported by: QAT | ||||
* | - Security patch libmiter | Dirk Meyer | 2009-10-26 | 1 | -0/+150 |
| | | | | | SECURITY: fix DOS vulnerability in libmiter Obtained from: Jose-Marcio Martins da Cruz | ||||
* | - update to 8.14.3 | Dirk Meyer | 2008-05-04 | 8 | -227/+226 |
| | | | | - split patch into seperate files | ||||
* | - remove support for cyrus-sasl < 2 | Dirk Meyer | 2007-03-31 | 1 | -4/+0 |
| | |||||
* | - update to 8.14.0 | Dirk Meyer | 2007-02-02 | 1 | -0/+7 |
| | | | | - bump libmilter | ||||
* | - improve error handling | Dirk Meyer | 2006-08-12 | 1 | -0/+8 |
| | | | | Submitted by: Royce Williams |