Пакет git-server: Информация

  • Default inline alert: Версия в репозитории: 2.42.1-alt1

Бинарный пакет: git-server
Версия: 2.24.1-alt1
Архитектура: ppc64le
Собран:  11 декабря 2019 г. 0:17 в задании #242632
Исходный пакет: git
Категория: Система/Серверы
Сообщить об ошибке в пакете
Домашняя страница: https://git-scm.com/

Лицензия: GPLv2
О пакете: Simple TCP git server for git repositories
Описание: 
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.

Сопровождающий: Dmitry V. Levin

Список участников:
Dmitry V. Levin
Michael Shigorin

Последнее изменение


8 декабря 2019 г. Dmitry V. Levin 2.24.1-alt1
- 2.24.0 -> 2.24.1 (fixes: CVE-2019-1348, CVE-2019-1387, CVE-2019-19604);
  this update also addresses a few Windows and/or NTFS issues
  (fixes: CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352,
  CVE-2019-1353, CVE-2019-1354).
8 декабря 2019 г. Dmitry V. Levin 2.24.0-alt4
- Removed Git::LoadCPAN proxy, we can rely on our system perl
  Error and Mail::Address modules.
7 декабря 2019 г. Dmitry V. Levin 2.24.0-alt3
- Fixed "--without doc" and "--without email" builds
  (by Michael Shigorin and me).