pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/patchelf



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu Jul 21 17:44:20 UTC 2022

Modified Files:
        pkgsrc/devel/patchelf: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/patchelf/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/patchelf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/patchelf/Makefile
diff -u pkgsrc/devel/patchelf/Makefile:1.8 pkgsrc/devel/patchelf/Makefile:1.9
--- pkgsrc/devel/patchelf/Makefile:1.8  Sat Feb 26 15:51:00 2022
+++ pkgsrc/devel/patchelf/Makefile      Thu Jul 21 17:44:20 2022
@@ -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}

Index: pkgsrc/devel/patchelf/distinfo
diff -u pkgsrc/devel/patchelf/distinfo:1.10 pkgsrc/devel/patchelf/distinfo:1.11
--- pkgsrc/devel/patchelf/distinfo:1.10 Sat Feb 26 15:51:00 2022
+++ pkgsrc/devel/patchelf/distinfo      Thu Jul 21 17:44:20 2022
@@ -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