You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/11/13 22:33:06 UTC

[PR] Bump dnsjava:dnsjava from 3.5.2 to 3.5.3 [directory-server]

dependabot[bot] opened a new pull request, #125:
URL: https://github.com/apache/directory-server/pull/125

   Bumps [dnsjava:dnsjava](https://github.com/dnsjava/dnsjava) from 3.5.2 to 3.5.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/dnsjava/dnsjava/releases">dnsjava:dnsjava's releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.3</h2>
   <ul>
   <li>Fix CNAME in LookupSession (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/279">#279</a>)</li>
   <li>Fix Name constructor failing with max length, relative name and root origin (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/289">#289</a>, <a href="https://github.com/MMauro94"><code>@​MMauro94</code></a>)</li>
   <li>Add config option for Resolver I/O timeout (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/273">#273</a>, <a href="https://github.com/vmarian2"><code>@​vmarian2</code></a>)</li>
   <li>Extend I/O logging</li>
   <li>Prevent exception during TCP I/O with missing or truncated length prefix</li>
   <li>Use internal base64 codec for Android compatibility (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/271">#271</a>)</li>
   <li>Fix multi-message TSIG stream verification for pre-RFC8945 servers (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/295">#295</a>, <a href="https://github.com/frankarinnet"><code>@​frankarinnet</code></a> and <a href="https://github.com/nguichon"><code>@​nguichon</code></a>)</li>
   <li>Add StreamGenerator for generating RFC8945 compliant multi-message streams (related to <a href="https://redirect.github.com/dnsjava/dnsjava/issues/295">#295</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/dnsjava/dnsjava/blob/master/Changelog">dnsjava:dnsjava's changelog</a>.</em></p>
   <blockquote>
   <p>11/11/2023</p>
   <ul>
   <li>3.5.3 released</li>
   <li>Fix CNAME in LookupSession (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/279">#279</a>)</li>
   <li>Fix Name constructor failing with max length, relative name
   and root origin (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/289">#289</a>, <a href="https://github.com/MMauro94"><code>@​MMauro94</code></a>)</li>
   <li>Add config option for Resolver I/O timeout (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/273">#273</a>, <a href="https://github.com/vmarian2"><code>@​vmarian2</code></a>)</li>
   <li>Extend I/O logging</li>
   <li>Prevent exception during TCP I/O with missing or truncated
   length prefix</li>
   <li>Use internal base64 codec for Android compatibility (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/271">#271</a>)</li>
   <li>Fix multi-message TSIG stream verification for pre-RFC8945
   servers (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/295">#295</a>, <a href="https://github.com/frankarinnet"><code>@​frankarinnet</code></a> and <a href="https://github.com/nguichon"><code>@​nguichon</code></a>)</li>
   <li>Add StreamGenerator for generating RFC8945 compliant
   multi-message streams (related to <a href="https://redirect.github.com/dnsjava/dnsjava/issues/295">#295</a>)</li>
   </ul>
   <p>11/16/2022</p>
   <ul>
   <li>3.5.2 released</li>
   <li>Correctly render empty TXT records (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/254">#254</a>)</li>
   <li>More validation on TLSA data input (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/257">#257</a>)</li>
   </ul>
   <p>05/15/2022</p>
   <ul>
   <li>3.5.1 released</li>
   <li>Fix validation of TSIG signed responses (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/249">#249</a>)</li>
   <li>DS rdata digest validation hexadecimal digits (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/252">#252</a>)</li>
   </ul>
   <p>02/05/2022</p>
   <ul>
   <li>3.5.0 released</li>
   <li>Add full built-in support for DNSSEC based on dnssecjava (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/209">#209</a>)</li>
   <li>Make Record classes serializable again (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/242">#242</a>)</li>
   <li>Allow SVCB ServiceMode records without params
   (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/244">#244</a>, <a href="https://github.com/adam-stoler"><code>@​adam-stoler</code></a>)</li>
   <li>Fix TCPClient receive timeouts
   (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/218">#218</a> <a href="https://github.com/nguydavi"><code>@​nguydavi</code></a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/219">#219</a>)</li>
   </ul>
   <p>12/05/2021</p>
   <ul>
   <li>3.4.3 released</li>
   <li>Fix handling of buffers in DNSInput
   (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/224">#224</a>, <a href="https://redirect.github.com/dnsjava/dnsjava/issues/225">#225</a> <a href="https://github.com/nresare"><code>@​nresare</code></a>)</li>
   <li>Clear existing nameservers on config refresh (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/226">#226</a>)</li>
   <li>Fix exception when calling ResolverConfig.refresh (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/234">#234</a>)</li>
   </ul>
   <p>09/19/2021</p>
   <ul>
   <li>3.4.2 released</li>
   <li>Document behavior of ExtendedResolver.setTimeout (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/206">#206</a>)</li>
   <li>Add overloads to use an Executor when sending queries in
   resolvers (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/211">#211</a>)</li>
   <li>Remove synchronous locks in DoH Resolver (related to <a href="https://redirect.github.com/dnsjava/dnsjava/issues/211">#211</a>)</li>
   <li>Fix broken CNAME handling in LookupSession (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/212">#212</a>)</li>
   <li>&quot;WireParseException: bad label type&quot; when parsing Message
   from ByteBuffer (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/213">#213</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/1f5940676c73e70f1987ea50e0128f8b70f0f4d7"><code>1f59406</code></a> Release v3.5.3</li>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/730ed17243f99d9d7b3e54b7ea109ee28a4c7239"><code>730ed17</code></a> Upgrade dependencies</li>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/c2b28b82566864af4f926aa64989eaf2de9428e2"><code>c2b28b8</code></a> Fix stuff Sonar considers as a bug</li>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/cd23ca68beadfa35d034d40888a6d71e2876bad8"><code>cd23ca6</code></a> Add Java 21 test runs</li>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/cb534003dcb4c7d4d14e4d316c5be6030711dd22"><code>cb53400</code></a> Fix flaky NioTcpClientTest test (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/304">#304</a>)</li>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/ce82b68fb9cd2469b858e2c96119716daf4f1110"><code>ce82b68</code></a> Fix conflicting task registrations in NioClient</li>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/b575ca80a3807b455d9a9af7ca7fc2782d69bb48"><code>b575ca8</code></a> Fix handling of multi-message TSIG responses (<a href="https://redirect.github.com/dnsjava/dnsjava/issues/303">#303</a>)</li>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/e361d1e7aa5260319b466cd2fa6be0b57ef0c0ce"><code>e361d1e</code></a> Extend logging in NIO clients to trace bugs</li>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/b9662abc40918f8b6b8ac3d83285ee03efa9c3bd"><code>b9662ab</code></a> Close channel when registration or sending data failed</li>
   <li><a href="https://github.com/dnsjava/dnsjava/commit/4e61fe5bc8e5b7d5988a43c392f7a0084e960f2a"><code>4e61fe5</code></a> Remove task lists as clients only ever have one task</li>
   <li>Additional commits viewable in <a href="https://github.com/dnsjava/dnsjava/compare/v3.5.2...v3.5.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dnsjava:dnsjava&package-manager=maven&previous-version=3.5.2&new-version=3.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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: dev-unsubscribe@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: [PR] Bump dnsjava:dnsjava from 3.5.2 to 3.5.3 [directory-server]

Posted by "coheigea (via GitHub)" <gi...@apache.org>.
coheigea merged PR #125:
URL: https://github.com/apache/directory-server/pull/125


-- 
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: dev-unsubscribe@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org