golang-github-streadway-amqp 0.0~git20200716.e6b33f4-3 source package in Ubuntu

Changelog

golang-github-streadway-amqp (0.0~git20200716.e6b33f4-3) unstable; urgency=medium

  * Regenerate certs with SHA256 to fix test with Go 1.18+
    This fixes "x509: cannot verify signature: insecure algorithm SHA1-RSA"
    error with Go 1.18 and up in TestTLSHandshake which led to FTBFS.
    See https://github.com/streadway/amqp/pull/525
    Thanks to Lucas Nussbaum for the bug report! (Closes: #1008423)
  * Reorder fields in debian/control and debian/copyright
    as would be generated in the next dh-make-golang release after 0.6.0-1
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Build-depend on debhelper (>= 13.4) and remove --buildsystem=golang
  * Bump Standards-Version to 4.6.0 (no change)
  * Mark library package with "Multi-Arch: foreign"
  * Add myself to the list of Uploaders
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <email address hidden>  Wed, 06 Apr 2022 03:20:57 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-streadway-amqp_0.0~git20200716.e6b33f4-3.dsc 2.4 KiB c863dc07b5645d000f19e47e7be3e3a488436ec88dab5bc1c700cbac7bf0f769
golang-github-streadway-amqp_0.0~git20200716.e6b33f4.orig.tar.xz 71.3 KiB dc6c1a68c68b4bbee5292ac9ae6330e2e27844e207353404e3be745b493719c9
golang-github-streadway-amqp_0.0~git20200716.e6b33f4-3.debian.tar.xz 12.0 KiB ec0f73308c6ae50a73c9ec51011badb7a52596743d65867284d56d9532478d3b

No changes file available.

Binary packages built by this source

golang-github-streadway-amqp-dev: Go client for AMQP 0.9.1

 The amqp package provides a functional interface that closely
 represents the AMQP 0.9.1 model targeted to RabbitMQ as a server.
 This includes the minimum necessary to interact the semantics of
 the protocol.