aboutsummaryrefslogtreecommitdiffstats
path: root/main/postfix
Commit message (Collapse)AuthorAgeFilesLines
* [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-062-93/+99
| | | | 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-102-11/+154
|
* 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
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-1/+0
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-2/+2
| | | | | | This way we can avoid ugly default: Linux user,,,
* main/postfix: keep postfix-files (required at run-time)Kaarle Ritvanen2016-03-011-2/+2
|
* main/postfix: upgrade to 3.1.0Valery Kartel2016-03-012-20/+42
|
* main/postfix: upgrade to 3.0.4Natanael Copa2016-02-221-5/+5
|
* main/postfix: fix postfix user creationLeonardo Arena2016-01-282-2/+5
|
* 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-282-5/+5
|
* main/postfix: upgrade to 3.0.1Natanael Copa2015-04-289-1306/+45
|
* 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-142-1/+24
| | | | | | we need check if __GLIBC__ is defined at all before comparing verision ref #3423
* main/postfix: upgrade to 2.11.1Natanael Copa2014-05-082-98/+123
|
* 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
|
* Fixed postfix bug causing postconf -m to segfaultHugo Landau2013-04-231-1/+1
| | | | | | | | | | | | | | | Running postconf -m resulted in a segfault and no output. The bug originated in dynamic-maps3.patch. postconf_other.c was modified by this patch such that it called concatenate(), but the file was not modified to include <stringops.h>, resulting in the function being undeclared. This resulted in gcc incorrectly assuming a default prototype for it with return type int instead of char*, causing pointer truncation on 64-bit systems, causing a segfault when the truncated pointer is passed to another function. The fix is to #include <stringops.h> in postconf_other.c. The patch has been updated. I don't have abuild 2.14 on this machine so I'll leave updating the SHA256 checksums to whoever commits it.
* 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-182-6/+25
|
* 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
|
* main/postfix: rebuild against pcre-8.30Natanael Copa2012-03-121-1/+1
|
* main/postfix: upgrade to 2.9.1Natanael Copa2012-02-202-9/+7
|
* main/postfix: upgrade to 2.9.0Natanael Copa2012-02-033-159/+120
| | | | and forward port the dynamic-maps patch
* main/postfix: upgrade to 2.8.8Natanael Copa2012-02-012-8/+25
|
* main/postfix/: rebuild against db-5.3Natanael Copa2012-01-271-1/+1
|
* main/postfix: init.d script fixesNatanael Copa2012-01-192-19/+43
| | | | | | | sync with gentoo's init.d - replace opts variable. ref #943 - add abort and flush extra commands