libgit2 1.5.1+ds-1ubuntu1.1 source package in Ubuntu

Changelog

libgit2 (1.5.1+ds-1ubuntu1.1) mantic-security; urgency=medium

  * SECURITY UPDATE: denial-of-service
    - debian/patches/CVE-2024-24575.patch: fix parsing bug for trailing @
    in revparse function used by git_revparse_single.
    - CVE-2024-24575
  * SECURITY UPDATE: use-after-free
    - debian/patches/CVE-2024-24577.patch: correct index check in
      has_dir_name function used by git_index_add.
    - CVE-2024-24577

 -- Fabian Toepfer <email address hidden>  Wed, 28 Feb 2024 07:50:24 +0100

Upload details

Uploaded by:
Fabian Toepfer
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates main libs
Mantic security main libs

Downloads

File Size SHA-256 Checksum
libgit2_1.5.1+ds.orig.tar.xz 2.9 MiB 96369433500bb528f036c16be9921bd437c098b745f1aaeccb91290815518970
libgit2_1.5.1+ds-1ubuntu1.1.debian.tar.xz 19.7 KiB 8e1e995ed66badaa2073b4ff174cb3d17428e042a72e02607075ef5a215134b3
libgit2_1.5.1+ds-1ubuntu1.1.dsc 2.3 KiB 0ce127d0ef7a8dda22ff334fecbd35ae2fac4a9198cfd8103787de6a3b433b91

View changes file

Binary packages built by this source

libgit2-1.5: low-level Git library

 libgit2 is a portable, pure C implementation of the Git
 distributed version control system core methods provided as a
 re-entrant link-able library with a solid API.

libgit2-1.5-dbgsym: debug symbols for libgit2-1.5
libgit2-dev: low-level Git library (development files)

 libgit2 is a portable, pure C implementation of the Git
 distributed version control system core methods provided as a
 re-entrant link-able library with a solid API.
 .
 This package contains the development files for libgit2.

libgit2-fixtures: low-level Git library - test suite examples

 libgit2 is a portable, pure C implementation of the Git
 distributed version control system core methods provided as a
 re-entrant link-able library with a solid API.
 .
 This package provides the test examples of the library, which
 can be useful for other pieces of software relying on libgit2,
 for testing purposes.