pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mosh Update mosh from 1.2.6 to 1.3.0 (thanks to Ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbe09a715cb2
branches: trunk
changeset: 362773:cbe09a715cb2
user: agc <agc%pkgsrc.org@localhost>
date: Wed May 24 21:59:47 2017 +0000
description:
Update mosh from 1.2.6 to 1.3.0 (thanks to Matthew Parsons for the nudge).
Changes since previous version:
* New features:
* Change website URLs from http://mosh.mit.edu to
https://mosh.org. (Keith Winstein)
* Add --no-ssh-pty option for Dropbear compatibility and
other issues.
* Switch to semantic versioning, making this version 1.3.0
instead of 1.2.7.
* Platform support:
* Added nonce-incrementing test. (Keith Winstein)
* Add build-source-package.sh for Debian. (Keith Winstein)
* Fix CPPFLAGS handling possibly causing curses detection
failure. (John Hood)
* Add an Appveyor/Cygwin CI build.
* Improve warning-flags detection for 'make distcheck'. (John Hood)
* Improve robustness of regression tests. (John Hood)
* Support OpenBSD pledge() sandboxing. (John Hood)
* Use backward-compatible name for AES in
AppleCommonCrypto, fixing builds with older OS X SDKs. (John Hood)
* Detect clock_gettime() and CLOCK_MONOTONIC carefully,
fixing OS X 10.12 + Xcode 7.3 builds. (John Hood)
* Support older versions of Perl, back to 5.10, fixing
RHEL 5 builds. (Anders Kaseorg)
* Add a Travis OS X CI and release build. (John Hood)
* Add --help and --version, enabling Automake's
'std-options' checks. (Anders Kaseorg)
* Add a simple smoke test not requiring tmux, to help
validate builds on older platforms including RHEL 5. (Anders Kaseorg)
* Check for presence of clock_gettime() for OS X, where
the symbol may not be resolved on older OS X versions. (John
Hood)
* Fix a memory alignment issue in OCB with ARM/Neon. (Carlos Cabanero)
* Mosh now runs correctly on Bash for Windows with Windows 10
Insider builds 15002 and higher. (No change in Mosh)
* Other minor platform compatibility fixes for Mosh
sources and tests. (John Hood)
* Bug fixes:
* Work around a pty buffering issue causing failed
connections on FreeBSD 11, or with Dropbear. (John Hood)
* Restore '-p 0' option for OS-selected UDP port bindings. (John Hood)
* Shell hygiene fixes, including better quoting of
pathnames. (Anders Kaseorg)
* Fix typos in project docs. (Jakub Wilk)
* Fix excess newlines on mosh client startup/shutdown. (John Hood)
* Exit gracefully, closing session, on pty write or ioctl failure. (John Hood)
* Fix two bugs that caused mosh-server to consume
excessive CPU in certain circumstances. (John Hood)
* Fix bug that caused text copied from mosh-client to
paste as long lines joined by spaces. (John Hood)
* Documentation improvements. (chenxiaoqino, Ashish Gupta)
* Use getuid(), not geteuid(), for correct getpw* lookups. (John Hood)
diffstat:
net/mosh/Makefile | 4 ++--
net/mosh/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 121b8e2bebd6 -r cbe09a715cb2 net/mosh/Makefile
--- a/net/mosh/Makefile Wed May 24 20:35:57 2017 +0000
+++ b/net/mosh/Makefile Wed May 24 21:59:47 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2017/01/04 19:58:00 roy Exp $
+# $NetBSD: Makefile,v 1.17 2017/05/24 21:59:47 agc Exp $
-DISTNAME= mosh-1.2.6
+DISTNAME= mosh-1.3.0
CATEGORIES= net
MASTER_SITES= http://mosh.mit.edu/
diff -r 121b8e2bebd6 -r cbe09a715cb2 net/mosh/distinfo
--- a/net/mosh/distinfo Wed May 24 20:35:57 2017 +0000
+++ b/net/mosh/distinfo Wed May 24 21:59:47 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/08/24 10:34:10 wiz Exp $
+$NetBSD: distinfo,v 1.7 2017/05/24 21:59:47 agc Exp $
-SHA1 (mosh-1.2.6.tar.gz) = 421c28210b9e8834c91589421a1a686575258afa
-RMD160 (mosh-1.2.6.tar.gz) = 4e06957083f9fcdd4c85b8f3b3b3407f734eed0d
-SHA512 (mosh-1.2.6.tar.gz) = fe53ba3ba79fb393f9fd5d3c48b2864838a1b51a8e08f0160bcfb98fc8c2363d2bb77456e1bc79b765d6489a2af54237c5423ebb88a13196a82420be0cbc7403
-Size (mosh-1.2.6.tar.gz) = 347185 bytes
+SHA1 (mosh-1.3.0.tar.gz) = 846698806d940c84028c04f68e289e31d9540d5f
+RMD160 (mosh-1.3.0.tar.gz) = 83f737acdbd79a217d55bbb41631a7a8fb865b30
+SHA512 (mosh-1.3.0.tar.gz) = 2b43e3e3fb2ccf6c29a889f10dfc0d5504dbca6fabaf10419f4e355e4b73d64cc1e632324e447b25ac24ee18bb88d8a9a23f9c4824b267343fb86e26e7d5c54b
+Size (mosh-1.3.0.tar.gz) = 356220 bytes
SHA1 (patch-aa) = 3ff5f586641dede161ba91018cfbae6f2413b78c
Home |
Main Index |
Thread Index |
Old Index