Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] mosh: Fix patch
Date: Mon, 11 Nov 2019 08:36:57 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16357@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2019-11-11  7:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-11  7:36 voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16357@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).