update to 1.11.1 [release 1.11.1-1mamba;Fri Nov 03 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 10:33:58 +01:00
parent 520ba305bf
commit 8c5e4b549f

View File

@ -1,24 +1,25 @@
Name: proxytunnel Name: proxytunnel
Version: 1.9.0 Version: 1.11.1
Release: 2mamba Release: 1mamba
Summary: A tool to connect outside through HTTP(S) proxies Summary: A tool to connect outside through HTTP(S) proxies
Group: Applications/Networking Group: Applications/Networking
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://proxytunnel.sourceforge.net URL: https://github.com/proxytunnel/proxytunnel
Source: http://downloads.sourceforge.net/project/proxytunnel/proxytunnel%20source%20tarballs/proxytunnel%20%{version}/proxytunnel-%{version}.tgz Source: https://github.com/proxytunnel/proxytunnel.git/v%{version}/proxytunnel-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
ProxyTunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy. 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. Mostly used to tunnel SSH sessions through HTTP(S) proxies, allowing to do many things that wouldn't be possible without ProxyTunnel.
%debug_package
%prep %prep
%setup -q %setup -q
@ -27,8 +28,9 @@ Mostly used to tunnel SSH sessions through HTTP(S) proxies, allowing to do many
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall \ %makeinstall \
PREFIX=%{_prefix} prefix=%{_prefix}
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -37,9 +39,12 @@ Mostly used to tunnel SSH sessions through HTTP(S) proxies, allowing to do many
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/proxytunnel %{_bindir}/proxytunnel
%{_mandir}/man1/* %{_mandir}/man1/*
%doc CHANGES CREDITS README TODO %doc LICENSE.txt
%changelog %changelog
* Fri Nov 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.1-1mamba
- update to 1.11.1
* Thu Jun 07 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.9.0-2mamba * Thu Jun 07 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.9.0-2mamba
- fixed group - fixed group