pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ht Update to 0.9.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb9dcd522290
branches:  trunk
changeset: 493702:eb9dcd522290
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu May 12 20:19:47 2005 +0000

description:
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

diffstat:

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

diffs (26 lines):

diff -r b0bbefabc475 -r eb9dcd522290 devel/ht/Makefile
--- a/devel/ht/Makefile Thu May 12 18:31:20 2005 +0000
+++ b/devel/ht/Makefile Thu May 12 20:19:47 2005 +0000
@@ -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 -r b0bbefabc475 -r eb9dcd522290 devel/ht/distinfo
--- a/devel/ht/distinfo Thu May 12 18:31:20 2005 +0000
+++ b/devel/ht/distinfo Thu May 12 20:19:47 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index