diff --git a/CMakeLists.txt b/CMakeLists.txt index 00407cf78..0bfb358f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ else() endif() endif() -project(EternalTCP VERSION 6.1.0) +project(EternalTCP VERSION 6.1.1) include(CMakeFindDependencyMacro) diff --git a/deployment/debian/debian_SOURCE/changelog b/deployment/debian/debian_SOURCE/changelog index ec1a1e4c7..704688321 100644 --- a/deployment/debian/debian_SOURCE/changelog +++ b/deployment/debian/debian_SOURCE/changelog @@ -1,3 +1,7 @@ +et (6.1.1-##DISTRO##1) ##DISTRO##; urgency=medium + + * https://github.com/MisterTea/EternalTerminal/releases/tag/et-v6.1.1 + et (6.1.0-##DISTRO##1) ##DISTRO##; urgency=medium * https://github.com/MisterTea/EternalTerminal/releases/tag/et-v6.1.0 diff --git a/deployment/debian/debian_SOURCE/control b/deployment/debian/debian_SOURCE/control index b4164e359..2d286f943 100644 --- a/deployment/debian/debian_SOURCE/control +++ b/deployment/debian/debian_SOURCE/control @@ -10,6 +10,6 @@ Homepage: https://mistertea.github.io/EternalTCP/ Package: et Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, libgcc1 (>= 1:3.3), libprotobuf-dev, libsodium-dev, libstdc++6, libtinfo5, libutempter-dev +Depends: ${misc:Depends}, ${shlibs:Depends}, libgcc1 (>= 1:3.3),libstdc++6, libtinfo5, libutempter libunwind Description: Remote terminal for the busy and impatient Eternal Terminal is a remote shell that automatically reconnects without interrupting the session. diff --git a/deployment/freebsd/Vagrantfile b/deployment/freebsd/Vagrantfile index 77a07fa5a..4600bda06 100644 --- a/deployment/freebsd/Vagrantfile +++ b/deployment/freebsd/Vagrantfile @@ -67,7 +67,7 @@ Vagrant.configure("2") do |config| # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # documentation for more information about their specific syntax and use. config.vm.provision "shell", inline: <<-SHELL - env ASSUME_ALWAYS_YES=YES pkg install cmake ninja git curl zip unzip libunwind + env ASSUME_ALWAYS_YES=YES pkg install cmake ninja git curl zip unzip libunwind protobuf git clone --branch release https://github.com/MisterTea/EternalTerminal.git mkdir -p EternalTerminal/build cd EternalTerminal/build