pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mosh
Module Name: pkgsrc
Committed By: agc
Date: Wed May 24 21:59:47 UTC 2017
Modified Files:
pkgsrc/net/mosh: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/mosh/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/mosh/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/mosh/Makefile
diff -u pkgsrc/net/mosh/Makefile:1.16 pkgsrc/net/mosh/Makefile:1.17
--- pkgsrc/net/mosh/Makefile:1.16 Wed Jan 4 19:58:00 2017
+++ pkgsrc/net/mosh/Makefile Wed May 24 21:59:47 2017
@@ -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/
Index: pkgsrc/net/mosh/distinfo
diff -u pkgsrc/net/mosh/distinfo:1.6 pkgsrc/net/mosh/distinfo:1.7
--- pkgsrc/net/mosh/distinfo:1.6 Wed Aug 24 10:34:10 2016
+++ pkgsrc/net/mosh/distinfo Wed May 24 21:59:47 2017
@@ -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