Some more tests

This commit is contained in:
Hibby 2024-11-29 18:01:29 +00:00
parent 6880a1a5f0
commit a0644e888c
No known key found for this signature in database
3 changed files with 1 additions and 12 deletions

View File

@ -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];

View File

@ -2,4 +2,3 @@ headers.patch
ftbfs-gcc14.patch ftbfs-gcc14.patch
spelling-errors.patch spelling-errors.patch
makefile makefile
secure-by-default.patch

2
debian/rules vendored
View File

@ -1,6 +1,6 @@
#!/usr/bin/make -f #!/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 $@ dh $@