Next | Query returned 51 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2018-08-04 23:38:59 by Min Sik Kim | Files touched by this commit (1)
Log message:
net/mosh: Requires c++11 to build with protobuf-3.6.0
   2018-01-17 13:10:38 by Jonathan Perkin | Files touched by this commit (25) | Package updated
Log message:
Belated PKGREVISION bump for devel/protobuf update.

Fixes at least joyent/pkgsrc#60.
   2017-05-30 20:26:49 by Benny Siegert | Files touched by this commit (2)
Log message:
Remove MESSAGE, bump revision.

The expected use case for mosh is using ssh for authentication, by just
running "mosh username@host". No need to spawn mosh-server and -client
manually.
   2017-05-24 23:59:47 by Alistair G. Crooks | Files touched by this commit (2)
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)
   2017-01-04 20:58:00 by Roy Marples | Files touched by this commit (1)
Log message:
Use the curses framework.
   2016-08-24 12:34:10 by Thomas Klausner | Files touched by this commit (3)
Log message:
Updated mosh to 1.2.6.

2016-08-10 Keith Winstein <mosh-devel@mit.edu>

	* Version 1.2.6 released.

	* New features:
		* Add Travis CI builds for Linux and Mac.  (Anders Kaseorg, others)
		* Add a --local option to run without ssh.  (John Hood)
		* Mosh now returns exitstatus reflecting connection success.
		  (John Hood)
		* Add a end-to-end test suite and many tests.  (John Hood)
		* Implement timeouts and signals to help address orphaned sessions.
		  (John Hood)
		* Major rework of Mosh's display differencing/rendering
		  code with much improved performance for slow machines.  (John Hood)
		* Implement ANSI back/forward tab (CSI CBT, CSI CHT).
		  (John Hood)
		* Do not start user shell until network session starts.
		  (John Hood)
		* Add options for more flexible specification of IPv4/IPv6
		  hostname resolution.  (John Hood)
		* Improved bash completion.  (Steve Dignam, HIGUCHI Yuta)
		* Add options for different methods of resolving the remote host
		  address, allowing operation without SshProxyCommand.  (John Hood)

	* Platform support:
		* Add configurable support for Apple Common Crypto and
		  Nettle, in place of OpenSSL.  Implement base64 locally.
		  (John Hood)
		* Workaround Cygwin select() bug.  (John Hood)
		* Updates to Debian packaging.  (Anders Kaseorg, Keith Winstein)
		* Workaround a glibc-2.22 issue causing segfaults on Debian Sid.
		  (John Hood with help from many others)
		* Prefer c++ to g++, for systems like FreeBSD where g++ is not usable.
		  (John Hood)
		* Fixes for Illumos Hipster 20151003.  (John Hood)
		* Disable -Werror for protobuf code, to resolve a new gcc6 warning.
		  (John Hood)
		* Link test for -fstack-protector-all on an embedded platform.
		  (Baruch Siach)
		* Resolve issue with bswap64() on FreeBSD-CURRENT with libc++-3.8.0.
		  (John Hood)
		* Fix issue with RECVTOS error message on client on FreeBSD.
		  (John Hood)

	* Bug fixes:
		* Remove an assertion causing aborts on Unicode fallback found by
		  fuzzing with afl.  (Keith Winstein)
		* Fix a server hang with XON/XOFF on BSD systems.  (John Hood)
		* Fix a typeahead-prediction bug that caused display corruption on
		  urxvt.  (John Hood)
   2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813)
Log message:
Bump PKGREVISION for security/openssl ABI bump.
   2015-11-04 01:35:47 by Alistair G. Crooks | Files touched by this commit (748)
Log message:
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-08-18 09:31:20 by Thomas Klausner | Files touched by this commit (282)
Log message:
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
   2015-08-17 19:11:32 by Thomas Klausner | Files touched by this commit (178)
Log message:
Bump PKGREVISION for ncurses shlib bump.

Next | Query returned 51 messages, browsing 31 to 40 | Previous