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:   rhialto
Date:           Wed Dec 29 11:52:24 UTC 2021

Modified Files:
        pkgsrc/devel/patchelf: Makefile distinfo

Log Message:
devel/patchelf: update to 0.14.3.

0.14.3 (December 05, 2021):

    this release adds support for static, pre-compiled patchelf binaries

0.14.2 (November 29, 2021):

    make version number in tarball easier to use for packagers

0.14.1 (November 28, 2021):

    build fix: add missing include

0.14 (November 27, 2021):

Changes compared to 0.13:

    Bug fixes:
        Fix corrupted library names when using --replace-needed multiple times
        Fix setting an empty rpath
        Don't try to parse .dynamic section of type NOBITS
        Fix use-after-free in normalizeNoteSegments
        Correct EINTR handling in writeFile
        MIPS: Adjust PT_MIPS_ABIFLAGS segment and DT_MIPS_RLD_MAP_REL dynamic section if present
        Fix binaries without .gnu.hash section
    Support loongarch architecture
    Remove limits on output file size for elf files
    Allow reading rpath from file
    Requires now C++17 for building


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/patchelf/Makefile
cvs rdiff -u -r1.8 -r1.9 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.6 pkgsrc/devel/patchelf/Makefile:1.7
--- pkgsrc/devel/patchelf/Makefile:1.6  Tue Aug 10 11:31:34 2021
+++ pkgsrc/devel/patchelf/Makefile      Wed Dec 29 11:52:24 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/08/10 11:31:34 rhialto Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/29 11:52:24 rhialto Exp $
 
-DISTNAME=      patchelf-0.13
+DISTNAME=      patchelf-0.14.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=NixOS/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -11,9 +11,7 @@ HOMEPAGE=     https://github.com/NixOS/patch
 COMMENT=       Modify the dynamic linker and RPATH of ELF binaries
 LICENSE=       gnu-gpl-v3
 
-WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}.20210805.a949ff2
-
 GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/patchelf/distinfo
diff -u pkgsrc/devel/patchelf/distinfo:1.8 pkgsrc/devel/patchelf/distinfo:1.9
--- pkgsrc/devel/patchelf/distinfo:1.8  Tue Oct 26 10:17:59 2021
+++ pkgsrc/devel/patchelf/distinfo      Wed Dec 29 11:52:24 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:17:59 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/12/29 11:52:24 rhialto Exp $
 
-BLAKE2s (patchelf-0.13.tar.bz2) = 4af85c568b781de0924698f803344fe0793d8435f75ed9024629e64ace4b387f
-SHA512 (patchelf-0.13.tar.bz2) = 43c3f99fe922e2f34d860389165bcc2b0f3f3317e124eb8443017f71b1f223d96a7c815dc81f51b14958b7dc316f75c4ab367ccc287cd99c82abe890b09a478d
-Size (patchelf-0.13.tar.bz2) = 172499 bytes
+BLAKE2s (patchelf-0.14.3.tar.bz2) = 052e985be05b4d784cffa570363b9738df9a6a29ec79dfa0228e5cfd38d79c98
+SHA512 (patchelf-0.14.3.tar.bz2) = e3324d73226ae3038f3517643ea5a231dae78cf1f5a011cfcfcbb0bbee129ddd3f2308b8075fbdc800496d7a131b1e701380671ab1e936989ec8506ec8eaf118
+Size (patchelf-0.14.3.tar.bz2) = 181189 bytes



Home | Main Index | Thread Index | Old Index