diff options
author | jmmv <jmmv> | 2005-05-12 20:19:47 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-05-12 20:19:47 +0000 |
commit | 85a1b9b7a227c0d864ed3fba0c4e574d60fe24e6 (patch) | |
tree | 2d1099bcef5e6ff008f6d4c9d02eae0717cfd386 | |
parent | 9ba2179e8ba74717c3b0540c26b2009e0b542eca (diff) | |
download | pkgsrc-85a1b9b7a227c0d864ed3fba0c4e574d60fe24e6.tar.gz |
Update to 0.9.0:
- analyser: support for int, half and byte data-types.
- x86 disasm: invlpg, fisttp instructions added
- x86 disasm: sse, sse2, sse3 instructions added
- x86 asm: support for mmx instructions
- configure: set -DNO_NATIVE_UNALIGNED_MOVES for platforms other than x86
- removed 'include <malloc.h>' from cp-demangle.c
- fixed a buffer overflow in htperes.cc
- handle ELFs w/o segment or program sections (Thanks Daniel Black)
- don't malloc(0) (Thanks Daniel Black)
- some keyboard fixed for windows xp
-rw-r--r-- | devel/ht/Makefile | 4 | ||||
-rw-r--r-- | devel/ht/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ht/Makefile b/devel/ht/Makefile index db418eb3454..eb12c601543 100644 --- a/devel/ht/Makefile +++ b/devel/ht/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:25 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/12 20:19:47 jmmv Exp $ # -DISTNAME= ht-0.8.0 +DISTNAME= ht-0.9.0 PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hte/} diff --git a/devel/ht/distinfo b/devel/ht/distinfo index 9517476de91..a29715d61e0 100644 --- a/devel/ht/distinfo +++ b/devel/ht/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 22:24:16 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/05/12 20:19:47 jmmv Exp $ -SHA1 (ht-0.8.0.tar.bz2) = 86bd53b2c37c1e637ea2f1e1eaa89affda018767 -RMD160 (ht-0.8.0.tar.bz2) = 3b0c3f0e9350c30292b85105b0717ee899d8a676 -Size (ht-0.8.0.tar.bz2) = 731401 bytes +SHA1 (ht-0.9.0.tar.bz2) = 0a70c15936c2f4070cb3d173e3ff58041d7c6712 +RMD160 (ht-0.9.0.tar.bz2) = 63d7d2dfef96d231a6da1fdb86d35183bc7d8e3d +Size (ht-0.9.0.tar.bz2) = 765072 bytes |