Package: golang-go.crypto / 1:0.43.0-1

Metadata

Package Version Patches format
golang-go.crypto 1:0.43.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 skip wycheproof_test.patch | (download)

internal/wycheproof/wycheproof_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 skip wycheproof_test.go to prevent network access

0002 Skip test fails on reproducible builds.patch | (download)

openpgp/clearsign/clearsign_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip test fails on reproducible builds

Reported upstream:
- https://github.com/golang/go/issues/39831
- https://github.com/golang/go/issues/39910

skip pebble.patch | (download)

acme/pebble_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable failing test

 
test ssh agent home.patch | (download)

ssh/agent/client_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] tests: put agent socket in /tmp

Modern OpenSSH move the agent socket from /tmp to the user's home
directory, however this may result in build errors like this:

    client_test.go:46: /usr/bin/ssh-agent -s failed: exit status 255
        ensure_mkdir: mkdir /nonexistent/.ssh: No such file or directory
        main: Couldn't prepare agent socket

Moving the socket back to run self-tests seems like a simple
workaround here.

https://github.com/openssh/openssh-portable/commit/80162f9d7e7eadca4ffd0bd1c015d38cb1821ab6