Development moved to https://github.com/postfixadmin/postfixadmin https://raw.githubusercontent.com/postfixadmin/postfixadmin/postfixadmin_3.2/CHANGELOG.TXT Version 3.2.3 - 2019/09/26 ------------------------------------------------- - Upgrade Smarty (v3.1.33, upstream security fix) - Fix SQLite paging issues - Fix postfixadmin-cli Version 3.2.2 - 2019/02/09 ------------------------------------------------- - Fix MySQLi + SSL support Version 3.2.1 - 2019/01/12 ------------------------------------------------- - Merge fix for notification resend (vacation.pl) - Improve PostgreSQL compatability - Improve MySQL 8 support - Improve SQLite support - Remove hard dependency on Phar support Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e48fc8424d8c14b6bcdbdf99ad8751862065ad commit d7e48fc8424d8c14b6bcdbdf99ad8751862065ad Author: Miroslav Šulc <fordfrog@gentoo.org> AuthorDate: 2019-12-19 19:42:48 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2019-12-19 19:43:06 +0000 www-apps/postfixadmin: bump 3.2.3 1) eapi7 2) project download moved to github 3) fixed doc installation qa Closes: https://bugs.gentoo.org/703376 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> www-apps/postfixadmin/Manifest | 1 + www-apps/postfixadmin/postfixadmin-3.2.3.ebuild | 101 ++++++++++++++++++++++++ 2 files changed, 102 insertions(+)
Command died with status 13: "/usr/bin/perl". Command output: Can't open perl script "/var/spool/vacation/vacation.pl": Permission denied Symlink vacation.pl created as root:root 0770 but vacation.pl-3.2.3 is 0775
please file a new bug. the fix will take some time as the code that used to work does not work anymore: fowners vacation:vacation /var/spool/vacation/vacation.pl-${SLOT} probably because user.eclass is depracated now and postfixadmin is not yet migrated to acct-user/acct-group and i'm not familiar with these changes yet: DeprecatedEclass: version 3.2.3: uses deprecated eclass: [ user (migrate to acct-user/acct-group packages) ]
in fact the bug has already been filed: https://bugs.gentoo.org/show_bug.cgi?id=703376 so though the code is in the ebuild, it for some reason never worked.