Update to patchelf 0.17.2

- Fix Out-of-bounds read in the function modifySoname
- Split segment size fix
This commit is contained in:
kn 2023-01-11 12:03:23 +00:00
parent 3d7f44412f
commit c1c69ba59c
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
COMMENT = utility for modifying existing ELF executables and libraries
V = 0.17.0
V = 0.17.2
DISTNAME = patchelf-${V}
MASTER_SITES = https://github.com/NixOS/patchelf/releases/download/${V}/
@ -24,7 +24,7 @@ CONFIGURE_ARGS = --mandir=${PREFIX}/man
.include <bsd.port.arch.mk>
# 0.16.1 amd64: TOTAL: 48, PASS: 47, FAIL: 1 (replace-add-needed.sh)
# 0.17.2 amd64: TOTAL: 48, PASS: 47, FAIL: 1 (replace-add-needed.sh)
# 0.14.5 sparc64: TOTAL: 45, PASS: 33, FAIL: 12 (XXX: mostly 'Abort trap')
TEST_TARGET = check

View File

@ -1,2 +1,2 @@
SHA256 (patchelf-0.17.0.tar.gz) = 7toj3kK/zWNoYV0A3AcA5ZVJP7pq9dmO1dfZ0AohSr4=
SIZE (patchelf-0.17.0.tar.gz) = 248404
SHA256 (patchelf-0.17.2.tar.gz) = IEJ7cY3RMOS2bZUHLCor1eFyMuINrVjBvqnagfrjMOA=
SIZE (patchelf-0.17.2.tar.gz) = 243679