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

    Исходный пакет: password-store
    Версия: 1.7.4-alt1
    Собран:  3 июля 2021 г. 2:39 в задании #276901
    Категория: Работа с текстом
    Сообщить об ошибке в пакете
    Домашняя страница: https://www.passwordstore.org/

    Лицензия: GPLv2+
    О пакете: a simple password manager using standard Unix tools
    Описание: 
    A simple console password manager that follows Unix philosophy.
    With pass, each password lives inside of a GnuPG encrypted text
    file whose filename is the title of the website or resource
    that requires the password. These encrypted files may be
    organized into meaningful folder hierarchies, copied from
    computer to computer, and, in general, manipulated using
    standard command line file management utilities.
    
    Multiple GPG keys can be specified, for using pass in a team
    setting, and different folders can have different GPG keys.
    Password changes can be tracked using git.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    password-store (noarch)
    password-store-gui (noarch)

    Сопровождающий: Nikolay A. Fetisov

    Список участников:
    Nikolay A. Fetisov

      1. git-core
      2. dirtree
      3. gnupg
      4. gnupg2
      5. pwgen
      6. rpm-build-licenses
      7. rpm-build-vim

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


    2 июля 2021 г. Nikolay A. Fetisov 1.7.4-alt1
    - New version (Closes: 36738)
    - Pack fish and zsh completions (Closes: 34654)
    - Add subpackage -gui with GUI-related dependencies
    19 июня 2018 г. Nikolay A. Fetisov 1.7.2-alt1
    - New version
      * Ensure signature regexes are anchored, fix for CVE-2018-12356
      * Allow grep options and arguments for 'search' command
      * Other changes and bug fixes
    25 сентября 2017 г. Nikolay A. Fetisov 1.7.1-alt2
    - Fix Bash completion code