Next | Query returned 46 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255)
Log message:
net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-06-19 17:50:52 by Amitai Schleier | Files touched by this commit (2)
Log message:
Fix OS X clang build. Via FreeBSD Ports, so probably fixes FreeBSD too.
   2019-05-26 13:47:57 by David Brownlee | Files touched by this commit (1)
Log message:
Set USE_GCC_RUNTIME=yes so building with pkgsrc gcc picks up gcc runtime
   2018-11-21 22:46:50 by Leonardo Taccari | Files touched by this commit (3)
Log message:
mosh: Update net/mosh to 1.3.2

pkgsrc changes:
 - Remove patches/patch-aa, no longer needed (config.h is now
   included and HAVE_DECL_BSWAP64 is now properly checked)
 - perl is needed in the test phase and at runtime, add it to USE_TOOLS
 - Remove no longer needed dependency to p5-IO-tty
 - Add support for the test target (and REPLACE_PERL test target scripts)

Changes:
1.3.2
-----
 * Platform support:
    * Explicitly enable binding to both IPv4 and IPv6 addresses.
      (Giel van Schijndel)
    * Restore perl 5.8.8 support for RHEL5.  (Alexander Chernyakhovsky)
    * Make tests detect UTF-8 locale with a helper executable.  (John Hood)
    * Don't print /etc/motd on IllumOS.  (John Hood)
    * Print {,/var}/run/motd.dynamic on Ubuntu.  (John Hood)
    * Fix build on Haiku. (Adrien Destugues)
    * Disable unicode-later-combining.test for tmux 2.4.
      This fixes build failures.  (John Hood)
 * Bug fixes:
    * In tests, explicitly set 80x24 tmux window, for newer versions
      of tmux.  (John Hood)
    * Work around JuiceSSH rendering bug.  (John Hood)
    * Do not move cursor for SCROLL UP and SCROLL DOWN--
      fixes an issue with tmux 2.4.  (John Hood)

Discussed with <agc>, thanks!
   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.

Next | Query returned 46 messages, browsing 21 to 30 | Previous