Downloadliste

Projektbeschreibung

VeriTAR [Veri(fy)TAR] is a command-line utility that verifies
the MD5 sums of files within a tar archive. Due to
the limitations of the tar ("ustar") format, the
MD5 sums are retrieved from a separate file and
are checked against the MD5 sums of the files
within the tar archive. The process takes place
without actually exctracting the files. It works
even with corrupted tar archives. The program
carries on to the next file within the archive,
skipping the damaged parts. At the moment, this
relies on internal functions of Python's tarfile
module.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-12-06 01:47
0.3.0

Code neu zu gestalten. Übersetzung von TAR Mitglied Typen. Verschiedene kleinere Korrekturen. Kommandozeilen-Optionen für die Nachricht Detail. Das Programm verarbeitet nur TAR-Mitglieder, die "normale Dateien". Zähler und Zusammenfassung, ein Timer, ein Installations-Skript, und ein Start-Script wurden hinzugefügt.
Tags: Code cleanup
Code redesign. Translation of TAR member types. Various minor fixes. Command line options for message detail. The program now processes only TAR members that are 'regular files'. Counters and summary, a timer, an installation script, and a launch script have been added.

2007-12-02 02:23
0.1.0

Tags: Initial freshmeat announcement

Project Resources