diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-08 11:45:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-08 11:45:47 +0000 |
commit | dc19cf017c2796c6e1aa02559abc6a986ad30686 (patch) | |
tree | ca91ab947b1fa431b93bd822e4769bcf2fbd7ee7 | |
parent | b60bc0506d741407472716313048426b87632d1f (diff) | |
download | pkgsrc-dc19cf017c2796c6e1aa02559abc6a986ad30686.tar.gz |
Update to 0.6.1:
This release adds SSE4.1 and SSE4.2 instruction support, a .set
directive in the GAS parser, and allowing Mach-O custom sections.
Bugfixes include fixes to AMD Pacifica (SVM) instructions, absolute
section handling, RIP-relative cross-section references in bin
output, and many others.
-rw-r--r-- | devel/yasm/Makefile | 4 | ||||
-rw-r--r-- | devel/yasm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index 735c8289c67..566b1df19a8 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2007/05/19 21:42:54 heinz Exp $ +# $NetBSD: Makefile,v 1.20 2007/07/08 11:45:47 wiz Exp $ # -DISTNAME= yasm-0.6.0 +DISTNAME= yasm-0.6.1 CATEGORIES= devel MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo index 2936e8bfb6c..06d463d9f9c 100644 --- a/devel/yasm/distinfo +++ b/devel/yasm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/03/08 19:09:27 wiz Exp $ +$NetBSD: distinfo,v 1.7 2007/07/08 11:45:47 wiz Exp $ -SHA1 (yasm-0.6.0.tar.gz) = c4354d7c5ce7924f4b656d6eb15fcfc289fc6ac3 -RMD160 (yasm-0.6.0.tar.gz) = 78c37fdd20b73416ef16818baa57fdc5a6af10b2 -Size (yasm-0.6.0.tar.gz) = 1192453 bytes +SHA1 (yasm-0.6.1.tar.gz) = a3f5d9686a3281f91de88dafc1584b11532c3755 +RMD160 (yasm-0.6.1.tar.gz) = 42a20c5e34d5d32e829fefad4e33715eec19a7d7 +Size (yasm-0.6.1.tar.gz) = 1197893 bytes |