Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2839e4b633ec2be71afdca17d3588c06dbfeaa3a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2839e4b633ec2be71afdca17d3588c06dbfeaa3a)
  • Date: Sun, 12 Jan 2020 20:13:26 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 2 ++
crypto/pass-import/BUILD | 1 +
crypto/pass-import/DEPENDS | 4 ++++
crypto/pass-import/DETAILS | 26 ++++++++++++++++++++++++++
crypto/pass-import/HISTORY | 3 +++
5 files changed, 36 insertions(+)

New commits:
commit 2839e4b633ec2be71afdca17d3588c06dbfeaa3a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

crypto/pass-import: new spell, import passwords from most managers into
password-store

diff --git a/ChangeLog b/ChangeLog
index f7e33d2..ff4e22c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
* FUNCTIONS: add disable_stack_protector
* FUNCTIONS: add disable_cf_protection
* FUNCTIONS: add disable_gc_sections
+ * crypto/pass-import: new spell, imports passwords from most managers
+ into password-store

2020-01-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/pyqt5-sip: new spell, sip extension module with support
diff --git a/crypto/pass-import/BUILD b/crypto/pass-import/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/crypto/pass-import/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/crypto/pass-import/DEPENDS b/crypto/pass-import/DEPENDS
new file mode 100755
index 0000000..4c22ce1
--- /dev/null
+++ b/crypto/pass-import/DEPENDS
@@ -0,0 +1,4 @@
+depends python3 &&
+depends setuptools &&
+depends pyyaml &&
+depends password-store
diff --git a/crypto/pass-import/DETAILS b/crypto/pass-import/DETAILS
new file mode 100755
index 0000000..3c3c241
--- /dev/null
+++ b/crypto/pass-import/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=pass-import
+ VERSION=2.6
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/roddhjav/${SPELL}/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:c20bf0fe9ae861dd5a67df8dfdd64946c740456b12ba1a860f3c596199bbd1de16ea93539723d5a8142746c23d357e70c05db8d9c3d465de13964fad5c0f5715
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-2.6"
+ WEB_SITE="https://github.com/roddhjav/pass-import";
+ LICENSE[0]=GPL
+ ENTERED=20200112
+ SHORT="a pass extension for importing data from most of the
existing password manager"
+cat << EOF
+pass import is a password store extension allowing you to import your
password
+database to a password store repository conveniently. It natively supports
+import from 39 different password managers. More manager support can easily
+be added.
+
+Passwords are imported into the existing default password store, therefore
+the password store must have been initialised before with pass init.
+
+By default, pass imports entries at the root of the password store and only
+keeps the main data (password, login, email, URL, group). This behaviour
+can be changed using the provided options.
+
+Pass import handles duplicates and is compatible with browserpass. It imports
+OTP secret in a way that is compatible with pass-otp.
+EOF
diff --git a/crypto/pass-import/HISTORY b/crypto/pass-import/HISTORY
new file mode 100644
index 0000000..2d64493
--- /dev/null
+++ b/crypto/pass-import/HISTORY
@@ -0,0 +1,3 @@
+2020-01-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, INSTALL, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2839e4b633ec2be71afdca17d3588c06dbfeaa3a), Florian Franzmann, 01/12/2020

Archive powered by MHonArc 2.6.24.

Top of Page