There was an error while loading. Please reload this page.
1 parent 6d3fa42 commit e582433Copy full SHA for e582433
Makefile
@@ -1,4 +1,4 @@
1
-SSHPROXY_VERSION ?= 1.5.0
+SSHPROXY_VERSION ?= 1.5.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.5.0
+Version: 1.5.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
+* Tue Mar 22 2022 Cyril Servant <cyril.servant@cea.fr> - 1.5.1-1
55
+- sshproxy 1.5.1
56
+
57
* Tue Oct 26 2021 Cyril Servant <cyril.servant@cea.fr> - 1.5.0-1
58
- sshproxy 1.5.0
59
0 commit comments