Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 6A01463B966 for ; Fri, 24 Oct 2008 16:03:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 23EA863B1A5; Fri, 24 Oct 2008 16:03:18 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 7376463B126 for ; Fri, 24 Oct 2008 16:03:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 64ED6175D0; Fri, 24 Oct 2008 16:03:17 +0000 (UTC) From: Thomas Klausner Subject: CVS commit: pkgsrc/devel/yasm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org Message-Id: <20081024160317.64ED6175D0@cvs.netbsd.org> Date: Fri, 24 Oct 2008 16:03:17 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Fri Oct 24 16:03:17 UTC 2008 Modified Files: pkgsrc/devel/yasm: Makefile distinfo Log Message: Update to 0.7.2: This release adds 64-bit Mach-O PIC support, --prefix and --suffix options for naming globals, and support for newly specified AVX/AES instructions not in the original spec. It also generates a GOTPCREL relocation for "rel wrt ..gotpc" and optimizes non-strict push to byte size in all possible cases, along with several other fixes. To generate a diff of this commit: cvs rdiff -r1.23 -r1.24 pkgsrc/devel/yasm/Makefile cvs rdiff -r1.10 -r1.11 pkgsrc/devel/yasm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.