Wed Oct 29 08:10:03 2014 UTC ()
Update to 2.11.06

Upstream changes:
C.1.1 Version 2.11.06

Update AVX512 instructions based on the Extension Reference (319433-021 Sept 2014).
Fix the behavior of -MF and -MD options (Bugzilla 3392280)
Updated Win32 Makefile to fix issue with build
C.1.2 Version 2.11.05

Add --v as an alias for -v (see section 2.1.25), for command-line compatibility with Yasm.
Fix a bug introduced in 2.11.03 whereby certain instructions would contain multiple REX prefixes, and thus be corrupt.
C.1.3 Version 2.11.04

Removed an invalid error checking code. Sometimes a memref only with a displacement can also set an evex flag. For example:
      vmovdqu32 [0xabcd]{k1}, zmm0
Fixed a bug in disassembler that EVEX.L'L vector length was not matched when EVEX.b was set because it was simply considered as EVEC.RC. Separated EVEX.L'L case from EVEX.RC which is ignored in matching.
C.1.4 Version 2.11.03

Fix a bug there REX prefixes were missing on instructions inside a TIMES statement.


(wen)
diff -r1.47 -r1.48 pkgsrc/devel/nasm/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/nasm/distinfo

cvs diff -r1.47 -r1.48 pkgsrc/devel/nasm/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/nasm/Makefile 2014/10/09 14:06:10 1.47
+++ pkgsrc/devel/nasm/Makefile 2014/10/29 08:10:02 1.48
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.47 2014/10/09 14:06:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.48 2014/10/29 08:10:02 wen Exp $
2 2
3DISTNAME= nasm-2.11.02 3DISTNAME= nasm-2.11.06
4PKGREVISION= 1 
5CATEGORIES= devel lang 4CATEGORIES= devel lang
6MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/ 5MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.nasm.us/ 9HOMEPAGE= http://www.nasm.us/
11COMMENT= General-purpose x86 assembler 10COMMENT= General-purpose x86 assembler
12# actually only 2-clause BSD 11# actually only 2-clause BSD
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15AUTO_MKDIRS= yes 14AUTO_MKDIRS= yes
16 15
17USE_TOOLS+= gmake makeinfo perl 16USE_TOOLS+= gmake makeinfo perl

cvs diff -r1.21 -r1.22 pkgsrc/devel/nasm/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/nasm/distinfo 2014/04/08 12:50:43 1.21
+++ pkgsrc/devel/nasm/distinfo 2014/10/29 08:10:02 1.22
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.21 2014/04/08 12:50:43 adam Exp $ 1$NetBSD: distinfo,v 1.22 2014/10/29 08:10:02 wen Exp $
2 2
3SHA1 (nasm-2.11.02.tar.xz) = d0525883abc6a8a9c0d2207b6872442ee26bfe1b 3SHA1 (nasm-2.11.06.tar.xz) = 0f3f8b3091e4024d0ef203a823896604640ac681
4RMD160 (nasm-2.11.02.tar.xz) = 88c2cfa394ef0287fee0a007d58ea7bfa98af322 4RMD160 (nasm-2.11.06.tar.xz) = 8908ffe0803e2507fdebcad3dea85c9456fc2b26
5Size (nasm-2.11.02.tar.xz) = 743828 bytes 5Size (nasm-2.11.06.tar.xz) = 763960 bytes
6SHA1 (patch-aa) = 36635ae37b09df164039563228b79cfba805e687 6SHA1 (patch-aa) = 36635ae37b09df164039563228b79cfba805e687
7SHA1 (patch-ab) = 8e3e96c8a04f348fcc94b13efaf00e63b03c5a64 7SHA1 (patch-ab) = 8e3e96c8a04f348fcc94b13efaf00e63b03c5a64
8SHA1 (patch-ac) = 77d88fe7fc0c03bfc0ffc59ba02bca0d433fcf72 8SHA1 (patch-ac) = 77d88fe7fc0c03bfc0ffc59ba02bca0d433fcf72