diff options
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/._ptunnel.spec | bin | 0 -> 499 bytes | |||
-rw-r--r-- | redhat/ptunnel.spec | 71 |
2 files changed, 71 insertions, 0 deletions
diff --git a/redhat/._ptunnel.spec b/redhat/._ptunnel.spec Binary files differnew file mode 100644 index 0000000..48fe56d --- /dev/null +++ b/redhat/._ptunnel.spec diff --git a/redhat/ptunnel.spec b/redhat/ptunnel.spec new file mode 100644 index 0000000..590280e --- /dev/null +++ b/redhat/ptunnel.spec @@ -0,0 +1,71 @@ +# $Id: $ +# Authority: dries +# Upstream: Daniel Stodle <daniels$stud,cs,uit,no> + +%define real_name PingTunnel + +Summary: Reliably tunnel TCP connections over ICMP packets +Name: ptunnel +Version: 0.70 +Release: 1.rf +License: BSD +Group: Applications/Internet +URL: http://www.cs.uit.no/~daniels/PingTunnel/index.html + +Packager: Dries Verachtert <dries@ulyssis.org> +Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ + +Source: http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root + +BuildRequires: libpcap + +%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 -n %{real_name} + +%build +%{__make} %{?_smp_mflags} + +%install +%{__rm} -rf %{buildroot} +%makeinstall mandir="%{buildroot}%{_mandir}/man8" + +%clean +%{__rm} -rf %{buildroot} + +%files +%defattr(-, root, root, 0755) +%doc CHANGELOG LICENSE README web/ +%doc %{_mandir}/man8/ptunnel.8* +%{_bindir}/ptunnel + +%changelog +* Wed Jan 12 2009 Michael Grigorev <sleuthhound@gmail.com> - 0.70 +- Updated to release 0.70. + +* Fri May 27 2005 Dag Wieers <dag@wieers.com> - 0.61-1 - 3200+/dag +- Updated to release 0.61. + +* Sat Apr 30 2005 Dag Wieers <dag@wieers.com> - 0.60-1 +- Updated to release 0.60. + +* Mon Feb 21 2005 Dag Wieers <dag@wieers.com> - 0.55-1 +- Updated to release 0.55. + +* Sun Feb 06 2005 Dag Wieers <dag@wieers.com> - 0.54-1 +- Updated to release 0.54. + +* Mon Jan 03 2005 Dries Verachtert <dries@ulyssis.org> - 0.52-1 +- Updated to release 0.52 (Makefile patch applied by author). + +* Sun Jan 02 2005 Dries Verachtert <dries@ulyssis.org> - 0.51-1 +- Initial package. |