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

    Исходный пакет: rpmhdrcache
    Версия: 0.3-alt1
    Собран:  4 октября 2011 г. 7:44
    Сообщить об ошибке в пакете
    Домашняя страница: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libqacache (x86_64, i586)
    libqacache-debuginfo (x86_64, i586)
    libqacache-devel (x86_64, i586)
    rpmhdrcache (x86_64, i586)
    rpmhdrcache-debuginfo (x86_64, i586)

    Сопровождающий: Alexey Tourbin

    Список участников:
    Alexey Tourbin

      1. libsnappy-devel
      2. libssl-devel
      3. libdb4-devel
      4. librpm-devel

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


    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
    7 сентября 2011 г. Alexey Tourbin 0.2.2-alt1
    - implemented db atime update using DB_DBT_PARTIAL