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 Sep 30 06:34:00 UTC 2022

Modified Files:
        pkgsrc/devel/mold: Makefile distinfo

Log Message:
mold: update to 1.5.1.

mold 1.5.1 is a new release of the high-speed linker. This version contains
only the following bug fix. We recommend upgrading from 1.5.0 if you are
being affected by this issue.

- We changed the memory layout to save both memory and disk space in 1.5.0.
  Even though the new layout works fine on most systems, the change made the
  linker to create unusable executables for systems with large pages.
  Specifically, if you specify a large number for the -z max-page-size
  option, the loader refused to execute it with the error while loading
  shared libraries: cannot apply additional memory protection after
  relocation: Cannot allocate memory error. We reverted our recent
  commits so that mold creates output files with the same memory layout
  as it did before 1.5.0.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/mold/Makefile
cvs rdiff -u -r1.21 -r1.22 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.23 pkgsrc/devel/mold/Makefile:1.24
--- pkgsrc/devel/mold/Makefile:1.23     Thu Sep 29 15:21:41 2022
+++ pkgsrc/devel/mold/Makefile  Fri Sep 30 06:34:00 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/09/29 15:21:41 fcambus Exp $
+# $NetBSD: Makefile,v 1.24 2022/09/30 06:34:00 fcambus Exp $
 
-DISTNAME=      mold-1.5.0
+DISTNAME=      mold-1.5.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.21 pkgsrc/devel/mold/distinfo:1.22
--- pkgsrc/devel/mold/distinfo:1.21     Thu Sep 29 15:21:41 2022
+++ pkgsrc/devel/mold/distinfo  Fri Sep 30 06:34:00 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/09/29 15:21:41 fcambus Exp $
+$NetBSD: distinfo,v 1.22 2022/09/30 06:34:00 fcambus Exp $
 
-BLAKE2s (mold-1.5.0.tar.gz) = 53ce644511e57eda6b29c1bdff14913f5e225a638d7e34812a578206a86fa32e
-SHA512 (mold-1.5.0.tar.gz) = e750ffd23604a33e174444f8f303fa25d13de4ca07585bf000948d2ed7190c925646ec2ad06bfac50f3c504dab83e1bdfa288deb6dd8248a85f8d793210938c3
-Size (mold-1.5.0.tar.gz) = 8256474 bytes
+BLAKE2s (mold-1.5.1.tar.gz) = f52f96c4d299d952becd2dce05177182a8d0071670ee2a4614080f1622b208cf
+SHA512 (mold-1.5.1.tar.gz) = 340a45c5190ce5ba87eaa05238da7c70400bf4a2788a095935b9675593078ad76bbd95e67aa36b3ec683428724a3c6bc27c7e0a69569afce461682dc4bd16b10
+Size (mold-1.5.1.tar.gz) = 8254552 bytes



Home | Main Index | Thread Index | Old Index