aboutsummaryrefslogtreecommitdiff
path: root/mail/emailrelay/patches
Commit message (Collapse)AuthorAge
* emailrelay: update to v2.4.1Sergey Ponomarev2022-12-20
| | | | | | | The patch seems not needed anymore. Also remove deprecated PKG_RELEASE:=$(AUTORELEASE) Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* emailrelay: fix compilation with GCC11Rosen Penev2021-07-07
| | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* emailrelay: update to 2.2Rosen Penev2021-03-12
| | | | | | | | Remove upstreamed patch. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* emailrelay: Update to 2.1Rosen Penev2019-10-20
| | | | | | | | | | | | | Remove uClibc++ reference. This requires C++11 features not provided by uClibc++. Added size optimizations as this package is huge. Cleaned up Makefile for consistency between packages. Refreshed patches. 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>
* emailrelay: Update to 2.0Rosen Penev2018-07-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* emailrelay: added configuration optionsRupan2016-10-04
- moved from net to mail category - removed no-ssl package and added ssl support as configuration option (default enabled) - added configuration option to support extended logging (default disabled) - disabled build of test tools - added LEDE compatibility (support for openssl without SSL3) Signed-off-by: Federico Di Marco <fededim@gmail.com>