golang-github-ulikunitz-xz 0.5.6-2 source package in Ubuntu

Changelog

golang-github-ulikunitz-xz (0.5.6-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints.
    + golang-github-ulikunitz-xz-dev: Add Multi-Arch: foreign.

  [ Shengjing Zhu ]
  * Backport patch for CVE-2021-29482.
    Fixes readUvarint denial of service (Closes: #988243)

 -- Shengjing Zhu <email address hidden>  Sun, 16 May 2021 17:10:45 +0800

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
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-ulikunitz-xz_0.5.6-2.dsc 1.6 KiB e42990cef92b472a42f7d7f907fbdd05552e0c5889d793f7839bf08cae46ef9e
golang-github-ulikunitz-xz_0.5.6.orig.tar.gz 466.2 KiB e498361f9a2c243defb155e510bd2d1d8573bef938425b38213e2f2a8951959a
golang-github-ulikunitz-xz_0.5.6-2.debian.tar.xz 3.3 KiB 86f7205ef6393a30109425c1aea296b921f3420d7635aad47f7e9ebdcf845a4a

Available diffs

No changes file available.

Binary packages built by this source

golang-github-ulikunitz-xz-dev: Pure golang package for reading and writing xz-compressed files

 A Go library that supports the reading and writing of xz compressed
 streams. It includes also a gxz command for compressing and
 decompressing data. The package is completely written in Go and doesn't
 have any dependency on any C code.