aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix/patches
Commit message (Collapse)AuthorAge
* postfix: bump to 3.8.2 releaseChristian Marangi2023-10-29
| | | | | | | | | Bump postfix to 3.8.2 release. Refresh patches and drop patch 502-detect-glibc.patch as it got merged upstream. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* postfix: Fix compile against glibc 2.36Hauke Mehrtens2022-12-19
| | | | | | | | This backports a change from postfix 3.8, I do not know exactly why it detects Linux 6 here, but this is needed to fix compilation with glibc 2.36. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* Revert "postfix: fix build on macos"Sergey V. Lobanov2022-02-11
| | | | This reverts commit 9d8171aa0647a0e4c5f27004d3f4c982ac0d1ebe.
* postfix: fix build on macosSergey V. Lobanov2022-01-25
| | | | | | | | | | | | | macos build fails due to two reasons: 1. using build host ar and ranlib tools 2. using uname -r to get kernel version First issue is fixed by specifying ar and ranlib from toolchain Second issue is fixed by specifying kernel release major version=5 Using 'uname -r' from build host for cross-compiling is not a good idea even for Linux build host Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* postfix: Fix compile with glibc 2.34Hauke Mehrtens2022-01-09
| | | | | | | | | | | | | | | | | | This adds a patch from Open embedded to fix compilation with glibc 2.34. This patch was taken from here: https://github.com/openembedded/meta-openembedded/blob/master/meta-networking/recipes-daemons/postfix/files/0007-correct-signature-of-closefrom-API.patch It fixes the following build problem: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_arc700_gcc-11.2.0_glibc/include/unistd.h:366:13: error: conflicting types for 'closefrom'; have 'void(int)' 366 | extern void closefrom (int __lowfd) __THROW; | ^~~~~~~~~ In file included from attr_clnt.c:87: ./sys_defs.h:1511:12: note: previous declaration of 'closefrom' with type 'int(int)' 1511 | extern int closefrom(int); | ^~~~~~~~~ make: *** [Makefile:192: attr_clnt.o] Error 1 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* postfix: update to 3.5.8Rosen Penev2020-12-31
| | | | | | | | | | | | Pass TARGET_[C/LD]FLAGS to reduce filesize. Fix glibc compilation by adding lresolv. Remove uClibc-ng patch as that's now gone. Refreshed other patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* postfix: remove 100-fsstat.patchW. Michael Petullo2019-11-28
| | | | | | Resolves #9970. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* postfix: Fix compilation with uClibc-ngRosen Penev2019-05-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* 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>
* postfix: version update to 3.3.0Denis Shulyaka2018-04-08
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* postfix: version update, fix file descriptor passingVal Kulkov2017-11-19
| | | | | | | | | | | | | | Update to the latest stable release. Fix check for file descriptor passing that causes libmilter's runtime error when libmilter/OpenDKIM are used with Postfix: "unix_send_fd: your system has no support for file descriptor passing" The issue with the file descriptor passing has been fixed upstream in 20170618 update to Postfix v3.3 experimental release. The patch must therefore be removed before compiling Postfix v3.3.* Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* postfix: less overlayfs rewritesDenis Shulyaka2017-08-02
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* Postfix: security update to 3.2.2, add PostgreSQL and PCRE supportLucian Cristian2017-07-18
| | | | | | | refresh patches add PKG_CONFIG_DEPENDS Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* 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>