Package: golang-github-streadway-amqp / 0.0~git20200716.e6b33f4-3

Metadata

Package Version Patches format
golang-github-streadway-amqp 0.0~git20200716.e6b33f4-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 regen certs with sha256 for go1.18+.patch | (download)

certs.sh | 4 2 + 2 - 0 !
tls_test.go | 193 97 + 96 - 0 !
2 files changed, 99 insertions(+), 98 deletions(-)

 regenerate certs with sha256 to fix test with go 1.18+
 This fixes "x509: cannot verify signature: insecure algorithm SHA1-RSA"
 error in TestTLSHandshake that causes FTBFS with Go 1.18 and up.