Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703376 - www-apps/postfixadmin-3.2.3 version bump
Summary: www-apps/postfixadmin-3.2.3 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-19 15:55 UTC by Maxim Britov
Modified: 2019-12-20 12:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Britov 2019-12-19 15:55:00 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2019-12-19 19:43:16 UTC
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(+)
Comment 2 Maxim Britov 2019-12-20 11:13:08 UTC
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
Comment 3 Miroslav Šulc gentoo-dev 2019-12-20 11:36:52 UTC
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) ]
Comment 4 Miroslav Šulc gentoo-dev 2019-12-20 12:10:30 UTC
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.