pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nasm nasm: updated to 2.15.05



details:   https://anonhg.NetBSD.org/pkgsrc/rev/663b3d5213de
branches:  trunk
changeset: 439868:663b3d5213de
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 29 14:08:36 2020 +0000

description:
nasm: updated to 2.15.05

Version 2.15.05

Correct %ifid $ and %ifid $$ being treated as true. See section 4.4.6.

Add --reproducible option to suppress NASM version numbers and timestamps in output files. See section 2.1.34.


Version 2.15.04

More sensible handling of the case where one single-line macro definition will shadow another. A warning will be issued, but the additional definition will be allowed. For the existing error case 
where both a parameterless and parametered macro are created, that warning is promoted to an error by default.

Add special preprocessor tokens %*? and %*?? that expand like %? and %?? in single-line macros only. See section 4.1.6.

Correct the encoding of the ENQCMDS and TILELOADT1 instructions.

Fix case where the COFF backend (the coff, win32 and win64 output formats) would add padding bytes in the middle of a section if a SECTION/SEGMENT directive was provided which repeated an ALIGN= 
attribute. This neither matched legacy behavior, other backends, or user expectations.

Fix SSE instructions not being recognized with an explicit memory operation size (e.g. movsd qword [eax],xmm0).

The -L+ option no longer enables -Lw, which is mainly useful to debug NASM crashes. See section 2.1.4.

Document long-standing hazards in the use of $ in Dx statements, see section 3.2.1.

The NASM-only RDOFF output format backend, which has been broken since at least NASM 2.14, has been disabled. The RDOFF tools are scheduled to be removed from the NASM distribution in NASM 2.16. If 
you have a concrete use case for RDOFF, please file a NASM bug report at https://bugs.nasm.us/ as soon as possible. See section 8.13.

diffstat:

 devel/nasm/Makefile |   5 ++---
 devel/nasm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r a29dc5deb6f9 -r 663b3d5213de devel/nasm/Makefile
--- a/devel/nasm/Makefile       Tue Sep 29 13:03:13 2020 +0000
+++ b/devel/nasm/Makefile       Tue Sep 29 14:08:36 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2020/08/31 18:07:24 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2020/09/29 14:08:36 adam Exp $
 
-DISTNAME=      nasm-2.15.03
-PKGREVISION=   1
+DISTNAME=      nasm-2.15.05
 CATEGORIES=    devel lang
 MASTER_SITES=  http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz
diff -r a29dc5deb6f9 -r 663b3d5213de devel/nasm/distinfo
--- a/devel/nasm/distinfo       Tue Sep 29 13:03:13 2020 +0000
+++ b/devel/nasm/distinfo       Tue Sep 29 14:08:36 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2020/08/08 18:35:10 nia Exp $
+$NetBSD: distinfo,v 1.34 2020/09/29 14:08:36 adam Exp $
 
-SHA1 (nasm-2.15.03.tar.xz) = 7cb89bb12f80eb016038da9716e814987ef57d00
-RMD160 (nasm-2.15.03.tar.xz) = 7a36dac68c7eb6cb0baafe84dd7a4565ae172e3b
-SHA512 (nasm-2.15.03.tar.xz) = be98e8e0a3b5f5296bc941a7bbcbf44c4084c65d11aed60d17a803b9647d59bd14ec06e780ac22c4bbe8869625eb8e6139d18a88e25310edfce0fe0fc0172950
-Size (nasm-2.15.03.tar.xz) = 984060 bytes
+SHA1 (nasm-2.15.05.tar.xz) = d338409a03fc6d1508102881a675a00275fcb879
+RMD160 (nasm-2.15.05.tar.xz) = a69cec7112525a27a39247e75626654f58759627
+SHA512 (nasm-2.15.05.tar.xz) = 512f90a2584f1c5811429274b97c64a2cedf37b9fdeffb1bcd0ea64afd9ecc19a2d7877ca8f1e05393aa324153fc9f39ea51dacbf8d25a7d5a2d7728c925dba7
+Size (nasm-2.15.05.tar.xz) = 995732 bytes
 SHA1 (patch-Makefile.in) = 30f8292c622e86e870427be0ca530ccb8dc3feaa
 SHA1 (patch-doc_Makefile.in) = 0baf4cb8ce01403fbe93b3168d7bc00472cbcb61



Home | Main Index | Thread Index | Old Index