We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafb1d8 commit a7b49a5Copy full SHA for a7b49a5
Makefile
@@ -1,4 +1,4 @@
1
-SSHPROXY_VERSION ?= 1.6.2
+SSHPROXY_VERSION ?= 2.0.0
2
SSHPROXY_GIT_URL ?= github.com/cea-hpc/sshproxy
3
4
prefix ?= /usr
misc/sshproxy.spec
@@ -3,7 +3,7 @@
%global debug_package %{nil}
5
Name: sshproxy
6
-Version: 1.6.2
+Version: 2.0.0
7
Release: 1%{?dist}
8
Summary: SSH proxy
9
License: CeCILL-B
@@ -51,6 +51,9 @@ install -p -m 0644 config/sshproxy.yaml %{buildroot}%{_sysconfdir}/sshproxy
51
%{_mandir}/man8/sshproxy-replay.8*
52
53
%changelog
54
+* Mon May 26 2025 Cyril Servant <cyril.servant@cea.fr> - 2.0.0-1
55
+- sshproxy 2.0.0
56
+
57
* Wed Jan 24 2024 Cyril Servant <cyril.servant@cea.fr> - 1.6.2-1
58
- sshproxy 1.6.2
59
0 commit comments