From 07900cf3977cefc8d56c525aac312d3f3bd11425c7fd212ce92a250f2c930639 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 21 Jan 2023 09:50:10 +0000 Subject: [PATCH] - update to 0.17.2: * Also pass STRIP to the tests * Fix Out-of-bounds read in the function modifySoname * Split segment size fix OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/patchelf?expand=0&rev=35 --- patchelf-0.17.0.tar.bz2 | 3 --- patchelf-0.17.2.tar.bz2 | 3 +++ patchelf.changes | 8 ++++++++ patchelf.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 patchelf-0.17.0.tar.bz2 create mode 100644 patchelf-0.17.2.tar.bz2 diff --git a/patchelf-0.17.0.tar.bz2 b/patchelf-0.17.0.tar.bz2 deleted file mode 100644 index e7c2ca8..0000000 --- a/patchelf-0.17.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45d76f4a31688a523718ec512f31650b1f35d1affec3eafeb3feeb5448d341e1 -size 203243 diff --git a/patchelf-0.17.2.tar.bz2 b/patchelf-0.17.2.tar.bz2 new file mode 100644 index 0000000..938b7f7 --- /dev/null +++ b/patchelf-0.17.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae2ea376072e422c196218dd9bdef0548ccc08da4de9f36b4672df84ea2d8e2 +size 203060 diff --git a/patchelf.changes b/patchelf.changes index e1ce6f9..69beaad 100644 --- a/patchelf.changes +++ b/patchelf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 21 09:49:50 UTC 2023 - Dirk Müller + +- update to 0.17.2: + * Also pass STRIP to the tests + * Fix Out-of-bounds read in the function modifySoname + * Split segment size fix + ------------------------------------------------------------------- Fri Dec 2 21:45:43 UTC 2022 - Dirk Müller diff --git a/patchelf.spec b/patchelf.spec index 614436a..9286069 100644 --- a/patchelf.spec +++ b/patchelf.spec @@ -1,7 +1,7 @@ # # spec file for package patchelf # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: patchelf -Version: 0.17.0 +Version: 0.17.2 Release: 0 Summary: A utility for patching ELF binaries License: GPL-3.0-only