Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (e3104819944676f588cd08ff6bb4ad1aa29ebb24)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (e3104819944676f588cd08ff6bb4ad1aa29ebb24)
  • Date: Fri, 29 Jun 2012 23:26:41 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

crypto/mosh/DEPENDS | 2 ++
crypto/mosh/HISTORY | 4 ++++
2 files changed, 6 insertions(+)

New commits:
commit e3104819944676f588cd08ff6bb4ad1aa29ebb24
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

crypto/mosh: suggest_depends openssh

OpenSSH isn't technically reequired for mosh, since it can initiate over
other types of connections as well, but SSH-initiated connections are
prototypically how mosh is used, so it makes sense to suggest having
openssh available in order to use mosh.

diff --git a/crypto/mosh/DEPENDS b/crypto/mosh/DEPENDS
index 69c079e..6c4c44f 100755
--- a/crypto/mosh/DEPENDS
+++ b/crypto/mosh/DEPENDS
@@ -9,3 +9,5 @@ optional_depends libutempter \
"--with-utempter" \
"--without-utempter" \
"for utmp/wtmp session entries (see
https://github.com/keithw/mosh/issues/201)"
+
+suggest_depends openssh "" "" "to initiate mosh connections over SSH"
diff --git a/crypto/mosh/HISTORY b/crypto/mosh/HISTORY
index 8b4dd03..c70d0a1 100644
--- a/crypto/mosh/HISTORY
+++ b/crypto/mosh/HISTORY
@@ -1,3 +1,7 @@
+2012-06-30 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: add suggest_depends for openssh, since mosh is typically
+ used to connect over ssh-initiated connections.
+
2012-06-17 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: updated to 1.2.2
* DEPENDS: fixed dependencies (io-tty for IO:Pty perl module was



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (e3104819944676f588cd08ff6bb4ad1aa29ebb24), Justin Boffemmyer, 06/30/2012

Archive powered by MHonArc 2.6.24.

Top of Page