summaryrefslogtreecommitdiff
path: root/sys-devel/binutils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-15 00:13:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-15 00:13:03 +0000
commit770d63f36dbe1722e0ff9ab55eeca49986f01527 (patch)
treebe9aae0ef5001e4669f914ac9ad9b4eaa4db8500 /sys-devel/binutils
parent4fda045f90a4e301329bddb766e2e12a0b4401de (diff)
gentoo auto-resync : 15:02:2025 - 00:13:02HEADmaster
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r--sys-devel/binutils/Manifest2
-rw-r--r--sys-devel/binutils/binutils-9999.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index d79a6c80b34b..5cd6239b9acc 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -48,5 +48,5 @@ EBUILD binutils-2.43-r2.ebuild 15915 BLAKE2B 8c51957a6b971cbc75764aa2dd73aa45670
EBUILD binutils-2.43.9999.ebuild 16246 BLAKE2B 9a3e64ad92ba503c3a67940f7b518bc0d982b4df6d207850b8267c98ef183f6b0adca7ff4e54f288ba2bad903d3306a37b83446e3576954d552e0b0d68ed618c SHA512 6d030df61ffde1c05b61f218e05781688ca7a1c6775a710ae4b0b210774cf9d472d498ae5254cc0d41d2e0817b8ad42bde6da0596c805f9868bab0c3e9998817
EBUILD binutils-2.44.9999.ebuild 16104 BLAKE2B 7970e788d8343a8eeb273b3a1f4125879a551d4b62fe041299f68fbd2b50c0bb5226f158c50240877598e65797ec832e9661c7ccbe6758268f2e91288994fdc1 SHA512 5a98fba39f9d26b80729c5790c424653086ab7bafbf42619b6ab3b1969653403899acd384948c17698c0f21d35a66049c0b91264fe5ed798f8ca880836a5089f
EBUILD binutils-2.44.ebuild 16103 BLAKE2B 6a6e4e83a0823a13f4068c1c8fbb3d7765302e957eb9d597939d80170aade658e1e8e3f84a183ff358e3439337e8d674adbd1c9feca97c2b207bc20cd1516134 SHA512 ccced1753553afeb9d98038944f9fb9e857fedcd7adf232f9a0e3fd136c38200bdab24d82e11535479ebce5c384b28f5c1e75b20b4e3866e2cd462b618dc24a2
-EBUILD binutils-9999.ebuild 16104 BLAKE2B ea0d6826e206151776ce1d95f5738ef731b2a478567ed65c9a626e7ec8208d67cac3f99624ac1ae5e94cd975cf193cb9919643e04364d86cc588797783abb494 SHA512 346fa05da82fe1653be800d5c8320aac0a9429972f0a6c3a13d36ccbfada711a537f03e9c1e5987396992b73eca29ab655f4dca30714fdfb2c218ce19f27fbfd
+EBUILD binutils-9999.ebuild 16012 BLAKE2B f14fc0568ebf38383f2a14578b6577873205d70b27243212f8766855acce6c4654048cab0cb26b46922219b6721cc1769a1bbe07df71e125ac9d7ff9ed9ba709 SHA512 54897f85cee0e951fa2d1c5b53ab21ad9dacccc1909a9b1416afbf5f11984690ff31d6f404d7a73675bc748f6c3b8200d603c9775ea911795487535ea3775994
MISC metadata.xml 1081 BLAKE2B 84552999d26b3fa492cd1fd9116339229bb88b0132c083355800c65df993650f23cdff42d232a150d36fc9b21b63001198fda9e39bac26459556a04002542069 SHA512 5be692843451ee199cae8e5aae10232de600ef8158190ff067818cc90884aaf7712c1f72941a6c64d19565d39a59190b8eeb770e6d123283b35385f23fc2f93d
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild
index 1593824987f4..bf8d3eccb26f 100644
--- a/sys-devel/binutils/binutils-9999.ebuild
+++ b/sys-devel/binutils/binutils-9999.ebuild
@@ -294,9 +294,9 @@ src_configure() {
# We can enable this by default in future, but it's brand new
# in 2.39 with several bugs:
- # - Doesn't build on musl (https://sourceware.org/bugzilla/show_bug.cgi?id=29477)
- # - No man pages (https://sourceware.org/bugzilla/show_bug.cgi?id=29521)
- # - Broken at runtime without Java (https://sourceware.org/bugzilla/show_bug.cgi?id=29479)
+ # - Doesn't build on musl (https://sourceware.org/PR29477)
+ # - No man pages (https://sourceware.org/PR29521)
+ # - Broken at runtime without Java (https://sourceware.org/PR29479)
# - binutils-config (and this ebuild?) needs adaptation first (https://bugs.gentoo.org/865113)
$(use_enable gprofng)
@@ -310,7 +310,7 @@ src_configure() {
# These hardening options are available from 2.39+ but
# they unconditionally enable the behaviour even on arches
# where e.g. execstacks can't be avoided.
- # See https://sourceware.org/bugzilla/show_bug.cgi?id=29592.
+ # See https://sourceware.org/PR29592.
#
# TODO: Get the logic for this fixed upstream so it doesn't
# create impossible broken combinations on some arches, like mips.