Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SSHPROXY_VERSION ?= 2.0.1
SSHPROXY_VERSION ?= 2.1.0
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: 2.0.1
Version: 2.1.0
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 Nov 05 2025 Cyril Servant <cyril.servant@cea.fr> - 2.1.0-1
- sshproxy 2.1.0

* Mon Jun 02 2025 Cyril Servant <cyril.servant@cea.fr> - 2.0.1-1
- sshproxy 2.0.1

Expand Down
Loading