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:   fcambus
Date:           Fri Apr 29 06:45:45 UTC 2022

Modified Files:
        pkgsrc/devel/mold: Makefile distinfo

Log Message:
mold: update to 1.2.1.

Bug fixes and compatibility improvements:

- Various bugs in --gdb-index have been fixed.
- mold now recognizes --thinlto-cache-dir and --thinlto-cache-policy for the
  sake of compatibility with LLVM lld. (7ebd071)
- mold can now handle TLS common symbols. It looks like GCC sometimes creates
  such symbol for a thread-local variable. (cf850f8)
- In some edge cases, mold created a non-versioned symbol and a versioned one
  for the same symbol, even though if one symbol is versioned, all symbols of
  the same name must be versioned. This bug has been fixed. (8298c0a)
- mold used to write a PLT address of a symbol instead of its address to
  .symtab. This bug has been fixed. (e088db7)
- mold can now handle an input file with more than 219 symbols. (f1f2d40)
- /usr/local/libexec/mold/ld is now installed as a relative symlink instead
  of an absolute symlink. (5803c3c)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/mold/Makefile
cvs rdiff -u -r1.13 -r1.14 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.11 pkgsrc/devel/mold/Makefile:1.12
--- pkgsrc/devel/mold/Makefile:1.11     Fri Apr 15 16:30:37 2022
+++ pkgsrc/devel/mold/Makefile  Fri Apr 29 06:45:45 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/04/15 16:30:37 fcambus Exp $
+# $NetBSD: Makefile,v 1.12 2022/04/29 06:45:45 fcambus Exp $
 
-DISTNAME=      mold-1.2
+DISTNAME=      mold-1.2.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.13 pkgsrc/devel/mold/distinfo:1.14
--- pkgsrc/devel/mold/distinfo:1.13     Fri Apr 15 16:30:37 2022
+++ pkgsrc/devel/mold/distinfo  Fri Apr 29 06:45:45 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2022/04/15 16:30:37 fcambus Exp $
+$NetBSD: distinfo,v 1.14 2022/04/29 06:45:45 fcambus Exp $
 
-BLAKE2s (mold-1.2.tar.gz) = 73728af04213272c119aed42dce0eab8d2115c3c65d5e62eca5b92376fed6149
-SHA512 (mold-1.2.tar.gz) = 1308f5f274867a5d2d2c000a043ce645eff2a0c876fc1bec33c077cd7f5fc0f1f2b983211ca479cebc80f1ed3f3b0ea0d4c8f7e3e7f2124b713354b18ebc8676
-Size (mold-1.2.tar.gz) = 4759743 bytes
+BLAKE2s (mold-1.2.1.tar.gz) = f4671bd35a2645b8af4bda9bb17f1b167b84052fe7b454abee150759b4adb09b
+SHA512 (mold-1.2.1.tar.gz) = fc39674b00119d09b3275ed7232356f0b25dad1a0f3a498f9db1a4835b6d4f9ea637ca9a643a05591ea895e8751d9bee43cdcb42303beb082462e76ddb42a0f1
+Size (mold-1.2.1.tar.gz) = 4669615 bytes
 SHA1 (patch-Makefile) = b2df4dd7894bfc9df45253bb93ca768b8d8e091a



Home | Main Index | Thread Index | Old Index