[PATCH] gnu: binutils: Update to 2.36.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210215195121.589-1-vincent.legoll@gmail.com
* gnu/packages/base.scm (binutils): Update to 2.36.1.
---
gnu/packages/base.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 09cf401617..efaa7cc282 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -498,14 +498,14 @@ change. GNU make offers many powerful extensions over the standard utility.")
(define-public binutils
(package
(name "binutils")
- (version "2.36")
+ (version "2.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/binutils/binutils-"
version ".tar.bz2"))
(sha256
(base32
- "13cfscz165p0spals44nzdhjl8l9c9yyixysjajqrhksvj8gd7i0"))
+ "18ypqr5y48vxqg9mkz1c47798jp1xb1d4vfpmfq8vkihkvkx4jsv"))
(patches (search-patches "binutils-loongson-workaround.patch"))))
(build-system gnu-build-system)
--
2.30.0
Vincent Legoll wrote 4 years ago
Re: bug#46542: Acknowledgement ([PATCH] gnu: binutils: Update to 2.36.1.)
(address . 46542@debbugs.gnu.org)
CAEwRq=ow_too4daA4=F0g_QV9NZ+V29a9RuLmQ3wjv_J25S=yg@mail.gmail.com
This is for core-updates

I rebuilt successfuly tar, file & lsof with it (which
also rebuilt other intermediate packages)


On Mon, Feb 15, 2021 at 8:52 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
Toggle quote (25 lines)
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 46542@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 46542: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46542
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems



--
Vincent Legoll
Leo Famulari wrote 4 years ago
Re: [bug#46542] [PATCH] gnu: binutils: Update to 2.36.1.
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 46542-done@debbugs.gnu.org)
YDFV50s0IkCdKnHP@jasmine.lan
On Mon, Feb 15, 2021 at 08:51:21PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/base.scm (binutils): Update to 2.36.1.

Pushed by Efraim as 49760714fce76e8a66f068b136b7f408a9116ec2
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46542@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46542
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help