Mon Feb 23 11:25:08 2015 UTC ()
Update to 2.11.08

Upstream changes:
Version 2.11.08
Fix section length computation in bin backend which leaded in incorrect relocation records.
Add a warning for numeric preprocessor definitions passed via command line which might have unexpected results otherwise.
Add ability to specify a module name record in rdoff linker with -mn option.
Increase label length capacity up to 256 bytes in rdoff backend for FreePascal sake, which tends to generate very long labels for procedures.
Fix segmentation failure when rip addressing is used in macho64 backend.
Fix access on out of memory when handling strings with a single grave. We have sixed similar problem in previous release but not all cases were covered.
Fix NULL dereference in disassembled on BND instruction.

Version 2.11.07
Fix 256 bit VMOVNTPS instruction.
Fix -MD option handling, which was rather broken in previous release changing command line api.
Fix access to unitialized space when handling strings with a single grave.
Fix nil dereference in handling memory reference parsing.


(wen)
diff -r1.48 -r1.49 pkgsrc/devel/nasm/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/nasm/distinfo

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

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

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

--- pkgsrc/devel/nasm/distinfo 2014/10/29 08:10:02 1.22
+++ pkgsrc/devel/nasm/distinfo 2015/02/23 11:25:08 1.23
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.22 2014/10/29 08:10:02 wen Exp $ 1$NetBSD: distinfo,v 1.23 2015/02/23 11:25:08 wen Exp $
2 2
3SHA1 (nasm-2.11.06.tar.xz) = 0f3f8b3091e4024d0ef203a823896604640ac681 3SHA1 (nasm-2.11.08.tar.xz) = 6908296ac437b3ade79fadfaad0efcfd99582f70
4RMD160 (nasm-2.11.06.tar.xz) = 8908ffe0803e2507fdebcad3dea85c9456fc2b26 4RMD160 (nasm-2.11.08.tar.xz) = 896ecebe1d13b23e3a5d838b1546f37ea7014325
5Size (nasm-2.11.06.tar.xz) = 763960 bytes 5Size (nasm-2.11.08.tar.xz) = 764872 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