Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726602 - media-video/v4l2loopback-9999 uses unsafe git protocol
Summary: media-video/v4l2loopback-9999 uses unsafe git protocol
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-06-01 07:01 UTC by oneone
Modified: 2020-06-02 14:07 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 oneone 2020-06-01 07:01:46 UTC
media-video/v4l2loopback-9999.ebuild makes use of the unsafe git protocol in line 12:

EGIT_REPO_URI="git://github.com/umlaeute/v4l2loopback.git"

This should be replaced by

EGIT_REPO_URI="https://github.com/umlaeute/v4l2loopback.git"


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-06-02 14:07:12 UTC
The bug has been closed via the following commit(s):

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

commit 7eb54ccc6fe52fe26550f54389405fc16c5ffff2
Author:     Aaron W. Swenson <titanofold@gentoo.org>
AuthorDate: 2020-06-02 14:06:21 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2020-06-02 14:06:25 +0000

    media-video/v4l2loopback: Bump to 0.12.5
    
    Assume maintainership.
    
    Includes "Bad Address" fix that some users experienced with kernels >=5.4.
    
    Use https:// instead of git://.
    
    Bump to EAPI 7.
    
    Closes: https://bugs.gentoo.org/720036
    Closes: https://bugs.gentoo.org/726602
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>

 media-video/v4l2loopback/Manifest                  |  1 +
 media-video/v4l2loopback/metadata.xml              | 17 +++----
 .../v4l2loopback/v4l2loopback-0.12.5.ebuild        | 59 ++++++++++++++++++++++
 media-video/v4l2loopback/v4l2loopback-9999.ebuild  |  6 +--
 4 files changed, 70 insertions(+), 13 deletions(-)