Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b51978032f89f08e6119f16b23e4745c14b5fdaa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b51978032f89f08e6119f16b23e4745c14b5fdaa)
  • Date: Wed, 6 Nov 2013 17:27:01 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
crypto/sshpass/DEPENDS | 1 +
crypto/sshpass/DETAILS | 15 +++++++++++++++
crypto/sshpass/HISTORY | 3 +++
4 files changed, 22 insertions(+)

New commits:
commit b51978032f89f08e6119f16b23e4745c14b5fdaa
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sshpass: new spell, Non-interactive ssh password auth

diff --git a/ChangeLog b/ChangeLog
index 9c0290f..eb7f7f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-11-06 Ismael Luceno <ismael AT sourcemage.org>
+ * crypto/sshpass: new spell, Non-interactive ssh password auth
+
2013-11-02 Robin Cook <rcook AT wyrms.net>
* libs/sdl2: new spell, new version of sdl
* libs/sdl2_image: new spell, new version of sdl_image
diff --git a/crypto/sshpass/DEPENDS b/crypto/sshpass/DEPENDS
new file mode 100755
index 0000000..4cf194b
--- /dev/null
+++ b/crypto/sshpass/DEPENDS
@@ -0,0 +1 @@
+depends openssh
diff --git a/crypto/sshpass/DETAILS b/crypto/sshpass/DETAILS
new file mode 100755
index 0000000..523da35
--- /dev/null
+++ b/crypto/sshpass/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=sshpass
+ VERSION=1.05
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://sourceforge.net/projects/${SPELL}/files/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:92ff3428a3cbc2b517e8ee0a6676b409bac3ec0900bfb370cf3882ccc62017edb695ce00e025f73680e9718e1b0213b2ac1bbd2a2558fe43f0f5a7b0d690c810
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/p/sshpass/";
+ LICENSE[0]="GPLv2"
+ ENTERED=20131106
+ KEYWORDS=""
+ SHORT="Non-interactive ssh password auth"
+cat << EOF
+Sshpass is a tool for non-interactivly performing password authentication
with
+SSH's so called "interactive keyboard password authentication".
+EOF
diff --git a/crypto/sshpass/HISTORY b/crypto/sshpass/HISTORY
new file mode 100644
index 0000000..92ff037
--- /dev/null
+++ b/crypto/sshpass/HISTORY
@@ -0,0 +1,3 @@
+2013-11-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b51978032f89f08e6119f16b23e4745c14b5fdaa), Ismael Luceno, 11/06/2013

Archive powered by MHonArc 2.6.24.

Top of Page