From a0644e888cdf337cf11a5499ab306c441f4979b9 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Fri, 29 Nov 2024 18:01:29 +0000 Subject: [PATCH] Some more tests --- debian/patches/secure-by-default.patch | 10 ---------- debian/patches/series | 1 - debian/rules | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 debian/patches/secure-by-default.patch diff --git a/debian/patches/secure-by-default.patch b/debian/patches/secure-by-default.patch deleted file mode 100644 index 996bc6d..0000000 --- a/debian/patches/secure-by-default.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/TelnetV6.c -+++ b/TelnetV6.c -@@ -427,6 +427,7 @@ - TCP->IPV4 = TRUE; - TCP->SecureTelnet = 1; - strcpy(TCP->CMSServer, "cms.winlink.org"); -+ TCP->SecureTelnet = 1; - } - - TNC = TNCInfo[Port]; diff --git a/debian/patches/series b/debian/patches/series index 8e599fc..90fc185 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,4 +2,3 @@ headers.patch ftbfs-gcc14.patch spelling-errors.patch makefile -secure-by-default.patch diff --git a/debian/rules b/debian/rules index 8affa7a..9df5872 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export DEB_BUILD_MAINT_OPTIONS=hardening=-all,-format qa=-bug-implicit-func +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-format qa=-bug-implicit-func %: dh $@