First build needs

This commit is contained in:
Hibby 2024-08-30 10:16:14 +01:00
parent b26c87817a
commit a47cc11d8a
Signed by: hibby
SSH Key Fingerprint: SHA256:Y6XbnzN0FEB1R/exPF5hUbHUgE/Nn7M1uT566fxo6pE
4 changed files with 17 additions and 4 deletions

5
debian/changelog vendored
View File

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

11
debian/patches/ftbfs-gcc14.patch vendored Normal file
View File

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

View File

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

View File

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