From 1c7e0bacf000b35232fe2b17440b44f71097ff4c55903eef3e25f4b71dd1d93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 14 Mar 2022 08:43:31 +0000 Subject: [PATCH] Accepting request 961008 from home:wolfi323:branches:devel:gcc - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. - Update binutils-skip-rpaths.patch: add back fix for boo#1191473, which got lost in the update to 2.38. OBS-URL: https://build.opensuse.org/request/show/961008 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=395 --- binutils-skip-rpaths.patch | 6 ++++-- binutils.changes | 6 ++++++ cross-aarch64-binutils.changes | 6 ++++++ cross-arm-binutils.changes | 6 ++++++ cross-avr-binutils.changes | 6 ++++++ cross-epiphany-binutils.changes | 6 ++++++ cross-hppa-binutils.changes | 6 ++++++ cross-hppa64-binutils.changes | 6 ++++++ cross-i386-binutils.changes | 6 ++++++ cross-ia64-binutils.changes | 6 ++++++ cross-m68k-binutils.changes | 6 ++++++ cross-mips-binutils.changes | 6 ++++++ cross-ppc-binutils.changes | 6 ++++++ cross-ppc64-binutils.changes | 6 ++++++ cross-ppc64le-binutils.changes | 6 ++++++ cross-pru-binutils.changes | 6 ++++++ cross-riscv64-binutils.changes | 6 ++++++ cross-rx-binutils.changes | 6 ++++++ cross-s390-binutils.changes | 6 ++++++ cross-s390x-binutils.changes | 6 ++++++ cross-sparc-binutils.changes | 6 ++++++ cross-sparc64-binutils.changes | 6 ++++++ cross-spu-binutils.changes | 6 ++++++ cross-x86_64-binutils.changes | 6 ++++++ cross-xtensa-binutils.changes | 6 ++++++ 25 files changed, 148 insertions(+), 2 deletions(-) diff --git a/binutils-skip-rpaths.patch b/binutils-skip-rpaths.patch index fc74541..2da9ab0 100644 --- a/binutils-skip-rpaths.patch +++ b/binutils-skip-rpaths.patch @@ -56,7 +56,7 @@ index 2e27cf48a8..7162d0cf91 100644 asection *sinterp; bfd *abfd; struct bfd_link_hash_entry *ehdr_start = NULL; -@@ -1572,7 +1597,65 @@ ldelf_before_allocation (char *audit, char *depaudit, +@@ -1608,7 +1633,67 @@ ldelf_before_allocation (char *audit, char *depaudit, by dynamic linking. */ rpath = command_line.rpath; if (rpath == NULL) @@ -73,12 +73,14 @@ index 2e27cf48a8..7162d0cf91 100644 + fseek (ldso, 0, SEEK_END); + endcur = ftell (ldso); + fseek (ldso, 0, SEEK_SET); -+ dirs = xmalloc (endcur); ++ dirs = xmalloc (endcur + 1); + if (fread (dirs, 1, endcur, ldso) != (size_t) endcur) + { + free (dirs); + dirs = NULL; + } ++ else ++ dirs[endcur] = '\0'; + } + if (dirs) + { diff --git a/binutils.changes b/binutils.changes index 3652992..18ed15d 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 3652992..18ed15d 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 3652992..18ed15d 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 3652992..18ed15d 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 3652992..18ed15d 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 3652992..18ed15d 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 3652992..18ed15d 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 3652992..18ed15d 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 3652992..18ed15d 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 3652992..18ed15d 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 3652992..18ed15d 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 3652992..18ed15d 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 3652992..18ed15d 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 3652992..18ed15d 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-pru-binutils.changes b/cross-pru-binutils.changes index 3652992..18ed15d 100644 --- a/cross-pru-binutils.changes +++ b/cross-pru-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index 3652992..18ed15d 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 3652992..18ed15d 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 3652992..18ed15d 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 3652992..18ed15d 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 3652992..18ed15d 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 3652992..18ed15d 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 3652992..18ed15d 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 3652992..18ed15d 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index 3652992..18ed15d 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer + +- Update binutils-skip-rpaths.patch: add back fix for boo#1191473, + which got lost in the update to 2.38. + ------------------------------------------------------------------- Fri Mar 4 10:44:39 UTC 2022 - Martin Liška