From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 06 08:11:35 2021 Received: (at submit) by debbugs.gnu.org; 6 Jan 2021 13:11:35 +0000 Received: from localhost ([127.0.0.1]:43794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kx8b8-0003iE-Pz for submit@debbugs.gnu.org; Wed, 06 Jan 2021 08:11:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:45294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kx8b7-0003i6-1r for submit@debbugs.gnu.org; Wed, 06 Jan 2021 08:11:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kx8b6-0001Qd-TR for guix-patches@gnu.org; Wed, 06 Jan 2021 08:11:32 -0500 Received: from w4.tutanota.de ([81.3.6.165]:54516) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kx8b4-0007YM-SV for guix-patches@gnu.org; Wed, 06 Jan 2021 08:11:32 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 4747D1060307 for ; Wed, 6 Jan 2021 13:11:28 +0000 (UTC) Date: Wed, 6 Jan 2021 14:11:28 +0100 (CET) From: =?UTF-8?Q?Oskar_K=C3=B6=C3=B6k?= To: Guix Patches Message-ID: Subject: [PATCH] gnu: erlang: Update to 23.2.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_489643_742716364.1609938688090" Received-SPF: pass client-ip=81.3.6.165; envelope-from=oskar@maatriks.ee; helo=w4.tutanota.de 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) ------=_Part_489643_742716364.1609938688090 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit ------=_Part_489643_742716364.1609938688090 Content-Type: text/x-patch; charset=us-ascii; name=0001-gnu-erlang-Update-to-23.2.1.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-erlang-Update-to-23.2.1.patch >From 6d99b83f10852b810f89021fc9e10b85c26815d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20K=C3=B6=C3=B6k?= Date: Wed, 6 Jan 2021 13:42:54 +0100 Subject: [PATCH] gnu: erlang: Update to 23.2.1 * gnu/packages/erlang.scm (erlang): Update to 23.2.1 --- gnu/packages/erlang.scm | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index 93569f3560..28330e8f66 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -40,7 +40,7 @@ (define-public erlang (package (name "erlang") - (version "21.3.8.13") + (version "23.2.1") (source (origin (method git-fetch) ;; The tarball from http://erlang.org/download contains many @@ -52,7 +52,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1dj37vk712dx76y25g13na24wbpn7a5ddmlpf4n51gm10sib54wj")) + "1p3lw4bcm2dph3pf1h4i0d9pzrcfr83r0iadqanxkwbmm1bl11pm")) (patches (search-patches "erlang-man-path.patch")))) (build-system gnu-build-system) (native-inputs @@ -68,7 +68,7 @@ (version-major+minor version) ".tar.gz")) (sha256 (base32 - "0wm1dg1psv1n3gpiwyms06yhsryrnr28p455fp0l1ak8hdf4nipm")))))) + "0rq0rw68f02vckgdiwmvx8bvyv00l81s27cq59i3h79j9prfal2n")))))) (inputs `(("ncurses" ,ncurses) ("openssl" ,openssl) @@ -180,6 +180,14 @@ (lambda _ (invoke "./otp_build" "autoconf") #t)) + (add-after 'autoconf 'patch-configure-script-shell + (lambda _ + (substitute* "configure" + (("cmd_str=\"./configure") + (string-append "cmd_str=\"" + (which "sh") + " ./configure"))) + #t)) (add-after 'install 'patch-erl ;; This only works after install. (lambda* (#:key outputs #:allow-other-keys) -- 2.25.1 ------=_Part_489643_742716364.1609938688090-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 19 15:09:53 2021 Received: (at 45690-done) by debbugs.gnu.org; 19 Jan 2021 20:09:54 +0000 Received: from localhost ([127.0.0.1]:51874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l1xK5-0003u2-M8 for submit@debbugs.gnu.org; Tue, 19 Jan 2021 15:09:53 -0500 Received: from flashner.co.il ([178.62.234.194]:35326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l1xK1-0003tn-B0 for 45690-done@debbugs.gnu.org; Tue, 19 Jan 2021 15:09:52 -0500 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id 43F2040279; Tue, 19 Jan 2021 20:09:43 +0000 (UTC) Date: Tue, 19 Jan 2021 22:08:57 +0200 From: Efraim Flashner To: Oskar =?utf-8?B?S8O2w7Zr?= Subject: Re: [bug#45690] [PATCH] gnu: erlang: Update to 23.2.1 Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="34/SI9+9z0deWDiS" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 45690-done Cc: 45690-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: -1.0 (-) --34/SI9+9z0deWDiS Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I added a copyright line for you and added a mention of the additional phase. Patch pushed! Thanks. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --34/SI9+9z0deWDiS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAHPFYACgkQQarn3Mo9 g1G4PQ/+LrUc04Q8uJkp8hC9QpeDpeZ0aefDo1bj3L/sdoQLpA4aGzV0PujfpoYw /MHo81/+KTECC6n7UFoOaVgxdIJoH46M5M0WUnxCaXimHBIVC3HGOzVTLHTvwq2X 0Gbwv+AIJgTySv/nFaVaanXMqqFjAv85u5JqLNBKnAISAlTLeJnLwifYSzDM1nz7 i4+psD6NArCLAOeRiPiNx3yKoVi4aPG0WUQFmS6Rlpl/wOtoKWl2Xf2YvJV+1Cvm XcaEkNxOl71DHkAx/oY3azs3XSY2tMYuoLBO7Jj6z9jFd2ZlK3JS1PjBYfSvQ2iU lM3E4hDT9eGwINaiP6zRwYjJXNhVlf2b4jHMLHsTjIGxm3uguDN3GGb/mzKIQfhq yHlhyMFsSUVotEcFdfEazVBhf89xBAac7bGd0iZitCYqYP+7k94A+/HEixEDyg1B EpCuOwiUvMBJYoarujyMOSxCf3GU89Oy+Z3fZQ49rw8WKP5r2CPsQIhJrbLINLfg NBI611DkfihWVje1NoYA49+x+lLfyoO3rh8753VlMxISLUwOUQg+i2FFBkLI2AWp jU7jwCnxP/74bfv/9WpRuCFDU4OmaAq1WSyCvMNE/8aSrr3RZ3ASyUlRPAYO0s+P KvrLTRmGMLGTC7W+V8Uz13o2bJmPd0/BhTZp1H+S9UA/Ygez/8A= =qyV3 -----END PGP SIGNATURE----- --34/SI9+9z0deWDiS-- From unknown Sat Aug 16 21:11:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 17 Feb 2021 12:24:16 +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