[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9442: update binutils to 2.41
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9442: update binutils to 2.41 |
Date: |
Sun, 30 Jul 2023 14:57:03 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9442
revision-id: carlhansen1234@gmail.com-20230730185658-uuv09cak4p7m1n4v
parent: carlhansen1234@gmail.com-20230729194121-tq42gpkld5fvie04
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2023-07-30 11:56:58 -0700
message:
update binutils to 2.41
modified:
pkg/gnu/binutils/Makefile makefile-20160617014725-uokjfnggs70iry9h-456
pkg/gnu/binutils/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-459
=== modified file 'pkg/gnu/binutils/Makefile'
--- a/pkg/gnu/binutils/Makefile 2023-01-16 18:34:14 +0000
+++ b/pkg/gnu/binutils/Makefile 2023-07-30 18:56:58 +0000
@@ -1,5 +1,5 @@
# Copyright ©2013, 2015, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright ©2017, 2018, 2019, 2020, 2021, 2022, 2023 Carl Hansen
<carlhansen@gnu.org>
+# Copyright ©2017-2023 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -22,30 +22,30 @@
NAME = Binutils
GARNAME = binutils
-GARVERSION = 2.40
+GARVERSION = 2.41
HOME_URL = http://www.gnu.org/software/binutils/
DESCRIPTION = Binary utilities: bfd, gas, gprof, ld, nm, objdump etc.
-define BLURB
+define BLURB
GNU Binutils is a collection of tools for working with binary files.
Perhaps the most notable are "ld", a linker, and "as", an assembler.
-Other tools include programs to display binary profiling information, list
-the strings in a binary file, and utilities for working with archives.
-The "bfd" library for working with executable and object formats is also
-included. Programs: addr2line ar as c++filt elfedit gprof ld ld.bfd nm
-objcopy objdump ranlib readelf size strings strip
+Other tools include programs to display binary profiling information,
+list the strings in a binary file, and utilities for working with
+archives. The "bfd" library for working with executable and object
+formats is also included. Programs: addr2line ar as c++filt dwp elfedit
+gp-archive gp-collect-app gp-display-html gp-display-src gp-display-text
+gprof gprofng ld ld.bfd ld.gold nm objcopy objdump ranlib readelf size
+strings strip
endef
-
######################################################################
MASTER_SITES = $(MASTER_GNU)
MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.bz2
+DISTFILES = $(DISTNAME).tar.lz
SIGFILES = $(DISTFILES).sig
-INFO_FILES = as.info bfd.info binutils.info ld.info \
- gprof.info gprofng.info ctf-spec.info sframe-spec.info
-
+INFO_FILES = binutils.info ld.info as.info bfd.info ldint.info \
+ gprof.info gprofng.info ctf-spec.info sframe-spec.info
BUILDDEPS =
LIBDEPS =
=== modified file 'pkg/gnu/binutils/sha256sums'
--- a/pkg/gnu/binutils/sha256sums 2023-01-15 00:39:44 +0000
+++ b/pkg/gnu/binutils/sha256sums 2023-07-30 18:56:58 +0000
@@ -1,2 +1,2 @@
-f8298eb153a4b37d112e945aa5cb2850040bcf26a3ea65b5a715c83afe05e48a
download/binutils-2.40.tar.bz2
-f8abdb11141faf0cec3cba64ff9d07158a9b6bc45b48f5236501f7d64edcb781
download/binutils-2.40.tar.bz2.sig
+eab3444055882ed5eb04e2743d03f0c0e1bc950197a4ddd31898cd5a2843d065
download/binutils-2.41.tar.lz
+2c13b50fc6e51d1044a6734e13e30c3cfdb02edd146552276e793b44a5e39c87
download/binutils-2.41.tar.lz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9442: update binutils to 2.41,
Carl Hansen <=