pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mosh Update to 1.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cff08ce447f
branches:  trunk
changeset: 621154:7cff08ce447f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jul 05 14:03:50 2013 +0000

description:
Update to 1.2.4

Changelog:
2013-03-27 Keith Winstein <mosh-devel%mit.edu@localhost>

        * Version 1.2.4 released.

        * New features:
                * Support port ranges with -p LOWPORT:HIGHPORT (Luke Mewburn)
                * Ctrl-^ Ctrl-Z suspends mosh client (Nikolai Zeldovich)
                * mm:ss display of lost-contact times (Kevin Ballard)
                * Show infobar with control chars when Ctrl-^ is typed
                * Put terminal in altscreen mode (Anders Kaseorg)
                * Tell automake/Debian pkg about our checks (Anders Kaseorg)

        * Platform support:
                * OS X: Script to build a universal package (Peter Iannucci)
                * FreeBSD: Fix build problems (Jimmy Olgeni)
                * AIX: port by Anton Lundin
                * Solaris with system curses (Anton Lundin)
                * Cygwin and others: eliminate use of IO::Pty (Anton Lundin)

        * Bug fixes:
                * Fix bug (introduced in 1.2.3) where server stays around
                  if process quits while client is detached
                * Clean up spurious entries from detached sessions warning
                * Fix freeze when connectivity is one-directional for hours
                  (reported by Axel Beckert)
                * Don't wipe title until a new one is set (sqweek)
                * Eliminate memory leaks and cppcheck warnings (Anders Kaseorg)

diffstat:

 net/mosh/Makefile |  7 +++----
 net/mosh/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r a1d127d7dbca -r 7cff08ce447f net/mosh/Makefile
--- a/net/mosh/Makefile Fri Jul 05 13:57:58 2013 +0000
+++ b/net/mosh/Makefile Fri Jul 05 14:03:50 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2013/05/31 12:41:34 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2013/07/05 14:03:50 ryoon Exp $
 
-DISTNAME=      mosh-1.2.3
-PKGREVISION=   2
+DISTNAME=      mosh-1.2.4
 CATEGORIES=    net
-MASTER_SITES=  https://github.com/downloads/keithw/mosh/
+MASTER_SITES=  http://mosh.mit.edu/
 
 MAINTAINER=    agc%NetBSD.org@localhost
 HOMEPAGE=      http://mosh.mit.edu/
diff -r a1d127d7dbca -r 7cff08ce447f net/mosh/distinfo
--- a/net/mosh/distinfo Fri Jul 05 13:57:58 2013 +0000
+++ b/net/mosh/distinfo Fri Jul 05 14:03:50 2013 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2012/11/29 07:19:35 wen Exp $
+$NetBSD: distinfo,v 1.3 2013/07/05 14:03:50 ryoon Exp $
 
-SHA1 (mosh-1.2.3.tar.gz) = 3bbcc560a5968806681465d83758d5c3abee9607
-RMD160 (mosh-1.2.3.tar.gz) = 55b6232bd7567582306647b700983e5bb20b5bd6
-Size (mosh-1.2.3.tar.gz) = 269329 bytes
+SHA1 (mosh-1.2.4.tar.gz) = b1dffe8562d7b2f4956699849fbe5d18bfd7749e
+RMD160 (mosh-1.2.4.tar.gz) = 9569a4356efc8afc851ab64914d30e949a899533
+Size (mosh-1.2.4.tar.gz) = 283047 bytes
 SHA1 (patch-aa) = e3a612ed02127797aa27e5418b8fe4d6e61cab0a



Home | Main Index | Thread Index | Old Index