Hi,

Little update for 'ht', with some fixes:

        - Fixed loading of 32 bit ELFs
        - Use wide ncurses if necessars
        - Show search progress in MiB
        - [x86] fixed a lot of small bugs
        - fixed a crash with the "follow" function on
          invalid addresses in analyser
        - [x86] AVX updates
        - [x86] AVX2
        - [x86] BMI, BMI2 and TBM instructions
        - fixed loading of ELF files with no section headers


Tested on i386.


Ok? Comments?


Cheers.
-- 
Sending from my VCR.
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/ht/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    15 Nov 2010 23:22:07 -0000      1.19
+++ Makefile    13 Apr 2012 13:00:39 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              file editor/viewer/analyzer for executables
 
-DISTNAME =             ht-2.0.18
+DISTNAME =             ht-2.0.20
 CATEGORIES =           editors
 
 HOMEPAGE =             http://hte.sourceforge.net/
@@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP =  Yes
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP = Yes
 
-WANTLIB =              c m ncurses stdc++
+WANTLIB =              c m ncursesw stdc++
 
 MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=hte/}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/ht/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    23 Nov 2009 10:48:30 -0000      1.11
+++ distinfo    13 Apr 2012 13:00:39 -0000
@@ -1,5 +1,5 @@
-MD5 (ht-2.0.18.tar.gz) = znaYuAA1vOKXN0szgEXa3Q==
-RMD160 (ht-2.0.18.tar.gz) = kh9bV9tp2DJsJh7IQPV4osBifTw=
-SHA1 (ht-2.0.18.tar.gz) = fZ2JfdUPFRIXE3xBB6pyWuhaoOw=
-SHA256 (ht-2.0.18.tar.gz) = dTVdgP99pxRBG2gvAvzGjC4JEOYba3JgABNWZW4HvXY=
-SIZE (ht-2.0.18.tar.gz) = 1068063
+MD5 (ht-2.0.20.tar.gz) = ItWjBHADLsi4WNSjok+NAg==
+RMD160 (ht-2.0.20.tar.gz) = rng3HIR6DD/jUT/0hBt3r6W6nxA=
+SHA1 (ht-2.0.20.tar.gz) = ie0z1KZpmpfvE9e/2Q++T0QhWP0=
+SHA256 (ht-2.0.20.tar.gz) = 79ZfGzDuE9g2NG3idGh/0obF7srVEER6gzf0VukIfXo=
+SIZE (ht-2.0.20.tar.gz) = 1078031
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/editors/ht/patches/patch-configure,v
retrieving revision 1.5
diff -u -p -r1.5 patch-configure
--- patches/patch-configure     2 Jun 2008 19:38:09 -0000       1.5
+++ patches/patch-configure     13 Apr 2012 13:00:39 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.5 2008/06/02 19:38:09 okan Exp $
---- configure.orig     Sun May 18 17:13:16 2008
-+++ configure  Sun May 18 17:13:35 2008
-@@ -1979,7 +1979,7 @@ fi
+--- configure.orig     Sat Mar  3 12:16:47 2012
++++ configure  Fri Apr 13 09:49:30 2012
+@@ -2571,7 +2571,7 @@ fi
  
  if test "x$enable_maintainermode" = "xno"; then
  if test "x$enable_release" = "xyes"; then

Reply via email to