Skip to content

Commit

Permalink
Version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilst committed Jan 24, 2024
1 parent 4bdd05e commit 62fc70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SSHPROXY_VERSION ?= 1.6.1
SSHPROXY_VERSION ?= 1.6.2
SSHPROXY_GIT_URL ?= github.com/cea-hpc/sshproxy

prefix ?= /usr
Expand Down
5 changes: 4 additions & 1 deletion misc/sshproxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global debug_package %{nil}

Name: sshproxy
Version: 1.6.1
Version: 1.6.2
Release: 1%{?dist}
Summary: SSH proxy
License: CeCILL-B
Expand Down Expand Up @@ -51,6 +51,9 @@ install -p -m 0644 config/sshproxy.yaml %{buildroot}%{_sysconfdir}/sshproxy
%{_mandir}/man8/sshproxy-replay.8*

%changelog
* Wed Jan 24 2024 Cyril Servant <cyril.servant@cea.fr> - 1.6.2-1
- sshproxy 1.6.2

* Mon Nov 27 2023 Cyril Servant <cyril.servant@cea.fr> - 1.6.1-1
- sshproxy 1.6.1

Expand Down

0 comments on commit 62fc70e

Please sign in to comment.