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:           Mon Apr 28 19:25:15 UTC 2025

Modified Files:
        pkgsrc/devel/mold: Makefile distinfo

Log Message:
mold: updated to 2.38.1

2.38.1

Fixed a bug where mold could fail with a spurious mutually-recursive .so detected error message when building an executable. This happened if there was a circular dependency between shared libraries 
given to the linker (i.e., libfoo.so depends on libbar.so and vice versa). Even though libraries with circular dependencies are rare and a strong indication of a bug in the original program's library 
layering, the dynamic loader can load such libraries, and the linker shouldn't reject them.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/mold/Makefile
cvs rdiff -u -r1.37 -r1.38 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.44 pkgsrc/devel/mold/Makefile:1.45
--- pkgsrc/devel/mold/Makefile:1.44     Mon Apr 28 05:54:33 2025
+++ pkgsrc/devel/mold/Makefile  Mon Apr 28 19:25:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2025/04/28 05:54:33 adam Exp $
+# $NetBSD: Makefile,v 1.45 2025/04/28 19:25:15 adam Exp $
 
-DISTNAME=      mold-2.38.0
+DISTNAME=      mold-2.38.1
 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.37 pkgsrc/devel/mold/distinfo:1.38
--- pkgsrc/devel/mold/distinfo:1.37     Mon Apr 28 05:54:33 2025
+++ pkgsrc/devel/mold/distinfo  Mon Apr 28 19:25:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2025/04/28 05:54:33 adam Exp $
+$NetBSD: distinfo,v 1.38 2025/04/28 19:25:15 adam Exp $
 
-BLAKE2s (mold-2.38.0.tar.gz) = dab48bbbfee2356dcd510486f49a7112d1da19e06ed11db308a95e5836c7bb7c
-SHA512 (mold-2.38.0.tar.gz) = d5333160cd832f7209a55745311997e276b6371a8d97ecd69dd36f08e02b9c23d7192a94705667db749de1fd0201e6426a08df296e6cf9b52dd10f856ba81c5a
-Size (mold-2.38.0.tar.gz) = 10221537 bytes
+BLAKE2s (mold-2.38.1.tar.gz) = 8ec86fb5b5904c9aa32095f930796eb2ec098dd67076706135c529ae304db594
+SHA512 (mold-2.38.1.tar.gz) = 608c2cdb20ae671f540caeda2d0406154b03b0c352cb4cf98ea65c888691a1ac96b0a0ac26fc947fd1a3df2ed2809096e8ca0649deeac7b811bf2902a49cf66e
+Size (mold-2.38.1.tar.gz) = 10221650 bytes



Home | Main Index | Thread Index | Old Index