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:   adam
Date:           Tue Jul  7 07:48:11 UTC 2026

Modified Files:
        pkgsrc/devel/patchelf: Makefile distinfo

Log Message:
patchelf: updated to 0.19.1

0.19.1

A small bug fix release for --build-resolution-cache.

Bug fixes

--build-resolution-cache: run-path entries that only resolve at run time are now recorded as search hints in run-path order instead of being dropped or baked in as bogus exact entries, so cached 
resolution keeps the semantics of a plain run-path walk. This covers empty and relative components, absolute directories absent at patch time (such as /run/opengl-driver/lib on NixOS), trailing empty 
components, and entries that exist but are not searchable directories when patching.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/patchelf/Makefile
cvs rdiff -u -r1.16 -r1.17 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.19 pkgsrc/devel/patchelf/Makefile:1.20
--- pkgsrc/devel/patchelf/Makefile:1.19 Sun Jun 28 15:12:13 2026
+++ pkgsrc/devel/patchelf/Makefile      Tue Jul  7 07:48:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/06/28 15:12:13 adam Exp $
+# $NetBSD: Makefile,v 1.20 2026/07/07 07:48:11 adam Exp $
 
-DISTNAME=      patchelf-0.19.0
+DISTNAME=      patchelf-0.19.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=NixOS/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/devel/patchelf/distinfo
diff -u pkgsrc/devel/patchelf/distinfo:1.16 pkgsrc/devel/patchelf/distinfo:1.17
--- pkgsrc/devel/patchelf/distinfo:1.16 Sun Jun 28 15:12:13 2026
+++ pkgsrc/devel/patchelf/distinfo      Tue Jul  7 07:48:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/06/28 15:12:13 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/07/07 07:48:11 adam Exp $
 
-BLAKE2s (patchelf-0.19.0.tar.bz2) = c89cc6ff4e68fe4b41c2eacdabd235af0c4e6826a81a073cc536afc9befc6e7e
-SHA512 (patchelf-0.19.0.tar.bz2) = 359674cb5104fe9aa74c68dcc5e31f3fbf384f548f64edd97fef65b90d428472154c1a5bd37c5b2ec3a9f68e29c054703dbde93def8330cff5bfebde9f045a16
-Size (patchelf-0.19.0.tar.bz2) = 440700 bytes
+BLAKE2s (patchelf-0.19.1.tar.bz2) = 79d972d95db2216ce00f5a38646701e624e261a0fd8d03d87ab88fd88b57f35b
+SHA512 (patchelf-0.19.1.tar.bz2) = a6ef811f983f02abd7571e60d5bc45a44fab91d000d39f7b1a1283c2c54cc0374a0d26d927956c0723ee74a0105927482c5af6dde400740b064030a460841b9a
+Size (patchelf-0.19.1.tar.bz2) = 441280 bytes



Home | Main Index | Thread Index | Old Index