2024-01-06 10:33:58 +01:00
|
|
|
Name: proxytunnel
|
2024-03-26 09:19:33 +01:00
|
|
|
Version: 1.12.2
|
2024-01-06 10:33:58 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 10:33:58 +01:00
|
|
|
Summary: A tool to connect outside through HTTP(S) proxies
|
|
|
|
Group: Applications/Networking
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 10:33:58 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/proxytunnel/proxytunnel
|
|
|
|
Source: https://github.com/proxytunnel/proxytunnel.git/v%{version}/proxytunnel-%{version}.tar.bz2
|
2024-01-06 10:33:58 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
ProxyTunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy.
|
|
|
|
Mostly used to tunnel SSH sessions through HTTP(S) proxies, allowing to do many things that wouldn't be possible without ProxyTunnel.
|
|
|
|
|
2024-01-06 10:33:58 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 10:33:58 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 10:33:58 +01:00
|
|
|
|
2024-01-06 10:33:58 +01:00
|
|
|
%makeinstall \
|
2024-01-06 10:33:58 +01:00
|
|
|
prefix=%{_prefix}
|
2024-01-06 10:33:58 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/proxytunnel
|
|
|
|
%{_mandir}/man1/*
|
2024-01-06 10:33:58 +01:00
|
|
|
%doc LICENSE.txt
|
2024-01-06 10:33:58 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-03-26 09:19:33 +01:00
|
|
|
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 1.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-07 15:29:53 +01:00
|
|
|
* Wed Feb 07 2024 Automatic Build System <autodist@openmamba.org> 1.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:33:59 +01:00
|
|
|
* Mon Dec 18 2023 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:33:58 +01:00
|
|
|
* Fri Nov 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.1-1mamba
|
|
|
|
- update to 1.11.1
|
|
|
|
|
2024-01-06 10:33:58 +01:00
|
|
|
* Thu Jun 07 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.9.0-2mamba
|
|
|
|
- fixed group
|
|
|
|
|
|
|
|
* Thu Jan 14 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.9.0-1mamba
|
|
|
|
- package created by autospec
|