From 2d0609c0d31fe173303f06e6670cd6d653650806 Mon Sep 17 00:00:00 2001 From: Cyril Servant Date: Mon, 27 Nov 2023 10:34:17 +0100 Subject: [PATCH] Version 1.6.1 --- Makefile | 2 +- misc/sshproxy.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3334c18a..6cc16f85 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SSHPROXY_VERSION ?= 1.6.0 +SSHPROXY_VERSION ?= 1.6.1 SSHPROXY_GIT_URL ?= github.com/cea-hpc/sshproxy prefix ?= /usr diff --git a/misc/sshproxy.spec b/misc/sshproxy.spec index 1fd65670..9226926a 100644 --- a/misc/sshproxy.spec +++ b/misc/sshproxy.spec @@ -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 @@ -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 - 1.6.1-1 +- sshproxy 1.6.1 + * Tue Oct 10 2023 Cyril Servant - 1.6.0-1 - sshproxy 1.6.0