There was an error while loading. Please reload this page.
1 parent e4dfeba commit 2d0609cCopy full SHA for 2d0609c
Makefile
@@ -1,4 +1,4 @@
1
-SSHPROXY_VERSION ?= 1.6.0
+SSHPROXY_VERSION ?= 1.6.1
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.0
+Version: 1.6.1
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 Nov 27 2023 Cyril Servant <cyril.servant@cea.fr> - 1.6.1-1
55
+- sshproxy 1.6.1
56
+
57
* Tue Oct 10 2023 Cyril Servant <cyril.servant@cea.fr> - 1.6.0-1
58
- sshproxy 1.6.0
59
0 commit comments