Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
binutils
Commits:
40cacd83 by Frederik Schwan at 2025-11-12T15:14:14+01:00
upgpkg: 2.45.1-1: binutils 2.45.1 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = binutils
pkgdesc = A set of programs to assemble and manipulate binary and
object files
- pkgver = 2.45+r29+g2b2e51a31ec7
+ pkgver = 2.45.1
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = x86_64
@@ -29,11 +29,11 @@ pkgbase = binutils
options = !distcc
options = !ccache
backup = etc/gprofng.rc
- source =
git+https://sourceware.org/git/binutils-gdb.git#commit=2b2e51a31ec7c48ef830f7e8415b42d4b95e335a
+ source =
git+https://sourceware.org/git/binutils-gdb.git#commit=48324fde1e284293dd3d570dba597cb644921c92
source = gold-warn-unsupported.patch
source = 0001-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums =
2ff220ec18e2dd9462b5fdb788f46283cc51de4f028d9137eab5a5dd5b7edc36
+ sha256sums =
3e2351760a32f1739f0683da1d4b43e74b42e117867225b88c41c07af6aeec9e
sha256sums =
2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4
sha256sums =
cd1816becb0e992ebc09f2ff66050e4b92fad33f0b7acc833cf513f4e4791d1a
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
# toolchain build order:
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
pkgname=binutils
-pkgver=2.45+r29+g2b2e51a31ec7
-_commit=2b2e51a31ec7c48ef830f7e8415b42d4b95e335a
+pkgver=2.45.1
+_commit=48324fde1e284293dd3d570dba597cb644921c92
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files'
arch=(x86_64)
@@ -55,14 +55,14 @@ source=(
gold-warn-unsupported.patch
0001-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch
)
-sha256sums=('2ff220ec18e2dd9462b5fdb788f46283cc51de4f028d9137eab5a5dd5b7edc36'
+sha256sums=('3e2351760a32f1739f0683da1d4b43e74b42e117867225b88c41c07af6aeec9e'
'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4'
'cd1816becb0e992ebc09f2ff66050e4b92fad33f0b7acc833cf513f4e4791d1a')
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
pkgver() {
cd binutils-gdb
- git describe --abbrev=12 --tags | sed
's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./'
+ git describe --abbrev=12 --tags | sed
's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./g'
}
prepare() {
@@ -79,9 +79,6 @@ prepare() {
# unsupported targets. This allows the binutils to be built with
# BPF support enabled.
patch -Np1 < ../gold-warn-unsupported.patch
-
- # fix https://sourceware.org/bugzilla/show_bug.cgi?id=33246
- patch -Np1 < ../0001-strip-Don-t-treat-fat-IR-objects-as-plugin-object.patch
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/40cacd83a15c64680390b2ae9bb5e68a1331121e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/40cacd83a15c64680390b2ae9bb5e68a1331121e
You're receiving this email because of your account on gitlab.archlinux.org.