Skip to content

Update Debian control file to remove unencrypted git protocol #24675

@krvaibhaw

Description

@krvaibhaw

Description

GitHub recently updated Git protocol security, and the usage of the unencrypted git protocol has been retired permanently on March 15th. But, the Debian control file deb.control still used git protocol for Vcs-Git. Hence, may lead to bunch of unauthenticated git protocol errors.

Proposed Solution

Use https protocol in place of unencrypted git protocol

git://github.com/ethereum/go-ethereum.git should be changed to
https://github.com/ethereum/go-ethereum.git

Reference

https://github.blog/2021-09-01-improving-git-protocol-security-github/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions