# $Id$ # Authority: dag # Upstream: Lars Brinkhoff Summary: Tunnels tcp/ip connections over http Name: httptunnel Version: 3.0.5 Release: 2%{?dist} License: GPL Group: Applications/Internet URL: http://www.nocrew.org/software/httptunnel.html Source: http://www.nocrew.org/software/httptunnel/httptunnel-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description httptunnel creates a bidirectional virtual data path tunnelled in HTTP requests. The HTTP requests can be sent via an HTTP proxy if so desired. This can be useful for users behind restrictive firewalls. If WWW access is allowed through a HTTP proxy, it's possible to use httptunnel and, say, telnet or PPP to connect to a computer outside the firewall. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog DISCLAIMER FAQ HACKING NEWS README TODO %doc %{_mandir}/man1/htc.1* %doc %{_mandir}/man1/hts.1* %{_bindir}/htc %{_bindir}/hts %changelog * Mon Jul 07 2008 Dag Wieers - 3.0.5-2 - Updated to release 3.0.5. * Sun Mar 28 2004 Dag Wieers - 3.0.5-1 - Initial package. (using DAR)