Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/postfix: upgrade to 3.2.2 | Natanael Copa | 2017-06-14 | 1 | -2/+2 |
| | |||||
* | main/postfix: upgrade to 3.2.0 | Leonardo Arena | 2017-06-06 | 2 | -93/+99 |
| | | | | Modernize APKBUILD | ||||
* | main/postfix: fix build on aarch64 | Natanael Copa | 2017-04-25 | 1 | -6/+7 |
| | | | | seems like `install -d` didnt work in fakeroot on aarch64 for some reason | ||||
* | main/postfix: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/postfix: upgrade to 3.1.4 | Natanael Copa | 2017-01-03 | 1 | -4/+4 |
| | |||||
* | main/postfix: upgrade to 3.1.3 and build against libressl | Natanael Copa | 2016-10-10 | 2 | -11/+154 |
| | |||||
* | main/postfix: upgrade to 3.1.1 | Natanael Copa | 2016-05-16 | 1 | -5/+5 |
| | |||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -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 Pawelczyk | 2016-04-25 | 1 | -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 Pawelczyk | 2016-04-25 | 1 | -2/+2 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | main/postfix: keep postfix-files (required at run-time) | Kaarle Ritvanen | 2016-03-01 | 1 | -2/+2 |
| | |||||
* | main/postfix: upgrade to 3.1.0 | Valery Kartel | 2016-03-01 | 2 | -20/+42 |
| | |||||
* | main/postfix: upgrade to 3.0.4 | Natanael Copa | 2016-02-22 | 1 | -5/+5 |
| | |||||
* | main/postfix: fix postfix user creation | Leonardo Arena | 2016-01-28 | 2 | -2/+5 |
| | |||||
* | main/postfix: upgrade to 3.0.3 | Natanael Copa | 2015-11-10 | 1 | -4/+4 |
| | |||||
* | main/postfix: upgrade to 3.0.2 | Natanael Copa | 2015-07-21 | 1 | -5/+5 |
| | |||||
* | main/posstfix: fix linking of the dynamic modules | Natanael Copa | 2015-05-13 | 1 | -8/+13 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/postfix: upgrade to 3.0.1 | Natanael Copa | 2015-04-28 | 9 | -1306/+45 |
| | |||||
* | main/postfix: rebuild against mariadb | Łukasz Jendrysik | 2015-01-26 | 1 | -3/+4 |
| | |||||
* | main/postfix: upgrade to 2.11.3 | Natanael Copa | 2014-10-20 | 1 | -4/+4 |
| | |||||
* | main/postfix: upgrade to 2.11.2 | Natanael Copa | 2014-10-14 | 1 | -5/+5 |
| | |||||
* | main/postfix: fix file descriptor passing | Natanael Copa | 2014-10-14 | 2 | -1/+24 |
| | | | | | | we need check if __GLIBC__ is defined at all before comparing verision ref #3423 | ||||
* | main/postfix: upgrade to 2.11.1 | Natanael Copa | 2014-05-08 | 2 | -98/+123 |
| | |||||
* | main/postfix: rebuild against db-5.3.28 | Natanael Copa | 2013-11-18 | 1 | -1/+1 |
| | | | | ref #2359 | ||||
* | main/postfix: upgrade to 2.10.2 | Natanael Copa | 2013-09-06 | 1 | -5/+5 |
| | |||||
* | main/postfix: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | main/postfix: upgrade to 2.10.1 | Natanael Copa | 2013-06-25 | 1 | -5/+5 |
| | |||||
* | main/postfix: bumped pkgrel | Francesco Colista | 2013-06-05 | 1 | -1/+1 |
| | |||||
* | main/postfix: checksums and pkgrel bump | William Pitcock | 2013-04-23 | 1 | -4/+4 |
| | |||||
* | Fixed postfix bug causing postconf -m to segfault | Hugo Landau | 2013-04-23 | 1 | -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.0 | Natanael Copa | 2013-02-18 | 1 | -5/+5 |
| | |||||
* | main/postfix: fix detection of shared libs with file-5.12, create vmail user | Natanael Copa | 2013-02-18 | 2 | -6/+25 |
| | |||||
* | main/postfix: upgrade to 2.9.5 | Bartłomiej Piotrowski | 2012-12-16 | 1 | -2/+2 |
| | |||||
* | main/postfix: rebuild against postgresql-9.2 | Natanael Copa | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | main/postfix: upgrade to 2.9.4 | Natanael Copa | 2012-08-02 | 1 | -3/+3 |
| | |||||
* | main/postfix: rebuild against sqlite-libs | Natanael Copa | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | main/postfix: upgrade to 2.9.3 | Natanael Copa | 2012-05-21 | 1 | -2/+2 |
| | |||||
* | main/postfix: upgrade to 2.9.2 | Natanael Copa | 2012-04-25 | 1 | -3/+3 |
| | |||||
* | main/postfix: rebuild against pcre-8.30 | Natanael Copa | 2012-03-12 | 1 | -1/+1 |
| | |||||
* | main/postfix: upgrade to 2.9.1 | Natanael Copa | 2012-02-20 | 2 | -9/+7 |
| | |||||
* | main/postfix: upgrade to 2.9.0 | Natanael Copa | 2012-02-03 | 3 | -159/+120 |
| | | | | and forward port the dynamic-maps patch | ||||
* | main/postfix: upgrade to 2.8.8 | Natanael Copa | 2012-02-01 | 2 | -8/+25 |
| | |||||
* | main/postfix/: rebuild against db-5.3 | Natanael Copa | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | main/postfix: init.d script fixes | Natanael Copa | 2012-01-19 | 2 | -19/+43 |
| | | | | | | | sync with gentoo's init.d - replace opts variable. ref #943 - add abort and flush extra commands | ||||
* | main/postfix: upgrade to 2.8.7 | Natanael Copa | 2011-11-06 | 1 | -2/+2 |
| | |||||
* | main/postfix: upgrade to 2.8.6 | Natanael Copa | 2011-10-27 | 1 | -2/+2 |
| | |||||
* | main/postfix: upgrade to 2.8.5 | Natanael Copa | 2011-09-04 | 1 | -3/+3 |
| | |||||
* | main/postfix: rebuild against db-5.2 | Natanael Copa | 2011-08-22 | 1 | -1/+1 |
| |