Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 7071d428c946c7ca09a444f6e3ef2319 > files > 2

ptunnel-0.72-2.mga3.src.rpm

%define real_name PingTunnel

Summary: Reliably tunnel TCP connections over ICMP packets
Name: ptunnel
Version: 0.72
Release: %mkrel 2
License: BSD
Group: Networking/Other
URL: http://www.cs.uit.no/~daniels/PingTunnel/index.html
Source: http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-%{version}.tar.gz
BuildRequires: pcap-devel

%description
Ping Tunnel is a tool for reliably tunneling TCP connections over ICMP echo
request and reply packets (commonly known as ping requests and replies). It
is useful for evading firewalls that, for whatever reason, prevent outgoing
TCP connections, but allow in- and outgoing ICMP packets. The tunnel works
by having a proxy run on a machine ping-able from the inside of the
firewall, with the client running on the local machine from which TCP access
is required.

%prep
%setup -q -n %{real_name}
find -type f -exec chmod 0644 {} \;

%build
%make

%install
rm -rf %{buildroot}
%makeinstall mandir="%{buildroot}%{_mandir}/man8"

%files
%doc CHANGELOG LICENSE README web/
%doc %{_mandir}/man8/ptunnel.8*
%{_bindir}/ptunnel



%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.72-2.mga3
+ Revision: 378290
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Sep 06 2011 tv <tv> 0.72-1.mga2
+ Revision: 139677
- new release

  + pterjan <pterjan>
    - imported package ptunnel