Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695078 - mail-client/mutt: QA issues
Summary: mail-client/mutt: QA issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL: https://qa-reports.gentoo.org/output/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-20 07:25 UTC by Michał Górny
Modified: 2020-03-31 17:05 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-20 07:25:30 UTC
mail-client/mutt
  UnderscoreInUseFlag: USE flag 'pgp_classic' uses reserved underscore character
  UnderscoreInUseFlag: USE flag 'smime_classic' uses reserved underscore character
Comment 1 Larry the Git Cow gentoo-dev 2019-11-03 10:21:26 UTC
The bug has been referenced in the following commit(s):

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

commit f1e4c489f5cccac3303a9dab40b2be290a618fb2
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-11-03 10:20:58 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-11-03 10:21:20 +0000

    mail-client/mutt-1.12.2-r2: revbump with USE-flag rename for bug 695078
    
    Bug: https://bugs.gentoo.org/695078
    Package-Manager: Portage-2.3.76, Repoman-2.3.16
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-client/mutt/metadata.xml          |   8 +-
 mail-client/mutt/mutt-1.12.2-r2.ebuild | 272 +++++++++++++++++++++++++++++++++
 2 files changed, 276 insertions(+), 4 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-03-30 07:17:46 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed08d8150e512a92931542844b963a0739cfd28

commit 4ed08d8150e512a92931542844b963a0739cfd28
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2020-03-30 07:17:20 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2020-03-30 07:17:36 +0000

    mail-client/mutt-1.13.5: version bump
    
    - new release addresses security bug
    - invalid USE-flags pgp_classic and smime_classic are removed
    
    Bug: https://bugs.gentoo.org/715352
    Bug: https://bugs.gentoo.org/695078
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-client/mutt/Manifest           |   2 +
 mail-client/mutt/mutt-1.13.5.ebuild | 268 ++++++++++++++++++++++++++++++++++++
 2 files changed, 270 insertions(+)
Comment 3 Rolf Eike Beer archtester 2020-03-30 21:35:43 UTC
These warnings are from the Gentoo patches:

init.c:713:11: warning: implicit declaration of function 'feature_enabled' [-Wimplicit-function-declaration]
  713 |     res = feature_enabled ( mutt_b2s (tmp));
      |           ^~~~~~~~~~~~~~~
main.c: In function 'show_version':
main.c:251:3: warning: implicit declaration of function 'print_compile_options' [-Wimplicit-function-declaration]
  251 |   print_compile_options();
      |   ^~~~~~~~~~~~~~~~~~~~~
Comment 4 Fabian Groffen gentoo-dev 2020-03-31 07:06:54 UTC
Thanks, fixed these for the next patcheset release.
Comment 5 Larry the Git Cow gentoo-dev 2020-03-31 17:05:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed5ce158eb5bbdefe78f0332ab87823da905f11

commit 5ed5ce158eb5bbdefe78f0332ab87823da905f11
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2020-03-31 17:04:59 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2020-03-31 17:04:59 +0000

    mail-client/mutt: security cleanup
    
    Bug: https://bugs.gentoo.org/715352
    Closes: https://bugs.gentoo.org/695078
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-client/mutt/Manifest              |   6 -
 mail-client/mutt/metadata.xml          |   7 -
 mail-client/mutt/mutt-1.10.1.ebuild    | 282 ---------------------------------
 mail-client/mutt/mutt-1.12.2-r2.ebuild | 272 -------------------------------
 mail-client/mutt/mutt-1.13.4-r1.ebuild | 261 ------------------------------
 5 files changed, 828 deletions(-)