From 7109542692c2085d713b1a40ec533d4f67e60ada Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:54:51 +0200 Subject: Merging debian version 1.7.7-1. Signed-off-by: Daniel Baumann --- debian/changelog | 19 ++++++++++++------- debian/control | 2 +- debian/copyright | 4 ++-- debian/local/default/ttyd | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 665dcad..6add0ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ttyd (1.7.7-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 1.7.7. + * Updating copyright for 2024. + * Updating to standards-version 4.7.0. + * Starting ttyd by default in read-write mode (ttyd 1.7.4 changed to + read-only default which makes sense as a general default, in Debian + ttyd is by default started on localhost only and requireing login). + + -- Daniel Baumann Mon, 08 Apr 2024 10:17:09 +0200 + ttyd (1.7.4-1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. @@ -8,13 +20,6 @@ ttyd (1.7.4-1~progress7.99u1) graograman-backports; urgency=medium -- Daniel Baumann Fri, 19 Apr 2024 04:54:36 +0200 -ttyd (1.7.4-1) sid; urgency=medium - - * Uploading to sid. - * Merging upstream version 1.7.4. - - -- Daniel Baumann Wed, 04 Oct 2023 14:22:48 +0200 - ttyd (1.7.3-2) sid; urgency=medium * Uploading to sid. diff --git a/debian/control b/debian/control index 2e17171..6594807 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: libwebsockets-dev, zlib1g-dev, Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: https://tsl0922.github.io/ttyd Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ttyd Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/ttyd diff --git a/debian/copyright b/debian/copyright index df13f3f..03810e6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,11 +4,11 @@ Upstream-Contact: Shuanglei Tao Source: https://github.com/tsl0922/ttyd/releases Files: * -Copyright: 2016-2022 Shuanglei Tao +Copyright: 2016-2024 Shuanglei Tao License: MIT Files: debian/* -Copyright: 2021-2022 Daniel Baumann +Copyright: 2021-2024 Daniel Baumann License: MIT License: BSD-3 diff --git a/debian/local/default/ttyd b/debian/local/default/ttyd index 526f877..f18d17a 100644 --- a/debian/local/default/ttyd +++ b/debian/local/default/ttyd @@ -1,3 +1,3 @@ # /etc/default/ttyd -TTYD_OPTIONS="-i lo -p 7681 -O login" +TTYD_OPTIONS="-i lo -p 7681 -O login -W" -- cgit v1.2.3