Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711520 - dev-go/ed25519: code merged into the Go crypto library
Summary: dev-go/ed25519: code merged into the Go crypto library
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-04-03
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2020-03-04 15:52 UTC by Marek Szuba
Modified: 2020-04-03 18:55 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 Marek Szuba archtester gentoo-dev 2020-03-04 15:52:03 UTC
The code from https://github.com/agl/ed25519/ was merged into x-crypto several years ago and since go-1.13 has been part of the Go standard library. The original implementation is no longer maintained and in the author's own words on the page, contains at least one known bug they do not care to fix.
Comment 1 Larry the Git Cow gentoo-dev 2020-03-04 16:04:06 UTC
The bug has been referenced in the following commit(s):

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

commit 4795682cfbc43b88d523ee9b5e7c848e7c5aa5f9
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2020-03-04 15:58:38 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2020-03-04 16:03:33 +0000

    profiles: Last-rite dev-go/ed25519
    
    Bug: https://bugs.gentoo.org/711520
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 profiles/package.mask | 7 +++++++
 1 file changed, 7 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2020-04-03 18:55:37 UTC
The bug has been closed via the following commit(s):

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

commit 6a02720bdc22d59ef8da1572c29a0eb37d76f833
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2020-04-03 18:53:42 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2020-04-03 18:53:42 +0000

    dev-go/ed25519: remove last-rited package
    
    Closes: https://bugs.gentoo.org/711520
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 dev-go/ed25519/Manifest                     |  1 -
 dev-go/ed25519/ed25519-0_pre20170117.ebuild | 25 -------------------------
 dev-go/ed25519/metadata.xml                 | 15 ---------------
 3 files changed, 41 deletions(-)