Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695302 - sys-cluster/kube-router: incomplete LICENSE
Summary: sys-cluster/kube-router: incomplete LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Konstantin (Qrator Labs)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 694792
  Show dependency tree
 
Reported: 2019-09-21 10:54 UTC by Michał Górny
Modified: 2020-04-29 11:40 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 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(-)