diff options
author | bsiegert <bsiegert> | 2015-08-11 20:11:14 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2015-08-11 20:11:14 +0000 |
commit | f407d735268fed36b38bbcfd537f9816db822f6e (patch) | |
tree | 17e70092ecd1778b0e725b84d1868faf58ae18f6 /devel/ht | |
parent | 93905955fc8905c366e931f810a0c8ab6513b9a4 (diff) | |
download | pkgsrc-f407d735268fed36b38bbcfd537f9816db822f6e.tar.gz |
Update ht to 2.1.0.
version 2.1.0:
- updated included minilzo
- new disassembler: Atmel AVR 8-bit microcontroller
- [x86] SHA instructions
- Fixed some crashes involving corrupt ELF files
- More advanced display and handling of PE relocations (thanks Mertens Engineering)
- PE checksum calculation (thanks Mertens Engineering)
version 2.0.22:
- Fixed selection of nodes in call chain
- Added ability to view/edit 64 bit symbols and relocation for ELFs
(Thanks tecknicaltom)
- Added new option "editor/scroll offset" which determines how many
extra lines the cursor should be visible when scolling
(Thanks tecknicaltom)
- Fixed loading of ELF files for alpha
- Updated address of FSF
version 2.0.21:
- [x86] AVX2 updates
- Fixed usage of unaliged pointers (Thanks Jan)
- Restructed configure/makefile for better handling of
ncurses depedency (Thanks Jan)
version 2.0.20:
- Fixed loading of 32 bit ELFs (Thanks Oleg)
- Use wide ncurses if necessars (Thanks Jan)
- Show search progress in MiB (Thanks Jan)
version 2.0.19:
- [x86] fixed a lot of small bugs
- fixed a crash with the "follow" function on
invalid addresses in analyser
- [x86] AVX updates
- [x86] AVX2 instructions
- [x86] BMI, BMI2 and TBM instructions
- fixed loading of ELF files with no section headers
- [Win32] Fixed loading of files with path length > 100 (thanks Vitaliy)
version 2.0.18:
- updated c++ demangler
- [x86] SSE5/XOP/AVX merge
- symbols "first" and "last" in hex view
- project manager works again
version 2.0.17:
- compilation fixes for gcc 4.4
- fixed crash on garbage in elf section headers
version 2.0.16:
- [x86] intel avx update
- updated c++ demangler
- small crash fix
version 2.0.15:
- [Win32] removed a debug printf
- fixed clipboard view
- fixed ELF symbol viewer
Diffstat (limited to 'devel/ht')
-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 2b164c19270..3c953e3cbf4 100644 --- a/devel/ht/Makefile +++ b/devel/ht/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2012/10/31 11:17:06 asau Exp $ +# $NetBSD: Makefile,v 1.14 2015/08/11 20:11:14 bsiegert Exp $ # -DISTNAME= ht-2.0.14 +DISTNAME= ht-2.1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hte/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/ht/distinfo b/devel/ht/distinfo index d83b86e98d9..65b2f6755eb 100644 --- a/devel/ht/distinfo +++ b/devel/ht/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2008/08/26 23:00:01 ahoka Exp $ +$NetBSD: distinfo,v 1.9 2015/08/11 20:11:14 bsiegert Exp $ -SHA1 (ht-2.0.14.tar.bz2) = f461e4e74f89bb8f5fdbf9eb37ad1d287db757e4 -RMD160 (ht-2.0.14.tar.bz2) = deab4eec0fd2aedbe77ac116627cdcaa0c1b0200 -Size (ht-2.0.14.tar.bz2) = 869714 bytes +SHA1 (ht-2.1.0.tar.bz2) = d9d39fd3055fd4b4abd5a718bde8e0249cd61e9a +RMD160 (ht-2.1.0.tar.bz2) = 665e20a70a4735acf2102521b49074f94a28fba6 +Size (ht-2.1.0.tar.bz2) = 884139 bytes |