diff --git a/debian/changelog b/debian/changelog index 5d6d692..f482e14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 + * New upstream update - -- Dave Hibberd Sat, 17 Aug 2024 17:41:25 +0100 + -- Dave Hibberd Fri, 30 Aug 2024 10:15:11 +0100 linbpq (6.0.24.40-1) unstable; urgency=medium diff --git a/debian/patches/ftbfs-gcc14.patch b/debian/patches/ftbfs-gcc14.patch new file mode 100644 index 0000000..096769c --- /dev/null +++ b/debian/patches/ftbfs-gcc14.patch @@ -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); + diff --git a/debian/patches/secure-by-default.patch b/debian/patches/secure-by-default.patch index 38550cd..9d371bf 100644 --- a/debian/patches/secure-by-default.patch +++ b/debian/patches/secure-by-default.patch @@ -1,8 +1,8 @@ --- a/TelnetV6.c +++ b/TelnetV6.c -@@ -428,6 +428,7 @@ - TNC->Hardware = H_TELNET; +@@ -429,6 +429,7 @@ TCP->IPV4 = TRUE; + TCP->SecureTelnet = 1; strcpy(TCP->CMSServer, "cms.winlink.org"); + TCP->SecureTelnet = 1; } diff --git a/debian/patches/series b/debian/patches/series index 6953e90..d2549aa 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +ftbfs-gcc14.patch spelling-errors.patch makefile secure-by-default.patch