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
commit85c0bc53ad24fe30115b2e5669f3293638e5848a (patch)
tree7cc0aae6a83b4f99fa95b514315c34db86437a1b
parentMerging upstream version 1.7.7. (diff)
downloadttyd-debian/1.7.7-1.tar.xz
ttyd-debian/1.7.7-1.zip
Adding debian version 1.7.7-1.debian/1.7.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
-rw-r--r--debian/copyright4
-rw-r--r--debian/local/default/ttyd2
4 files changed, 13 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index d1d768a..6c5fcdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-ttyd (1.7.4-1) sid; urgency=medium
+ttyd (1.7.7-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
+ * 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.3-2) sid; urgency=medium
diff --git a/debian/control b/debian/control
index 387a60d..9f7e80f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,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/users/daniel.baumann/debian/packages/ttyd
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/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"