ダウンロードリスト

プロジェクト概要

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.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2007-12-06 01:47
0.3.0

コードの再設計。 TARファイルメンバの型の翻訳。様々な細かい修正。メッセージの詳細を表示用のコマンドラインオプション。このプログラムは今では'のみのTARのメンバープロセスの通常のファイル'。カウンタと要約、タイマ、インストールスクリプトは、起動スクリプトが追加されている。
タグ: 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

タグ: Initial freshmeat announcement

プロジェクトリソース