Skip to content

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilst committed Nov 27, 2023
1 parent e4dfeba commit 2d0609c
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.0
SSHPROXY_VERSION ?= 1.6.1
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.0
Version: 1.6.1
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
* Mon Nov 27 2023 Cyril Servant <[email protected]> - 1.6.1-1
- sshproxy 1.6.1

* Tue Oct 10 2023 Cyril Servant <[email protected]> - 1.6.0-1
- sshproxy 1.6.0

Expand Down

0 comments on commit 2d0609c

Please sign in to comment.