diff --git a/ChangeLog b/ChangeLog index 32f1ccc..1869d26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +[0.4.1-beta] - 2018-04-05 +------------------------- + +* Removed underscores from environment variable in authorized_keys file + to fulfil checks introduced by OpenSSH 7.7 + + [0.4.0-beta] - 2018-04-01 ------------------------- diff --git a/build/centos/keeto.spec b/build/centos/keeto.spec index ef04297..41f4c00 100644 --- a/build/centos/keeto.spec +++ b/build/centos/keeto.spec @@ -2,7 +2,7 @@ %global top_level_directory %{name}-%{version}-%{beta_tag} Name: keeto -Version: 0.4.0 +Version: 0.4.1 Release: 0.1.%{beta_tag}%{?dist} Summary: Key and Access Management for OpenSSH License: GPLv3+ @@ -58,6 +58,9 @@ make check %license COPYING %changelog +* Thu Apr 05 2018 Sebastian Roland - 0.4.1-0.1.beta +- Bump version. + * Sun Apr 01 2018 Sebastian Roland - 0.4.0-0.1.beta - Bump version. diff --git a/build/docker/.env b/build/docker/.env index a492388..0da088f 100644 --- a/build/docker/.env +++ b/build/docker/.env @@ -1,5 +1,5 @@ -VERSION=0.4.0-beta -KEETO_RPM_URL=https://keeto.io/static/downloads/keeto-0.4.0-beta/keeto-0.4.0-0.1.beta.el7.centos.x86_64.rpm +VERSION=0.4.1-beta +KEETO_RPM_URL=https://keeto.io/static/downloads/keeto-0.4.1-beta/keeto-0.4.1-0.1.beta.el7.centos.x86_64.rpm OPENSSH_SRC_URL=https://ftp.hostserver.de/pub/OpenBSD/OpenSSH/portable/openssh-7.7p1.tar.gz SYSLOG_NG_REPO_URL=https://copr.fedorainfracloud.org/coprs/czanik/syslog-ng314/repo/epel-7/czanik-syslog-ng314-epel-7.repo diff --git a/configure.ac b/configure.ac index 31ed253..21ca35f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # prelude. AC_PREREQ([2.69]) -AC_INIT([keeto], [0.4.0-beta], [seroland86@gmail.com], [], [https://keeto.io]) +AC_INIT([keeto], [0.4.1-beta], [seroland86@gmail.com], [], [https://keeto.io]) AC_LANG([C]) AC_CONFIG_SRCDIR([src/keeto.c]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/samples/docker/.env b/samples/docker/.env index 5642c42..d27c660 100644 --- a/samples/docker/.env +++ b/samples/docker/.env @@ -1,3 +1,3 @@ -VERSION=0.4.0-beta +VERSION=0.4.1-beta DOMAINNAME=docker.keeto.io