-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzebedee.spec
97 lines (74 loc) · 2.69 KB
/
zebedee.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Summary: Zebedee: a simple, free, secure TCP and UDP tunnel program
%define name zebedee
Name: %{name}
%define version 2.5.4
%define ostype linux
Version: %{version}
Release: 1
Group: Applications/Security
Copyright: GPL
URL: http://www.winton.org.uk/zebedee/
Source: %{name}-%{version}.tar.gz
Prefix: /usr
BuildRoot: /var/tmp/zebedee
%description
Zebedee is a simple program to establish an encrypted, compressed
"tunnel" for TCP/IP or UDP data transfer between two systems.
This allows traffic such as telnet, ftp and X to be protected from
snooping as well as potentially gaining performance over
low-bandwidth networks from compression.
The main goals for Zebedee are to:
- Provide full client and server functionality under both UNIX and
Windows. Be easy to install, use and maintain with little or no
configuration required. Have a small footprint, low wire protocol
overhead and give significant traffic reduction by the use of
compression.
- Use only algorithms that are either unpatented or for which the
patent has expired.
- Be entirely free for commercial or non-commercial use and
distributed under the term of the GNU General Public Licence.
%prep
%setup
%build
make OS=%{ostype} ZINC= ZLIB=-lz BZINC= BZLIB=-lbz2 BFINC=-I/usr/include/openssl BFLIB=-lcrypto
%install
make install OS=%{ostype} "ROOTDIR=$RPM_BUILD_ROOT/usr"
%files
/usr/bin/zebedee
/usr/bin/ftpgw.tcl
/usr/lib/zebedee
%doc /usr/man/man1/zebedee.1*
%doc /usr/man/man1/ftpgw.tcl.1*
%doc *.txt *.html
%changelog
* Sun Feb 11 2018 Alex Pelts <>
- Zebedee version 2.5.4
* Mon Sep 05 2005 Neil Winton <[email protected]>
- Zebedee version 2.5.3
* Sun Jul 06 2003 Neil Winton <[email protected]>
- Zebedee version 2.5.1
* Wed Jul 02 2003 Neil Winton <[email protected]>
- Zebedee version 2.5.0
* Tue May 29 2002 Neil Winton <[email protected]>
- Zebedee version 2.4.1
* Thu May 09 2002 Neil Winton <[email protected]>
- Zebedee version 2.4.0
* Fri Mar 22 2002 Neil Winton <[email protected]>
- Zebedee version 2.3.2
* Fri Mar 15 2002 Neil Winton <[email protected]>
- Zebedee version 2.3.1
* Thu Mar 07 2002 Neil Winton <[email protected]>
- Zebedee version 2.3.0
* Fri Apr 13 2001 Neil Winton <[email protected]>
- Zebedee version 2.2.2
* Fri Feb 09 2001 Neil Winton <[email protected]>
- Zebedee version 2.2.1
* Fri Feb 02 2001 Neil Winton <[email protected]>
- Zebedee version 2.2.0
* Sat Oct 14 2000 Neil Winton <[email protected]>
- Modified based on Marc's work -- fixed the man page creation
- Zebedee version 2.1.3
* Sun Sep 3 2000 Marc Lavallée <[email protected]>
- initial RPM package, should work with most Unix
- modified Makefile: disabled the buggy zebedee man page creation
- inclusion of the zebedee man page