<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>f2d966f6c13d93cccceb8e594a69d1a50471d314 - contrib/bsddialog: import 1.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#f2d966f6c13d93cccceb8e594a69d1a50471d314</link>
        <description>contrib/bsddialog: import 1.1Add: slider dialog.Imported to enable testing and to complete the geomman(8) utility.Developed as part of the &quot;Full Disk Administration Tool for FreeBSD&quot;project, Braulio Rivas (brauliorivas@), Google Summer of Code 2025.Sponsored by:	Google LLC (GSoC 2025)Merge commit &apos;5a70558d32b9680c10ab579c7491652e0838cee4&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Mon, 03 Nov 2025 20:17:27 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e42d7194bdcd4fbfd781518258f919d6ac803d3 - contrib/bsddialog: Import version 1.0.5</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#3e42d7194bdcd4fbfd781518258f919d6ac803d3</link>
        <description>contrib/bsddialog: Import version 1.0.5Version for change and feature requests.* Improve documentation for --alternate-screen and --normal-screen.  Request: https://bugs.freebsd.org/285459. (This PR is not about  bsddialog itself but is used as an example for an official FreeBSD  documentation request.)* Reduce the number of screen refreshes to improve performance over a  115200 UART connection.  Request: https://gitlab.com/alfix/bsddialog/-/issues/8.* Change textbox buttons to return distinct values (previously always  returned OK).  Request: https://reviews.freebsd.org/D48668; already committed in  contrib/ 96a241a35905078bdc5d20bf25943cdb67758dea* Change forms navigation key behavior for ENTER and TAB.  Request: https://bugs.freebsd.org/287592.Refer to /usr/src/contrib/bsddialog/CHANGELOG to know more.PR:		287592Reported by:	adrianSponsored by:	The FreeBSD FoundationMerge commit &apos;653f765f05b8c7e3908ae92e9bf61522a50cefc9&apos; into YYY

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Thu, 09 Oct 2025 15:39:10 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4ca001544347e217e2ab023cca88b30637def98 - Import bsddialog 1.0.4</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#d4ca001544347e217e2ab023cca88b30637def98</link>
        <description>Import bsddialog 1.0.4This fixes a future conflict with _FORTIFY_SOURCE, where &lt;stdlib.h&gt; includes&lt;limits.h&gt; and causes a conflict with `MAX_INPUT` defined in the enum here.Sponsored by:	Klara, Inc.Sponsored by:	Stormshield

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Thu, 11 Jul 2024 06:17:23 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>079f60541fdb363215beb98583e76f8c0729449d - contrib/bsddialog: Import version 1.0.3</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#079f60541fdb363215beb98583e76f8c0729449d</link>
        <description>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 &lt;fieldlen&gt; 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 &lt;flag&gt; isread-only. This avoids breaking netconfig and netconfig_ipv6.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2024-05-27 Version 1.0.3&apos;for more detailed information.Reported by:	garga(redo branch main moved forward)Merge commit &apos;813f3dc7b302324a361326c2583f37b002100968&apos; into redo-bsddialog-1.0.3

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Mon, 27 May 2024 19:32:01 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a6d8be451f62d425b71a4874f7d4e133b9fb393c - contrib/bsddialog: Import version 1.0.2</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#a6d8be451f62d425b71a4874f7d4e133b9fb393c</link>
        <description>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 &apos;2024-04-11 Version 1.0.2&apos; and &apos;2023-11-16 Version 1.0.1&apos; in/usr/src/contrib/bsddialog/CHANGELOG for more detailed information.PR:			274472Differential Revision:	D42380Merge commit &apos;be8846bd9e069f4a6bea3d769005bea96cf43990&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Thu, 16 May 2024 13:32:56 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61ba55bcf70f2340f9c943c9571113b3fd8eda69 - bsddialog: import version 1.0</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#61ba55bcf70f2340f9c943c9571113b3fd8eda69</link>
        <description>bsddialog: import version 1.0

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Wed, 04 Oct 2023 16:11:36 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84823cc70824c8d842f503d8c2e6d7b0c2d95b61 - contrib/bsddialog: Import version 0.4</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#84823cc70824c8d842f503d8c2e6d7b0c2d95b61</link>
        <description>contrib/bsddialog: Import version 0.4Improvements and changes to integrate bsddialog(1) with scripts in BASE.Overview: * New options. --and-widget, --keep-tite, --calendar. * Change output format. Menus and --print-maxsize. * Redefine sizing. Fixed rows, cols and menurows became at the most. * Add DIAGNOSTICS. Error messages for bad arguments and options. * Add keys. Space for --menu, fast keys for --msgbox and --yesno. * Text. Change default text modification, add --cr-wrap.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-09-24 Version 0.4&apos;for more detailed information.Merge commit &apos;9f24fda5a8e7ab8243e71473c7e2dc98b4877e64&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Sun, 25 Sep 2022 13:07:29 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b319d934379f5b819cd195be7e03dbd407566fd4 - contrib/bsddialog: Import version 0.3</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#b319d934379f5b819cd195be7e03dbd407566fd4</link>
        <description>contrib/bsddialog: Import version 0.3New features overview: * Unicode. User interface handles multi-column characters. API can   handle char* like a multibyte character string. Internally wide   characters are used for keyboard input, to adapt word wrapping and   dynamic text auto-sizing for multi-column characters. * Forms refactoring. Complete rewrite deleting libformw dependency. * Theme. New utility options to save and load custom theme at run-time. * TUI navigation. Added keys to navigate input components. Changed   default focus behavior of input dialogs to be LGPL-dialog-like; a new   option can set the previous whiptail-like behavior.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-08-29 Version 0.3&apos;for more detailed information.Merge commit &apos;2c9fd7655ba54e7239f528e1af9fe09662de9b03&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Sat, 03 Sep 2022 14:40:21 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bce40c0242b167a541cc051b6b0dbcc5f3d04319 - Merge commit &apos;2f8d4418415511460bd7b3b3e532f6b328cf993f&apos;</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#bce40c0242b167a541cc051b6b0dbcc5f3d04319</link>
        <description>Merge commit &apos;2f8d4418415511460bd7b3b3e532f6b328cf993f&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Sun, 13 Mar 2022 01:38:51 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>263660c061ac76d449cbca7bdd0db2ecdfad76d9 - bsddialog: import version 0.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#263660c061ac76d449cbca7bdd0db2ecdfad76d9</link>
        <description>bsddialog: import version 0.1Import bsddialog 0.1 Utility and Library, fully refatorized, API stable,manuals completed, easier to maintain and improve.Update deps for new API:add mixedgauge consts, delete __DECONST and add bsddialog_geterror()info to avoid silent errors* tzsetup* kbdmap* distextractDifferential Revision:	https://reviews.freebsd.org/D34066

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Fri, 28 Jan 2022 08:25:38 +0000</pubDate>
        <dc:creator>Alfonso Siciliano &lt;alfsiciliano@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c76f07938c44264c7ebd400c23f218e561960d23 - Add &apos;contrib/bsddialog/&apos; from commit &apos;857c66bb5f3c5651b012beb1b5ea6ba39354ea94&apos;</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#c76f07938c44264c7ebd400c23f218e561960d23</link>
        <description>Add &apos;contrib/bsddialog/&apos; from commit &apos;857c66bb5f3c5651b012beb1b5ea6ba39354ea94&apos;git-subtree-dir: contrib/bsddialoggit-subtree-mainline: a46722b580567799b484b5a81728eaf380777e04git-subtree-split: 857c66bb5f3c5651b012beb1b5ea6ba39354ea94

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Wed, 24 Nov 2021 10:03:17 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2d966f6c13d93cccceb8e594a69d1a50471d314 - contrib/bsddialog: import 1.1</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#f2d966f6c13d93cccceb8e594a69d1a50471d314</link>
        <description>contrib/bsddialog: import 1.1Add: slider dialog.Imported to enable testing and to complete the geomman(8) utility.Developed as part of the &quot;Full Disk Administration Tool for FreeBSD&quot;project, Braulio Rivas (brauliorivas@), Google Summer of Code 2025.Sponsored by:	Google LLC (GSoC 2025)Merge commit &apos;5a70558d32b9680c10ab579c7491652e0838cee4&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Mon, 03 Nov 2025 20:17:27 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e42d7194bdcd4fbfd781518258f919d6ac803d3 - contrib/bsddialog: Import version 1.0.5</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#3e42d7194bdcd4fbfd781518258f919d6ac803d3</link>
        <description>contrib/bsddialog: Import version 1.0.5Version for change and feature requests.* Improve documentation for --alternate-screen and --normal-screen.  Request: https://bugs.freebsd.org/285459. (This PR is not about  bsddialog itself but is used as an example for an official FreeBSD  documentation request.)* Reduce the number of screen refreshes to improve performance over a  115200 UART connection.  Request: https://gitlab.com/alfix/bsddialog/-/issues/8.* Change textbox buttons to return distinct values (previously always  returned OK).  Request: https://reviews.freebsd.org/D48668; already committed in  contrib/ 96a241a35905078bdc5d20bf25943cdb67758dea* Change forms navigation key behavior for ENTER and TAB.  Request: https://bugs.freebsd.org/287592.Refer to /usr/src/contrib/bsddialog/CHANGELOG to know more.PR:		287592Reported by:	adrianSponsored by:	The FreeBSD FoundationMerge commit &apos;653f765f05b8c7e3908ae92e9bf61522a50cefc9&apos; into YYY

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Thu, 09 Oct 2025 15:39:10 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4ca001544347e217e2ab023cca88b30637def98 - Import bsddialog 1.0.4</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#d4ca001544347e217e2ab023cca88b30637def98</link>
        <description>Import bsddialog 1.0.4This fixes a future conflict with _FORTIFY_SOURCE, where &lt;stdlib.h&gt; includes&lt;limits.h&gt; and causes a conflict with `MAX_INPUT` defined in the enum here.Sponsored by:	Klara, Inc.Sponsored by:	Stormshield

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Thu, 11 Jul 2024 06:17:23 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>079f60541fdb363215beb98583e76f8c0729449d - contrib/bsddialog: Import version 1.0.3</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#079f60541fdb363215beb98583e76f8c0729449d</link>
        <description>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 &lt;fieldlen&gt; 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 &lt;flag&gt; isread-only. This avoids breaking netconfig and netconfig_ipv6.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2024-05-27 Version 1.0.3&apos;for more detailed information.Reported by:	garga(redo branch main moved forward)Merge commit &apos;813f3dc7b302324a361326c2583f37b002100968&apos; into redo-bsddialog-1.0.3

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Mon, 27 May 2024 19:32:01 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a6d8be451f62d425b71a4874f7d4e133b9fb393c - contrib/bsddialog: Import version 1.0.2</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#a6d8be451f62d425b71a4874f7d4e133b9fb393c</link>
        <description>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 &apos;2024-04-11 Version 1.0.2&apos; and &apos;2023-11-16 Version 1.0.1&apos; in/usr/src/contrib/bsddialog/CHANGELOG for more detailed information.PR:			274472Differential Revision:	D42380Merge commit &apos;be8846bd9e069f4a6bea3d769005bea96cf43990&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Thu, 16 May 2024 13:32:56 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61ba55bcf70f2340f9c943c9571113b3fd8eda69 - bsddialog: import version 1.0</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#61ba55bcf70f2340f9c943c9571113b3fd8eda69</link>
        <description>bsddialog: import version 1.0

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Wed, 04 Oct 2023 16:11:36 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84823cc70824c8d842f503d8c2e6d7b0c2d95b61 - contrib/bsddialog: Import version 0.4</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#84823cc70824c8d842f503d8c2e6d7b0c2d95b61</link>
        <description>contrib/bsddialog: Import version 0.4Improvements and changes to integrate bsddialog(1) with scripts in BASE.Overview: * New options. --and-widget, --keep-tite, --calendar. * Change output format. Menus and --print-maxsize. * Redefine sizing. Fixed rows, cols and menurows became at the most. * Add DIAGNOSTICS. Error messages for bad arguments and options. * Add keys. Space for --menu, fast keys for --msgbox and --yesno. * Text. Change default text modification, add --cr-wrap.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-09-24 Version 0.4&apos;for more detailed information.Merge commit &apos;9f24fda5a8e7ab8243e71473c7e2dc98b4877e64&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Sun, 25 Sep 2022 13:07:29 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b319d934379f5b819cd195be7e03dbd407566fd4 - contrib/bsddialog: Import version 0.3</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#b319d934379f5b819cd195be7e03dbd407566fd4</link>
        <description>contrib/bsddialog: Import version 0.3New features overview: * Unicode. User interface handles multi-column characters. API can   handle char* like a multibyte character string. Internally wide   characters are used for keyboard input, to adapt word wrapping and   dynamic text auto-sizing for multi-column characters. * Forms refactoring. Complete rewrite deleting libformw dependency. * Theme. New utility options to save and load custom theme at run-time. * TUI navigation. Added keys to navigate input components. Changed   default focus behavior of input dialogs to be LGPL-dialog-like; a new   option can set the previous whiptail-like behavior.See /usr/src/contrib/bsddialog/CHANGELOG &apos;2022-08-29 Version 0.3&apos;for more detailed information.Merge commit &apos;2c9fd7655ba54e7239f528e1af9fe09662de9b03&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Sat, 03 Sep 2022 14:40:21 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bce40c0242b167a541cc051b6b0dbcc5f3d04319 - Merge commit &apos;2f8d4418415511460bd7b3b3e532f6b328cf993f&apos;</title>
        <link>http://opengrok.net:8080/history/src/contrib/bsddialog/Makefile#bce40c0242b167a541cc051b6b0dbcc5f3d04319</link>
        <description>Merge commit &apos;2f8d4418415511460bd7b3b3e532f6b328cf993f&apos;

            List of files:
            /src/contrib/bsddialog/Makefile</description>
        <pubDate>Sun, 13 Mar 2022 01:38:51 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
