aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAge
...
* ssmpt: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-27
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bogofilter: mark /etc/bogofilter.cf as a configuration fileW. Michael Petullo2019-04-26
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* dovecot: gssapi build fix, add parallel buildLucian Cristian2019-04-13
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* dovecot: Fix deprecated API patchRosen Penev2019-04-09
| | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dovecot: update to 2.3.5.1Lucian Cristian2019-04-07
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* mutt: bump to version 1.11.4Phil Eichinger2019-04-05
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* postfix: Update to 3.4.4Rosen Penev2019-03-28
| | | | | | | | | | Switched to HTTP from FTP for one of the mirrors. Rebased Patches. Removed ENGINES patch as it is only relevant for OpenSSL 1.0.2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pigeonhole: update to 0.5.5W. Michael Petullo2019-03-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* dovecot: update to 2.3.5Lucian Cristian2019-03-13
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* Merge pull request #8247 from neheb/fdmHannu Nyman2019-03-10
|\ | | | | fdm: Update to 2.0
| * fdm: Update to 2.0Rosen Penev2019-02-18
| | | | | | | | | | | | | | | | Removed upstream patches. Fixed up Makefile slightly as configure bugs seem to have been solved. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | msmtp: Update to 1.8.3Rosen Penev2019-02-25
|/ | | | | Fixes CVE-2019-8337 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dovecot: Fix compilation with OpenSSL 1.1Rosen Penev2019-02-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dovecot: update to version 2.3.4.1 (security fix)Jan Pavlinec2019-02-05
| | | | | | Fixes CVE-2019-3814 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* mutt: Update to 1.11.2Rosen Penev2019-01-20
| | | | | | OpenSSL patch was upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Update to 1.8.2Rosen Penev2019-01-13
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #7843 from neheb/posHannu Nyman2019-01-09
|\ | | | | postfix: Fix compilation without OpenSSL ENGINE
| * postfix: Fix compilation without OpenSSL ENGINERosen Penev2019-01-01
| | | | | | | | | | | | | | | | While ENGINE is not actually used, the header being included unconditionally as well as the cleanup function being called breaks compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7841 from neheb/dovoHannu Nyman2019-01-09
|\ \ | | | | | | dovecot: Make OpenSSL ENGINE support optional
| * | dovecot: Make OpenSSL ENGINE support optionalRosen Penev2019-01-01
| |/ | | | | | | | | | | Allows libopenssl to be smaller. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / emailrelay: Remove unnecessary OpenSSL engine includeRosen Penev2019-01-01
|/ | | | | | | There's no usage of any ENGINE APIs and trying to include the header breaks compilation with ENGINE support disabled. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #7656 from neheb/msmHannu Nyman2018-12-26
|\ | | | | msmtp: Update to 1.8.1
| * msmtp: Update to 1.8.1Rosen Penev2018-12-13
| | | | | | | | | | | | | | | | Switch from OpenSSL to GnuTLS as upstream has deprecated the former. Add myself as maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7744 from val-kulkov/opendkim-packageHannu Nyman2018-12-21
|\ \ | | | | | | opendkim: support OpenSSL 1.1 with/without deprecated APIs
| * | opendkim: support OpenSSL 1.1 with/without deprecated APIsVal Kulkov2018-12-21
| | | | | | | | | | | | | | | | | | | | | This patch enables support of OpenSSL 1.1+ with and without deprecated OpenSSL APIs. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | Merge pull request #7708 from neheb/patch-13Hannu Nyman2018-12-21
|\ \ \ | |/ / |/| | postfix: Update to 3.3.2
| * | postfix: Update to 3.3.2Rosen Penev2018-12-17
| | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | sendmail: link with gcc instead of ldEneas U de Queiroz2018-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If ld is used directly to link libmilter.so, linking is not done correctly with glibc, and produces a library that can't be used. Linking with the bad library produces a strange error: ld: conftest: hidden symbol `stat' in [...]libc_nonshared.a(stat.oS) is referenced by DSO Using ld with musl works fine, but using gcc is a more portable way of linking the shared library anyway. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | sendmail: Add OpenSSL 1.1 supportRosen Penev2018-12-17
|/ / | | | | | | | | | | | | | | | | | | First patch is from Debian and enables OpenSSL 1.1 support. Second patch is a fix for OpenSSL 1.1 ECC curves. Third patch allows compilation without deprecated APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7564 from neheb/nailHannu Nyman2018-12-14
|\ \ | |/ |/| nail: Fix compilation without deprecated OpenSSL APIs
| * nail: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-02
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7562 from neheb/msmtpHannu Nyman2018-12-06
|\ \ | | | | | | msmtp: Fix compilation without deprecated OpenSSL APIs
| * | msmtp: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-02
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / mutt: Update to 1.11.1Rosen Penev2018-12-02
|/ | | | | | Added patch to fix compilation without deprecated OpenSSL APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pigeonhole: update to 0.5.4W. Michael Petullo2018-12-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* dovecot: update to 2.3.4Lucian Cristian2018-11-28
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* Merge pull request #7455 from neheb/nailHannu Nyman2018-11-25
|\ | | | | nail: Remove GSSAPI dependency
| * nail: Remove GSSAPI dependencyRosen Penev2018-11-16
| | | | | | | | | | | | Buildbots are currently failing because of this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | mailsend: Remove more deprecated APIsRosen Penev2018-11-17
|/ | | | | | Fixes compile without them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #7269 from neheb/emailrTed Hess2018-11-16
|\ | | | | emailrelay: Remove SSLv3 option
| * emailrelay: Remove SSLv3 optionRosen Penev2018-10-28
| | | | | | | | | | | | The next version of OpenSSL will not include support. Removing in advance. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | clamsmtp: Really fix compilationRosen Penev2018-11-12
| | | | | | | | | | | | It seems Linux headers are broken/incompatible with musl for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | dovecot: update to 2.3.3Lucian Cristian2018-11-11
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #7341 from neheb/doveHannu Nyman2018-11-11
|\ \ | | | | | | dovecot: Fix compilation for OpenSSL without deprecated APIs
| * | dovecot: Fix compilation for OpenSSL without deprecated APIsRosen Penev2018-11-06
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | msmtp: Fix typoYcarus2018-11-09
| | | | | | | | | | | | Fix typo in msmtp Makefile PACAKGE -> PACKAGE Signed-off-by: Yannick Chabanois <ycarus@zugaina.org>
* | alpine: Fix compilation without deprecated APIs on OpenSSL 1.0.2Rosen Penev2018-11-06
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sendmail: fix confLIBSEARCHPATH to $(STAGING_DIR)Guo Li2018-09-26
| | | | | | | This fix issue 'cannot find -lnsl' on build server which has libnsl.so in /usr/lib Signed-off-by: Guo Li <uxgood.org@gmail.com>
* mutt: bump to version 1.10.1Phil Eichinger2018-09-08
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* Merge pull request #6937 from neheb/mailDirk Brenken2018-09-04
|\ | | | | mailman: Update to 2.1.29