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