New patch to run secure-by-default until upstream patch
This commit is contained in:
parent
5b3543c12a
commit
d122a87dd1
|
@ -0,0 +1 @@
|
||||||
|
.pc/
|
|
@ -1,3 +1,9 @@
|
||||||
|
linbpq (6.0.24.38-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Secure by default patch
|
||||||
|
|
||||||
|
-- Dave Hibberd <hibby@debian.org> Fri, 05 Jul 2024 08:34:44 +0100
|
||||||
|
|
||||||
linbpq (6.0.24.38-1) unstable; urgency=medium
|
linbpq (6.0.24.38-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New Upstream
|
* New Upstream
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
diff --git a/TelnetV6.c b/TelnetV6.c
|
|
||||||
index b139fad..4a68108 100644
|
|
||||||
--- a/TelnetV6.c
|
--- a/TelnetV6.c
|
||||||
+++ b/TelnetV6.c
|
+++ b/TelnetV6.c
|
||||||
@@ -428,6 +428,7 @@ int ProcessLine(char * buf, int Port)
|
@@ -428,6 +428,7 @@
|
||||||
TNC->Hardware = H_TELNET;
|
TNC->Hardware = H_TELNET;
|
||||||
TCP->IPV4 = TRUE;
|
TCP->IPV4 = TRUE;
|
||||||
strcpy(TCP->CMSServer, "cms.winlink.org");
|
strcpy(TCP->CMSServer, "cms.winlink.org");
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
spelling-errors.patch
|
spelling-errors.patch
|
||||||
makefile
|
makefile
|
||||||
|
secure-by-default.patch
|
||||||
|
|
Loading…
Reference in New Issue