simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu Nov 28 18:53:21 GMT 2024
TL;DR:
c72a8627 Fix build failures with NO_IPV6 defined.
8805cf3d Fix a build failure with NO_GSSAPI defined.
948a4c8e Fix a compile warning when building with GTK 1.
d4e848a9 CHECKLST: update for some extra test builds.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2024-11-28 18:53:21
commit c72a86272446c0e4fb33c68601563549044b29e6
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=c72a86272446c0e4fb33c68601563549044b29e6;hp=b26077b1aee0d0ee5d0f20750f86cff047287ac1
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Nov 28 18:27:13 2024 +0000
Fix build failures with NO_IPV6 defined.
In commit 20f818af1201277 I renamed a lot of variables called 'ret',
by using clang-rename to do the heavy lifting. But clang-rename only
saw instances of the variable name that the _compiler_ saw. The ones
that never got through the preprocessor weren't renamed, and I didn't
eyeball the patch hard enough to find instances in the #else branch of
ifdefs that should also have been renamed.
Thanks to Lars Wendler for the report and the fixes.
unix/network.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
commit 8805cf3d9a1bb39c190345b9820ecefa9cfe801d
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=8805cf3d9a1bb39c190345b9820ecefa9cfe801d;hp=c72a86272446c0e4fb33c68601563549044b29e6
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Nov 28 18:30:48 2024 +0000
Fix a build failure with NO_GSSAPI defined.
The stub no-gss.c still wanted to know the layout of the
ssh_gss_liblist structure, in order to fill it in with nothing.
ssh/gss.h | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
commit 948a4c8e234f8600029e57f4d1120f75bd8bdd00
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=948a4c8e234f8600029e57f4d1120f75bd8bdd00;hp=8805cf3d9a1bb39c190345b9820ecefa9cfe801d
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Nov 28 18:31:43 2024 +0000
Fix a compile warning when building with GTK 1.
gtkwin_deny_term_resize() is unused in a GTK1 build, triggering an
'unused static function' compiler warning.
unix/window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit d4e848a962fb34841da6791b2808c652127a1576
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=d4e848a962fb34841da6791b2808c652127a1576;hp=948a4c8e234f8600029e57f4d1120f75bd8bdd00
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Nov 28 18:36:20 2024 +0000
CHECKLST: update for some extra test builds.
Those would have caught the two build problems in 0.82 before
releasing it. Might as well put them on the list for the future.
CHECKLST.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
More information about the tartarus-commits
mailing list