Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836083 - net-firewall/ipt_netflow: uses variables banned in scope (VariableScope)
Summary: net-firewall/ipt_netflow: 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 (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:40 UTC by Sam James
Modified: 2022-03-28 07:30 UTC (History)
1 user (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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-26 03:40:27 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope net-firewall/ipt_netflow
net-firewall/ipt_netflow
  VariableScope: version 2.6: variable 'S' used in 'pkg_setup', line 54
  VariableScope: version 9999: variable 'S' used in 'pkg_setup', line 49
Comment 1 Larry the Git Cow gentoo-dev 2022-03-28 07:30:18 UTC
The bug has been closed via the following commit(s):

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

commit 2a6af3f75b74e2e70da89a2a334fba5b97af04de
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2022-03-28 07:29:07 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2022-03-28 07:30:15 +0000

    net-firewall/ipt_netflow: remove redunant ${S} variable from pkg_setup
    
    Closes: https://bugs.gentoo.org/836083
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild  | 4 ++--
 net-firewall/ipt_netflow/ipt_netflow-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)