From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42001) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDb1X-0003zR-Pm for guix-patches@gnu.org; Thu, 26 Sep 2019 17:10:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDb1W-0005GU-Ud for guix-patches@gnu.org; Thu, 26 Sep 2019 17:10:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36589) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDb1W-0005GQ-RR for guix-patches@gnu.org; Thu, 26 Sep 2019 17:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iDb1W-0000fW-Jc for guix-patches@gnu.org; Thu, 26 Sep 2019 17:10:02 -0400 Subject: [bug#37457] [PATCH] gnu: Add makeself-safeextract. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190919103552.1415-1-mail@ambrevar.xyz> Date: Thu, 26 Sep 2019 23:09:42 +0200 In-Reply-To: <20190919103552.1415-1-mail@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 19 Sep 2019 12:35:52 +0200") Message-ID: <87k19uix2h.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 37457@debbugs.gnu.org Hello, Pierre Neidhardt skribis: > * gnu/packages/compression.scm (makeself-safeextract): New variable. [...] > + (synopsis "Extract makeself and mojo archives without running untr= usted code") > + (description "A simple script to unpack makeself-generated > +self-extractors without running the possibly untrusted shell script.") What about: This package provides a script to unpack self-extracting archives generated by @command{makeself} or @command{mojo} without running the possibly untrusted extraction shell script. ? (I didn=E2=80=99t know about these things.) Otherwise LGTM, thanks! Ludo=E2=80=99.