diff options
author | wiz <wiz> | 2015-07-26 22:53:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-07-26 22:53:54 +0000 |
commit | c8369c71b27017726b8070719037ef2eac40457d (patch) | |
tree | fb8400f31d5adff87dade26d79c1b9a748dd69e6 | |
parent | 74ad88c21c76750175f0ae3aec34457f14d668f3 (diff) | |
download | pkgsrc-c8369c71b27017726b8070719037ef2eac40457d.tar.gz |
Update to 1.2.5:
2015-07-12 Keith Winstein <mosh-devel@mit.edu>
* Version 1.2.5 released.
* New features:
* Bind to a specific IP address with --bind-server. (Philipp
Haselwarter)
* MOSH_ESCAPE_KEY configures escape character. (Timo
J. Rinne)
* Support non-roaming IPv6. (Anders Kaseorg)
* Implement XTerm mouse mode. (Barosl LEE, Andrew Chin,
Louis Kruger)
* Report Git revision along with version if available.
(John Hood)
* Platform support:
* Add pselect() emulation. (Jérémie Courrèges-Anglas)
* OpenBSD, OS X: Fix be64toh-related issues. (Jérémie
Courrèges-Anglas)
* ARM Neon: fix gcc4.8 compiling problem(Pasi Sjöholm)
* NaCl: Conditionally rename main to mosh_main. (Richard
Woodbury)
* FreeBSD: Token pasting, forkpty(), ARM fixes. (John Hood)
* AIX: Implement CTTY grabbing when TIOCSCTTY is missing
(Anton Lundin)
* OS X: Broaden build support to cover OS X 10.5 through
10.10. (John Hood)
* Debian: Improve bash-completion install and
functionality. (Suggested by Gabriel Filion, John Hood)
* Bug fixes:
* Automake/autoconf workarounds. (Anders Kaseorg)
* mosh-server: Allow startup without PTY. (Keith Winstein)
* network.cc: Properly close old fd on Socket assignment
operator. (Thanks to Igor Bukanov)
* mosh-server: Allow startup with zero-window-size PTY.
(Igor Bukanov)
* AddrInfo: Fix error message generation when node == NULL
(Anders Kaseorg)
* Timestamp: Prevent integer overflow on Darwin PPC 32-bit
(Anders Kaseorg)
* scripts/mosh: Fix hang when remote closes the connection
(Anders Kaseorg)
* Fix issues with parsing of 256-color SGR sequences.
(John Hood)
* Numerous code hygiene, Coverity, and Clang static analyzer
fixes. (Anders Kaseorg, Geoffrey Thomas, John Hood)
-rw-r--r-- | net/mosh/Makefile | 7 | ||||
-rw-r--r-- | net/mosh/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile index 113fc050f7d..76f487b82f7 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2015/06/12 10:50:42 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/26 22:53:54 wiz Exp $ -DISTNAME= mosh-1.2.4 -PKGREVISION= 3 +DISTNAME= mosh-1.2.5 CATEGORIES= net MASTER_SITES= http://mosh.mit.edu/ @@ -16,7 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config USE_LANGUAGES+= c c++ -REPLACE_PERL+= scripts/mosh +REPLACE_PERL+= scripts/mosh.pl .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/protobuf/buildlink3.mk" diff --git a/net/mosh/distinfo b/net/mosh/distinfo index b9ad176bca4..6c0607f0351 100644 --- a/net/mosh/distinfo +++ b/net/mosh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2013/07/05 14:03:50 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2015/07/26 22:53:54 wiz Exp $ -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 (mosh-1.2.5.tar.gz) = 4f73698ebc14efb163fcb9cb0c9e4c3ed3623bb3 +RMD160 (mosh-1.2.5.tar.gz) = 3abb76e2adeb6a9e7d69b35621dfa7e172b1ce99 +Size (mosh-1.2.5.tar.gz) = 308857 bytes SHA1 (patch-aa) = e3a612ed02127797aa27e5418b8fe4d6e61cab0a |