Package git-server: Information

  • Default inline alert: Version in the repository: 2.42.1-alt1

Binary package: git-server
Version: 2.33.8-alt1
Architecture: x86_64
Build time:  Jul 5, 2023, 01:06 PM in the task #324144
Source package: git
Category: System/Servers
Report package bug
License: GPLv2
Summary: Simple TCP git server for git repositories
Description: 
Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.

This package contains git server that normally listens on TCP port 9418.
It waits for a connection, and will just execute "git-upload-pack"
when it gets one.  It is ideally suited for read-only updates, i.e.,
pulling from git repositories.

Maintainer: Dmitry V. Levin


Last changed


April 17, 2023 Dmitry V. Levin 2.33.8-alt1
- 2.33.7 -> 2.33.8 (fixes: CVE-2023-25652, CVE-2023-25815, CVE-2023-29007).
Feb. 6, 2023 Dmitry V. Levin 2.33.7-alt1
- 2.33.6 -> 2.33.7 (fixes: CVE-2023-22490, CVE-2023-23946).
Jan. 25, 2023 Vitaly Chikunov 2.33.6-alt2
- spec: Enable '--perl-regexp' support for 'grep' and 'log'.