Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mosh: Fix patch
@ 2019-11-11  7:36 voidlinux-github
  2019-11-11 21:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-11  7:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages mosh
https://github.com/void-linux/void-packages/pull/16357

mosh: Fix patch
assert(false); in patch causes the fish shell
to fail to start, essentially causing lock in
a mobile terminal

A patch file from https://github.com/void-linux/void-packages/pull/16357.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mosh-16357.patch --]
[-- Type: text/x-diff, Size: 1429 bytes --]

From 79a996fcf49619954cfc721f117391719ed9b8d6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 11 Nov 2019 01:32:14 -0600
Subject: [PATCH] mosh: Fix patch

assert(false); in patch causes the fish shell
to fail to start, essentially causing lock in
a mobile terminal
---
 srcpkgs/mosh/patches/ignore-unknown-renditions.patch | 2 +-
 srcpkgs/mosh/template                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mosh/patches/ignore-unknown-renditions.patch b/srcpkgs/mosh/patches/ignore-unknown-renditions.patch
index c1c805b2b23..acd667a7cde 100644
--- a/srcpkgs/mosh/patches/ignore-unknown-renditions.patch
+++ b/srcpkgs/mosh/patches/ignore-unknown-renditions.patch
@@ -41,7 +41,7 @@ index a724afa6..93a31553 100644
    case 5: case 25: set_attribute(blink, value); break;
    case 7: case 27: set_attribute(inverse, value); break;
    case 8: case 28: set_attribute(invisible, value); break;
-+  default: assert(false);
++default: break;
    }
  }
  
diff --git a/srcpkgs/mosh/template b/srcpkgs/mosh/template
index bb333076cba..ac3d8112a79 100644
--- a/srcpkgs/mosh/template
+++ b/srcpkgs/mosh/template
@@ -1,7 +1,7 @@
 # Template file for 'mosh'
 pkgname=mosh
 version=1.3.2
-revision=13
+revision=14
 build_style=gnu-configure
 hostmakedepends="pkg-config protobuf"
 makedepends="ncurses-devel protobuf-devel libutempter-devel libressl-devel"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-12 11:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-11  7:36 [PR PATCH] mosh: Fix patch voidlinux-github
2019-11-11 21:42 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-11 21:44 ` voidlinux-github
2019-11-12 11:59 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).