Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9e5ea1dbbc2805192337d17218fcf642611eed94)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9e5ea1dbbc2805192337d17218fcf642611eed94)
  • Date: Fri, 12 Aug 2016 02:45:13 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
security/fpm2/DEPENDS | 9 +++++++++
security/fpm2/DETAILS | 39 +++++++++++++++++++++++++++++++++++++++
security/fpm2/HISTORY | 2 ++
4 files changed, 53 insertions(+)

New commits:
commit 9e5ea1dbbc2805192337d17218fcf642611eed94
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

fpm2: new spell, Figaro's Password Manager 2

diff --git a/ChangeLog b/ChangeLog
index be8f79b..5ff633d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-08-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * security/fpm2: new spell, Figaro's Password Manager 2
+
2016-08-11 Thomas Orgis <sobukus AT sourcemage.org>
* graphics/gnuclad: cladogram generator (GNU/Linux timeline)

diff --git a/security/fpm2/DEPENDS b/security/fpm2/DEPENDS
new file mode 100755
index 0000000..34312e3
--- /dev/null
+++ b/security/fpm2/DEPENDS
@@ -0,0 +1,9 @@
+depends libx11 &&
+depends libxml2 &&
+depends glib2 &&
+depends gtk+2 &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/security/fpm2/DETAILS b/security/fpm2/DETAILS
new file mode 100755
index 0000000..28154c5
--- /dev/null
+++ b/security/fpm2/DETAILS
@@ -0,0 +1,39 @@
+ SPELL=fpm2
+ VERSION=0.79
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://als.regnet.cz/fpm2/download/${SOURCE}
+
SOURCE_HASH=sha512:2310f69df323c172954932f9a3454fab95d1389854110c1d18bfbb0dff59f0da937cbc2641abe98c7be85b7c5a65234a925acd9f82b5643079864ce529dc92b2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://als.regnet.cz/fpm2/
+ ENTERED=20160811
+ LICENSE[0]=GPL
+ SHORT="Figaro's Password Manager 2"
+cat << EOF
+FPM2 is GTK2 port from Figaro's Password Manager originally developed by John
+Conneely, with some new enhancements.
+
+Features:
+- Passwords are encrypted with the AES-256 (old version use blowfish)
algorithm.
+- Key for encryption is generated with PBKDF2 using HMAC-SHA-256 with 8192
+ iterations.
+- Optionally you can use two-factor authentication. For decrypt list of
+ passwords you must know master password and you must have key file.
+- Copy passwords or usernames to the clipboard/primary selection.
+- If the password is for a web site, FPM2 can keep track of the URLs of your
+ login screens and can automatically launch your browser. In this capacity,
+ FPM2 acts as a kind of bookmark manager.
+- Combine all three features: you can configure FPM2 to bring you to a web
login
+ screen, copy your username to the clipboard and your password to the
primary
+ selection, all with a single button click.
+- FPM2 also has a password generator that can choose passwords for you. It
+ allows you to determine how long the password should be, and what types of
+ characters (lower case, upper case, numbers and symbols) should be used.
You
+ can even have it avoid ambiguous characters such as a capital O or the
number
+ zero.
+- You can teach FPM2 to launch other applications, and optionally pass
+ hostnames, usernames or passwords to the command line.
+- Passwords can be organized in various category and may have detailed notes.
+- With "search as you type" function you easily find what you want.
+- Auto-minimise and/or auto-locking passwords database after configurable
time
+ to the tray icon.
+EOF
diff --git a/security/fpm2/HISTORY b/security/fpm2/HISTORY
new file mode 100644
index 0000000..c3a0f93
--- /dev/null
+++ b/security/fpm2/HISTORY
@@ -0,0 +1,2 @@
+2016-08-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: created spell, version 0.79



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9e5ea1dbbc2805192337d17218fcf642611eed94), Vlad Glagolev, 08/11/2016

Archive powered by MHonArc 2.6.24.

Top of Page