aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/patches
Commit message (Collapse)AuthorAge
* postfix: fix musl compile without POSTFIX_TLSLucian Cristian2017-03-08
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* postfix: version update to 3.1.0Denis Shulyaka2016-02-27
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* postfix: version update to 3.0.3.Denis Shulyaka2016-02-09
| | | | | Some minor issues fixed. SMTPUTF8 support option added (by Val Kulkov). Disabled by default because of icu library size.
* postfix: fix musl compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | The current package patches `makedefs` to probe for the existance of the `nsl` and `resolv` libraries but uses the wrong variables for the prefix, leading to `makedefs` probing the host directories, not the staging dir ones. Replace `$PKG_BUILD_DIR` with `$STAGING_DIR` to perform the library tests in the correct directory. Fixes the following error spotted by doing test builds against musl which does not provide a `libnsl`: .../mips-openwrt-linux-musl/bin/ld: cannot find -lnsl collect2: error: ld returned 1 exit status make: *** [master] Error 1 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* postfix: upgrade to version 3.0.0Denis Shulyaka2015-02-16
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* postfix: Added experimental support for Berkeley DB (btree files).Denis Shulyaka2014-11-01
| | | | | | | Note that hash files are currently not supported by OpenWRT package of Berkeley DB. CDB is still default. Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* postfix 2.11.3Denis Shulyaka2014-10-25
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* Postfix MTADenis Shulyaka2014-10-20
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>