From 9a2ab2768324e6dbeddad15f17e0b8103eab9125 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 1 Feb 2024 00:34:45 +0000 Subject: [PATCH] core/binutils to 2.42-1 --- core/binutils/.SRCINFO | 38 ++++++++++++++++++++++++++++++++++++++ core/binutils/PKGBUILD | 8 ++++---- 2 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 core/binutils/.SRCINFO diff --git a/core/binutils/.SRCINFO b/core/binutils/.SRCINFO new file mode 100644 index 000000000..3859014f0 --- /dev/null +++ b/core/binutils/.SRCINFO @@ -0,0 +1,38 @@ +pkgbase = binutils + pkgdesc = A set of programs to assemble and manipulate binary and object files + pkgver = 2.42 + pkgrel = 1 + url = https://www.gnu.org/software/binutils/ + arch = x86_64 + license = GPL-2.0-or-later + license = GPL-3.0-or-later + license = LGPL-2.0-or-later + license = LGPL-3.0-or-later + license = GFDL-1.3 + license = FSFAP + checkdepends = dejagnu + checkdepends = debuginfod + checkdepends = bc + makedepends = git + depends = glibc + depends = jansson + depends = libelf + depends = zlib + depends = zstd + optdepends = debuginfod: for debuginfod server/client functionality + provides = libctf.so + provides = libgprofng.so + provides = libsframe.so + conflicts = binutils-multilib + replaces = binutils-multilib + options = staticlibs + options = !distcc + options = !ccache + backup = etc/gprofng.rc + source = git+https://sourceware.org/git/binutils-gdb.git#commit=48942a586ebc056bd059d3f63a5eed3a2fa46ab3 + source = gold-warn-unsupported.patch + validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F + sha256sums = SKIP + sha256sums = 2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4 + +pkgname = binutils diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 2af3e2cd7..5eaf42cdf 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -11,13 +11,13 @@ noautobuild=1 pkgname=binutils -pkgver=2.41 -_commit=31b78cc991781265d9404bd55151691bedd6d556 -pkgrel=3 +pkgver=2.42 +_commit=48942a586ebc056bd059d3f63a5eed3a2fa46ab3 +pkgrel=1 pkgdesc='A set of programs to assemble and manipulate binary and object files' arch=(x86_64) url='https://www.gnu.org/software/binutils/' -license=('GPL3' 'GPL' 'FDL1.3' 'custom:FSFAP') +license=(GPL-2.0-or-later GPL-3.0-or-later LGPL-2.0-or-later LGPL-3.0-or-later GFDL-1.3 FSFAP) depends=(glibc jansson libelf zlib zstd) makedepends=(git) checkdepends=(dejagnu debuginfod bc)