Пакет rpmhdrcache: Информация

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

Бинарный пакет: rpmhdrcache
Версия: 0.3.1-alt1
Архитектура: i586
Собран:  1 февраля 2019 г. 18:45 в задании #220373
Исходный пакет: rpmhdrcache
Сообщить об ошибке в пакете
Домашняя страница: http://git.altlinux.org/gears/r/rpmhdrcache.git

Лицензия: GPLv2+
О пакете: Cached reading of rpm package headers
Описание: 
Sisyphus repository currently has more than 10K source packages (which is
more than 60K rpm files with subpackages).  To assist repeated repo scanning
(which is required for each repo update), this package provides rpmhdrcache.so
perloadable module.  This module intercepts rpmReadPackageHeader calls and
caches the result using libqacache library.

Сопровождающий: Gleb Fotengauer-Malinovskiy

Список участников:
Gleb Fotengauer-Malinovskiy
Alexey Tourbin

Права:
Alexey Tourbin
@everybody

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


1 февраля 2019 г. Gleb Fotengauer-Malinovskiy 0.3.1-alt1
- Switched to librpm7 API (patch by Alexey Tourbin).
- Rebuilt with openssl 1.1.
4 октября 2011 г. Alexey Tourbin 0.3-alt1
- cache.c: implemented db and fs atime cleanup
- clean.c: implemented /usr/bin/qacache-clean helper program
8 сентября 2011 г. Alexey Tourbin 0.2.3-alt1
- don't close cache db in child processes