summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:54:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:54:51 +0000
commit7109542692c2085d713b1a40ec533d4f67e60ada (patch)
treed8fc6419ede4d821c87f5f437e7b3f955051a236
parentMerging upstream version 1.7.7. (diff)
downloadttyd-7109542692c2085d713b1a40ec533d4f67e60ada.tar.xz
ttyd-7109542692c2085d713b1a40ec533d4f67e60ada.zip
Merging debian version 1.7.7-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog19
-rw-r--r--debian/control2
-rw-r--r--debian/copyright4
-rw-r--r--debian/local/default/ttyd2
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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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 <tsl0922@gmail.com>
Source: https://github.com/tsl0922/ttyd/releases
Files: *
-Copyright: 2016-2022 Shuanglei Tao <tsl0922@gmail.com>
+Copyright: 2016-2024 Shuanglei Tao <tsl0922@gmail.com>
License: MIT
Files: debian/*
-Copyright: 2021-2022 Daniel Baumann <daniel.baumann@progress-linux.org>
+Copyright: 2021-2024 Daniel Baumann <daniel.baumann@progress-linux.org>
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"