Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836088 - net-mail/safecat: uses variables banned in scope (VariableScope)
Summary: net-mail/safecat: uses variables banned in scope (VariableScope)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:40 UTC by Sam James
Modified: 2024-06-15 22:03 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-26 03:40:49 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope net-mail/safecat
net-mail/safecat
  VariableScope: version 1.13: variable 'D' used in 'src_configure', line 40
Comment 1 Larry the Git Cow gentoo-dev 2024-06-15 22:03:08 UTC
The bug has been closed via the following commit(s):

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

commit 69ef13ef2d97eecefe30c83a4dfcca76732c0f71
Author:     Robin H. Johnson <robbat2@gentoo.org>
AuthorDate: 2024-06-15 21:59:21 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2024-06-15 22:03:05 +0000

    net-mail/safecat: EAPI 8 bump, some fixes
    
    This does not include a full suite of Clang fixes, due to upstream's C
    coding style: significant work to fix all of the prototypes in this code
    base, and align with modern types.
    
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=725030
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=836088

 .../files/safecat-1.13-dup-obj-makefile.patch      | 39 +++++++++
 net-mail/safecat/files/safecat-1.13-include.patch  | 97 ++++++++++++++++++++++
 net-mail/safecat/safecat-1.13-r1.ebuild            | 51 ++++++++++++
 net-mail/safecat/safecat-1.13.ebuild               |  7 +-
 4 files changed, 190 insertions(+), 4 deletions(-)