pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/yasm Update to 0.7.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c884bf15848b
branches:  trunk
changeset: 541715:c884bf15848b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 25 07:21:20 2008 +0000

description:
Update to 0.7.0:

Changes from 0.6.2 to 0.7.0:

   * Intel Advanced Vector Extensions (AVX) instruction support.
   * Multi-section binary support (see #71, #99, [2010]).
   * Add support for ELF32 and ELF64 TLS (thread local storage)
     relocations.
   * Allow use of 0X in addition to 0x to prefix hex constants (#127).
   * Allow underscores in hex, binary, and octal constants (e.g.
     0111_1111b).
   * Fix memory sizes on SSE/SSE2 instructions (#119).
   * Allow standalone prefixes (#122).
   * Simplify new varieties of sym-sym values (#124).
   * Support SAFESEH directive for win32 SEH handlers (#130).
   * Enable sym@FOO constructs in GAS parser.
   * SSE5 condition code support.
   * Other bugfixes.

diffstat:

 devel/yasm/Makefile |  4 ++--
 devel/yasm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r bc1dfb9f431e -r c884bf15848b devel/yasm/Makefile
--- a/devel/yasm/Makefile       Fri Apr 25 07:13:51 2008 +0000
+++ b/devel/yasm/Makefile       Fri Apr 25 07:21:20 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2007/10/21 23:41:59 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2008/04/25 07:21:20 wiz Exp $
 #
 
-DISTNAME=      yasm-0.6.2
+DISTNAME=      yasm-0.7.0
 CATEGORIES=    devel
 MASTER_SITES=  http://www.tortall.net/projects/yasm/releases/
 
diff -r bc1dfb9f431e -r c884bf15848b devel/yasm/distinfo
--- a/devel/yasm/distinfo       Fri Apr 25 07:13:51 2008 +0000
+++ b/devel/yasm/distinfo       Fri Apr 25 07:21:20 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2007/10/21 23:42:00 minskim Exp $
+$NetBSD: distinfo,v 1.9 2008/04/25 07:21:20 wiz Exp $
 
-SHA1 (yasm-0.6.2.tar.gz) = cf3e09fa7847e17427f0b1f03f63cfbdba33a014
-RMD160 (yasm-0.6.2.tar.gz) = 16add3a87b31c14c7496c22d8f1e1d490aa2342e
-Size (yasm-0.6.2.tar.gz) = 1258582 bytes
+SHA1 (yasm-0.7.0.tar.gz) = 0dd6b4c2761c17575d0eaee6a18fea2bd5e35794
+RMD160 (yasm-0.7.0.tar.gz) = ffc0e048af4df05f0e05152a8052edeb0dfe5765
+Size (yasm-0.7.0.tar.gz) = 1412163 bytes



Home | Main Index | Thread Index | Old Index