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: Sun Apr 23 20:05:52 UTC 2023
Modified Files:
pkgsrc/devel/patchelf: Makefile PLIST distinfo
Log Message:
patchelf: update to 0.18.0.
- Add options to print, clear and set executable stack state
- Modernizations and strictness improvements
- Add feature to rename dynamic symbols
- Adjust roundUp for 0 as input
- Avoid overlapping program header table with section header table
- Other switches might set changed as true. Use extraStrings size
- Use the largest segment alignment for libraries requiring non-standard
alignments
- Add one extra page to avoid overlapping with next page if its rounded...
- Add zsh completion
- Do not let modifyRPath taint shared strings in strtab
- Resize segment mapping rewritten sections if needed
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/patchelf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/patchelf/PLIST
cvs rdiff -u -r1.14 -r1.15 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.13 pkgsrc/devel/patchelf/Makefile:1.14
--- pkgsrc/devel/patchelf/Makefile:1.13 Wed Jan 11 09:16:11 2023
+++ pkgsrc/devel/patchelf/Makefile Sun Apr 23 20:05:52 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/01/11 09:16:11 fcambus Exp $
+# $NetBSD: Makefile,v 1.14 2023/04/23 20:05:52 fcambus Exp $
-DISTNAME= patchelf-0.17.2
+DISTNAME= patchelf-0.18.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=NixOS/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Index: pkgsrc/devel/patchelf/PLIST
diff -u pkgsrc/devel/patchelf/PLIST:1.2 pkgsrc/devel/patchelf/PLIST:1.3
--- pkgsrc/devel/patchelf/PLIST:1.2 Mon Jan 25 10:39:22 2021
+++ pkgsrc/devel/patchelf/PLIST Sun Apr 23 20:05:52 2023
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2021/01/25 10:39:22 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/04/23 20:05:52 fcambus Exp $
bin/patchelf
man/man1/patchelf.1
share/doc/patchelf/README.md
+share/zsh/site-functions/_patchelf
Index: pkgsrc/devel/patchelf/distinfo
diff -u pkgsrc/devel/patchelf/distinfo:1.14 pkgsrc/devel/patchelf/distinfo:1.15
--- pkgsrc/devel/patchelf/distinfo:1.14 Wed Jan 11 09:16:11 2023
+++ pkgsrc/devel/patchelf/distinfo Sun Apr 23 20:05:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/01/11 09:16:11 fcambus Exp $
+$NetBSD: distinfo,v 1.15 2023/04/23 20:05:52 fcambus Exp $
-BLAKE2s (patchelf-0.17.2.tar.bz2) = cfa112b8246bf391e114910fdd88383e6ecbaa2cd6583ae95d9a9b6b83577a6f
-SHA512 (patchelf-0.17.2.tar.bz2) = 8277adf95513f88fb190536a38bdfdf438a4cc7685d8a130bdffbe064441f0f25095b6c83bbb190133e1a138963776d15b46c247dd2f1a073a1bfe1d1dbdd503
-Size (patchelf-0.17.2.tar.bz2) = 203060 bytes
+BLAKE2s (patchelf-0.18.0.tar.bz2) = e04080786ff1d4347457a3ddec791cd5e5aa47d4b084f5942372f6f1c3a5858a
+SHA512 (patchelf-0.18.0.tar.bz2) = bf26194ca3435b141dd330890fcc0c9d805d0ad6a537901dabe6707a13cd28e7e6217462f3ebb3cb4861302dd8632342ec988fc18246c35332a94f2b349d4f4f
+Size (patchelf-0.18.0.tar.bz2) = 423290 bytes
Home |
Main Index |
Thread Index |
Old Index