golang-github-go-git-go-git 5.11.0-1 source package in Ubuntu

Changelog

golang-github-go-git-go-git (5.11.0-1) unstable; urgency=medium

  * Team upload.

  [ Pirate Praveen ]
  * New upstream release 5.11.0 (Fixes: CVE-2023-49568, CVE-2023-49569)
    (Closes: #1060701)
  * Bump Standards-Version to 4.6.2 (no changes needed)

  [ Maytham Alsudany ]
  * Symlink github.com/imdario/mergo to new import path (dario.cat/mergo)
  * Update (B-)Deps, add support for nocheck builds
  * Use fake home directory containing test data during tests
  * Disable more tests that require internet
  * Disable gitignore test with unreliable tilde expansion

 -- Maytham Alsudany <email address hidden>  Tue, 16 Apr 2024 15:37:15 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-go-git-go-git_5.11.0-1.dsc 3.1 KiB a6ae92d85a3ecc846d81a25c334c3eace29b2dfcc74904004403b873af8c6d35
golang-github-go-git-go-git_5.11.0.orig.tar.gz 522.7 KiB 071d1d8d31226ae6f0b569feee2c84489b115dde37279299a9aef58605143d66
golang-github-go-git-go-git_5.11.0-1.debian.tar.xz 5.3 KiB 29403a2c8087ff4480f6e37fb4aaea1747f41d8b26d035f8d1fd41f0c6db7236

No changes file available.

Binary packages built by this source

go-git: highly extensible Git implementation in pure Go (command line)

 go-git is a highly extensible git implementation library written in pure Go.
 .
 It can be used to manipulate git repositories at low level (plumbing) or high
 level (porcelain), through an idiomatic Go API. It also supports several types
 of storage, such as in-memory filesystems, or custom implementations, thanks
 to the Storer interface.
 .
 This package provides command line interface of this library.