From 042cf4034da901bdffefbfa50dad491dd280d37e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 17 Sep 2013 11:09:47 -0300 Subject: Fixing debian/control and updating docs --- debian/control | 18 ++++++++++-------- development.mdwn | 3 ++- index.mdwn | 7 ++++--- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/debian/control b/debian/control index 52bf8b8..8b26ecb 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,19 @@ Source: keyringer Section: misc Priority: extra Maintainer: Silvio Rhatto -Build-Depends: debhelper (>= 9.20120909) +Build-Depends: debhelper (>= 9.20120909~) Standards-Version: 3.9.4 Homepage: https://keyringer.pw -#Vcs-Git: git://git.debian.org/collab-maint/keyringer.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/keyringer.git;a=summary +Vcs-Git: git://git.sarava.org/keyringer.git +Vcs-Browser: https://git.sarava.org/?p=keyringer.git;a=summary Package: keyringer Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, bash (>=4.2), git-core (>=1.7.10), gnupg (>=1.4.12), grep (>=2.12), gawk (>=4.0.1), coreutils (>=8.13), sed (>=4.2.2) +Depends: ${shlibs:Depends}, ${misc:Depends}, git (>= 1.7.10.4), gnupg (>= 1.4.12), gawk (>= 4.0.1) | mawk (>= 1.3.3) Recommends: openssl, xdg-utils -Description: Distributed secret management using GPG and git - Keyringer lets you manage and share secrets using GPG and git in a distributed - fashion. It has custom commands to encrypt, decrypt, recrypt, create key pairs, - etc. +Description: Distributed secret management using GnuPG and Git + Keyringer lets you manage and share secrets using GnuPG and Git in a distributed + fashion. It has custom commands to encrypt, decrypt and recrypt secrets as well + as create key pairs and supports encryption to multiple recipients and groups of + different recipients to ensure the same repository can be shared with a workgroup + but allowing to keep some secrets available just to subsets of that group. diff --git a/development.mdwn b/development.mdwn index 90e18d1..f4e0518 100644 --- a/development.mdwn +++ b/development.mdwn @@ -62,7 +62,8 @@ Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/1 lintian ../build-area/keyringer_*.deb -References: +References +---------- * [Using Git for Debian Packaging](http://www.eyrie.org/~eagle/notes/debian/git.html). * [Building packages from the Git repository](http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.building.html). diff --git a/index.mdwn b/index.mdwn index a9077c1..44e4632 100644 --- a/index.mdwn +++ b/index.mdwn @@ -6,7 +6,8 @@ commands to encrypt, decrypt, recrypt, create key pairs, etc. - Project page: [https://keyringer.pw](https://keyringer.pw) - Issue tracker: [https://keyringer.pw/trac](https://keyringer.pw/trac) - Tor hidden service: [http://y6ntvl5bzs3c7ffa.onion](http://y6ntvl5bzs3c7ffa.onion) -- Contact: rhatto at keyringer.pw +- Releases: [https://keyringer.pw/releases](releases) +- Contact: rhatto at riseup.net Installation ------------ @@ -164,9 +165,9 @@ Concepts Basic idea is: - - Encrypt stuff with multiple users's gpg pubkeys and push the output in a git repo. + - Encrypt screts using multiple users's gpg public keys and commit the output in a git repo. - - Let users keep it in sync with the repo and the secrets are shared :) + - Let users keep it in sync with the repository and the secrets are shared :) For "secrets" it's meant anything as the script work with stdin and output things to files, so it can be passphrases, private keys or other kind of information. -- cgit v1.2.3