libzc 0.4.3-1 source package in Ubuntu

Changelog

libzc (0.4.3-1) unstable; urgency=low

  * New upstream release.
  * New Dockerfile to simplify debian releases.
  * Removed zc_file_info_offset() function from API.
  * Added two new functions to the API: zc_file_info_offset_begin() and
    zc_file_info_offset_end().
  * Added the possibility to specify the filenames instead of the
    offsets in the plaintext cracker in yazc tool.
  * Added the -S option to the plaintext cracker to print time stats.
  * Bump SONAME - NEW package libzc6.
  * Rules-Requires-Root set to 'no' since libzc does not require
    fakeroot to produce the deb files.
  * Set Multi-Arch to 'same' for libzc-dev and libzc6 packages.
  * Bump Standards-Versions to 4.5.0.
  * Bump debhelper compat to 11.

 -- Marc Ferland <email address hidden>  Mon, 30 Nov 2020 16:50:44 -0500

Upload details

Uploaded by:
Marc Ferland
Uploaded to:
Sid
Original maintainer:
Marc Ferland
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
libzc_0.4.3-1.dsc 1.8 KiB 647e42c7b4dce3abb3520fbb65e014b987ca0d8a0022ff61c876c77ef07aec28
libzc_0.4.3.orig.tar.gz 305.8 KiB b26aba5fd48840f279e0a7188e2d8db7baa4b07edf2b6deac9df7e5be83248d3
libzc_0.4.3-1.debian.tar.xz 3.0 KiB 276034dc12a75b920b2ec752ce50ba82d608769de4d30d5459410d5075cf749e

Available diffs

No changes file available.

Binary packages built by this source

libzc-dev: fast password cracking library for zip archives (dev)

 libzc is a fast, portable and high-quality zip password cracking
 library. It is entirely written in C and uses POSIX threads for faster
 password recovery. A command line utility, yazc, also comes with the
 library as the default client.
 .
 This package provides the development files.

libzc6: fast password cracking library for zip archives

 libzc is a fast, portable and high-quality zip password cracking
 library. It is entirely written in C and uses POSIX threads for faster
 password recovery. A command line utility, yazc, also comes with the
 library as the default client.

libzc6-dbgsym: debug symbols for libzc6
yazc: Command line tool for the libzc library

 Yazc is the command line utility that comes bundled with libzc. It
 provides easy access to all of libzc attack modes namely: bruteforce,
 dictionary and plaintext attacks.

yazc-dbgsym: debug symbols for yazc