Skip to content

Commit

Permalink
hexedit: update to 1.5.
Browse files Browse the repository at this point in the history
ChangeLog:

- Fix searching very long string
- Keep status of firstTime beween calls. (#35)
- man page: use simple double quotes (instead of weird ```xxx''')
- Properly handle off_t on non-lfs 32 bit systems.
- Fixed compiler warnings.
- Do not allow negative line length. (#34)
- fix overflow on excessively long escape sequence. (#32)
- Ignore KEY_RESIZE in main loop. (#33)
- Show percentage of cursor relative to filesize.
- Bug copy & paste (#29)
  • Loading branch information
fcambus committed Aug 29, 2020
1 parent 72ad297 commit 8b0ed63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions editors/hexedit/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.35 2020/02/05 15:30:25 fcambus Exp $
# $NetBSD: Makefile,v 1.36 2020/08/29 13:17:53 fcambus Exp $

DISTNAME= hexedit-1.4.2
DISTNAME= hexedit-1.5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=pixel/}

Expand Down
10 changes: 5 additions & 5 deletions editors/hexedit/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.14 2020/02/05 15:30:25 fcambus Exp $
$NetBSD: distinfo,v 1.15 2020/08/29 13:17:53 fcambus Exp $

SHA1 (hexedit-1.4.2.tar.gz) = 4389a1866e7a5cac213131431e5ce757568ef693
RMD160 (hexedit-1.4.2.tar.gz) = 5b4fd5caa7423ddf0e2341c213cce1abc3fa9a05
SHA512 (hexedit-1.4.2.tar.gz) = fb3c05a1783cf4147c5148ef2087f53fd7468da4dfbf2e2e4ee2b3e42eeb8a11492e5533d88c0ccf3d851f4bc34822b15da3eb9ae3509fea2573c88536f548e6
Size (hexedit-1.4.2.tar.gz) = 30179 bytes
SHA1 (hexedit-1.5.tar.gz) = e49d5a613d2c4540b03563db5eb8e827793f77b2
RMD160 (hexedit-1.5.tar.gz) = ad4c3f60b19c927d7ea0ce416cb6be7e00cd5291
SHA512 (hexedit-1.5.tar.gz) = 9d8e5c8c0cda0af17ffeaf528e3dacd7fc2878dfc0755cb055dae5c56f05c961353c1d1723b05897314b49a44a6eb96de5d3a599c6b29967425507eea7cc7ca5
Size (hexedit-1.5.tar.gz) = 30544 bytes
SHA1 (patch-ae) = 49627dd5704fb9cd7b6ac08d01d3324ff2d2babd

0 comments on commit 8b0ed63

Please sign in to comment.