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

    Бинарный пакет: git-server
    Версия: 2.33.8-alt1
    Архитектура: ppc64le
    Собран:  5 июля 2023 г. 13:06 в задании #324144
    Исходный пакет: 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
    Vitaly Chikunov
    Michael Shigorin

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


    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).
    6 февраля 2023 г. Dmitry V. Levin 2.33.7-alt1
    - 2.33.6 -> 2.33.7 (fixes: CVE-2023-22490, CVE-2023-23946).
    25 января 2023 г. Vitaly Chikunov 2.33.6-alt2
    - spec: Enable '--perl-regexp' support for 'grep' and 'log'.