pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/patchelf patchelf: update to 0.15.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96d9d23b6108
branches:  trunk
changeset: 382155:96d9d23b6108
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu Jul 21 17:44:20 2022 +0000

description:
patchelf: update to 0.15.0.

PatchELF 0.15.0

What's Changed:

- Add --add-debug option by @deadw00d in #367
- Add O_BINARY flag when opening files to allow compilation for Windows by
  @JagoGyselinck in #372
- Document --print-needed by @klemensn in #375
- modifyRPath: return early if new and old rpath are empty by @ehmry in #376
- Add comment explaining calculation for DT_MIPS_RLD_MAP_REL by @amjoseph-nixpkgs
  in #379
- Add --no-sort option by @amjoseph-nixpkgs in #378
- Handle DT_MIPS_XHASH and .MIPS.xhash by @amjoseph-nixpkgs in #380

diffstat:

 devel/patchelf/Makefile |  4 ++--
 devel/patchelf/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 16d19f629977 -r 96d9d23b6108 devel/patchelf/Makefile
--- a/devel/patchelf/Makefile   Thu Jul 21 17:19:48 2022 +0000
+++ b/devel/patchelf/Makefile   Thu Jul 21 17:44:20 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/02/26 15:51:00 fcambus Exp $
+# $NetBSD: Makefile,v 1.9 2022/07/21 17:44:20 fcambus Exp $
 
-DISTNAME=      patchelf-0.14.5
+DISTNAME=      patchelf-0.15.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=NixOS/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r 16d19f629977 -r 96d9d23b6108 devel/patchelf/distinfo
--- a/devel/patchelf/distinfo   Thu Jul 21 17:19:48 2022 +0000
+++ b/devel/patchelf/distinfo   Thu Jul 21 17:44:20 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/02/26 15:51:00 fcambus Exp $
+$NetBSD: distinfo,v 1.11 2022/07/21 17:44:20 fcambus Exp $
 
-BLAKE2s (patchelf-0.14.5.tar.bz2) = 65e3328e7ebc66c16a0b5b0c044c2b395273daea6612547b1ee9e8e3c10d9e29
-SHA512 (patchelf-0.14.5.tar.bz2) = 616abdd874bf297ed54ae271105a596f9a9210340fb2e75f2ab7684430140d9e2368dfb2e67715ad1d68138e6f26e63b57f20f0c9078b05a1f7022e239635133
-Size (patchelf-0.14.5.tar.bz2) = 181957 bytes
+BLAKE2s (patchelf-0.15.0.tar.bz2) = f299f9908eca0cc6cd496d33535bb2f8217b7efa41f35e0bf73e4a26743e55e1
+SHA512 (patchelf-0.15.0.tar.bz2) = 4cef7479b2b04255ea072792ddeb026787128c0146c0bb584127bd2bccd4973bfe57ad426985700323d3bc8132567216979e48dc14bd87f21b1cfc437c37bc73
+Size (patchelf-0.15.0.tar.bz2) = 182809 bytes



Home | Main Index | Thread Index | Old Index