Package xxd: Information

Binary package: xxd
Version: 8.2.4146-alt1
Architecture: x86_64
Build time:  Jan 19, 2022, 10:56 PM in the task #293788
Source package: vim
Category: File tools
Report package bug
Home page: http://www.vim.org

License: Vim
Summary: Make a hexdump or do the reverse
Description: 
xxd creates a hex dump of a given file or standard input. It can
also convert a hex dump back to its original binary form. Like
uuencode(1) and uudecode(1) it allows the transmission of binary
data in a `mail-safe' ASCII representation, but has the
advantage of decoding to standard output. Moreover, it can be
used to perform binary file patching.



Last changed


Jan. 19, 2022 Gleb Fotengauer-Malinovskiy 4:8.2.4146-alt1
- Updated to 8.2.4146.
- vim-minimal: fixed vimrc loading regression.
- Fixed package license (Charityware -> Vim).
Jan. 19, 2022 Gleb Fotengauer-Malinovskiy 4:8.2.4141-alt1
- Updated to 8.2.4141.
- Disabled bell by default (ALT#37754).
- Added syntax support to spec.vim:
  + Vcs: tag (ALT#37754);
  + longer CVE identifiers (ALT#35865);
  + MFSA, OVE, and BDU identifiers.
May 25, 2021 Gleb Fotengauer-Malinovskiy 4:8.2.0011-alt3
- vim-common: changed demoserver.py shebang to python3.