diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-12 22:42:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-12 22:42:32 +0000 |
commit | a77e89f3c7ddacf484c08b6d9b13582ce4620323 (patch) | |
tree | 475cb55cff40550b1921208800e6f03a755f515f /devel/yasm | |
parent | 20e21bc5f45f0ab0e33c3454711ab6b90efedb32 (diff) | |
download | pkgsrc-a77e89f3c7ddacf484c08b6d9b13582ce4620323.tar.gz |
Update to 1.1.0:
Changes from 1.0.1 to 1.1.0:
* Fix a number of issues with Win32 SAFESEH support (#139).
* Fix several 32-bit Mach-O (macho32) bugs (#212 and others).
* Add Intel post-32nm instructions (section 7 of AVX spec).
* Add XSAVEOPT, INVEPT, INVVPID, and GETSEC instructions (#211).
* Remove AMD CVT16 instructions.
* Don't emit unnecessary REX.W for pinsrw instruction (#207).
* Update gettext to 0.17 (#206).
Diffstat (limited to 'devel/yasm')
-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 bf511afa98b..821f2deeecc 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2010/06/16 19:36:28 drochner Exp $ +# $NetBSD: Makefile,v 1.28 2010/09/12 22:42:32 wiz Exp $ # -DISTNAME= yasm-1.0.1 +DISTNAME= yasm-1.1.0 CATEGORIES= devel MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo index 9dfc23fe442..4f9735cdca3 100644 --- a/devel/yasm/distinfo +++ b/devel/yasm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2010/06/16 19:36:28 drochner Exp $ +$NetBSD: distinfo,v 1.15 2010/09/12 22:42:32 wiz Exp $ -SHA1 (yasm-1.0.1.tar.gz) = 9da80e328d387ce750c23163c0f85747cad88fa4 -RMD160 (yasm-1.0.1.tar.gz) = d60d4ecee1c84c38e3c21427210a2b135f1bae9d -Size (yasm-1.0.1.tar.gz) = 1413635 bytes +SHA1 (yasm-1.1.0.tar.gz) = 8b252d2a50f6d0d8fe13997183596c3cd7589db9 +RMD160 (yasm-1.1.0.tar.gz) = 93e9ee40319ca02a3a8fff7f85af216d37fb1d06 +Size (yasm-1.1.0.tar.gz) = 1409438 bytes |