First build needs
This commit is contained in:
parent
b26c87817a
commit
a47cc11d8a
|
@ -1,8 +1,9 @@
|
||||||
linbpq (6.0.24.40-2) UNRELEASED; urgency=medium
|
linbpq (6.0.24.42-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Install config to /etc
|
* Install config to /etc
|
||||||
|
* New upstream update
|
||||||
|
|
||||||
-- Dave Hibberd <hibby@debian.org> Sat, 17 Aug 2024 17:41:25 +0100
|
-- Dave Hibberd <hibby@debian.org> Fri, 30 Aug 2024 10:15:11 +0100
|
||||||
|
|
||||||
linbpq (6.0.24.40-1) unstable; urgency=medium
|
linbpq (6.0.24.40-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Multicast.c
|
||||||
|
+++ b/Multicast.c
|
||||||
|
@@ -620,7 +620,7 @@
|
||||||
|
int r;
|
||||||
|
|
||||||
|
UINT rlen;
|
||||||
|
- UINT outlen;
|
||||||
|
+ long outlen;
|
||||||
|
|
||||||
|
memcpy(&rlen, &Decoded[5], 4);
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
--- a/TelnetV6.c
|
--- a/TelnetV6.c
|
||||||
+++ b/TelnetV6.c
|
+++ b/TelnetV6.c
|
||||||
@@ -428,6 +428,7 @@
|
@@ -429,6 +429,7 @@
|
||||||
TNC->Hardware = H_TELNET;
|
|
||||||
TCP->IPV4 = TRUE;
|
TCP->IPV4 = TRUE;
|
||||||
|
TCP->SecureTelnet = 1;
|
||||||
strcpy(TCP->CMSServer, "cms.winlink.org");
|
strcpy(TCP->CMSServer, "cms.winlink.org");
|
||||||
+ TCP->SecureTelnet = 1;
|
+ TCP->SecureTelnet = 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
ftbfs-gcc14.patch
|
||||||
spelling-errors.patch
|
spelling-errors.patch
|
||||||
makefile
|
makefile
|
||||||
secure-by-default.patch
|
secure-by-default.patch
|
||||||
|
|
Loading…
Reference in New Issue