<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Thanks for the fix. I ended up fixing some problems with our
test cases so that they run properly on OpenBSD 6.0+, and your
change checks out OK. It's all at
<a class="moz-txt-link-rfc2396E" href="https://github.com/mobile-shell/mosh/pull/862"><https://github.com/mobile-shell/mosh/pull/862></a>. Keith,
Jeremie, would you mind looking at that?</p>
<p>regards,</p>
<p> --jh<br>
</p>
<div class="moz-cite-prefix">On 03/20/2017 06:31, Jeremie
Courreges-Anglas wrote:<br>
</div>
<blockquote cite="mid:8760j48cis.fsf@ritchie.wxcvbn.org" type="cite">
<pre wrap="">john hood <a class="moz-txt-link-rfc2396E" href="mailto:cgull@glup.org"><cgull@glup.org></a> writes:
</pre>
<blockquote type="cite">
<pre wrap="">Hi all,
I'm pleased to announce a release candidate for Mosh 1.3.0. We have
brought you mostly bugfixes and release engineering improvements-- the
version number jump is because we have switched to semantic versioning
(<a class="moz-txt-link-rfc2396E" href="http://semver.org/"><http://semver.org/></a>). The changes mostly address regressions in the
previous release, CPU usage in certain scenarios, and platform/port issues.
</pre>
</blockquote>
<pre wrap="">
As already reported by Dan Chen in this thread, mosh-1.3.0-rc2 works
fine on OpenBSD-current, both amd64 and armv7.
A few days ago, a change happened in OpenBSD. The "ioctl" promise was
removed from pledge(2) on 2017/03/18. This means that this code:
#ifdef HAVE_PLEDGE
/* OpenBSD pledge() syscall */
if ( pledge( "stdio inet ioctl tty", NULL )) {
perror( "pledge() failed" );
exit( 1 );
}
#endif
now errors out.
pledge("ioctl") is deprecated since some time already; this removal will
end up in the upcoming OpenBSD 6.1 release.
mosh-client and mosh-server seem to work fine here with just
"stdio inet tty". Patch attached.
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
mosh-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mosh-devel@mit.edu">mosh-devel@mit.edu</a>
<a class="moz-txt-link-freetext" href="http://mailman.mit.edu/mailman/listinfo/mosh-devel">http://mailman.mit.edu/mailman/listinfo/mosh-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>