bug#79468: libtool-2.6.0 released [alpha]
Kirill Makurin <[email protected]> Thu, 1 Jan 2026 14:44:42 +0000
| Newsgroups | gmane.comp.gnu.libtool.bugs |
|---|---|
| Message-ID | <LV5PR05MB998298E882C3F318329C4044E5B1BAA@LV5PR05MB998298.namprd05.prod.outlook.com> |
--_004_LV5PR05MB998298E882C3F318329C4044E5B1BAALV5PR05MB998298_ Content-Type: multipart/alternative; boundary="_000_LV5PR05MB998298E882C3F318329C4044E5B1BAALV5PR05MB998298_" --_000_LV5PR05MB998298E882C3F318329C4044E5B1BAALV5PR05MB998298_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I think something was broken in MSYS2 file path conversion. I attached file= which contains one piece from make's output when I tried to build gettext-= 1.0-pre1 with MSVC. I also encountered this issue when tried to use this al= pha release to build ncurses, so this is a bug in this libtool version. Suc= h error massages appear whenever libtool is used for linking. This effectively made it impossible to test uninstalled DLLs; they simply w= on't load since path conversion failed and wrapper executables have no idea= where to load them from. There are no such issues when using Cygwin, everything works as expected. - Kirill Makurin ________________________________ From: [email protected] on behalf of Il= eana Dumitrescu Sent: Friday, September 19, 2025 12:03 AM To: [email protected] Cc: [email protected] Subject: bug#79468: libtool-2.6.0 released [alpha] Libtoolers! The Libtool Team is pleased to announce the release of libtool 2.6.0, a alpha release. GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with GNU libltdl, which hides the complexity of loading dynamic runtime libraries (modules) behind a consistent, portable interface. Here is the announcement on Savannah: https://savannah.gnu.org/news/?id=3D10814 There have been 68 commits by 19 people in the 43 weeks since 2.5.4. See the NEWS below for a brief summary. Thanks to everyone who has contributed! The following people contributed changes to this release: Anthony Mallet (1) Bruno Haible (2) Christian Feld (1) Collin Funk (1) Elizabeth Figura (1) Evgeny Grin (1) Fr=E9d=E9ric B=E9rat (1) Gleb Popov (1) Ileana Dumitrescu (47) Julien =C9LIE (1) Karl Berry (1) Kirill Makurin (1) Manoj Gupta (1) Martin Storsj=F6 (1) Michael Haubenwallner (2) Mintsuki (1) Mitch (1) Pierre Ossman (2) Takashi Yano (1) Ileana [on behalf of the libtool maintainers] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Here is the GNU libtool home page: https://gnu.org/s/libtool/ Here are the compressed sources: https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.gz (2.1MB) https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.xz (1.1MB) Here are the GPG detached signatures: https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.gz.sig https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.xz.sig Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html Here are the SHA1 and SHA256 checksums: File: libtool-2.6.0.tar.gz SHA1 sum: 681b41409762acb07232d7af7c289cc8a2f851c9 SHA256 sum: ac9d4b8e072aa20d030d5ae039aba3b52bd7967b09e0c21f91f3e3dc1bbb8755 File: libtool-2.6.0.tar.xz SHA1 sum: dff32acab30a9262d19c3559092c2415b6a2b23e SHA256 sum: 69e6d28ae880fda08e0dc080ef2e38077ea2765a0d84e1afcfcfe1e605c911ac Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify libtool-2.6.0.tar.gz.sig The signature should match the fingerprint of the following key: pub rsa4096 2021-09-23 [SC] FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 uid Ileana Dumitrescu <[email protected]> uid Ileana Dumitrescu <[email protected]> If that command fails because you don't have the required public key, or that public key has expired, try the following commands to retrieve or refresh it, and then rerun the 'gpg --verify' command. gpg --locate-external-key [email protected] gpg --recv-keys 6570EA01146F7354 wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=3Dlibtool&downl= oad=3D1' | gpg --import - As a last resort to find the key, you can try the official GNU keyring: wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg gpg --keyring gnu-keyring.gpg --verify libtool-2.6.0.tar.gz.sig This release is based on the libtool git repository, available as git clone https://git.savannah.gnu.org/git/libtool.git with commit e40fdc22cf727fb885f9df7d9affa827e3253d1c tagged as v2.6.0. For a summary of changes and contributors, see: https://git.sv.gnu.org/gitweb/?p=3Dlibtool.git;a=3Dshortlog;h=3Dv2.6.0 or run this command from a git-cloned libtool directory: git shortlog v2.5.4..v2.6.0 This release was bootstrapped with the following tools: Autoconf 2.72e Automake 1.18.1 Gnulib 2025-07-29 f0773a994eb75ceeeb44e39145c842044357a1ad NEWS * Noteworthy changes in release 2.6.0 (2025-09-18) [alpha] ** New features: - Add a new tool, libtool-next-version, to guide users through updating library versions. - Add tagging for Objective-C and Objective-C++, OBJC and OBJCXX. - Increase 5 digit limit on revision value for libraries to 19 digits, which is referencing Unix epoch time in nanoseconds. - Add configuration options to choose whether to use '-nostdlib' to let the compiler frontend decide what standard libraries to link when building C++ shared libraries and modules, --enable-cxx-stdlib and --disable-cxx-stdlib. - Allow statically linking GCC and Clang compiler support libraries into shared libraries. - Add linking clang_rt static archives compiler internal libraries by their absolute path. - Set 'mklink' as the symlinking tool for MSVC. - Pass '--target' architecture flag for Clang. - Support MSYS and MSYS2 file path conversions. ** Bug fixes: - Fix wrongly deduplicated compiler dependencies on linux. - Fix NetBSD postdeps for shared libraries. - Fix statically linking dependencies into shared C++ libraries when utilizing clang builtins or g++ options like, -static-libstdc++, by using a new configuration option, --enable-cxx-stdlib. - Ensure *-linux-mlibc host matches to mlibc userland rather than matching to GNU/Linux and similar userlands. - Fix hang with cmd.exe in MSYS. - For MSVC, fix mishandling compiler flags, symlinking, cl.exe '.exp' extension collision, symbol names, and numerous testsuite bugs. - Fix undeclared reference to access on Windows in libltdl. - Fix flang -Wl flags on FreeBSD. - Fix reordering '--as-needed' flag. - Fix libltdl early failures for multi-arch. ** Changes in supported systems or compilers: - Support additional Intel OneAPI compilers, 'icx', 'icpx', and 'ifx'. - Support ML64 (Microsoft Macro Assembler). Enjoy! -- Ileana Dumitrescu GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354 --_000_LV5PR05MB998298E882C3F318329C4044E5B1BAALV5PR05MB998298_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <html> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-= 1"> <style type=3D"text/css" style=3D"display:none;"> P {margin-top:0;margin-bo= ttom:0;} </style> </head> <body dir=3D"ltr"> <div style=3D"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, = Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" clas= s=3D"elementToProof"> Hello,</div> <div style=3D"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, = Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" clas= s=3D"elementToProof"> <br> </div> <div style=3D"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, = Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" clas= s=3D"elementToProof"> I think something was broken in MSYS2 file path conversion. I attached file= which contains one piece from make's output when I tried to build gettext-= 1.0-pre1 with MSVC. I also encountered this issue when tried to use this al= pha release to build ncurses, so this is a bug in this libtool version. Such error massages appear whenever= libtool is used for linking.</div> <div style=3D"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, = Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" clas= s=3D"elementToProof"> <br> </div> <div style=3D"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, = Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" clas= s=3D"elementToProof"> This effectively made it impossible to test uninstalled DLLs; they simply w= on't load since path conversion failed and wrapper executables have no idea= where to load them from.</div> <div style=3D"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, = Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" clas= s=3D"elementToProof"> <br> </div> <div style=3D"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, = Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" clas= s=3D"elementToProof"> There are no such issues when using Cygwin, everything works as expected.</= div> <div><br> </div> <div style=3D"font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, = Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" clas= s=3D"elementToProof"> - Kirill Makurin</div> <div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size= : 12pt; color: rgb(0, 0, 0);"> <br> </div> <hr style=3D"display: inline-block; width: 98%;"> <div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size= : 12pt; color: rgb(0, 0, 0);"> <b>From:</b> [email protected] on = behalf of Ileana Dumitrescu<br> <b>Sent:</b> Friday, September 19, 2025 12:03 AM<br> <b>To:</b> [email protected]<br> <b>Cc:</b> [email protected]<br> <b>Subject:</b> bug#79468: libtool-2.6.0 released [alpha] </div> <div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size= : 12pt; color: rgb(0, 0, 0);"> <br> </div> <div style=3D"font-size: 11pt;">Libtoolers!<br> <br> The Libtool Team is pleased to announce the release of libtool 2.6.0, a<br> alpha release.<br> <br> GNU Libtool hides the complexity of using shared libraries behind a<br> consistent, portable interface. GNU Libtool ships with GNU libltdl, which<b= r> hides the complexity of loading dynamic runtime libraries (modules)<br> behind a consistent, portable interface.<br> <br> Here is the announcement on Savannah:<br> <a data-auth=3D"NotApplicable" rel=3D"noopener nor= eferrer" class=3D"OWAAutoLink" id=3D"OWA714a8f3e-576a-17ea-e89c-0091bc3095f= b" target=3D"_blank" href=3D"https://savannah.gnu.org/news/?id=3D10814"> https://savannah.gnu.org/news/?id=3D10814</a><br> <br> There have been 68 commits by 19 people in the 43 weeks since 2.5.4.<br> <br> See the NEWS below for a brief summary.<br> <br> Thanks to everyone who has contributed!<br> The following people contributed changes to this release:<br> <br> Anthony Mallet (1)<br> Bruno Haible (2)<br> Christian Feld (1)<br> Collin Funk (1)<br> Elizabeth Figura (1)<br> Evgeny Grin (1)<br> Fr=E9d=E9ric B=E9rat (1)<br> Gleb Popov (1)<br> Ileana Dumitrescu (47)<br> Julien =C9LIE (1)<br> Karl Berry (1)<br> Kirill Makurin (1)<br> Manoj Gupta (1)<br> Martin Storsj=F6 (1)<br> Michael Haubenwallner (2)<br> Mintsuki (1)<br> Mitch (1)<br> Pierre Ossman (2)<br> Takashi Yano (1)<br> <br> Ileana<br> [on behalf of the libtool maintainers]<br> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br> <br> Here is the GNU libtool home page:<br> <a data-auth=3D"NotApplicable" rel=3D"noopener nor= eferrer" class=3D"OWAAutoLink" id=3D"OWA4614417f-4615-a06f-4133-1761c23df17= 0" target=3D"_blank" href=3D"https://gnu.org/s/libtool/"> https://gnu.org/s/libtool/</a><br> <br> Here are the compressed sources:<br> <a data-auth=3D"NotApplicable" rel=3D"noopener noreferrer" cla= ss=3D"OWAAutoLink" id=3D"OWA3ea35f59-c947-6ea2-e9a7-7d72a4f9e782" target=3D= "_blank" href=3D"https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.gz"> https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.gz</a> (2.1= MB)<br> <a data-auth=3D"NotApplicable" rel=3D"noopener noreferrer" cla= ss=3D"OWAAutoLink" id=3D"OWA18174cff-f724-94d2-3907-cefb7a1e113b" target=3D= "_blank" href=3D"https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.xz"> https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.xz</a> (1.1= MB)<br> <br> Here are the GPG detached signatures:<br> <a data-auth=3D"NotApplicable" rel=3D"noopener noreferrer" cla= ss=3D"OWAAutoLink" id=3D"OWA64da8172-2ecd-de90-fe8e-30bb78116a70" target=3D= "_blank" href=3D"https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.gz.sig= "> https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.gz.sig</a><br> <a data-auth=3D"NotApplicable" rel=3D"noopener noreferrer" cla= ss=3D"OWAAutoLink" id=3D"OWAe1b1de0a-9bb1-5804-0983-edffac70b494" target=3D= "_blank" href=3D"https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.xz.sig= "> https://alpha.gnu.org/gnu/libtool/libtool-2.6.0.tar.xz.sig</a><br> <br> Use a mirror for higher download bandwidth:<br> <a data-auth=3D"NotApplicable" rel=3D"noopener noreferrer" cla= ss=3D"OWAAutoLink" id=3D"OWA9b894586-4d09-a83f-1ff1-4028e2c8ecbf" target=3D= "_blank" href=3D"https://www.gnu.org/order/ftp.html"> https://www.gnu.org/order/ftp.html</a><br> <br> Here are the SHA1 and SHA256 checksums:<br> <br> File: libtool-2.6.0.tar.gz<br> SHA1 sum: 681b41409762acb07232d7af7c289cc8a2f851c9= <br> SHA256 sum:<br> ac9d4b8e072aa20d030d5ae039aba3b52bd7967b09e0c21f91f3e3dc1bbb8755<br> <br> File: libtool-2.6.0.tar.xz<br> SHA1 sum: dff32acab30a9262d19c3559092c2415b6a2b23e= <br> SHA256 sum:<br> 69e6d28ae880fda08e0dc080ef2e38077ea2765a0d84e1afcfcfe1e605c911ac<br> <br> Use a .sig file to verify that the corresponding file (without the<br> .sig suffix) is intact. First, be sure to download both the .sig file= <br> and the corresponding tarball. Then, run a command like this:<br> <br> gpg --verify libtool-2.6.0.tar.gz.sig<br> <br> The signature should match the fingerprint of the following key:<br> <br> pub rsa4096 2021-09-23 [SC]<br> FA26 CA78 4BE1 8892 7F22&n= bsp; B99F 6570 EA01 146F 7354<br> uid Ileana Dumitrescu <ileanadumi95@protonmail.= com><br> uid Ileana Dumitrescu <ileanadumitrescu95@gmail= .com><br> <br> If that command fails because you don't have the required public key,<br> or that public key has expired, try the following commands to retrieve<br> or refresh it, and then rerun the 'gpg --verify' command.<br> <br> gpg --locate-external-key [email protected]<br> <br> gpg --recv-keys 6570EA01146F7354<br> <br> wget -q -O-<br> '<a data-auth=3D"NotApplicable" rel=3D"noopener noreferrer" class=3D"OWAAut= oLink" id=3D"OWAd4b2f275-6e49-ad70-e0b8-7c5af84ee7a5" target=3D"_blank" hre= f=3D"https://savannah.gnu.org/project/release-gpgkeys.php?group=3Dlibtool&a= mp;download=3D1">https://savannah.gnu.org/project/release-gpgkeys.php?group= =3Dlibtool&download=3D1</a>'<br> | gpg --import -<br> <br> As a last resort to find the key, you can try the official GNU<br> keyring:<br> <br> wget -q <a data-auth=3D"NotApplicable" rel=3D"noopener norefer= rer" class=3D"OWAAutoLink" id=3D"OWA3d13220b-8291-0dc6-8259-93c80679ec2a" t= arget=3D"_blank" href=3D"https://ftp.gnu.org/gnu/gnu-keyring.gpg"> https://ftp.gnu.org/gnu/gnu-keyring.gpg</a><br> gpg --keyring gnu-keyring.gpg --verify libtool-2.6.0.tar.gz.si= g<br> <br> This release is based on the libtool git repository, available as<br> <br> git clone <a data-auth=3D"NotApplicable" rel=3D"noopener noref= errer" class=3D"OWAAutoLink" id=3D"OWAec071557-6062-a4b4-b066-90e99e992fd5"= target=3D"_blank" href=3D"https://git.savannah.gnu.org/git/libtool.git"> https://git.savannah.gnu.org/git/libtool.git</a><br> <br> with commit e40fdc22cf727fb885f9df7d9affa827e3253d1c tagged as v2.6.0.<br> <br> For a summary of changes and contributors, see:<br> <br> <a data-auth=3D"NotApplicable" rel=3D"noopener noreferrer" cla= ss=3D"OWAAutoLink" id=3D"OWA28a9eba4-e397-428d-283c-d7b22923bb13" target=3D= "_blank" href=3D"https://git.sv.gnu.org/gitweb/?p=3Dlibtool.git;a=3Dshortlo= g;h=3Dv2.6.0"> https://git.sv.gnu.org/gitweb/?p=3Dlibtool.git;a=3Dshortlog;h=3Dv2.6.0</a><= br> <br> or run this command from a git-cloned libtool directory:<br> <br> git shortlog v2.5.4..v2.6.0<br> <br> This release was bootstrapped with the following tools:<br> Autoconf 2.72e<br> Automake 1.18.1<br> Gnulib 2025-07-29 f0773a994eb75ceeeb44e39145c842044357a1ad<br> <br> NEWS<br> <br> * Noteworthy changes in release 2.6.0 (2025-09-18) [alpha]<br> <br> ** New features:<br> <br> - Add a new tool, libtool-next-version, to guide users through= updating<br> library versions.<br> <br> - Add tagging for Objective-C and Objective-C++, OBJC and OBJC= XX.<br> <br> - Increase 5 digit limit on revision value for libraries to 19= digits,<br> which is referencing Unix epoch time in nanosecond= s.<br> <br> - Add configuration options to choose whether to use '-nostdli= b' to let<br> the compiler frontend decide what standard librari= es to link when<br> building C++ shared libraries and modules, --enabl= e-cxx-stdlib and<br> --disable-cxx-stdlib.<br> <br> - Allow statically linking GCC and Clang compiler support libr= aries<br> into shared libraries.<br> <br> - Add linking clang_rt static archives compiler internal libra= ries by<br> their absolute path.<br> <br> - Set 'mklink' as the symlinking tool for MSVC.<br> <br> - Pass '--target' architecture flag for Clang.<br> <br> - Support MSYS and MSYS2 file path conversions.<br> <br> ** Bug fixes:<br> <br> - Fix wrongly deduplicated compiler dependencies on linux.<br> <br> - Fix NetBSD postdeps for shared libraries.<br> <br> - Fix statically linking dependencies into shared C++ librarie= s when<br> utilizing clang builtins or g++ options like, -sta= tic-libstdc++, by<br> using a new configuration option, --enable-cxx-std= lib.<br> <br> - Ensure *-linux-mlibc host matches to mlibc userland rather t= han<br> matching to GNU/Linux and similar userlands.<br> <br> - Fix hang with cmd.exe in MSYS.<br> <br> - For MSVC, fix mishandling compiler flags, symlinking, cl.exe= '.exp'<br> extension collision, symbol names, and numerous te= stsuite bugs.<br> <br> - Fix undeclared reference to access on Windows in libltdl.<br= > <br> - Fix flang -Wl flags on FreeBSD.<br> <br> - Fix reordering '--as-needed' flag.<br> <br> - Fix libltdl early failures for multi-arch.<br> <br> ** Changes in supported systems or compilers:<br> <br> - Support additional Intel OneAPI compilers, 'icx', 'icpx', an= d 'ifx'.<br> <br> - Support ML64 (Microsoft Macro Assembler).<br> <br> <br> Enjoy!<br> <br> --<br> Ileana Dumitrescu<br> <br> GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354<br> <br> </div> </body> </html> --_000_LV5PR05MB998298E882C3F318329C4044E5B1BAALV5PR05MB998298_-- --_004_LV5PR05MB998298E882C3F318329C4044E5B1BAALV5PR05MB998298_ Content-Type: text/plain; name="libtool.txt" Content-Description: libtool.txt Content-Disposition: attachment; filename="libtool.txt"; size=2647; creation-date="Thu, 01 Jan 2026 14:38:03 GMT"; modification-date="Thu, 01 Jan 2026 14:39:13 GMT" Content-Transfer-Encoding: base64 L2Jpbi9zaCAuLi9saWJ0b29sIMKgLS10YWc9Q0MgwqAgLS1tb2RlPWxpbmsgL3Vzci9zaGFyZS9h dXRvbWFrZS0xLjE4L2NvbXBpbGUgY2wuZXhlIC1ub2xvZ28gLURJTlNUQUxMRElSPVwiL2kvZ251 LWxpYnMtd2l0aC1tc3ZjL3g4Nl82NC1tc3ZjLXdpbmRvd3MvcGxheWdyb3VuZC9wcmVmaXgudG1w L2JpblwiIC11dGYtOCAtc3RkOmMxNyAtWmM6X19TVERDX18gLURfQ1JUX0RFQ0xBUkVfTk9OU1RE Q19OQU1FUyAtTUQgLU8yIC1PYjIgwqAgLVdsLC1YbGlua2VyLC1yZWxlYXNlIC1vIGdldHRleHQu ZXhlIGdldHRleHQtZ2V0dGV4dC5vYmogbGliZ3J0c3JjLmEgLi4vZ251bGliLWxpYi9saWJncnQu YSAuLi9pbnRsL2xpYmludGwubGEgwqAgLWxpY29udiBnZXR0ZXh0LnJlcw0KbGlidG9vbDogwqAg ZXJyb3I6IENvdWxkIG5vdCBkZXRlcm1pbmUgaG9zdCBmaWxlIG5hbWUgY29ycmVzcG9uZGluZyB0 bw0KbGlidG9vbDogwqAgZXJyb3I6IMKgICcubGlicy8nDQpsaWJ0b29sOiDCoCBlcnJvcjogQ29u dGludWluZywgYnV0IHVuaW5zdGFsbGVkIGV4ZWN1dGFibGVzIG1heSBub3Qgd29yay4NCmxpYnRv b2w6IGxpbms6IC91c3Ivc2hhcmUvYXV0b21ha2UtMS4xOC9jb21waWxlIGNsLmV4ZSAtbm9sb2dv IC1ESU5TVEFMTERJUj1cIi9pL2dudS1saWJzLXdpdGgtbXN2Yy94ODZfNjQtbXN2Yy13aW5kb3dz L3BsYXlncm91bmQvcHJlZml4LnRtcC9iaW5cIiAtdXRmLTggLXN0ZDpjMTcgLVpjOl9fU1REQ19f IC1EX0NSVF9ERUNMQVJFX05PTlNURENfTkFNRVMgLU1EIC1PMiAtT2IyIC1YbGlua2VyIC1yZWxl YXNlIC1vIC5saWJzL2dldHRleHQuZXhlIGdldHRleHQtZ2V0dGV4dC5vYmogbGliZ3J0c3JjLmEg Li4vZ251bGliLWxpYi9saWJncnQuYSBnZXR0ZXh0LnJlcyDCoC4uL2ludGwvLmxpYnMvaW50bC5k bGwubGliIC1sYWR2YXBpMzIgL2kvZ251LWxpYnMtd2l0aC1tc3ZjL3g4Nl82NC1tc3ZjLXdpbmRv d3MvcGxheWdyb3VuZC9wcmVmaXgudG1wL2xpYi9pY29udi5kbGwubGliIMKgDQpjbCA6IENvbW1h bmQgbGluZSB3YXJuaW5nIEQ5MDI0IDogdW5yZWNvZ25pemVkIHNvdXJjZSBmaWxlIHR5cGUgJ2xp YmdydHNyYy5hJywgb2JqZWN0IGZpbGUgYXNzdW1lZA0KY2wgOiBDb21tYW5kIGxpbmUgd2Fybmlu ZyBEOTAyNCA6IHVucmVjb2duaXplZCBzb3VyY2UgZmlsZSB0eXBlICcuLi9nbnVsaWItbGliL2xp YmdydC5hJywgb2JqZWN0IGZpbGUgYXNzdW1lZA0KbGlidG9vbDogwqAgZXJyb3I6IENvdWxkIG5v dCBkZXRlcm1pbmUgaG9zdCBmaWxlIG5hbWUgY29ycmVzcG9uZGluZyB0bw0KbGlidG9vbDogwqAg ZXJyb3I6IMKgICcubGlicy9nZXR0ZXh0LmV4ZScNCmxpYnRvb2w6IMKgIGVycm9yOiBDb250aW51 aW5nLCBidXQgdW5pbnN0YWxsZWQgZXhlY3V0YWJsZXMgbWF5IG5vdCB3b3JrLg0KbGlidG9vbDog bGluazogbHRfb3V0cHV0ZmlsZT0iLmxpYnMvZ2V0dGV4dC5leGUiDQpsaWJ0b29sOiBsaW5rOiDC oGx0X3Rvb2xfb3V0cHV0ZmlsZT0iLmxpYnMvZ2V0dGV4dC5leGUiDQpsaWJ0b29sOiBsaW5rOiDC oGNhc2UgLmxpYnMvZ2V0dGV4dC5leGUgaW4gKi5leGV8Ki5FWEUpIDs7ICopIGx0X291dHB1dGZp bGU9LmxpYnMvZ2V0dGV4dC5leGUuZXhlIGx0X3Rvb2xfb3V0cHV0ZmlsZT0ubGlicy9nZXR0ZXh0 LmV4ZS5leGUgOzsgZXNhYw0KbGlidG9vbDogbGluazogwqBpZiB0ZXN0IDogIT0gIm10IiAmJiB0 ZXN0IC1mICIubGlicy9nZXR0ZXh0LmV4ZS5tYW5pZmVzdCI7IHRoZW4gbXQgLW1hbmlmZXN0ICIu bGlicy9nZXR0ZXh0LmV4ZS5tYW5pZmVzdCIgLW91dHB1dHJlc291cmNlOiIubGlicy9nZXR0ZXh0 LmV4ZSIgfHwgZXhpdCAxOyBybSAtZiAiLmxpYnMvZ2V0dGV4dC5leGUubWFuaWZlc3QiOyBmaQ0K bGlidG9vbDogwqAgZXJyb3I6IENvdWxkIG5vdCBkZXRlcm1pbmUgdGhlIGhvc3QgcGF0aCBjb3Jy ZXNwb25kaW5nIHRvDQpsaWJ0b29sOiDCoCBlcnJvcjogwqAgJy9pL2dudS1saWJzLXdpdGgtbXN2 Yy94ODZfNjQtbXN2Yy13aW5kb3dzL3BsYXlncm91bmQvc3RhZ2UxL2J1aWxkZGlyL2dldHRleHQv Z2V0dGV4dC1ydW50aW1lL2ludGwvLmxpYnM6L2kvZ251LWxpYnMtd2l0aC1tc3ZjL3g4Nl82NC1t c3ZjLXdpbmRvd3MvcGxheWdyb3VuZC9wcmVmaXgudG1wL2xpYicNCmxpYnRvb2w6IMKgIGVycm9y OiBDb250aW51aW5nLCBidXQgdW5pbnN0YWxsZWQgZXhlY3V0YWJsZXMgbWF5IG5vdCB3b3JrLg0K bGlidG9vbDogwqAgZXJyb3I6IENvdWxkIG5vdCBkZXRlcm1pbmUgdGhlIGhvc3QgcGF0aCBjb3Jy ZXNwb25kaW5nIHRvDQpsaWJ0b29sOiDCoCBlcnJvcjogwqAgJy9pL2dudS1saWJzLXdpdGgtbXN2 Yy94ODZfNjQtbXN2Yy13aW5kb3dzL3BsYXlncm91bmQvc3RhZ2UxL2J1aWxkZGlyL2dldHRleHQv Z2V0dGV4dC1ydW50aW1lL2ludGwvLmxpYnM6L2kvZ251LWxpYnMtd2l0aC1tc3ZjL3g4Nl82NC1t c3ZjLXdpbmRvd3MvcGxheWdyb3VuZC9wcmVmaXgudG1wL2xpYjovaS9nbnUtbGlicy13aXRoLW1z dmMveDg2XzY0LW1zdmMtd2luZG93cy9wbGF5Z3JvdW5kL3ByZWZpeC50bXAvYmluJw0KbGlidG9v bDogwqAgZXJyb3I6IENvbnRpbnVpbmcsIGJ1dCB1bmluc3RhbGxlZCBleGVjdXRhYmxlcyBtYXkg bm90IHdvcmsuDQpsdC1nZXR0ZXh0LmMNCg== --_004_LV5PR05MB998298E882C3F318329C4044E5B1BAALV5PR05MB998298_--