summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhialto <rhialto@pkgsrc.org>2021-12-29 11:52:24 +0000
committerrhialto <rhialto@pkgsrc.org>2021-12-29 11:52:24 +0000
commit260967703eb85e2032584d3b93872bc2da8d1a5c (patch)
tree8a37ad46592d6de0a4158fc68ea3a9460db3717c
parenta617bea145826815605aab1aec7b743081e100a4 (diff)
downloadpkgsrc-260967703eb85e2032584d3b93872bc2da8d1a5c.tar.gz
devel/patchelf: update to 0.14.3.
0.14.3 (December 05, 2021): this release adds support for static, pre-compiled patchelf binaries 0.14.2 (November 29, 2021): make version number in tarball easier to use for packagers 0.14.1 (November 28, 2021): build fix: add missing include 0.14 (November 27, 2021): Changes compared to 0.13: Bug fixes: Fix corrupted library names when using --replace-needed multiple times Fix setting an empty rpath Don't try to parse .dynamic section of type NOBITS Fix use-after-free in normalizeNoteSegments Correct EINTR handling in writeFile MIPS: Adjust PT_MIPS_ABIFLAGS segment and DT_MIPS_RLD_MAP_REL dynamic section if present Fix binaries without .gnu.hash section Support loongarch architecture Remove limits on output file size for elf files Allow reading rpath from file Requires now C++17 for building
-rw-r--r--devel/patchelf/Makefile8
-rw-r--r--devel/patchelf/distinfo8
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/patchelf/Makefile b/devel/patchelf/Makefile
index 113ea7005e4..2fd2609476c 100644
--- a/devel/patchelf/Makefile
+++ b/devel/patchelf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/08/10 11:31:34 rhialto Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/29 11:52:24 rhialto Exp $
-DISTNAME= patchelf-0.13
+DISTNAME= patchelf-0.14.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=NixOS/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -11,9 +11,7 @@ HOMEPAGE= https://github.com/NixOS/patchelf
COMMENT= Modify the dynamic linker and RPATH of ELF binaries
LICENSE= gnu-gpl-v3
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}.20210805.a949ff2
-
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/patchelf/distinfo b/devel/patchelf/distinfo
index 2621ee46942..c4eeeefcfc8 100644
--- a/devel/patchelf/distinfo
+++ b/devel/patchelf/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:17:59 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/12/29 11:52:24 rhialto Exp $
-BLAKE2s (patchelf-0.13.tar.bz2) = 4af85c568b781de0924698f803344fe0793d8435f75ed9024629e64ace4b387f
-SHA512 (patchelf-0.13.tar.bz2) = 43c3f99fe922e2f34d860389165bcc2b0f3f3317e124eb8443017f71b1f223d96a7c815dc81f51b14958b7dc316f75c4ab367ccc287cd99c82abe890b09a478d
-Size (patchelf-0.13.tar.bz2) = 172499 bytes
+BLAKE2s (patchelf-0.14.3.tar.bz2) = 052e985be05b4d784cffa570363b9738df9a6a29ec79dfa0228e5cfd38d79c98
+SHA512 (patchelf-0.14.3.tar.bz2) = e3324d73226ae3038f3517643ea5a231dae78cf1f5a011cfcfcbb0bbee129ddd3f2308b8075fbdc800496d7a131b1e701380671ab1e936989ec8506ec8eaf118
+Size (patchelf-0.14.3.tar.bz2) = 181189 bytes