Skip to content

Commit 931c789

Browse files
committed
Version 1.5.2
1 parent 08854dc commit 931c789

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SSHPROXY_VERSION ?= 1.5.1
1+
SSHPROXY_VERSION ?= 1.5.2
22
SSHPROXY_GIT_URL ?= github.com/cea-hpc/sshproxy
33

44
prefix ?= /usr

misc/sshproxy.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global debug_package %{nil}
44

55
Name: sshproxy
6-
Version: 1.5.1
6+
Version: 1.5.2
77
Release: 1%{?dist}
88
Summary: SSH proxy
99
License: CeCILL-B
@@ -51,6 +51,9 @@ install -p -m 0644 config/sshproxy.yaml %{buildroot}%{_sysconfdir}/sshproxy
5151
%{_mandir}/man8/sshproxy-replay.8*
5252

5353
%changelog
54+
* Fri Sep 08 2023 Cyril Servant <[email protected]> - 1.5.2-1
55+
- sshproxy 1.5.2
56+
5457
* Tue Mar 22 2022 Cyril Servant <[email protected]> - 1.5.1-1
5558
- sshproxy 1.5.1
5659

0 commit comments

Comments
 (0)