]> git.pld-linux.org Git - packages/connect.git/blame - connect.spec
Since OpenSSH 5.4 ssh -W can do the basic TCP tunnel
[packages/connect.git] / connect.spec
CommitLineData
49163db5 1Summary: Make TCP connection using SOCKS4/5 or HTTPS proxy
d25e62d2 2Summary(pl.UTF-8): Tworzenie połączeń TCP poprzez proxy SOCKS4/5 lub HTTPS
49163db5
JB
3Name: connect
4Version: 1.96
00fb02e3 5Release: 2
49163db5
JB
6License: GPL v2+
7Group: Applications/Networking
ffb38f37 8Source0: http://www.taiyo.co.jp/~gotoh/ssh/%{name}.c
49163db5 9# NoSource0-md5: b856937f1cdfca7a3ccfb2fac36ef726
ffb38f37 10Source1: http://www.taiyo.co.jp/~gotoh/ssh/%{name}.html
49163db5 11# NoSource1-md5: bb972b3a9d435c62023b355960d78f78
ffb38f37 12URL: http://bent.latency.net/bent/git/goto-san-connect-1.85/src/connect.html
49163db5
JB
13Conflicts: openssh-clients < 2:4.5p1-2
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17connect is the simple relaying command to make network connection via
18SOCKS and HTTPS proxy. It is mainly intended to be used as "proxy
ffb38f37
ER
19command" of OpenSSH. You can make SSH session beyond the firewall with
20this command.
21
22NOTE: Since OpenSSH 5.4 you can use ssh -W option for plain TCP
23tunnel: ProxyCommand ssh -q -W %h:%p gateway.example.com
49163db5 24
3ad66989
JR
25%description -l pl.UTF-8
26connect to proste polecenie przekazujące tworzące połączenie sieciowe
27przez proxy SOCKS lub HTTPS. Powstało głównie z myślą o używaniu jako
28"proxy command" w OpenSSH. Pozwala nawiązywać sesje SSH zza firewalli.
49163db5
JB
29
30%prep
31%setup -q -c -T
ffb38f37 32cp -p %{SOURCE0} %{SOURCE1} .
49163db5
JB
33
34%build
35%{__cc} %{rpmcflags} %{rpmldflags} connect.c -o connect
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT%{_bindir}
ffb38f37 40install -p connect $RPM_BUILD_ROOT%{_bindir}
49163db5
JB
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc connect.html
48%attr(755,root,root) %{_bindir}/connect
This page took 0.064086 seconds and 4 git commands to generate.