pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mold mold: update to 1.5.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8939ce9ae57c
branches:  trunk
changeset: 386012:8939ce9ae57c
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Fri Sep 30 06:34:00 2022 +0000

description:
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.

diffstat:

 devel/mold/Makefile |  4 ++--
 devel/mold/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r fdcd9449fa04 -r 8939ce9ae57c devel/mold/Makefile
--- a/devel/mold/Makefile       Fri Sep 30 04:57:20 2022 +0000
+++ b/devel/mold/Makefile       Fri Sep 30 06:34:00 2022 +0000
@@ -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}
diff -r fdcd9449fa04 -r 8939ce9ae57c devel/mold/distinfo
--- a/devel/mold/distinfo       Fri Sep 30 04:57:20 2022 +0000
+++ b/devel/mold/distinfo       Fri Sep 30 06:34:00 2022 +0000
@@ -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