Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dash: update to 0.5.11.
@ 2020-06-02  3:31 rmccask
  0 siblings, 0 replies; only message in thread
From: rmccask @ 2020-06-02  3:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rmccask/void-packages dash-0.5.11
https://github.com/void-linux/void-packages/pull/22511

dash: update to 0.5.11.


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

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

From bba9386d59713f8fe2fccdb41df6da108ebd3f85 Mon Sep 17 00:00:00 2001
From: Randy McCaskill <randy@mccaskill.us>
Date: Mon, 1 Jun 2020 23:29:55 -0400
Subject: [PATCH] dash: update to 0.5.11.

---
 ...pon-EOF-CTRL-D-when-run-interactively.diff | 38 -------------------
 srcpkgs/dash/template                         |  6 +--
 2 files changed, 3 insertions(+), 41 deletions(-)
 delete mode 100644 srcpkgs/dash/patches/0001-SHELL-print-n-upon-EOF-CTRL-D-when-run-interactively.diff

diff --git a/srcpkgs/dash/patches/0001-SHELL-print-n-upon-EOF-CTRL-D-when-run-interactively.diff b/srcpkgs/dash/patches/0001-SHELL-print-n-upon-EOF-CTRL-D-when-run-interactively.diff
deleted file mode 100644
index 2b0d0f12f99..00000000000
--- a/srcpkgs/dash/patches/0001-SHELL-print-n-upon-EOF-CTRL-D-when-run-interactively.diff
+++ /dev/null
@@ -1,38 +0,0 @@
-From a27b4523bd003b37e9a5a2b5a1b3cedee4f701c7 Mon Sep 17 00:00:00 2001
-From: Gerrit Pape <pape@smarden.org>
-Date: Wed, 11 Feb 2009 01:38:49 +0000
-Subject: [SHELL] print \n upon EOF (CTRL-D) when run interactively
-
-Suggested by jidanni through
- http://bugs.debian.org/476422
-
-Signed-off-by: Gerrit Pape <pape@smarden.org>
-Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
----
- src/main.c |    9 ++++++++-
- 1 files changed, 8 insertions(+), 1 deletions(-)
-
-diff --git a/src/main.c b/src/main.c
-index af987c6c..65e236be 100644
---- src/main.c
-+++ src/main.c
-@@ -227,8 +227,15 @@ cmdloop(int top)
- 			if (!top || numeof >= 50)
- 				break;
- 			if (!stoppedjobs()) {
--				if (!Iflag)
-+				if (!Iflag) {
-+					if (iflag) {
-+						out2c('\n');
-+#ifdef FLUSHERR
-+						flushout(out2);
-+#endif
-+					}
- 					break;
-+				}
- 				out2str("\nUse \"exit\" to leave shell.\n");
- 			}
- 			numeof++;
--- 
-1.7.6
-
diff --git a/srcpkgs/dash/template b/srcpkgs/dash/template
index 19e03e7d8bc..72212236ac2 100644
--- a/srcpkgs/dash/template
+++ b/srcpkgs/dash/template
@@ -1,7 +1,7 @@
 # Template file for 'dash'
 pkgname=dash
-version=0.5.10.2
-revision=2
+version=0.5.11
+revision=1
 build_style=gnu-configure
 hostmakedepends="bison"
 short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://gondor.apana.org.au/~herbert/dash/"
 distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
-checksum=3c663919dc5c66ec991da14c7cf7e0be8ad00f3db73986a987c118862b5f6071
+checksum=4dd9a6ed5fe7546095157918fe5d784bb0b7887ae13de50e1e2d11e1b5a391cb
 register_shell="/usr/bin/sh /usr/bin/dash /bin/sh /bin/dash"
 
 alternatives="

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-02  3:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02  3:31 [PR PATCH] dash: update to 0.5.11 rmccask

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).