./editors/tweak, Efficient hex editor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.02nb2, Package name: tweak-3.02nb2, Maintainer: pkgsrc-users

tweak is a hex editor. It allows you to edit a file at very low
level, letting you see the full and exact binary contents of the
file. It can be useful for modifying binary files such as executables,
editing disk or CD images, debugging programs that generate binary
file formats incorrectly, and many other things.

Unlike simpler hex editors, tweak possesses a fully functional
insert mode. This is not useful when editing many of the types of
file described above, but can be useful in other situations. Also,
an insert mode makes it easy to use tweak to construct new files
from scratch.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 70.253 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-09 17:27:00 by Nia Alarie | Files touched by this commit (3)
Log message:
tweak: Honour LDFLAGS, should fix the build on some platforms
   2022-06-27 17:29:18 by Frederic Cambus | Files touched by this commit (41)
Log message:
*: drop maintainership for packages not related to toolchains and ELF.
   2021-11-01 22:33:26 by Frederic Cambus | Files touched by this commit (3)
Log message:
editors/tweak: Fix buffer overflow in 'unknown key sequence' error report.

From upstream commit ad97e1337e1e1df934b7f3674fa6c9f7e8eb603f.
   2021-10-26 12:21:45 by Nia Alarie | Files touched by this commit (161)
Log message:
editors: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:47:53 by Nia Alarie | Files touched by this commit (161)
Log message:
editors: Remove SHA1 hashes for distfiles
   2021-05-14 16:22:05 by Nia Alarie | Files touched by this commit (2)
Log message:
tweak: honor CFLAGS/LDFLAGS
   2021-01-10 12:20:18 by Frederic Cambus | Files touched by this commit (1)
Log message:
tweak: take maintainership.
   2020-01-28 14:23:32 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
tweak: update to 3.02.

ChangeLog:

- Build the HTML man page in the build script.
- Avoid buffer overflow with really long filenames.
- Fix missing argument to 'bad option' message.
- Remove the version number from the Tweak status bar.
- Increase the size of the 'message' buffer, which is currently
  overflowing on really big files.
- Prevent obvious NULL dereference if you paste before cutting or copying.
- Fix memory overwrite when increasing display width in mid-editing.