You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/04/01 19:36:12 UTC

[GitHub] [commons-bcel] dependabot[bot] opened a new pull request #120: Bump jna.version from 5.10.0 to 5.11.0

dependabot[bot] opened a new pull request #120:
URL: https://github.com/apache/commons-bcel/pull/120


   Bumps `jna.version` from 5.10.0 to 5.11.0.
   Updates `jna` from 5.10.0 to 5.11.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">jna's changelog</a>.</em></p>
   <blockquote>
   <h1>Release 5.11.0</h1>
   <h2>Features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1398">#1398</a>: Increase <code>c.s.j.p.win32.Sspi#MAX_TOKEN_SIZE</code> on Windows 8/Server 2012 and later - <a href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1403">#1403</a>: Rebuild AIX binaries with libffi 3.4.2 (other architectures were part of 5.10) - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1404">#1404</a>: Added Solaris Kstat2 library - <a href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1416">#1416</a>: Add <code>CFDictionaryGetCount</code> to <code>c.s.j.p.mac.CoreFoundation</code> - <a href="https://github.com/shalupov"><code>@​shalupov</code></a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1411">#1411</a>: Do not throw <code>Win32Exception</code> on success for empty section in <code>Kernel32Util#getPrivateProfileSection</code> - <a href="https://github.com/mkarg"><code>@​mkarg</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1414">#1414</a>: Fix definition of <code>c.s.j.p.unix.X11.XK_Shift_R</code> - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1323">#1323</a>. Fix crashes in direct callbacks on mac OS aarch64 - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1422">#1422</a>: Load jawt library relative to <code>sun.boot.library.path</code> system on unix OSes - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1427">#1427</a>: Rebuild all binaries with fix from <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1422">#1422</a> and <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1323">#1323</a> - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/java-native-access/jna/commit/0418fce7fed4e60f74b830b804db560ebf75a12c"><code>0418fce</code></a> Release 5.11.0</li>
   <li><a href="https://github.com/java-native-access/jna/commit/787e4bf8abadfde64bcb5a072b37d92eadc40e32"><code>787e4bf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1427">#1427</a> from java-native-access/update_binaries</li>
   <li><a href="https://github.com/java-native-access/jna/commit/9de6dd65f580e8b06f6347a04357e372b2017ed6"><code>9de6dd6</code></a> Rebuild native libraries</li>
   <li><a href="https://github.com/java-native-access/jna/commit/19519fe7d7cf713dbf6a9b577a271eb46b1c537d"><code>19519fe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1425">#1425</a> from matthiasblaesing/fix_pre_c99</li>
   <li><a href="https://github.com/java-native-access/jna/commit/bb35cc213932778f4aaa5cae88d81af6ba51a473"><code>bb35cc2</code></a> Fix build on pre-C99 compilers</li>
   <li><a href="https://github.com/java-native-access/jna/commit/c5ffcc5cf8c200e40ea354e9dfef1f77ef7785b2"><code>c5ffcc5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1424">#1424</a> from matthiasblaesing/fix_build</li>
   <li><a href="https://github.com/java-native-access/jna/commit/d7e0a977d0d4d463b33c417ed7fd8f9389d41071"><code>d7e0a97</code></a> Fix build: Initialize saveptr to NULL and ensure pathElement is checked for N...</li>
   <li><a href="https://github.com/java-native-access/jna/commit/644b708cb44b636c9901ad9a287aca842a42b43c"><code>644b708</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1422">#1422</a> from matthiasblaesing/jawt_loading_fix</li>
   <li><a href="https://github.com/java-native-access/jna/commit/f57c650e79a6ccfea9019614d3d63be0de72caea"><code>f57c650</code></a> Load jawt library relative to sun.boot.library.path system on unix OSes</li>
   <li><a href="https://github.com/java-native-access/jna/commit/0774f8225670d80f753566f248e29221333f5fda"><code>0774f82</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1419">#1419</a> from matthiasblaesing/fix_crash_directcallback_mac_a...</li>
   <li>Additional commits viewable in <a href="https://github.com/java-native-access/jna/compare/5.10.0...5.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jna-platform` from 5.10.0 to 5.11.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/java-native-access/jna/blob/master/CHANGES.md">jna-platform's changelog</a>.</em></p>
   <blockquote>
   <h1>Release 5.11.0</h1>
   <h2>Features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1398">#1398</a>: Increase <code>c.s.j.p.win32.Sspi#MAX_TOKEN_SIZE</code> on Windows 8/Server 2012 and later - <a href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1403">#1403</a>: Rebuild AIX binaries with libffi 3.4.2 (other architectures were part of 5.10) - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1404">#1404</a>: Added Solaris Kstat2 library - <a href="https://github.com/dbwiddis"><code>@​dbwiddis</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1416">#1416</a>: Add <code>CFDictionaryGetCount</code> to <code>c.s.j.p.mac.CoreFoundation</code> - <a href="https://github.com/shalupov"><code>@​shalupov</code></a></li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1411">#1411</a>: Do not throw <code>Win32Exception</code> on success for empty section in <code>Kernel32Util#getPrivateProfileSection</code> - <a href="https://github.com/mkarg"><code>@​mkarg</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1414">#1414</a>: Fix definition of <code>c.s.j.p.unix.X11.XK_Shift_R</code> - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1323">#1323</a>. Fix crashes in direct callbacks on mac OS aarch64 - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1422">#1422</a>: Load jawt library relative to <code>sun.boot.library.path</code> system on unix OSes - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   <li><a href="https://github-redirect.dependabot.com/java-native-access/jna/pull/1427">#1427</a>: Rebuild all binaries with fix from <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1422">#1422</a> and <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1323">#1323</a> - <a href="https://github.com/matthiasblaesing"><code>@​matthiasblaesing</code></a>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/java-native-access/jna/commit/0418fce7fed4e60f74b830b804db560ebf75a12c"><code>0418fce</code></a> Release 5.11.0</li>
   <li><a href="https://github.com/java-native-access/jna/commit/787e4bf8abadfde64bcb5a072b37d92eadc40e32"><code>787e4bf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1427">#1427</a> from java-native-access/update_binaries</li>
   <li><a href="https://github.com/java-native-access/jna/commit/9de6dd65f580e8b06f6347a04357e372b2017ed6"><code>9de6dd6</code></a> Rebuild native libraries</li>
   <li><a href="https://github.com/java-native-access/jna/commit/19519fe7d7cf713dbf6a9b577a271eb46b1c537d"><code>19519fe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1425">#1425</a> from matthiasblaesing/fix_pre_c99</li>
   <li><a href="https://github.com/java-native-access/jna/commit/bb35cc213932778f4aaa5cae88d81af6ba51a473"><code>bb35cc2</code></a> Fix build on pre-C99 compilers</li>
   <li><a href="https://github.com/java-native-access/jna/commit/c5ffcc5cf8c200e40ea354e9dfef1f77ef7785b2"><code>c5ffcc5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1424">#1424</a> from matthiasblaesing/fix_build</li>
   <li><a href="https://github.com/java-native-access/jna/commit/d7e0a977d0d4d463b33c417ed7fd8f9389d41071"><code>d7e0a97</code></a> Fix build: Initialize saveptr to NULL and ensure pathElement is checked for N...</li>
   <li><a href="https://github.com/java-native-access/jna/commit/644b708cb44b636c9901ad9a287aca842a42b43c"><code>644b708</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1422">#1422</a> from matthiasblaesing/jawt_loading_fix</li>
   <li><a href="https://github.com/java-native-access/jna/commit/f57c650e79a6ccfea9019614d3d63be0de72caea"><code>f57c650</code></a> Load jawt library relative to sun.boot.library.path system on unix OSes</li>
   <li><a href="https://github.com/java-native-access/jna/commit/0774f8225670d80f753566f248e29221333f5fda"><code>0774f82</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/java-native-access/jna/issues/1419">#1419</a> from matthiasblaesing/fix_crash_directcallback_mac_a...</li>
   <li>Additional commits viewable in <a href="https://github.com/java-native-access/jna/compare/5.10.0...5.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [commons-bcel] garydgregory merged pull request #120: Bump jna.version from 5.10.0 to 5.11.0

Posted by GitBox <gi...@apache.org>.
garydgregory merged pull request #120:
URL: https://github.com/apache/commons-bcel/pull/120


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org