aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-postgresql
Commit message (Collapse)AuthorAgeFilesLines
* mail/exim: attempt to fix *taint* and auth issuesDima Panov2020-02-261-1/+0
| | | | | | | | | | | | | | | | | | | | Bump PORTREVISION for master port to force all slaves rebuild Drop PORTREVISION for exim-postgresql slave in favor of master settings Adopt recent commits from Exim repo as numerated extra-patches till new maintenance release will be published: 19. SPF: fix result for case of only non-spf TXT RRs 20. Fix error logging for dynamically-loaded modules 21. heimdal auth: fix the increase of big_buffer size 22. Taint: hybrid checking mode 23. Fix taint hybrid-checking on BSD 24. TFO: even in binary built for modern Linux, handle error returned by old Linux kernel 25. Taint: slow-mode checking only 26. Auths: fix cyrus-sasl driver for gssapi use 27. GnuTLS: fix hanging callout connections Notes: svn path=/head/; revision=527168
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Convert to OPTIONS_SLAVE.Vsevolod Stakhov2014-07-221-1/+1
| | | | | | | | | PR: 191949 Submitted by: v.chernyadev at tradesoft.ru Patch by: dumbbell Notes: svn path=/head/; revision=362543
* - Support stageVsevolod Stakhov2014-07-041-1/+0
| | | | | | | | | | | - Update to 4.82.1 (fixes issues with DMARC) - Simplify plist - Take maintainership Reviewed by: bapt Notes: svn path=/head/; revision=360601
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* Make these proper slaves.Sheldon Hearn2001-06-143-15/+2
| | | | Notes: svn path=/head/; revision=44010
* Ooops. Specify PATCHDIR so that these actually get patched properly.Sheldon Hearn2001-06-131-0/+1
| | | | Notes: svn path=/head/; revision=43960
* Add slave ports for Exim so that packages will be built for EximSheldon Hearn2001-06-113-0/+25
that include support for LDAP, mySQL and Postgres lookups. Notes: svn path=/head/; revision=43840