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 OK, benoit@ (maintainer), edd@, aja@
This commit is contained in:
parent
39fca754a8
commit
edfd7e5444
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2010/11/15 23:22:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2012/04/15 18:38:53 gonzalo Exp $
|
||||
|
||||
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/}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
$OpenBSD: patch-configure,v 1.6 2012/04/15 18:38:53 gonzalo Exp $
|
||||
--- 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
|
||||
|
Loading…
Reference in New Issue
Block a user