From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 08 14:17:06 2020 Received: (at submit) by debbugs.gnu.org; 8 Feb 2020 19:17:06 +0000 Received: from localhost ([127.0.0.1]:51825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0VbF-0004WA-Nk for submit@debbugs.gnu.org; Sat, 08 Feb 2020 14:17:06 -0500 Received: from lists.gnu.org ([209.51.188.17]:58280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0SQO-0008H5-Ct for submit@debbugs.gnu.org; Sat, 08 Feb 2020 10:53:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41917) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0SQM-0005XY-Qd for guix-patches@gnu.org; Sat, 08 Feb 2020 10:53:40 -0500 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,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0SQL-0006XP-Df for guix-patches@gnu.org; Sat, 08 Feb 2020 10:53:38 -0500 Received: from cock.li ([2a06:1700:0:b::c0cc]:35594) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j0SQK-0006RA-S7 for guix-patches@gnu.org; Sat, 08 Feb 2020 10:53:37 -0500 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1581177210; bh=LlW41FzNj51XOi/VcNWzC+hQ1Mj+B+I8YRFo0rf0JzA=; h=Date:From:To:Subject:From; b=TX47jEyJuYWujQBCWIEE9dK3BlbeHxKzEVjqqQ6PzrDeVZMKWuPrWIk/BMWSwQW6X ycucgi5z8eyPYkKcPeBp8kSuum0ODXGdhjKPIL+1FC2jOcwrDxu/sTsYmZulYCtB/m vg/pNs2/OS1CrQZOsFvLAMrrWPcKBZpnGMOFmbWTscJQpDN51hYW1KTqBbkXG1EUfR UNlbTakKHCSs8+aRJz3/r5jy0DS3oux7fdzBHfcNxTd9ktijIhInhXP7ToNJEh+M9L Nuh1xWakkVk6eVBUKqR86fNnibnfcdiK4D/KSIx7Hsx5UTvOa0cToIqUb3Lz22ihpq RePvsJoVXUvYQ== Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 08 Feb 2020 16:53:30 +0100 From: pinoaffe@airmail.cc To: guix-patches@gnu.org Subject: [PATCH] update radare2 and cutter versions Message-ID: X-Sender: pinoaffe@airmail.cc User-Agent: Roundcube Webmail/1.3.10 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a06:1700:0:b::c0cc X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 08 Feb 2020 14:17:04 -0500 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.8 (/) update radare2 and cutter, they need to be updated at the same time since old cutter doesn't build with new radare2 and new cutter doesn't build with old radare2 --- gnu/packages/engineering.scm | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 4db8109249..f76c2800e4 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1270,14 +1270,16 @@ bindings for Python, Java, OCaml and more.") (define-public radare2 (package (name "radare2") - (version "3.5.1") + (version "4.2.1") (source (origin - (method url-fetch) - (uri (string-append "https://radare.mikelloc.com/get/" version "/" - "radare2-" version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/radareorg/radare2") + (commit version))) (sha256 (base32 - "174x5545fw2nyf000gd46hi7rx2bn3bw5bsnvizn9yi99pn7m4mw")) + "14b9433cgc2nabhz836zfgvgh2dwailcmvy05krsa0inmzbvx9fg")) + (file-name (string-append name "-" version "-checkout")) (modules '((guix build utils))) (snippet '(begin @@ -1290,7 +1292,7 @@ bindings for Python, Java, OCaml and more.") #t)))) (build-system gnu-build-system) (arguments - '(#:tests? #f ; tests require git and network access + '(#:tests? #f ; tests require git and network access #:phases (modify-phases %standard-phases (add-before 'configure 'mklibdir @@ -1312,7 +1314,7 @@ bindings for Python, Java, OCaml and more.") (home-page "https://radare.org/") (synopsis "Portable reversing framework") (description - "Radare project started as a forensics tool, a scriptable commandline + "Radare project started as a forensics tool, a scriptable commandline hexadecimal editor able to open disk files, but later support for analyzing binaries, disassembling code, debugging programs, attaching to remote gdb servers, ...") @@ -2089,7 +2091,7 @@ simulation.") (define-public cutter (package (name "cutter") - (version "1.8.3") + (version "1.10.1") (source (origin (method git-fetch) @@ -2099,7 +2101,7 @@ simulation.") (file-name (git-file-name name version)) (sha256 (base32 - "03f3cdckh51anx9gd1b0ndb2fg7061hqngvygf32ky29mm2m2lyv")))) + "1gvsrcskcdd1hxrjpkpc657anmfs25f174vxk4wzvn385rnmrxd3")))) (build-system gnu-build-system) (arguments `(#:phases -- 2.25.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 15 07:37:59 2020 Received: (at 39514) by debbugs.gnu.org; 15 Feb 2020 12:37:59 +0000 Received: from localhost ([127.0.0.1]:35081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j2whq-00080x-Ue for submit@debbugs.gnu.org; Sat, 15 Feb 2020 07:37:59 -0500 Received: from tobias.gr ([80.241.217.52]:42040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j2who-00080n-9O for 39514@debbugs.gnu.org; Sat, 15 Feb 2020 07:37:57 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id f1b4668e; Sat, 15 Feb 2020 12:37:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=9rdIzQxATUfesWnQ3ftuht 49zlJ9caAFrBZFmx8xjiE=; b=GLqC0Ozc0VfF8xkYLTZKqo4/V+HPu/v3kXHlnC aKNfytxj20SzheUENXeyL0+ULwwuHB9gAWdtqdg1EnNltDd7pTEMtTenpJf4uB2n 61DL2wjNd+07ihYegDKCbSoW9yiommr4MGSGGlLK+E3QkdMQL8ju4QFNHx8w73mc ajPiznDOegfTWyneSqpHhbrUFhC+IDzRfI62NT9tPpthZpauFFx3/kZ7eKhpjFVy ww73qo6blLtO7zIVYxs3lRPhR5nLMSTSBNOjFPPX+eUQZUoiH3Z4iexIZ4FOqNaN fazZb1S20mQEh4siKj2Dq9H0u9KdKNwA0cqwVD1TuBV3UGFg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 30998b03 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 15 Feb 2020 12:37:54 +0000 (UTC) From: Tobias Geerinckx-Rice To: pinoaffe@airmail.cc, 39514@debbugs.gnu.org Subject: Re: [bug#39514] [PATCH] update radare2 and cutter versions References: In-reply-to: Date: Sat, 15 Feb 2020 13:38:15 +0100 Message-ID: <87blq0gh54.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 39514 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: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Pinoaffe, pinoaffe@airmail.cc =E5=86=99=E9=81=93=EF=BC=9A > update radare2 and cutter, they need to be updated at the same=20 > time > since old cutter doesn't build with new radare2 and new cutter=20 > doesn't > build with old radare2 This is a good reason not to separate the two, although I'm unsure=20 what the commit message would look like. > - (version "3.5.1") > + (version "4.2.1") Confusingly, their =E2=80=98releases=E2=80=99 page[0] lists 4.2.0 as =E2=80= =98Latest=20 release=E2=80=99. As GitHub actively encourages poor release management=20 this might just be an oversight, but it would be nice if this were=20 clarified. Is 4.2.1 generally accepted as the current stable=20 release? > + (file-name (string-append name "-" version=20 > "-checkout")) There's a (git-file-name name version) helper that will do the=20 same thing, prettier. > (description > - "Radare project started as a forensics tool, a scriptable > commandline > + "Radare project started as a forensics tool, a scriptable I'm going to improve the radare2 description on master so this=20 hunk can be dropped. Would you be willing to send a V2 patch to this bug number (and=20 think of a good commit message following our standards[1])?=20=20 Kind regards, T G-R [0]: https://github.com/radareorg/radare2/releasesu [1]: https://guix.gnu.org/manual/en/guix.html#Submitting-Patches --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl5H5jcACgkQ2Imw8BjF STw8ng//Q4tjKgP9iooHdG6OSsgAZ08lZXaJfuR6nnkdcAmQLYWA8vqDvQbiCpep 0E0xWJ85IH2q+RhSAHFyRVDVYq/Bqp6/Hd5c/4wNAVJuQZ8qgHlLy9X5Gfxr8afn 46V56rqJVZs4ludKrhReHObRh9MHPvXVbK7vVl043BPeMu/0riyMkuYlqgdnPD2P rfFAKf/6btqwsuz/O+elJXEuQDn186QX/ElzJr6e7jmlFPpacp6/8iZOTJ1F5o0y He+d99kvSqAxtVTWb7dWBoNlpHR+BppfTuHl7kxJR809S3/7fOEIs6V/pn8MFG+t cJIJbcQUyCg+GjyxxOypEPr6lQ4nIFFVyiIkl905S+mlIqAwTe/KgFlqyx7oMLO8 kiQx+dMXexFNFTwFNgGYcJ9ppgc1BgfYqM8ufhc1ih7G1nNq4dhGPNfw086oYI2X Q7MLHzcQTk3xMOj+dEsCVj9BwgHtlD4UrcZRI9N7e7ZFZe0OpsH8uH/TdOWv5u+b J/yT8uqfN2oSDi8Kd6tiKmGtHqT/3P6pdxV678IWFFua1my/bYhjHYPnhLNu4cIT XAFhaHaf6OEN5EkqENu5eyIXENb4dRtf8S/9J7hyPGB8FT4VM8CmOKttnDVligG+ 6m5HJOpDcr6FeW1A2c/eRx1ptJ5szS2IFEK2p6RVKAhGLprNEvE= =zUXp -----END PGP SIGNATURE----- --=-=-=-- From kuba@kadziolka.net Sat Mar 28 19:14:19 2020 Received: (at 39514-done) by debbugs.gnu.org; 30 Mar 2020 02:35:33 +0000 Received: from pat.zlotemysli.pl ([37.59.186.212]:43342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jIKee-0002gW-GQ for 39514-done@debbugs.gnu.org; Sat, 28 Mar 2020 19:14:19 -0400 Received: (qmail 16031 invoked by uid 1009); 29 Mar 2020 00:14:14 +0100 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25764. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.022424 secs); 28 Mar 2020 23:14:14 -0000 Received: from unknown (HELO gravity) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with SMTP; 29 Mar 2020 00:14:14 +0100 Date: Sun, 29 Mar 2020 00:14:13 +0100 From: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= To: 39514-done@debbugs.gnu.org Subject: Done: [PATCH] update radare2 and cutter versions Message-ID: <20200328231413.mdgxxarayn4jrlnx@gravity> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ptrqec2jsbhu7vky" Content-Disposition: inline X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39514-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: , X-List-Received-Date: Sat, 28 Mar 2020 23:14:19 -0000 --ptrqec2jsbhu7vky Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable These got pushed as two commits about a week ago by Ludovic, but it seems he forgot to close the bug. For reference: commit 6f3475655a60e25328d6fc8a1ce4af19620f0a02 Author: pinoaffe@airmail.cc Date: Sat Mar 21 08:58:35 2020 +0000 gnu: cutter: Update to 1.10.1. * gnu/packages/engineering.scm (cutter): Update to 1.10.1. Signed-off-by: Ludovic Court=E8s commit fcc10cb2cbde9c104d394167ba354b0c9f2cd752 Author: pinoaffe@airmail.cc Date: Sat Mar 21 08:57:21 2020 +0000 gnu: radare2: Update to 4.2.1. * gnu/packages/engineering.scm (radare2): Update to 4.2.1. Signed-off-by: Ludovic Court=E8s --ptrqec2jsbhu7vky Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl5/2kUACgkQ4xWnWEYT FWS5Sg/+PbgxqcbSKvjS5hitTvtCzu9etdmTGNjlAMtE+9LefHrH2KAoyvboQ6Ty cl9E/aYWEgp4xgpQvG3hJYr2LuhE6XbKkWFNgV7U3REsxH2dluifSBITjqE+b7QT VxK7TKSZ4ROO/Nf2hV5REFS8wJrX3aHQCdz9ySetFlevm5SMINpQXY0AIVNqyiEw UENFdyxGCERKlkvfC588KsfTOsR+ooZ+7ZYaWw5Lf4neJmQvtq2E9JV2yXJeEdVX 5h00uoUIKL1J1GsZjiaviwDiET6LYxkVQKbSbBpBip2fWPRJeVPoOexsi/1f3ZDE QM88K6oNouzsosqcf+tVif7TvpYyXqotXgWuPBYmiZ2vYZ0fwQ5lJB0iiv2pmHq+ 0tNaJAMQ0QLay8Z5GTtZk0EfwnhR7bPOUlMsunxWVgNkVclrsAR3Fs7wJ1ZfuBv6 7ff65QYf9/mBSC3VStSsbi7QxGYTpzGlnHPnsNTogYQOMoDv1pBwUsIU0uAj3vZt abiRXo/H5Xk/7GpAIwmRa4DYhdYQTRjvHccajjsiM/n7h3skfLthxGd6R55ay7M6 3P11qlNs9t/NbK0x7Df1zs3nKFcoNPOcmp3dEvm90s3RyY26kO6Fa3GxehAjM2Sk jsGBU4dabVt4Yi+X6sZA3VooYS//lG971uJ6V9senqmbYqBvC/0= =I01p -----END PGP SIGNATURE----- --ptrqec2jsbhu7vky-- From unknown Fri Sep 12 06:30:25 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, 27 Apr 2020 11:24:05 +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