Some more tests
This commit is contained in:
parent
6880a1a5f0
commit
a0644e888c
|
@ -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];
|
|
@ -2,4 +2,3 @@ headers.patch
|
|||
ftbfs-gcc14.patch
|
||||
spelling-errors.patch
|
||||
makefile
|
||||
secure-by-default.patch
|
||||
|
|
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue