Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 44C14A6695 for ; Wed, 29 Oct 2014 08:10:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CEA1914A206; Wed, 29 Oct 2014 08:10:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF16314A205 for ; Wed, 29 Oct 2014 08:10:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id d_mL-YJGaaUo for ; Wed, 29 Oct 2014 08:10:03 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 25A9714A204 for ; Wed, 29 Oct 2014 08:10:03 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 19ED298; Wed, 29 Oct 2014 08:10:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 29 Oct 2014 08:10:03 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/nasm To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20141029081003.19ED298@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Wed Oct 29 08:10:03 UTC 2014 Modified Files: pkgsrc/devel/nasm: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/nasm/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/nasm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.