Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 695302

Summary: sys-cluster/kube-router: incomplete LICENSE
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Konstantin (Qrator Labs) <kpp+gentoo>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/15446
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 694792    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-21 10:54:07 UTC
The listed packages seem to be bundling (vendoring) multiple dependencies, however the LICENSE variable does not seem to reflect that.  Please verify the licenses for all vendored dependencies, and include them in the LICENSE variable.  While at it, please be watchful for license conflicts.

See tracker bug for tips on how to do that.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-11-03 19:59:02 UTC
Ping.
Comment 2 Konstantin (Qrator Labs) 2019-11-30 19:52:51 UTC
So, I've looked at licenses and it looks like LICENSE variable should be:

Apache-2.0 BSD MIT BSD-2 MPL-2 ICS MIT-with-advertising-exception

but one of the dependencies is also LGPLv3 with linking exception. Should it be stated in the ebuild's variable also?
Comment 3 Larry the Git Cow gentoo-dev 2020-04-29 11:40:21 UTC
The bug has been closed via the following commit(s):

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

commit 096bab14d75e9ebfb3414135d1b7fb76ac1e6fa5
Author:     Konstantin Podshumok <kpp.live+signed@gmail.com>
AuthorDate: 2020-04-21 01:07:41 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-04-29 11:40:07 +0000

    sys-cluster/kube-router: bump to 0.4
    
    Closes: https://bugs.gentoo.org/695302
    Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/15446
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 sys-cluster/kube-router/Manifest                 |   1 +
 sys-cluster/kube-router/files/kube-router.confd  |   3 +
 sys-cluster/kube-router/files/kube-router.initd  |  12 +-
 sys-cluster/kube-router/kube-router-0.3.1.ebuild |  10 +-
 sys-cluster/kube-router/kube-router-0.4.0.ebuild | 160 +++++++++++++++++++++++
 5 files changed, 180 insertions(+), 6 deletions(-)