Skip to Content.
Sympa Menu

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

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 (c923206e6be68d41bc9ce983bc07ad8b5af79f5d)
  • Date: Mon, 29 Oct 2012 19:59:02 -0500

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

crypto/mosh/DEPENDS | 7 ++++---
crypto/mosh/DETAILS | 4 ++--
crypto/mosh/HISTORY | 6 ++++++
3 files changed, 12 insertions(+), 5 deletions(-)

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

crypto/mosh: update to 1.2.3

Updated mosh to 1.2.3, but also changed io-tty to an optional
dependency. It's technically possible to run mosh directly using the
client and server commands, or to write your own script to handle
running it.

diff --git a/crypto/mosh/DEPENDS b/crypto/mosh/DEPENDS
index 6c4c44f..e574018 100755
--- a/crypto/mosh/DEPENDS
+++ b/crypto/mosh/DEPENDS
@@ -2,12 +2,13 @@ depends -sub CXX gcc &&
depends protobuf &&
depends ncurses &&
depends zlib &&
-
-runtime_depends io-tty &&
+depends openssl &&

optional_depends libutempter \
"--with-utempter" \
"--without-utempter" \
- "for utmp/wtmp session entries (see
https://github.com/keithw/mosh/issues/201)"
+ "for utmp/wtmp session entries (see
https://github.com/keithw/mosh/issues/201)" &&
+
+suggest_depends io-tty "" "" "for the mosh wrapper perl script (not the
mosh-client or mosh-server programs)" &&

suggest_depends openssh "" "" "to initiate mosh connections over SSH"
diff --git a/crypto/mosh/DETAILS b/crypto/mosh/DETAILS
index b3e6356..bd367ee 100755
--- a/crypto/mosh/DETAILS
+++ b/crypto/mosh/DETAILS
@@ -1,8 +1,8 @@
SPELL=mosh
- VERSION=1.2.2
+ VERSION=1.2.3
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://github.com/downloads/keithw/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:90a436f97afd797b29d46eb08f6c69360206e2ebf56c25e4095609f0d8cc3a179b837ee7b26a0c296defb11992ee6a079f3eaec40f394a1048407ed1664888e5
+
SOURCE_HASH=sha512:330b2edbbfb164cc1dda7d1ebf049894385c2c9370ce8c2183d7af45d6f01ef64f690e2ff08165ebcbda35e74a6ff35a751e4b221832feeb889cc2ad793ac0be
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="mosh.mit.edu"
LICENSE[0]=GPL
diff --git a/crypto/mosh/HISTORY b/crypto/mosh/HISTORY
index c70d0a1..2e87910 100644
--- a/crypto/mosh/HISTORY
+++ b/crypto/mosh/HISTORY
@@ -1,3 +1,9 @@
+2012-10-30 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: add depends openssl, which is now used for AES; change
+ io-tty to an optional runtime dependency, as it's only needed for
the
+ front-end
+ * DETAILS: update to 1.2.3
+
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.



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (c923206e6be68d41bc9ce983bc07ad8b5af79f5d), Justin Boffemmyer, 10/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page