From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 20 14:10:13 2020 Received: (at submit) by debbugs.gnu.org; 20 Jul 2020 18:10:13 +0000 Received: from localhost ([127.0.0.1]:36029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxaEu-00064L-PM for submit@debbugs.gnu.org; Mon, 20 Jul 2020 14:10:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:56742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxaEr-00064C-6L for submit@debbugs.gnu.org; Mon, 20 Jul 2020 14:10:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59408) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxaEp-0000Rp-Ft for guix-patches@gnu.org; Mon, 20 Jul 2020 14:10:08 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:32804) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxaEn-0001t7-3c for guix-patches@gnu.org; Mon, 20 Jul 2020 14:10:07 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jxaEj-0000l2-Eo; Mon, 20 Jul 2020 20:10:01 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1jxaEi-0000VE-Fu for guix-patches@gnu.org; Mon, 20 Jul 2020 20:10:01 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH core-updates] gnu: file: Update to 5.39. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Mon, 20 Jul 2020 20:09:52 +0200 Message-ID: <87sgdmawi7.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1595268603;27c12d3e; X-HE-SMSGID: 1jxaEj-0000l2-Eo Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/20 12:24:25 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-file-Update-to-5.39.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: file: Update to 5.39. From=20d637be548717c72428f6b46de2b15085c703d73c Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Mon, 20 Jul 2020 20:05:57 +0200 Subject: [PATCH] gnu: file: Update to 5.39. * gnu/packages/file.scm (file): Update to 5.39. =2D-- gnu/packages/file.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm index bac951f9c5..bed272ae35 100644 =2D-- a/gnu/packages/file.scm +++ b/gnu/packages/file.scm @@ -4,6 +4,7 @@ ;;; Copyright =C2=A9 2016, 2017 Efraim Flashner ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Efraim Flashner +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -30,14 +31,14 @@ (define-public file (package (name "file") =2D (version "5.38") + (version "5.39") (source (origin (method url-fetch) (uri (string-append "ftp://ftp.astron.com/pub/file/file-" version ".tar.gz")) (sha256 (base32 =2D "0d7s376b4xqymnrsjxi3nsv3f5v89pzfspzml2pcajdk5by2yg2r"))= )) + "1lgs2w2sgamzf27kz5h7pajz7v62554q21fbs11n4mfrfrm2hpgh")))) (build-system gnu-build-system) =20 ;; When cross-compiling, this package depends upon a native install of =2D-=20 2.27.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 GNU Emacs is an old-school C program emulating a 1980s Symbolics Lisp Machine emulating an old-fashioned Motif-style Xt toolkit emulating a 1970s text terminal emulating a 1960s teletype. (Daniel Colascione) --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8V3fAACgkQfHr/vv7y yyWs+QgAi4AiQyfJrEaHuXT52B8wz2a30qgF0fjj3DuvjtsMSANOSKP4jF94fuU4 eDq6QLtBym5XCFaCfSZgy/kOwOFofuqgLF2a3o9knpAL7Hu7XjK4qvlJu0kQvoC4 LeB42jI0Ro+24fozFKCF0H2yqfAQKolDscCQTWlz/5quHh/P2S3RUkPMitHBC1FV c2wGjWByZM/JmH5GWJNbhrsnKHG7piCisWbCf/HvHoJNJ5XTBPiIAEIATswdUB+5 +sScAhzRy1jFCzgHUz2/Jy1XjKRKMY5GBIou4D2sao8poZsPz84vRmroDq1KnlOL GqEi3pz0979rpLOMHbcmRTWcHi1xrA== =3B4W -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 27 05:23:42 2020 Received: (at 42444-done) by debbugs.gnu.org; 27 Jul 2020 09:23:42 +0000 Received: from localhost ([127.0.0.1]:54020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzzME-00069i-0N for submit@debbugs.gnu.org; Mon, 27 Jul 2020 05:23:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzzMB-00069Q-8o for 42444-done@debbugs.gnu.org; Mon, 27 Jul 2020 05:23:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52803) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzzM5-0002qE-M1; Mon, 27 Jul 2020 05:23:33 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38848 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jzzM4-000742-Ue; Mon, 27 Jul 2020 05:23:33 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#42444] [PATCH core-updates] gnu: file: Update to 5.39. References: <87sgdmawi7.fsf@rohleder.de> Date: Mon, 27 Jul 2020 11:23:31 +0200 In-Reply-To: <87sgdmawi7.fsf@rohleder.de> (Michael Rohleder's message of "Mon, 20 Jul 2020 20:09:52 +0200") Message-ID: <877dup1fcc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) 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: 42444-done Cc: 42444-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, Michael Rohleder skribis: > From d637be548717c72428f6b46de2b15085c703d73c Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Mon, 20 Jul 2020 20:05:57 +0200 > Subject: [PATCH] gnu: file: Update to 5.39. > > * gnu/packages/file.scm (file): Update to 5.39. Pushed, thanks! Ludo=E2=80=99. From unknown Sun Jun 22 00:06:32 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, 24 Aug 2020 11:24:06 +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