emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30648: closed ([PATCH] gnu: Add sala.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30648: closed ([PATCH] gnu: Add sala.)
Date: Wed, 28 Feb 2018 21:49:01 +0000

Your message dated Wed, 28 Feb 2018 22:48:31 +0100
with message-id <address@hidden>
and subject line Re: [bug#30648] [PATCH] gnu: Add sala.
has caused the debbugs.gnu.org bug report #30648,
regarding [PATCH] gnu: Add sala.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30648: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30648
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add sala. Date: Wed, 28 Feb 2018 15:21:24 +0100
* gnu/packages/password-utils.scm (sala): New variable.
---
 gnu/packages/password-utils.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index e8639c02e..bc122f4d1 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -603,3 +603,31 @@ password hash types most commonly found on various Unix 
systems, supported out
 of the box are Windows LM hashes, plus lots of other hashes and ciphers.  This
 is the community-enhanced, \"jumbo\" version of John the Ripper.")
       (license license:gpl2+))))
+
+(define-public sala
+  (package
+    (name "sala")
+    (version "1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "sala" version))
+       (sha256
+        (base32
+         "13qgmc3i2a0cqp8jqrfl93lnphfagb32pgfikc1gza2a14asxzi8"))))
+    (build-system python-build-system)
+    (arguments
+     ;; Sala is supposed to work with Python 3.2 or higher,
+     ;; but it doesn't work with Python 3.6. Better stick
+     ;; to Python 2, which works fine.
+     `(#:python ,python-2))
+    (propagated-inputs
+     `(("gnupg" ,gnupg)
+       ("pwgen" ,pwgen)))
+    (home-page "http://www.digip.org/sala/";)
+    (synopsis "Encrypted plaintext password store")
+    (description
+     "Store passwords and other bits of sensitive plain-text information
+to encrypted files on a directory hierarchy.  The information is protected
+by GnuPG's symmetrical encryption.")
+    (license license:expat)))
-- 
2.15.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30648] [PATCH] gnu: Add sala. Date: Wed, 28 Feb 2018 22:48:31 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello Konrad,

Konrad Hinsen <address@hidden> skribis:

> * gnu/packages/password-utils.scm (sala): New variable.

I added a copyright line (let me know if I got it wrong) for you and
pushed as 649eb8b5674a92638c4cbb2562cfc45935c0f06e.

Thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]