]> git.pld-linux.org Git - packages/cfs.git/blame - cfs.spec
- update urls
[packages/cfs.git] / cfs.spec
CommitLineData
1a1c4b59 1Summary: Cryptographic Filesystem
7c7f8c99 2Summary(pl.UTF-8): Kryptograficzny system plików
1a1c4b59
AM
3Name: cfs
4Version: 1.3.3
d3f5100f 5Release: 2
1a1c4b59
AM
6License: distributable
7# Original source is unknown
8Group: Applications/File
19fc8fee
KK
9Source0: ftp://ftp.zedz.net/pub/crypto/disk/cfs/%{name}-%{version}.tar.gz
10# Source0-md5: 44accb7e102a78150dd35e9fa36d7f5f
11Patch0: http://archive.debian.org/debian-non-US/dists/potato/non-US/main/source/%{name}_1.3.3-8.1.diff.gz
12# Patch0-md5: 7bb4cbf19e8c195f7302a025897fe44d
8fd4843a 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1a1c4b59
AM
14
15%description
16CFS pushes encryption services into the Unix(tm) file system. It
17supports secure storage at the system level through a standard Unix
18file system interface to encrypted files. Users associate a
19cryptographic key with the directories they wish to protect. Files in
20these directories (as well as their pathname components) are
21transparently encrypted and decrypted with the specified key without
22further user intervention; cleartext is never stored on a disk or sent
23to a remote file server. CFS employs a novel combination of DES stream
24and codebook cipher modes to provide high security with good
25performance on a modern workstation. CFS can use any available file
26system for its underlying storage without modification, including
27remote file servers such as NFS. System management functions, such as
28file backup, work in a normal manner and without knowledge of the key.
29
3ebe433a
JR
30%description -l pl.UTF-8
31CFS dodaje usługi szyfrujące do systemu plików Unixów. Obsługuje on
1a1c4b59 32bezpieczny zapis informacji poprzez standardowy interfejs systemu
3ebe433a
JR
33plików dostępny w Uniksach. Użytkownicy przypisują kryptograficzne
34klucze tym katalogom, które chcą zabezpieczyć. Pliki w tych katalogach
35(jak również ich nazwy) są przezroczyście szyfrowane i deszyfrowane z
36podanym kluczem; dane czystym tekstem nigdy nie są zapisywane na dysku
37czy przesyłane przez sieć do zdalnego serwera.
1a1c4b59
AM
38
39%prep
19fc8fee 40%setup -q
1a1c4b59
AM
41
42%build
43%{__make} cfs esm \
44 CC="%{__cc}" \
45 COPT="%{rpmcflags}"
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install_cfs install_esm \
51 BINDIR=$RPM_BUILD_ROOT%{_bindir} \
52 ETCDIR=$RPM_BUILD_ROOT%{_sbindir}
53
1a1c4b59
AM
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
d3f5100f 59%doc README*
1a1c4b59 60%attr(,,)
This page took 0.050335 seconds and 4 git commands to generate.