From unknown Thu Aug 14 21:46:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#27672 <27672@debbugs.gnu.org> To: bug#27672 <27672@debbugs.gnu.org> Subject: Status: oksh Reply-To: bug#27672 <27672@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:46:27 +0000 retitle 27672 oksh reassign 27672 guix-patches submitter 27672 ng0 severity 27672 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 12 15:35:32 2017 Received: (at submit) by debbugs.gnu.org; 12 Jul 2017 19:35:32 +0000 Received: from localhost ([127.0.0.1]:35779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dVNPx-0004YX-3X for submit@debbugs.gnu.org; Wed, 12 Jul 2017 15:35:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48459) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dVNPu-0004YJ-Em for submit@debbugs.gnu.org; Wed, 12 Jul 2017 15:35:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVNPn-0002Ax-Ui for submit@debbugs.gnu.org; Wed, 12 Jul 2017 15:35:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57009) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVNPn-0002As-Qw for submit@debbugs.gnu.org; Wed, 12 Jul 2017 15:35:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVNPm-0001rV-D3 for guix-patches@gnu.org; Wed, 12 Jul 2017 15:35:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVNPj-00029m-8p for guix-patches@gnu.org; Wed, 12 Jul 2017 15:35:14 -0400 Received: from aibo.runbox.com ([91.220.196.211]:46530) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVNPj-00028f-0D for guix-patches@gnu.org; Wed, 12 Jul 2017 15:35:11 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dVNPg-0007ry-M2 for guix-patches@gnu.org; Wed, 12 Jul 2017 21:35:08 +0200 Received: from lumumba.torservers.net ([77.247.181.163] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dVNPc-0005Ad-0W for guix-patches@gnu.org; Wed, 12 Jul 2017 21:35:04 +0200 Date: Wed, 12 Jul 2017 19:35:00 +0000 From: ng0 To: guix-patches@gnu.org Subject: oksh Message-ID: <20170712193500.dexsnmtqzchsmbrc@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dpbsnl5gxvzkydrd" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --dpbsnl5gxvzkydrd Content-Type: multipart/mixed; boundary="5sxt7hxia4hlr5kg" Content-Disposition: inline --5sxt7hxia4hlr5kg Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This adds oksh. The test phase is a FIXME and the make install has some nonfatal error I did not bother to fix because the resulting application works. --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --5sxt7hxia4hlr5kg Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-oksh.patch" Content-Transfer-Encoding: quoted-printable =46rom 45e8b007cc8e7eba10585980ad31a89d42689b75 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 12 Jul 2017 19:32:51 +0000 Subject: [PATCH] gnu: Add oksh. * gnu/packages/shells.scm (oksh): New variable. --- gnu/packages/shells.scm | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 65e0eda50..4cc812447 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -6,7 +6,7 @@ ;;; Copyright =C2=A9 2016 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2016 Stefan Reich=C3=B6r ;;; Copyright =C2=A9 2017 Ricardo Wurmus -;;; Copyright =C2=A9 2017 ng0 +;;; Copyright =C2=A9 2017 ng0 ;;; Copyright =C2=A9 2017 Leo Famulari ;;; ;;; This file is part of GNU Guix. @@ -564,6 +564,32 @@ extra programs. > is just another unix command, < is = essentially cat(1). A @code{andglob} program is also provided along with s.") (license bsd-3)))) =20 +(define-public oksh + (package + (name "oksh") + (version "0.5.9") + (source + (origin + (method url-fetch) + (uri (string-append "https://connochaetos.org/oksh/oksh-" + version ".tar.gz")) + (sha256 + (base32 + "0ln9yf6pxngsviqszv8klnnvn8vcpplvj1njdn8xr2y8frkbw8r3")))) + (build-system gnu-build-system) + (arguments + `(; FIXME: + ;; starting phase `check' + ;;./tests/th-sh ./tests/th -s ./tests -p ./ksh -C pdksh,sh,ksh,posi= x,posix-upu + ;; make: ./tests/th-sh: Command not found + #:tests? #f)) + (home-page "https://connochaetos.org/oksh") + (synopsis "Port of OpenBSD Korn Shell") + (description + "Oksh is a port of the OpenBSD Korn Shell. +The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") + (license gpl3+))) + (define-public loksh (package (name "loksh") --=20 2.13.2 --5sxt7hxia4hlr5kg-- --dpbsnl5gxvzkydrd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAllmeeQACgkQ4i+bv+40 hYgajQ/9G8Rd4vFvVoCbKIl+aadIvYmiES7dTexowBk8x59krxQ7MXBPHooFbj4P GeGSWLNT5ttvGKMWaRKoAQRbgt0wagE2waKTz3WEt+M9x78nvJYs6r1gOAs0jOVh P2wN2ZIoa6o/nrYmVhIIjA+r19WERXEmDsMRy7g7H/slkDdHs/pbdYcUpgSd0DGD a4q/nalIVPnYkcvOuhCoYJdAjqHqD2R7kh6SUVYXwFaH4DGFFshrXGjpK4Gqi+hy 77a19dEoXbhbVuqHgtTh51nFwySLQZ9UPDC+hQsUi8NeWlYjgICVq20uWFrvTNz/ +3xHHhdMnLOOXiMJ9JMO+4Aly89BEqtpmNAs1pS9r2eS689E1cwf6wjG4Wd90Stl RtY1WEpKGnuwm/Md4PUSEb5wgbNh7930t4LUGf+obXF2IRtIB6kZcofwzN2hIikR RP+Ym84LWTCjHHGsX6+F092q0TQsHct4Pum3p0h4wcBlbIxsHXbh5smfVCtyLOU1 YPD+j3hl1hkRJswK5LAxTDqJkOiYQUMjjjjJgGTQ3RPgr4LUHvWJFc1XGSS6eU3O +0EgMgi7adzagncKB7UerNImOs8GZzDoMk6Z4kfWCxv0cnHvcPTTiMePu/Yyo8ME yaYn8kq8MULfjkeQ+ngGtvMKN3DZif7r8nIlavdt0SYfxLrvT0Q= =mgb1 -----END PGP SIGNATURE----- --dpbsnl5gxvzkydrd-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 12 16:16:16 2017 Received: (at 27672) by debbugs.gnu.org; 12 Jul 2017 20:16:16 +0000 Received: from localhost ([127.0.0.1]:35837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dVO3U-0005Um-F9 for submit@debbugs.gnu.org; Wed, 12 Jul 2017 16:16:16 -0400 Received: from o102.p9.mailjet.com ([87.253.234.102]:41271) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <3aa5d18b.AEEANP3nYbwAAAAAAAAAAAPU7EAAAAACwQwAAAAAAAW9WABZZoOM@bnc3.mailjet.com>) id 1dVO3S-0005Ud-7f for 27672@debbugs.gnu.org; Wed, 12 Jul 2017 16:16:14 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=veGtrukptcmtq6K1kB0Nl8LEf80=; b=PvMr6neYHmm6s8edsfQskqNAqye5K6+ydOmfv7coqQGoGRFvk4QsLsMK2 DqxTakJnz/BFny/+vNGR9HOHi6lBrKvIPozTAmyOcGO8qklxu5D8uNiOs60l YVpOtWDProatzToMtGclm8+0CgUlXpsE8sa0qOqwizSWHLrsJf5trA= Message-Id: <3aa5d18b.AEEANP3nYbwAAAAAAAAAAAPU7EAAAAACwQwAAAAAAAW9WABZZoOM@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: ng0 Subject: Re: [bug#27672] oksh Date: Thu, 13 Jul 2017 01:46:02 +0530 In-reply-to: <20170712193500.dexsnmtqzchsmbrc@abyayala> References: <20170712193500.dexsnmtqzchsmbrc@abyayala> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEEANP3nYbwAAAAAAAAAAAPU7EAAAAACwQwAAAAAAAW9WABZZoOMRt074G-pQyCPk8o0hlBwowAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27672 Cc: 27672@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) ng0 writes: > + (arguments > + `(; FIXME: > + ;; starting phase `check' > + ;;./tests/th-sh ./tests/th -s ./tests -p ./ksh -C pdksh,sh,ksh,po= six,posix-upu > + ;; make: ./tests/th-sh: Command not found > + #:tests? #f)) Actually, the test files are not present in the tarball. Look at line 62 of the Makefile listing all the test files. None of those files exist. Also, look at the check target on line 99. LGTM, otherwise! = From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 12 16:54:40 2017 Received: (at 27672) by debbugs.gnu.org; 12 Jul 2017 20:54:40 +0000 Received: from localhost ([127.0.0.1]:35877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dVOee-0006SQ-6d for submit@debbugs.gnu.org; Wed, 12 Jul 2017 16:54:40 -0400 Received: from aibo.runbox.com ([91.220.196.211]:41828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dVOeb-0006SE-Ti for 27672@debbugs.gnu.org; Wed, 12 Jul 2017 16:54:38 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dVOeZ-0000bU-E9; Wed, 12 Jul 2017 22:54:35 +0200 Received: from [94.242.228.174] (helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dVOeY-0002f2-0l; Wed, 12 Jul 2017 22:54:34 +0200 Date: Wed, 12 Jul 2017 20:54:32 +0000 From: ng0 To: Arun Isaac Subject: Re: [bug#27672] oksh Message-ID: <20170712205432.fvm34l6htb5wvknd@abyayala> Mail-Followup-To: Arun Isaac , 27672@debbugs.gnu.org References: <20170712193500.dexsnmtqzchsmbrc@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gpkya7bybq4n7edd" Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27672 Cc: 27672@debbugs.gnu.org, ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --gpkya7bybq4n7edd Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Arun Isaac transcribed 0.5K bytes: >=20 > ng0 writes: >=20 > > + (arguments > > + `(; FIXME: > > + ;; starting phase `check' > > + ;;./tests/th-sh ./tests/th -s ./tests -p ./ksh -C pdksh,sh,ksh,= posix,posix-upu > > + ;; make: ./tests/th-sh: Command not found > > + #:tests? #f)) >=20 > Actually, the test files are not present in the tarball. Look at line 62 > of the Makefile listing all the test files. None of those files > exist. Also, look at the check target on line 99. I will take another look and maybe patch it out and/or contact upstream. Thanks! > LGTM, otherwise! >=20 --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --gpkya7bybq4n7edd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAllmjIgACgkQ4i+bv+40 hYjUWQ/+LoznTwpO69va0YWo7mTJbIpGL6CNWFIaM7MDu4jkG4ADJuJd3RDfnH+P hsg3BroUJ3ETw484vZhHZyMcakH0JxkH23/qyy2ADB7IOpv6dhmUEyq2dlwRYwap dh92JhXiHWGtSyheBPRi+6fowR/Ez5lmWMELkl8vByjKlxTF+koNy0WI+k8kHkL9 JLoej85giVp6bJkE4AEk5HvEJ0wf0RQYedF1tjsFJLwbymhyN6JPwir7x/CkGAZx /6W4uMveY7z7OAi0+UO91cx67Jq+14ruhZ+vzrb6kAUaOK9o459Mq0gOcA+qhH9o bLHc44FcIJePzuK+A5JZyizt5Qf/L47zajGykKdFhH4cIecy2kaU/EaE7VdQX1X4 huB2/beEz6g1o8AQGHxxL+UPUafOsh3LYeWmSz46F3mQUMvYRdw5y8JMm7Y8inPB qs/hn6mIhJ+ZppjWRTlmamACHkmVIYJv6sQef10j2pnTuS7LZhW6iGpaBHUUEVc/ pBQaY013zmJVav1nzb+D3B4eMLZ6EyrdKxyLXrSkPgFWFZznPtBMzYVuGXZMc/Av zViX8PKz0sNnwSZ1V8f6oQIrs6VrEQ9ZQ1EVuGbcH1m/cAH3ey6SXN6Ew68lUzWI eLyD3KEDOb77RmreH/RtFDAL4EDCecxBNCnnIKkjuieP4siIaLU= =I3Td -----END PGP SIGNATURE----- --gpkya7bybq4n7edd-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 22 05:31:30 2017 Received: (at 27672) by debbugs.gnu.org; 22 Jul 2017 09:31:30 +0000 Received: from localhost ([127.0.0.1]:51907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYqks-00080H-Bp for submit@debbugs.gnu.org; Sat, 22 Jul 2017 05:31:30 -0400 Received: from aibo.runbox.com ([91.220.196.211]:59574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYqkp-000805-Fk for 27672@debbugs.gnu.org; Sat, 22 Jul 2017 05:31:20 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dYqko-0005Rf-1B; Sat, 22 Jul 2017 11:31:18 +0200 Received: from [89.187.143.81] (helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dYqkb-0001rP-0s; Sat, 22 Jul 2017 11:31:05 +0200 Date: Sat, 22 Jul 2017 09:31:03 +0000 From: ng0 To: Arun Isaac , 27672@debbugs.gnu.org Subject: Re: [bug#27672] oksh Message-ID: <20170722093103.glbfpkrkysl7aqoh@abyayala> Mail-Followup-To: Arun Isaac , 27672@debbugs.gnu.org References: <20170712193500.dexsnmtqzchsmbrc@abyayala> <20170712205432.fvm34l6htb5wvknd@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="x4hguwhex3oftsxu" Content-Disposition: inline In-Reply-To: <20170712205432.fvm34l6htb5wvknd@abyayala> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27672 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --x4hguwhex3oftsxu Content-Type: multipart/mixed; boundary="mak44clv5bbgkdph" Content-Disposition: inline --mak44clv5bbgkdph Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Updated patch appended. I'll contact upstream and ask about the missing test files. Thanks! --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --mak44clv5bbgkdph Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-oksh.patch" Content-Transfer-Encoding: quoted-printable =46rom 5d8035dddb5037b0fe5f856f14f7b5190f14b3c2 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 12 Jul 2017 19:32:51 +0000 Subject: [PATCH] gnu: Add oksh. * gnu/packages/shells.scm (oksh): New variable. --- gnu/packages/shells.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index c66c575c1..8d2a957ea 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -6,7 +6,7 @@ ;;; Copyright =C2=A9 2016 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2016 Stefan Reich=C3=B6r ;;; Copyright =C2=A9 2017 Ricardo Wurmus -;;; Copyright =C2=A9 2017 ng0 +;;; Copyright =C2=A9 2017 ng0 ;;; Copyright =C2=A9 2017 Leo Famulari ;;; Copyright =C2=A9 2017 Arun Isaac ;;; @@ -553,6 +553,29 @@ extra programs. > is just another unix command, < is = essentially cat(1). A @code{andglob} program is also provided along with s.") (license bsd-3)))) =20 +(define-public oksh + (package + (name "oksh") + (version "0.5.9") + (source + (origin + (method url-fetch) + (uri (string-append "https://connochaetos.org/oksh/oksh-" + version ".tar.gz")) + (sha256 + (base32 + "0ln9yf6pxngsviqszv8klnnvn8vcpplvj1njdn8xr2y8frkbw8r3")))) + (build-system gnu-build-system) + (arguments + `(; The test files are not part of the distributed tarball. + #:tests? #f)) + (home-page "https://connochaetos.org/oksh") + (synopsis "Port of OpenBSD Korn Shell") + (description + "Oksh is a port of the OpenBSD Korn Shell. +The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") + (license gpl3+))) + (define-public loksh (package (name "loksh") --=20 2.13.3 --mak44clv5bbgkdph-- --x4hguwhex3oftsxu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAllzG1cACgkQ4i+bv+40 hYisVRAAt907XY2RgCyh/aQpSJOtMygcu0v/a28XmBXiRNkfvHDsWYnM5VAlTeI8 UP7uTdmrM9hhGGFv9nMDapmsAyz5yXHPUKA5gW0tBmP5ohXuhEw2fFCMoxI8OmiQ afFE1CnH3jhIq/7Ka4AnSsOvkxrBSCGdhfQq3KKdW0rIf2pQH485+rR/jVJVYTui zDeZibnjJ/zkOhhAQHGb4/1AwdxSj3d0iOKR850gr+jyXqSDBlijr5k/lb6Mg2yL re5rXc6/2axhFb0BalsXEt9ZhgwNF5v2183ZFzLKQWb3UswQ84ZkluEELA6cU/ph 0JfixQz85TQkKXLp4ZqFUo43Kh8mYB0IUSPbSJ5+FPpxwWXBqZW/hQG9PxS8f1N7 ditlbtrG50SEULPeaJwQzVX+0I+upZ06+Qa1X/3Y3Ksg4YenhHVPqqQkskubltUF IrULkgbPCAbF6n/PdF7TnJhzPxzVqtWBgrnCwfqAMK+1+6SgIcwIEiYOD7mk4SaP XUONpLBOtAjsAtnmVvFD0faQLzWvEjvNxJMRy+GE8vkvDJuVzWv1geNFq+uzXmRX nyij0kP2nC3G2l9CHqgFn7zrtnf4NXnyrYAQOZ6uL2PyHRrVBX2Y/qDtZgxjor+H W+b+7pkr7ipdMbQe9ljWO8wAHOSLhcfHwpyCimCn8Oc30DvOqyI= =kcpT -----END PGP SIGNATURE----- --x4hguwhex3oftsxu-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 22 20:16:14 2017 Received: (at 27672-done) by debbugs.gnu.org; 23 Jul 2017 00:16:15 +0000 Received: from localhost ([127.0.0.1]:52749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZ4ZC-00009F-Nk for submit@debbugs.gnu.org; Sat, 22 Jul 2017 20:16:14 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36889) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZ4ZB-000098-4u for 27672-done@debbugs.gnu.org; Sat, 22 Jul 2017 20:16:13 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id CF7D42070F; Sat, 22 Jul 2017 20:16:12 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Sat, 22 Jul 2017 20:16:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=+ktOJcTY3bTykT+OwWsqJv80o7uCTMvbwLqkIB mCOA0=; b=Y1XcHuc3NawKfRWV6RPaYlQ6H+kFTYlx+c6gk4tXn0oBasA501lD63 x5TsWTYiXYRfbeqLb5lzAZZ1h7ozjheavMHlGjabUEBlseaBnO6HqFbTybY62DSV rkGiue4bwSXtefEybBQRczptK5GQRPWv63jyYmSJGNr0PTklH+oqw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=+ktOJcTY3bTykT+OwW sqJv80o7uCTMvbwLqkIBmCOA0=; b=hn2MLXKA+c3OvFEisKPZJi5i6jq3w96/1i no3KmaWTw03JfhwAyY24BrWcth8J8bCeQzgPfVrit6eNmr7XFrcvj/bXwg3z3r80 pisSNE6c/AWAKWedAWlhFonP9IBIOXXTdRgLEljzViRUyVKC2xfNBdUEw19b9nAf D9OXT+s1knXtBJkgkrjmS58FdktPVUNB+5ZSY1Lwb96sBkCFhkXkZIrie9PLDZSM tV9wvaxclJBKW6bQQ1Vlzn4loI+Umi5idRE8NNyXb4yUKRDrTu0kFXjSDNOSddMn MK/qbMjS4bL7WtcI7FExVHhrJdDHILNkEAiZA/y3mU/YRlvykq9w== X-ME-Sender: X-Sasl-enc: N+bH7tfv/nybxIokiNvirapxWYcla9UAbthUs4aSIapJ 1500768972 Received: from localhost (static-108-36-103-174.phlapa.fios.verizon.net [108.36.103.174]) by mail.messagingengine.com (Postfix) with ESMTPA id 8A1087E568 for <27672-done@debbugs.gnu.org>; Sat, 22 Jul 2017 20:16:12 -0400 (EDT) Date: Sat, 22 Jul 2017 20:16:11 -0400 From: Leo Famulari To: 27672-done@debbugs.gnu.org Subject: Re: [bug#27672] oksh Message-ID: <20170723001611.GC24840@jasmine.lan> References: <20170712193500.dexsnmtqzchsmbrc@abyayala> <20170712205432.fvm34l6htb5wvknd@abyayala> <20170722093103.glbfpkrkysl7aqoh@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="YD3LsXFS42OYHhNZ" Content-Disposition: inline In-Reply-To: <20170722093103.glbfpkrkysl7aqoh@abyayala> User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27672-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --YD3LsXFS42OYHhNZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 22, 2017 at 09:31:03AM +0000, ng0 wrote: > Updated patch appended. >=20 > I'll contact upstream and ask about the missing test files. > Thanks! > --=20 > ng0 > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > GnuPG: https://n0is.noblogs.org/my-keys > https://www.infotropique.org https://krosos.org > From 5d8035dddb5037b0fe5f856f14f7b5190f14b3c2 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Wed, 12 Jul 2017 19:32:51 +0000 > Subject: [PATCH] gnu: Add oksh. >=20 > * gnu/packages/shells.scm (oksh): New variable. Thanks! Pushed as 7e3c977da6ea15acfad361200cdde12636406b61. --YD3LsXFS42OYHhNZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAllz6ssACgkQJkb6MLrK fwh52BAAxM+qjTYTRtr4WumNqoEH2vb6bkkfa6nURx4ntMeXF7xFCsY61G9keWT/ yqSAkH+gx3l45ajboL1I8f0y6K9moPyhGAbiKn7Rs3aoDbFo4BszspvqDnX0Qdhc ZnBp9CHyUQl/UNwwfHn6P70YnlvxRL8JxYBilHJwxFMlDNEy/nyZv/tKY2JqsVGa EeYIO+YnU0haHmqC8FT4Z7Wl/ICMcnWOyzSQ2K/Vg0ayjuLf9G/AfjPibxu7PjY9 OwhqsgTLJymtP6S/JkcLteCZeiXbYsgBhWWD4aUWlkhhrRnlq1U0ZfWkWIQvcYPb AM0sbWUIf20FZulH/CO98+1seLLV4Zv5Mc5xdSgFl8b7AWnV1K89MNDLHs7xhW2D lUMcn+W60gpbe84AnCrkHOlR9PTYhJRYnMoP4OMioMoJyEk4pKHABFVjAoYQ0Cqz o7+ll3ng7I1VZ7jRnKwBWqSwX8olLTG+wflxT8xDOOXrZunq/X4n+wdVeMzw3N7n FPz0Q0sdqK/zsIU30MQB2bsN26XOvO9bYoPoEkX7LYKfEo8LGZE8SnId5jbJK/rT JmNRCi9Y6ySRPNUJDpXH3pLmn7BiAWar31RBsAzzEpG8gf9e4FZ82X4X3P6hxzXx 4AHfo9FFEMa42fxzZLxeAc3bWjH+Y1905DHJbFXj+nJlJsaX20k= =H9QC -----END PGP SIGNATURE----- --YD3LsXFS42OYHhNZ-- From unknown Thu Aug 14 21:46:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 20 Aug 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator