aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAge
* Merge pull request #6603 from neheb/emailHannu Nyman2018-08-02
|\ | | | | emailrelay: Update to 2.0
| * emailrelay: Update to 2.0Rosen Penev2018-07-31
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #6236 from cotequeiroz/mailsend_openssl-1.1Hannu Nyman2018-08-02
|\ \ | | | | | | mailsend: bump to v. 1.19, add openssl 1.1
| * | mailsend: add compatibility with openssl 1.1.0Eneas U de Queiroz2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Applied a patch merged upstream that adds support to openssl 1.1.0, and added a patch, just submitted upstream, that enables compilation with openssl 1.1.0 built without deprecated API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | mailsend: bump to v. 1.19Eneas U de Queiroz2018-07-06
| | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | dovecot-pigeonhole: fix compilation with full language supportVal Kulkov2018-07-20
| |/ |/| | | | | | | | | | | | | | | If the full language support is enabled (CONFIG_BUILD_NLS=y), compilation fails on undefined references to libiconv, libiconv_open and libiconv_closed. Including nls.mk into the package's Makefile fixes the problem. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | dovecot: update to 2.3.2.1Lucian Cristian2018-07-15
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #6425 from micmac1/dovecot-uclibc-iconvHannu Nyman2018-07-15
|\ \ | | | | | | dovecot: fix uclibc build issue
| * | dovecot: include nls.mk for iconv supportSebastian Kemper2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmariadb 10.2 needs to be linked in together with iconv, hence include nls.mk. dovecot will use iconv (if it can find it) also for its own character conversion needs, so add a general depend as well. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #6428 from cshoredaniel/pr-deprecate-msmtp-scriptsHannu Nyman2018-07-11
|\ \ \ | | | | | | | | mail/msmtp-scripts: Deprecated upstream; remove myself as maintainer
| * | | mail/msmtp-scripts: Deprecated upstream; remove myself as maintainerDaniel F. Dickinson2018-07-08
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Remove myself as maintainer. Also add deprecation warning as this is deprecated upstream (see: https://github.com/cshore-history/msmtp-scripts#deprecation-notice) barring expression of interested by others in it being revived. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* / / pigeonhole: update to 0.5.2W. Michael Petullo2018-07-09
|/ / | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #6365 from neheb/patch-3Hannu Nyman2018-07-07
|\ \ | | | | | | fdm: Switch to GitHub releases.
| * | fdm: Switch to GitHub releases.Rosen Penev2018-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sourceforge link went away. The GitHub mirror also has the wrong path. Replaced compatibility patches with upstream solution. Also added an OpenSSL 1.1.0 compile fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | dovecot: update to 2.3.2Lucian Cristian2018-07-06
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | msmtp-scripts: Update my emailDaniel F. Dickinson2018-07-04
|/ / | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | dovecot: explicitly disable use of sodiumW. Michael Petullo2018-06-16
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #5825 from neheb/alpineHannu Nyman2018-06-13
|\ \ | | | | | | alpine: Update to 2.21.999 and update URLS
| * | alpine: Update to 2.21.999 and update URLSRosen Penev2018-05-20
| | | | | | | | | | | | | | | | | | alpine seems to have a new home. Only a git repository now. No release tarballs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #6265 from MikePetullo/pigeonholeHannu Nyman2018-06-10
|\ \ \ | | | | | | | | pigeonhole: update to 0.5.1
| * | | pigeonhole: update to 0.5.1W. Michael Petullo2018-06-10
| | |/ | |/| | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #6241 from MikePetullo/dovecotHannu Nyman2018-06-10
|\ \ \ | |/ / |/| | dovecot: update to 2.3.1
| * | dovecot: update to 2.3.1W. Michael Petullo2018-06-10
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #6111 from cotequeiroz/nail_openssl-1.1Hannu Nyman2018-06-04
|\ \ \ | | | | | | | | nail: add compatibility with openssl 1.1
| * | | nail: add compatibility with openssl 1.1Eneas U de Queiroz2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Openssl 1.1 doesn't support SSL2 and does not define the OPENSSL_NO_SSL2 flag either. Also, it defaults to NO_EGD, so do not use EGD if it's not enabled in openssl. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #6112 from cotequeiroz/opendkim_openssl-1.1Hannu Nyman2018-06-03
|\ \ \ \ | | | | | | | | | | opendkim: Added compatibility wiht openssl 1.1
| * | | | opendkim: Added compatibility wiht openssl 1.1Eneas U de Queiroz2018-05-24
| |/ / / | | | | | | | | | | | | | | | | | | | | The patch was accepted upstream for the next release. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #6109 from cotequeiroz/fdm_openssl-1.1Hannu Nyman2018-06-03
|\ \ \ \ | |_|/ / |/| | | fdm: add compatibility with openssl 1.1
| * | | fdm: add compatibility with openssl 1.1Eneas U de Queiroz2018-05-24
| |/ / | | | | | | | | | | | | | | | The patch was merged in upstream's master branch. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | mutt: bump to version 1.10.0Phil Eichinger2018-05-30
| | | | | | | | | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | Merge pull request #6144 from Shulyaka/masterHannu Nyman2018-05-28
|\ \ \ | | | | | | | | postfix: version update to 3.3.1
| * | | postfix: version update to 3.3.1Denis Shulyaka2018-05-28
| |/ / | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* / / dovecot: add GSSAPI moduleW. Michael Petullo2018-05-25
|/ / | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / postfix: version update to 3.3.0Denis Shulyaka2018-04-08
|/ | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* dovecot: update dovecot to 2.2.35Lucian Cristian2018-03-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* mutt: bump to version 1.9.4Phil Eichinger2018-03-14
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mailman: Use @GNU macro for download linkRosen Penev2018-02-20
| | | | | | Less verbose and more flexible. Cosmetic change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #4370 from val-kulkov/opendkim-packagechamptar2018-01-31
|\ | | | | opendkim: DKIM signing and verifying emails
| * opendkim: DKIM signing and verifying emailsVal Kulkov2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The OpenDKIM package provides a service for signing and verifying DomainKeys Identified Mail (DKIM) signatures. OpenDKIM consists of a library that implements the DKIM service and a milter-based filter application that can plug in to any milter-aware MTA, such as Postfix or Sendmail, to provide that service to sufficiently recent sendmail MTAs and other MTAs that support the milter protocol. This submission provides three new packages: - libopendkim, a library for signing and verifying DKIM signatures, - opendkim, the server application and the genkey script, - opendkim-tools, a set of tools for configuring and testing OpenDKIM. While at it, add PKG_BUILD_DEPENDS statement to sendmail's Makefile. Travis CI buildbot sometimes fails to compile libopenssl before starting to build sendmail. Since sendmail depends on libopenssl, the whole Travis CI build process fails. Setting PKG_BUILD_DEPENDS to "openssl", the directory name of libopenssl's Makefile, fixes the problem. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | mutt: bump to version 1.9.3Phil Eichinger2018-01-29
| | | | | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | mutt: bump to version 1.9.2Phil Eichinger2018-01-12
|/ | | | | | | | Add terminfo as dependency. In 15.05 ncursesw doesn't have a dependency on terminfo resulting in a broken default install of mutt. Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* Merge pull request #4369 from val-kulkov/libmilter-packageJo-Philipp Wich2018-01-11
|\ | | | | libmilter-sendmail: the sendmail mail filter API library
| * libmilter-sendmail: the sendmail mail filter API libraryVal Kulkov2017-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information and content. This library is a prerequisite for the OpenDKIM package. The proposed Makefile also contains sections for building Sendmail. These sections are commented out because more work is necessary to properly complete porting of Sendmail to LEDE/OpenWrt. The notes in Makefile provide details on what is required to complete the port. It has been verified that Sendmail executables compile and run properly on the target system when the commented sections in Makefile are uncommented. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | pigeonhole: update to 0.4.21W. Michael Petullo2018-01-07
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | treewide: remove superfluous + signs from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | | | | | | | A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | Merge pull request #5183 from val-kulkov/pigeonhole-packagechamptar2017-12-02
|\ \ | | | | | | pigeonhole: fix runtime dependency on dovecot's ABI
| * | pigeonhole: fix runtime dependency on dovecot's ABIVal Kulkov2017-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #5062. With ABI_VERSION declaration in dovecot's Makefile introduced in PR #5182, pigeonhole plugin will now be rebuilt on every dovecot upgrade. To announce the rebuilt pigeonhole plugin to opkg, introduce a different model of version numbering. The new version numbering now includes both dovecot and pigeonhole plugin version numbers. Therefore, the rebuilt pigeonhole plugin will be visible to opkg whenever dovecot or pigeonhole plugin version changes. Rename "pigeonhole" to "dovecot-pigeonhole". There are several reasons for renaming the package: 1. pigeonhole is a plugin. There seems to be a convention to name plugins by adding corresponding suffixes to the parent package name, such as lua-*, luci-*, php7-mod-*, perlbase-*, transmission-* etc. 2. When named as "dovecot-pigeonhole", the pigeonhole plugin is displayed right next to dovecot in config manager ("make menuconfig") and is therefore highly visible to anyone who explores the available modules for dovecot. 3. When named as "dovecot-pigeonhole", the package version number consisting of both dovecot and pigeonhole version numbers makes more sense: "dovecot-pigeonhole_2.2.33.2-0.4.20-2" looks more comprehensible than "pigeonhole_2.2.33.2-0.4.20-2", however admittedly both variants look rather ugly. Add ManageSieve to the package. Adding managesieve-login and its libraries increases the size of the package by about 11% from 702061 bytes to 781294 bytes on the bcm53xx platform. As dovecot is unlikely to be used on a low-end LEDE/OpenWrt box, the addition of ~80KB to the package size is not likely to make a noticeable difference but it will add the capability to use pigeonhole plugin for dovecot with systems that talk ManageSieve, such as the RoundCube. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | Merge pull request #5134 from p-wassi/emailrelaychamptar2017-12-02
|\ \ \ | | | | | | | | mail/emailrelay: rework init script and introduce config
| * | | mail/emailrelay: tune up initscript and configPaul Wassi2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, configuration of emailrelay was done by fiddling around with the commandline inside the initscript. Introduce a config file in /etc/config for basic configuration and at the same time switch to a procd-style initscript. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
| * | | mail/emailrelay: cosmetic fixesPaul Wassi2017-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just a cosmetic thing, therefore no increase of PKG_RELEASE. - Trailing spaces and tabs - Add newline to end of file - Add License info to Makefile - Move maintainer definition to PKG_MAINTAINER Signed-off-by: Paul Wassi <p.wassi@gmx.at>