pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mold



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 31 17:43:15 UTC 2025

Modified Files:
        pkgsrc/devel/mold: Makefile distinfo

Log Message:
mold: updated to 2.40.3

2.40.3

Bug Fixes and Compatibility Improvements

Starting from 2.40.1, mold wrote not a single but multiple concatenated zlib-compressed streams to debug sections if --compress-debug-sections=zlib was given. Although most tools can read such 
concatenated compressed data, some tools, such as LLVM's dwarfdump or Go's debug/elf package, couldn't handle them, which caused a regression. Now, mold emits a single zlib stream to each debug 
section. (201bc71)
If a command-line argument is in the form of @path/to/some/file, the linker reads the contents of the given file and interprets it as a list of command-line arguments. Such a file is called a 
"response file." Previously, mold could not handle partially-quoted tokens in a response file (e.g. -L"some/path" as opposed to "-Lsome/path"). Now, mold can handle such arguments. (6e8852e)
[PPC64] R_PPC64_GOT16* relocations are now supported. (5485fde)


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/mold/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/mold/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/mold/Makefile
diff -u pkgsrc/devel/mold/Makefile:1.49 pkgsrc/devel/mold/Makefile:1.50
--- pkgsrc/devel/mold/Makefile:1.49     Sat Jul 12 15:37:03 2025
+++ pkgsrc/devel/mold/Makefile  Thu Jul 31 17:43:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2025/07/12 15:37:03 adam Exp $
+# $NetBSD: Makefile,v 1.50 2025/07/31 17:43:15 adam Exp $
 
-DISTNAME=      mold-2.40.2
+DISTNAME=      mold-2.40.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rui314/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/mold/distinfo
diff -u pkgsrc/devel/mold/distinfo:1.42 pkgsrc/devel/mold/distinfo:1.43
--- pkgsrc/devel/mold/distinfo:1.42     Sat Jul 12 15:37:03 2025
+++ pkgsrc/devel/mold/distinfo  Thu Jul 31 17:43:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2025/07/12 15:37:03 adam Exp $
+$NetBSD: distinfo,v 1.43 2025/07/31 17:43:15 adam Exp $
 
-BLAKE2s (mold-2.40.2.tar.gz) = 651fe62b9695b467ffcc880ed18575b1e67a7beafebb4759609a9612fac3fc04
-SHA512 (mold-2.40.2.tar.gz) = 706c042b8bb6cddb8a6c1b808b638e11f462034341b1b80fcf102a2f30d15e78f37e60c7e7eb901c0eaa99039b57c2d5ea4402680dbeb1e09ac35209026cbf31
-Size (mold-2.40.2.tar.gz) = 11035171 bytes
+BLAKE2s (mold-2.40.3.tar.gz) = c1262d27a8aa4327f6dd0ae5f6289a4b0eb54ea2938ddbb5ebadcc3cb114db72
+SHA512 (mold-2.40.3.tar.gz) = be039a513afd74de42a4861b49f2e7c234f246a8c7a74f4e5979b024ded8b94801edf1631aa56d2fd84320f56c68ba1c60b5893d8fa11c30608e54284ef74c93
+Size (mold-2.40.3.tar.gz) = 11049524 bytes



Home | Main Index | Thread Index | Old Index