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:           Mon Nov  7 22:38:02 UTC 2022

Modified Files:
        pkgsrc/devel/patchelf: Makefile distinfo

Log Message:
patchelf: update to 0.17.0.

- fix pagesize on ia64
- write out replace sections in original order
- patchelf: correct page size for sparc64/sparc32
- update vendored elf file
- add workaround for readelf from binutils 2.30
- make objdump/objcopy/readelf configurable and respect cross-compiling


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/patchelf/Makefile
cvs rdiff -u -r1.12 -r1.13 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.11 pkgsrc/devel/patchelf/Makefile:1.12
--- pkgsrc/devel/patchelf/Makefile:1.11 Sat Oct 29 13:37:14 2022
+++ pkgsrc/devel/patchelf/Makefile      Mon Nov  7 22:38:02 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/10/29 13:37:14 fcambus Exp $
+# $NetBSD: Makefile,v 1.12 2022/11/07 22:38:02 fcambus Exp $
 
-DISTNAME=      patchelf-0.16.1
+DISTNAME=      patchelf-0.17.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.12 pkgsrc/devel/patchelf/distinfo:1.13
--- pkgsrc/devel/patchelf/distinfo:1.12 Sat Oct 29 13:37:14 2022
+++ pkgsrc/devel/patchelf/distinfo      Mon Nov  7 22:38:02 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/10/29 13:37:14 fcambus Exp $
+$NetBSD: distinfo,v 1.13 2022/11/07 22:38:02 fcambus Exp $
 
-BLAKE2s (patchelf-0.16.1.tar.bz2) = bbf83f538d8d76974f005c95bf4f4604a5a1b0f50f7fb3acb1159a63e383fd76
-SHA512 (patchelf-0.16.1.tar.bz2) = f7b1cef8dd565b13a0dd2b4af9f79937e2c722c78b4d1ff9e37cec7809273bcadb226acca4b45f8741dad39c310f4178f39ed447a7c404e7f47a8588f5a0b7ad
-Size (patchelf-0.16.1.tar.bz2) = 189517 bytes
+BLAKE2s (patchelf-0.17.0.tar.bz2) = 82c87d3116d02015974ac9e08e37bddc60ecfcb35bd8b52c7ae3d80ce774c48f
+SHA512 (patchelf-0.17.0.tar.bz2) = 19314905e7808cb2ae448b4c7b265fd4ce4680bf3415435ccbd22a1feb55ce235f29599e9bd70f8f9b0c7c9a8200d51426e55bfb9fd6608f6277d1942eb7e3bd
+Size (patchelf-0.17.0.tar.bz2) = 203243 bytes



Home | Main Index | Thread Index | Old Index