aboutsummaryrefslogtreecommitdiffstats
path: root/main/postfix/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/postfix: Adding missing m4 build dependencyMarkus Heimbach2018-09-031-2/+2
| | | | | | | | | | Starting with postfix 3.3 the script src/postconf/extract_cfg.sh needs m4 to successfully build. This leads to the following log output [1] during the package build [2]: extract_cfg.sh: line 89: m4: not found [1]: http://build.alpinelinux.org/buildlogs/build-edge-x86_64/main/postfix/postfix-3.3.1-r0.log [2]: https://pkgs.alpinelinux.org/package/edge/main/x86_64/postfix
* main/postfix: preserve permission of /var/spool/postfixNatanael Copa2018-08-291-1/+1
| | | | | | | Do not create the homedir when creating 'postfix' user. This is so we keep the permissions of /var/spool/postfix from apk. fixes #9335
* main/postfix: fixes for postmulti and permissionsNatanael Copa2018-08-271-6/+9
| | | | | | | | | | | | | | move daemon_directory to /usr/libexec. Upstream recommends that shlib_directory should not be the same as shlib_directory. include *.proto files in /etc/postfix instead of doc dir. Those are needed by postmulti. fix permsions. The following dirs should be owned by root: /var/spool/postfix /var/spool/postfix/pid ref #9335
* main/postfix: upgrade to 3.3.1Carlo Landmeter2018-08-141-3/+3
|
* main/postfix: add support for lmdbNatanael Copa2018-06-121-14/+18
| | | | fixes #8937
* main/postfix: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* main/postfix: rebuild against mariadb-connector-cNatanael Copa2018-03-261-2/+2
|
* main/postfix: mark no testsA. Wilcox2018-03-061-1/+1
|
* main/postfix: upgrade to 3.3.0Andy Postnikov2018-02-231-4/+2
|
* main/postfix: Upgrade to 3.2.5tcely2018-02-131-5/+5
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/postfix: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/postfix: upgrade to 3.2.4Natanael Copa2017-10-311-2/+2
|
* main/postfix: bump to 3.2.3Daniel Isaksen2017-09-271-2/+2
|
* main/postfix: upgrade to 3.2.2Natanael Copa2017-06-141-2/+2
|
* main/postfix: upgrade to 3.2.0Leonardo Arena2017-06-061-34/+18
| | | | Modernize APKBUILD
* main/postfix: fix build on aarch64Natanael Copa2017-04-251-6/+7
| | | | seems like `install -d` didnt work in fakeroot on aarch64 for some reason
* main/postfix: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/postfix: upgrade to 3.1.4Natanael Copa2017-01-031-4/+4
|
* main/postfix: upgrade to 3.1.3 and build against libresslNatanael Copa2016-10-101-11/+16
|
* main/postfix: upgrade to 3.1.1Natanael Copa2016-05-161-5/+5
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* main/postfix: keep postfix-files (required at run-time)Kaarle Ritvanen2016-03-011-2/+2
|
* main/postfix: upgrade to 3.1.0Valery Kartel2016-03-011-20/+31
|
* main/postfix: upgrade to 3.0.4Natanael Copa2016-02-221-5/+5
|
* main/postfix: fix postfix user creationLeonardo Arena2016-01-281-1/+3
|
* main/postfix: upgrade to 3.0.3Natanael Copa2015-11-101-4/+4
|
* main/postfix: upgrade to 3.0.2Natanael Copa2015-07-211-5/+5
|
* main/posstfix: fix linking of the dynamic modulesNatanael Copa2015-05-131-8/+13
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-4/+4
|
* main/postfix: upgrade to 3.0.1Natanael Copa2015-04-281-72/+41
|
* main/postfix: rebuild against mariadbŁukasz Jendrysik2015-01-261-3/+4
|
* main/postfix: upgrade to 2.11.3Natanael Copa2014-10-201-4/+4
|
* main/postfix: upgrade to 2.11.2Natanael Copa2014-10-141-5/+5
|
* main/postfix: fix file descriptor passingNatanael Copa2014-10-141-1/+6
| | | | | | we need check if __GLIBC__ is defined at all before comparing verision ref #3423
* main/postfix: upgrade to 2.11.1Natanael Copa2014-05-081-14/+14
|
* main/postfix: rebuild against db-5.3.28Natanael Copa2013-11-181-1/+1
| | | | ref #2359
* main/postfix: upgrade to 2.10.2Natanael Copa2013-09-061-5/+5
|
* main/postfix: use /sbin/nologin as shellNatanael Copa2013-09-031-1/+1
|
* main/postfix: upgrade to 2.10.1Natanael Copa2013-06-251-5/+5
|
* main/postfix: bumped pkgrelFrancesco Colista2013-06-051-1/+1
|
* main/postfix: checksums and pkgrel bumpWilliam Pitcock2013-04-231-4/+4
|
* main/postfix: upgrade to 2.10.0Natanael Copa2013-02-181-5/+5
|
* main/postfix: fix detection of shared libs with file-5.12, create vmail userNatanael Copa2013-02-181-3/+20
|
* main/postfix: upgrade to 2.9.5Bartłomiej Piotrowski2012-12-161-2/+2
|
* main/postfix: rebuild against postgresql-9.2Natanael Copa2012-09-131-1/+1
|
* main/postfix: upgrade to 2.9.4Natanael Copa2012-08-021-3/+3
|
* main/postfix: rebuild against sqlite-libsNatanael Copa2012-05-311-1/+1
|
* main/postfix: upgrade to 2.9.3Natanael Copa2012-05-211-2/+2
|
* main/postfix: upgrade to 2.9.2Natanael Copa2012-04-251-3/+3
|