]> git.pld-linux.org Git - packages/dcfldd.git/blame - dcfldd.spec
- pl
[packages/dcfldd.git] / dcfldd.spec
CommitLineData
350fe38d 1Summary: Enhanced version of GNU dd with features useful for forensics
fb369f76 2Summary(pl.UTF-8): Rozszerzona wersja GNU dd z opcjami do śledzenia
350fe38d 3Name: dcfldd
4Version: 1.3.4
5Release: 1
6License: GPL v2
7Group: Applications/System
8Source0: http://dl.sourceforge.net/dcfldd/%{name}-%{version}-1.tar.gz
9# Source0-md5: 952026c872f11b53ce0ec6681a3eef0a
b5417d70 10URL: http://dcfldd.sourceforge.net/
350fe38d 11BuildRequires: rpmbuild(macros) >= 1.167
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15dcfldd is an enhanced version of GNU dd with features useful for
16forensics and security. Based on the dd program found in the GNU
17Coreutils package, dcfldd has the following additional features:
18
b5417d70
TP
19- Hashing on-the-fly - dcfldd can hash the input data as it is being
20 transferred, helping to ensure data integrity.
21- Status output - dcfldd can update the user of its progress in terms
22 of the amount of data transferred and how much longer operation will
23 take.
24- Flexible disk wipes - dcfldd can be used to wipe disks quickly and
25 with a known pattern if desired.
26- Image/wipe Verify - dcfldd can verify that a target drive is a
27 bit-for-bit match of the specified input file or pattern.
28- Multiple outputs - dcfldd can output to multiple files or disks at
29 the same time.
30- Split output - dcfldd can split output to multiple files with more
31 configurability than the split command.
32- Piped output and logs - dcfldd can send all its log data and output
33 to commands as well as files natively.
350fe38d 34
fb369f76
JB
35%description -l pl.UTF-8
36dcfldd to rozszerzona wersja GNU dd z opcjami przydatnymi przy
37śledzeniu i utrzymywaniu bezpieczeństwa. Opierając się na programie dd
38z pakietu GNU Coreutils dcfldd ma następujące dodatkowe możliwości:
39
40- Haszowanie w locie: dcfldd potrafi haszować dane wejściowe w trakcie
41 przesyłania, co pomaga w zachowaniu ich spójności.
42- Wyjście diagnostyczne: dcfldd może informować użytkownika o
43 postępach w postaci ilości przesłanych danych i pozostałym czasie
44 operacji.
45- Elastyczne czyszczenie dysku: dcfldd może być używany do szybkiego
46 usuwania danych z dysku, ewentualnie z użyciem znanego wzorca.
47- Kontrola obrazów i czyszczenia: dcfldd potrafi sprawdzać, czy dysk
48 docelowy zgadza się co do bitu z podanym plikiem wejściowym lub
49 wzorcem.
50- Wiele wyjść: dcfldd potrafi zapisywać wiele plików lub dysków w tym
51 samym czasie.
52- Podział wyjścia: dcfldd potrafi podzielić wyjście na wiele plików w
53 sposób bardziej konfigurowalny niż robi to polecenie split.
54- Wyjście i logowanie przez potoki: dcfldd może wysyłać dane wyjściowe
55 i logi do innych poleceń, a także plików.
56
350fe38d 57%prep
58%setup -q -n %{name}-%{version}-1
59
60%build
b5417d70
TP
61%configure
62
63%{__make}
350fe38d 64
65%install
66rm -rf $RPM_BUILD_ROOT
67
68%{__make} install install-man \
69 DESTDIR=$RPM_BUILD_ROOT
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
350fe38d 74%files
75%defattr(644,root,root,755)
76%doc AUTHORS ChangeLog NEWS README
77%attr(755,root,root) %{_bindir}/dcfldd
78%{_mandir}/man1/*
This page took 0.066161 seconds and 4 git commands to generate.