Import bsddialog 1.0.4This fixes a future conflict with _FORTIFY_SOURCE, where <stdlib.h> includes<limits.h> and causes a conflict with `MAX_INPUT` defined in the enum here.Sponsored by: Klara,
Import bsddialog 1.0.4This fixes a future conflict with _FORTIFY_SOURCE, where <stdlib.h> includes<limits.h> and causes a conflict with `MAX_INPUT` defined in the enum here.Sponsored by: Klara, Inc.Sponsored by: Stormshield
show more ...
contrib/bsddialog: Import version 1.0.3Change --mixedform output to adapt to bsdinstall restoring dialog(1)behavior.Avoid to print the field value to output if <fieldlen> is read-only(less than
contrib/bsddialog: Import version 1.0.3Change --mixedform output to adapt to bsdinstall restoring dialog(1)behavior.Avoid to print the field value to output if <fieldlen> is read-only(less than or equal to zero). This fixes passwords in wlanconfig,avoiding to print also SSID.To note --mixedform continues to print field value if <flag> isread-only. This avoids breaking netconfig and netconfig_ipv6.See /usr/src/contrib/bsddialog/CHANGELOG '2024-05-27 Version 1.0.3'for more detailed information.Reported by: garga(redo branch main moved forward)Merge commit '813f3dc7b302324a361326c2583f37b002100968' into redo-bsddialog-1.0.3
contrib/bsddialog: Import version 1.0.2Implicitly import also 1.0.1, both versions are for fixing andfeature requests.Fixing:Change --mixedform behavior to fix a bsdinstall fault avoidingto ch
contrib/bsddialog: Import version 1.0.2Implicitly import also 1.0.1, both versions are for fixing andfeature requests.Fixing:Change --mixedform behavior to fix a bsdinstall fault avoidingto change the command line in wlanconfig.Feature requests: * Add keys to navigate menus. * Add key to redraw dialogs. * Avoid to handle env NCURSES_NO_UTF8_ACS in PuTTY.See '2024-04-11 Version 1.0.2' and '2023-11-16 Version 1.0.1' in/usr/src/contrib/bsddialog/CHANGELOG for more detailed information.PR: 274472Differential Revision: D42380Merge commit 'be8846bd9e069f4a6bea3d769005bea96cf43990'
bsddialog: import version 1.0