From unknown Wed Jun 18 23:11:42 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#73064 <73064@debbugs.gnu.org> To: bug#73064 <73064@debbugs.gnu.org> Subject: Status: [PATCH 0/1] gnu: oksh: Update to 7.5. Reply-To: bug#73064 <73064@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:11:42 +0000 retitle 73064 [PATCH 0/1] gnu: oksh: Update to 7.5. reassign 73064 guix-patches submitter 73064 Luis Henriques severity 73064 normal tag 73064 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 05 17:57:27 2024 Received: (at submit) by debbugs.gnu.org; 5 Sep 2024 21:57:27 +0000 Received: from localhost ([127.0.0.1]:38465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smKTm-0005o1-R8 for submit@debbugs.gnu.org; Thu, 05 Sep 2024 17:57:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:54642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smKTk-0005nt-Kz for submit@debbugs.gnu.org; Thu, 05 Sep 2024 17:57:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1smKSg-0005d5-AE for guix-patches@gnu.org; Thu, 05 Sep 2024 17:56:18 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1smKSe-0006C5-0g for guix-patches@gnu.org; Thu, 05 Sep 2024 17:56:18 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4X0CqC6c3cz9shl; Thu, 5 Sep 2024 23:56:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=camandro.org; s=MBO0001; t=1725573367; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=IwnGK4x8cFNQk2iLt2QmLMx6IWYBL+/Okw8OAjkRWZA=; b=11osrq6L5ESAM/+keZPju7iL4tFD/yPztW9HsNBmlfgfYyQ+PpVqI7LFQmLSQ1rJNB2bKt YHH8+dsFHCT5R1c5DKdoJ1S4+79l8q4VfYPffqoKv4Q+Lw0o7Awe1t9E2cjDWxoiakC9Fx 24B0T6SQfRs1r5wXgvfVaW17V3HYIs6HpIw9UdaNtzceb10JraT28SqB5nM0wLnnakW3gP qwmiIyD7sGpx+wi/51tEccZ8bffecIDZVSqE8Nyyb2XQbai6jZRytb9swa/Ff1VXvkbGOO 8x/oiCdCL2k3SqzbdEPck5yGVH6LnN/qro0a9kEPS3nLA4XJrpmNvEGVSK0HWQ== From: Luis Henriques To: guix-patches@gnu.org Subject: [PATCH 0/1] gnu: oksh: Update to 7.5. Date: Thu, 5 Sep 2024 22:56:03 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=80.241.56.152; envelope-from=henrix@camandro.org; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Lu=C3=ADs=20Henriques?= 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: -2.3 (--) From: Luís Henriques Hi! I'm sending an update (my first patch!) to the oksh shell. To be honest, this package confuses me because it's not what I would expect it to be. I _think_ this should be the OpenBSD portable oksh, but the information in the package definition isn't correct (not even the license). So, I may be missing something. Luís Henriques (1): gnu: oksh: Update to 7.5. gnu/packages/shells.scm | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) base-commit: 993d6d2e7be4dac738629c76a51058f4dc5bc449 -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 05 17:59:53 2024 Received: (at 73064) by debbugs.gnu.org; 5 Sep 2024 21:59:53 +0000 Received: from localhost ([127.0.0.1]:38470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smKW9-0005ui-9x for submit@debbugs.gnu.org; Thu, 05 Sep 2024 17:59:53 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:50668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smKW6-0005uA-7x for 73064@debbugs.gnu.org; Thu, 05 Sep 2024 17:59:51 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4X0Ct25Lf4z9slF; Thu, 5 Sep 2024 23:58:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=camandro.org; s=MBO0001; t=1725573514; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ab295SltDzHO61ZjQH8+eibj1y91ZDUI0yXn7n6o8MM=; b=R5ji8iNX0P+AadhLQNL2TlweKyCuf+P+oWbVeKVdjmI8LQgYN3QX+NVztHk7mikDQdFC8z VUvjijm7ii1RQCHJ3nrG6uqLRLsnHVlNHF2aAOxhIBmL0A2yoeC2KCWwTNZV+RvGtwOcqo rm6wdD/PybALLjPgTNgACM1MOLwlJ5jUKI5YZbHHWQiYLFSPDfE2nygKTMTYE74sWWCcoZ B03tnVIT24or2looJtDyJgff62WKU9A0poNgpky13SiTIft3qU/J9/s3tx/AjZxDWlqB7m FhVAQZvtqAHnBbOpQ8+lMyfQjdBkH7/gVP20zC3tYN9QK9RPGsM+bfkXDSBUag== From: Luis Henriques To: 73064@debbugs.gnu.org Subject: [PATCH 1/1] gnu: oksh: Update to 7.5. Date: Thu, 5 Sep 2024 22:58:25 +0100 Message-ID: <4b092e428356b7bb01a8bb02cf2f44d8f3db5b5e.1725572605.git.henrix@camandro.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4X0Ct25Lf4z9slF X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 73064 Cc: =?UTF-8?q?Lu=C3=ADs=20Henriques?= 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: -1.7 (-) From: Luís Henriques * gnu/packages/shells.scm (oksh): Update to 7.5. [source]: Download from github official portable oksh project. [home-page]: Updated to maintaners url. [synopsis, description]: Improved with text from oksh README. [license]: Fixed license. Change-Id: I06f7b6210b6d725678452c5130b09c3fb382ebca --- gnu/packages/shells.scm | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index ec15f9d21f..b44756ffa4 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -25,6 +25,7 @@ ;;; Copyright © 2023 Jaeme Sifat ;;; Copyright © 2024 Tanguy Le Carrour ;;; Copyright © 2024 Vinicius Monego +;;; Copyright © 2024 Luís Henriques ;;; ;;; This file is part of GNU Guix. ;;; @@ -820,25 +821,32 @@ (define-public s-shell (define-public oksh (package (name "oksh") - (version "0.5.9") + (version "7.5") (source (origin (method url-fetch) - (uri (string-append "https://connochaetos.org/oksh/oksh-" - version ".tar.gz")) + (uri (string-append + "https://github.com/ibara/oksh/releases/download/oksh-" + version "/oksh-" version ".tar.gz")) (sha256 (base32 - "0ln9yf6pxngsviqszv8klnnvn8vcpplvj1njdn8xr2y8frkbw8r3")))) + "0pgdxvy8jgydsyzk7vcc93pm09bihqvrn3i35gz1ncg9z31rbf20")))) (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") + `(#:tests? #f)) ; there are no tests available + (home-page "https://github.com/ibara/oksh") + (synopsis "Portable 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 license:gpl3+))) + "Oksh is a portable OpenBSD ksh. Not an official OpenBSD project. +Unlike other ports of OpenBSD ksh, this port is entirely self-contained +and aims to be maximally portable across operating systems and C compilers.") + (license (list license:public-domain + ;; asprintf.c, issetugid.c, reallocarray.c, sh.1, + ;; strlcat.c, strlcpy.c, strtonum.c + license:isc + ;; confstr.c, siglist.c, signame.c, sys-queue.h, unvis.c, + ;; vis.c, vis.h + license:bsd-3)))) (define-public loksh (package -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 16 04:21:52 2024 Received: (at 73064-done) by debbugs.gnu.org; 16 Sep 2024 08:21:52 +0000 Received: from localhost ([127.0.0.1]:51044 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sq6zY-0008CJ-4N for submit@debbugs.gnu.org; Mon, 16 Sep 2024 04:21:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sq6zW-0008C4-Ue for 73064-done@debbugs.gnu.org; Mon, 16 Sep 2024 04:21:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sq6x7-0000Kw-Dj; Mon, 16 Sep 2024 04:19:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=Ly0x2tke8OUWOCIQVLXy4F8AApx3rZVjhnio0eZJHEQ=; b=p5UYLNHXxQHYTE2H0mD9 +cpx09qDJosfsKWjvsbDR84uOWQ0Y9QCDGB6rEKFBkte4BZFJQKBhHBF+SOnodW41Ppo9LClbZBek BCm6jsWO8uIUre0L2NXf23X5xG5nlhMHfXD9mq3Ex9uhOW4l51YDAOroXMjg9Vf0sVKH5KvHOANDs icYCYKzWudDvPPmgzIo6hsJRMZda2KtU3AQF4O0w1nAe3sgVgEmHvvKNmcqpEfG5x4AmWkIB2KK8h 5YXNJ27sc7GbKzdO8RIb7RqqvDQZQosa23+OU6/e/bH+DkRruV3tZzulxoAP2YTh15YPgu4rK7cp+ OzqMiBo+wNBtxA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Luis Henriques Subject: Re: [bug#73064] [PATCH 1/1] gnu: oksh: Update to 7.5. In-Reply-To: <4b092e428356b7bb01a8bb02cf2f44d8f3db5b5e.1725572605.git.henrix@camandro.org> (Luis Henriques's message of "Thu, 5 Sep 2024 22:58:25 +0100") References: <4b092e428356b7bb01a8bb02cf2f44d8f3db5b5e.1725572605.git.henrix@camandro.org> Date: Mon, 16 Sep 2024 10:19:17 +0200 Message-ID: <87h6ag9fju.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 73064-done Cc: 73064-done@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: -3.3 (---) Hi Luis, Luis Henriques skribis: > From: Lu=C3=ADs Henriques > > * gnu/packages/shells.scm (oksh): Update to 7.5. > [source]: Download from github official portable oksh project. > [home-page]: Updated to maintaners url. > [synopsis, description]: Improved with text from oksh README. > [license]: Fixed license. > > Change-Id: I06f7b6210b6d725678452c5130b09c3fb382ebca Applied, thank you, and welcome! :-) Ludo=E2=80=99. From unknown Wed Jun 18 23:11:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 14 Oct 2024 11:24:10 +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