Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 855188 - app-admin/awscli-bin: Incorrect license
Summary: app-admin/awscli-bin: Incorrect license
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-06-30 01:27 UTC by Alexey Zapparov
Modified: 2022-07-03 02:19 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 Alexey Zapparov 2022-06-30 01:27:19 UTC
The binary distribution of awscli includes 3rd-party dependencies (listed in THIRD_PARTY_LICENSES file). Correct list should be:

LICENSE="Apache-2.0 MIT LGPL-2.1+ BSD GPL-2+-with-Pyinstaller-Bootloader-exception openssl PSF-2 BSD-2 GPL-3+ public-domain"

Notice that this measn a new license (GPL-2+-with-Pyinstaller-Bootloader-exception) needs to be added.
Comment 1 Larry the Git Cow gentoo-dev 2022-07-02 19:30:10 UTC
The bug has been closed via the following commit(s):

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

commit 00825ea43aaab1dab3f95a628ecc38dd34991961
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-07-02 19:23:59 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-07-02 19:30:04 +0000

    app-admin/awscli-bin: rev bump to fix licenses
    
    Closes: https://bugs.gentoo.org/855188
    Closes: https://github.com/gentoo/gentoo/pull/26158
    Thanks-to: Alexey Zapparov <alexey@zapparov.com>
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 .../{awscli-bin-2.7.11.ebuild => awscli-bin-2.7.11-r1.ebuild}        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit ad649f8bb34db9d224d9d6649f2d02cc865548ff
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-07-02 19:08:21 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-07-02 19:30:03 +0000

    profiles/license_groups: add GPL-2+-with-Pyinstaller-Bootloader-exception
    
    Bug: https://bugs.gentoo.org/855188
    Bug: https://github.com/gentoo/gentoo/pull/26158
    Thanks-to: Alexey Zapparov <alexey@zapparov.com>
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

commit 8f2f20d5021bbdf47c55a7cc69db9b5d0b0f4cf3
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-07-02 18:54:07 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-07-02 19:30:03 +0000

    licenses: addGPL-2+-with-Pyinstaller-Bootloader-exception
    
    Bug: https://bugs.gentoo.org/855188
    Bug: https://github.com/gentoo/gentoo/pull/26158
    Thanks-to: Alexey Zapparov <alexey@zapparov.com>
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 .../GPL-2+-with-Pyinstaller-Bootloader-exception   | 602 +++++++++++++++++++++
 1 file changed, 602 insertions(+)
Comment 2 Alexey Zapparov 2022-07-03 02:19:13 UTC
Thank you!