Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462250 - mail-client/roundcube ELOG missing items
Summary: mail-client/roundcube ELOG missing items
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-18 22:14 UTC by A. Person
Modified: 2018-10-20 20:31 UTC (History)
4 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 A. Person 2013-03-18 22:14:53 UTC
I just upgraded from roundcube-0.8.4 to 0.8.5 and both the "POST-UPGRADE INSTRUCTIONS" and the following are missing from my saved ELOG even though they appear in the emerge output:

* One or more files have been config protected
* To complete your install, you need to run the following command(s):
* 
* CONFIG_PROTECT="/var/www/localhost/htdocs/roundcube//config" etc-update

I have:

PORTAGE_ELOG_CLASSES="log warn error"
Comment 1 A. Person 2013-09-05 09:36:31 UTC
I just upgraded to 0.9.3 and these critical items are still missing from ELOG.
Comment 2 Tim Harder gentoo-dev 2013-09-06 18:46:49 UTC
That's because those output messages are pushed to stdout by webapp-config, not by the eclass or ebuild itself. Re-assigning to webapp-config maintainers if they want to change things.
Comment 3 Larry the Git Cow gentoo-dev 2018-08-06 12:24:54 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a08aac2e6dcf35ebdabcc3bc42ed24dd064a1f1

commit 8a08aac2e6dcf35ebdabcc3bc42ed24dd064a1f1
Author:     Aaron W. Swenson <titanofold@gentoo.org>
AuthorDate: 2018-08-06 12:24:28 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2018-08-06 12:24:28 +0000

    mail-client/roundcube: Bump to 1.3.7
    
    Bump to 1.3.7 which addresses EFAIL
    (https://github.com/roundcube/roundcubemail/issues/6289). (Bug 662716)
    
    Add an elog statement that gives the location of the post-upgrade
    instructions in case the Roundcube update gets buried among many
    others. (Bug 462250)
    
    Make dev-php/PEAR-Net_Socket an optional module, and remove redundant
    dependencies. (Bug 650792)
    
    Remove references to PEAR modules. (Bug 650910)
    
    Update POST-INSTALL as step 7 is no longer required since we’re using
    the complete tarball. (Bug 650912)
    
    Bug: https://bugs.gentoo.org/462250
    Bug: https://bugs.gentoo.org/650792
    Bug: https://bugs.gentoo.org/650910
    Bug: https://bugs.gentoo.org/650912
    Closes: https://bugs.gentoo.org/662716
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mail-client/roundcube/Manifest                     |   1 +
 mail-client/roundcube/files/POST-UPGRADE.txt       |   2 -
 .../roundcube-1.3.7-pear-removed-installed.json    | 226 +++++++++++++++++++++
 mail-client/roundcube/metadata.xml                 |   3 +
 mail-client/roundcube/roundcube-1.3.7.ebuild       |  96 +++++++++
 5 files changed, 326 insertions(+), 2 deletions(-)