aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* mail/sendmail: Update to 8.17.2Dirk Meyer2023-06-037-58/+9
|
* devel/icu: update to 73.1Jan Beich2023-04-131-1/+1
| | | | | | | | | - Temporarily switch to GitHub auto archive (release artifacts are N/A atm) Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1 Reported by: GitHub (watch releases) PR: 270422 Exp-run by: antoine
* Mk/**ldap.mk: Convert USE_LDAP to USES=ldapMuhammad Moinur Rahman2023-02-081-1/+1
| | | | | | | | | | | | | | | Convert the USE_LDAP=yes to USES=ldap and adds the following features: - Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as RUN_DEPENDS - Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER - Adds OPENLDAP versions in bsd.default-versions.mk - Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk - Changes consumers to use the features Reviewed by: delphij Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D38233
* mail/sendmail: unbreak build for libresslSDirk Meyer2022-11-132-4/+11
| | | | PR: 267673
* mail/sendmail: mark broken for libresslDirk Meyer2022-11-101-0/+4
| | | | PR: 267673
* devel/icu: update to 72.1Jan Beich2022-10-191-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1 Reported by: GitHub (watch releases) PR: 266582 Exp-run by: antoine
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* mail/sendmail: fix typo in optionDirk Meyer2022-06-051-1/+1
|
* mail/sendmail: New options MTA-STS TLS_CERT_CHAINDirk Meyer2022-06-035-7/+27
| | | | PR: 264324
* mail/sendmail: Fix option SASL and SMTP AUTHDirk Meyer2022-04-202-1/+22
| | | | PR: 263287
* devel/icu: update to 71.1Jan Beich2022-04-071-1/+1
| | | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1 Reported by: GitHub (watch releases) PR: 262654 Exp-run by: antoine Approved by: fluffy
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-1/+1
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* devel/icu: update to 70.1Jan Beich2021-10-281-1/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* mail/sendmail: Fix aliases file continuation linesDirk Meyer2021-10-172-1/+18
| | | | PR: 259147
* mail/sendmail: Fix option LDAPDirk Meyer2021-10-121-2/+2
| | | | PR: 258958
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-10/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* mail/sendmail: fix build with option SMTPUTF8Dirk Meyer2021-09-032-3/+4
| | | | PR: 258058
* mail/sendmail-devel: Update to 8.17.1Dirk Meyer2021-08-1912-95/+69
|
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* mailer.conf cleanup commentsDirk Meyer2021-04-061-0/+1
|
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-5/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - update option CYRUSLOOKUPDirk Meyer2021-03-252-46/+109
| | | | | | | | PR: 254495 Submitted by: nork(at)inth-nine.com Notes: svn path=/head/; revision=569183
* devel/icu: update to 68.1Jan Beich2020-11-031-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* - add missing site.configDirk Meyer2020-10-191-0/+1
| | | | Notes: svn path=/head/; revision=552761
* - new option DANEDirk Meyer2020-10-192-4/+10
| | | | | | | | - add PREVENTS for LDAP PR: 250383 Notes: svn path=/head/; revision=552735
* - compile with DANE supportDirk Meyer2020-10-042-2/+2
| | | | Notes: svn path=/head/; revision=551446
* - fix from upstream that allows libsm to compile against FreeBSD 13Dirk Meyer2020-07-161-0/+26
| | | | | | | | Submitted by: Gregory Shapiro Obtained from: https://svnweb.freebsd.org/changeset/base/363226 Notes: svn path=/head/; revision=542388
* - update to 8.16.1Dirk Meyer2020-07-0515-844/+67
| | | | Notes: svn path=/head/; revision=541282
* - enable _FFR_TLS_SE_OPTSDirk Meyer2020-05-102-3/+3
| | | | | | | | | 246259 PR: 246259 Submitted by: ruben@verweg.com Notes: svn path=/head/; revision=534845
* devel/icu: update to 67.1Jan Beich2020-04-231-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* devel/icu: update to 66.1Jan Beich2020-03-131-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* - fix RSA_generate_keyDirk Meyer2019-12-242-10/+9
| | | | | | | | PR: 242862 Submitted by: Dan Lukes Notes: svn path=/head/; revision=520819
* Drop the ipv6 virtual category for m* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514142
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508882
* - cleanup pkg-messageDirk Meyer2019-05-022-17/+6
| | | | Notes: svn path=/head/; revision=500632
* - use independent copy of mailer.confDirk Meyer2019-03-302-2/+12
| | | | | | | PR: 236553 Notes: svn path=/head/; revision=497361
* - set more macrosDirk Meyer2019-03-301-1/+2
| | | | Notes: svn path=/head/; revision=497237
* devel/icu: update to 64.1Jan Beich2019-03-271-1/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479 Notes: svn path=/head/; revision=496981
* - simplify mailer.confDirk Meyer2019-03-243-11/+17
| | | | | | | | PR: 236553 Submitted by: Helge Oldach Notes: svn path=/head/; revision=496780
* - additional blacklisting for frequent useless connectionsDirk Meyer2019-03-241-4/+53
| | | | | | | | PR: 236605 Submitted by: Helge Oldach Notes: svn path=/head/; revision=496779
* - cleanup patchDirk Meyer2019-03-241-22/+17
| | | | Notes: svn path=/head/; revision=496778
* Update dns/libidn2 to 2.1.1Sunpoet Po-Chuan Hsieh2019-02-091-1/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=492534
* Update dns/libidn2 to 2.1.0Sunpoet Po-Chuan Hsieh2019-01-061-1/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=489529
* - extend blacklistingDirk Meyer2018-12-303-5/+15
| | | | | | | - cleanup rsa glue Notes: svn path=/head/; revision=488717
* - bump PORTREVISIONDirk Meyer2018-11-271-1/+1
| | | | Notes: svn path=/head/; revision=485984
* - remove some extraneous escaping in regexDirk Meyer2018-11-261-2/+2
| | | | | | | | PR: 233454 Submitted by: Kyle Evans Notes: svn path=/head/; revision=485925