Name: proxytunnel Version: 1.9.1 Release: 1 Summary: Tool to tunnel a connection through an standard HTTP(S) proxy Group: Applications/Internet License: GPLv2+ and BSD and MIT URL: http://proxytunnel.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-aix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: openssl-devel >= 1.0.2j-2 BuildRequires: coreutils, make, patch, xmlto, asciidoc Requires: openssl >= 1.0.2j-2 %description ProxyTunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy. We mostly use it to tunnel SSH sessions through HTTP(S) proxies. Proxytunnel can currently do the following: * Create tunnels using HTTP and HTTPS proxies (That understand the HTTP CONNECT command). * Work as a back-end driver for an OpenSSH client, and create SSH connections through HTTP(S) proxies. * Work as a stand-alone application, listening on a port for connections, and then tunneling these connections to a specified destination. %prep export PATH=/opt/freeware/bin:$PATH %setup -q %patch0 # fix permissions chmod 644 CHANGES %build gmake %{?_smp_mflags} %install export PATH=/opt/freeware/bin:$PATH [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} gmake install PREFIX=%{_prefix} DESTDIR=${RPM_BUILD_ROOT} /usr/bin/strip -X32_64 ${RPM_BUILD_ROOT}%{_bindir}/* || : # make symbolic links cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc CHANGES CREDITS KNOWN_ISSUES LICENSE.txt README RELNOTES TODO %{_bindir}/%{name} %{_mandir}/man1/%{name}.1 /usr/bin/%{name} %changelog * Wed Nov 16 2016 Michael Perzl - 1.9.1-1 - updated to version 1.9.1 * Wed Nov 16 2016 Michael Perzl - 1.9.0-3 - recompiled against latest versions * Fri Mar 04 2016 Michael Perzl - 1.9.0-2 - recompiled against latest version of openssl * Mon May 23 2011 Michael Perzl - 1.9.0-1 - first version for AIX5L v5.1 and higher