]> git.pld-linux.org Git - packages/dcfldd.git/blob - dcfldd.spec
- pl
[packages/dcfldd.git] / dcfldd.spec
1 Summary:        Enhanced version of GNU dd with features useful for forensics
2 Summary(pl.UTF-8):      Rozszerzona wersja GNU dd z opcjami do śledzenia
3 Name:           dcfldd
4 Version:        1.3.4
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/dcfldd/%{name}-%{version}-1.tar.gz
9 # Source0-md5:  952026c872f11b53ce0ec6681a3eef0a
10 URL:            http://dcfldd.sourceforge.net/
11 BuildRequires:  rpmbuild(macros) >= 1.167
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 dcfldd is an enhanced version of GNU dd with features useful for
16 forensics and security. Based on the dd program found in the GNU
17 Coreutils package, dcfldd has the following additional features:
18
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.
34
35 %description -l pl.UTF-8
36 dcfldd to rozszerzona wersja GNU dd z opcjami przydatnymi przy
37 śledzeniu i utrzymywaniu bezpieczeństwa. Opierając się na programie dd
38 z 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
57 %prep
58 %setup -q -n %{name}-%{version}-1
59
60 %build
61 %configure
62
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install install-man \
69         DESTDIR=$RPM_BUILD_ROOT
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
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.078623 seconds and 3 git commands to generate.