Skip to content

Commit

Permalink
Version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilst committed May 14, 2024
1 parent 3b8bccc commit a897830
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.2
SSHPROXY_VERSION ?= 1.6.3
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.2
Version: 1.6.3
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
* Tue May 14 2024 Cyril Servant <[email protected]> - 1.6.3-1
- sshproxy 1.6.3

* Wed Jan 24 2024 Cyril Servant <[email protected]> - 1.6.2-1
- sshproxy 1.6.2

Expand Down

0 comments on commit a897830

Please sign in to comment.