<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>
<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";'>
<div class="content">
<h3 style="margin-top: 20px; margin-bottom: 10px;">
Timo Aaltonen pushed to branch upstream at <a href="https://salsa.debian.org/freeipa-team/ldapjdk" style="color: #1068bf;">FreeIPA packaging / ldapjdk</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/c2712e310c21981252990725443114cc976fe88e" style="color: #1068bf;">c2712e31</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-03-14T14:39:56-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update log messages in LDAPConnThread.close()
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/887e266a8f219ad5c1f80f5a352a44d1090e1e8a" style="color: #1068bf;">887e266a</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-03-14T16:19:07-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update version number to 5.2.0-alpha1
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/0391e21c834f6ccca354776c45ed473a964525a0" style="color: #1068bf;">0391e21c</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-03-15T13:04:44-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Replace deprecated primitive-to-object conversions
The constructors used to convert primitives into the
corresponding objects were deprecated in Java 9 so they
have been replaced with autoboxing.
https://bugs.openjdk.java.net/browse/JDK-8176335
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/99b28982ac962dc7cd9a24cb495bfb0b4b944e3d" style="color: #1068bf;">99b28982</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-03-17T19:23:52-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Deprecate LDAPv2 class
The LDAPv2 protocol was deprecated in RFC 3494 so the LDAPv2
interface has been deprecated.
To avoid deprecation warnings, all constants defined in LDAPv2
have been copied into LDAPv3. All direct references to LDAPv2
and LDAPv3 have been replaced with LDAPConnection as well.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/c8b85bd7e349c824e2c7e78df7991ba2919892a0" style="color: #1068bf;">c8b85bd7</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-03-18T16:57:41-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update generate_rpm_spec() in build.sh
The generate_rpm_spec() in build.sh has been modified
to edit the spec file in place.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/11edab9b14ca774f18ef2214694f933537edeb95" style="color: #1068bf;">11edab9b</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-03-21T11:05:05-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Call Thread.yield() as static method
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/83675e0cdda103e857b72a997dca2769927e7c22" style="color: #1068bf;">83675e0c</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-07T18:52:32-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update tests to cache container images
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/6ed769ef7bf9ffe05b86153e0e63d015c5d4595e" style="color: #1068bf;">6ed769ef</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-07T19:49:33-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Add test for DS with SSL
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/77666a9da10b3d6150d23f8d045f174a2af128fc" style="color: #1068bf;">77666a9d</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-11T15:29:12-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Remove dead code
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/7ea7c95b399b93f389e6ff6bc7051525080ed05a" style="color: #1068bf;">7ea7c95b</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-11T15:33:33-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Fix resource leak
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/d2f8b0f3448aba4e0ac7c358d8a508420ae07c4c" style="color: #1068bf;">d2f8b0f3</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-11T15:38:11-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Fix static field/method access
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/7e9e8e947c681ab587f86b81c87fd475a58a6743" style="color: #1068bf;">7e9e8e94</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-11T15:38:11-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Add missing generics
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/bcd9ce71043400668b4a8c13f17c6d0ee035f57c" style="color: #1068bf;">bcd9ce71</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-11T16:57:52-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update version number to 5.2.0-beta1
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/b2391d4646b5d9c14913c001c008900db358cf3b" style="color: #1068bf;">b2391d46</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-13T14:06:30-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Bump JSS dependency
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/9b073f6ee593baabe258c8b21cfdd10d6e598a6b" style="color: #1068bf;">9b073f6e</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-13T17:32:21-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Fix build.sh --work-dir option
The build.sh --work-dir option has been updated to use the
provided package name.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/77b4684db56e694776a91931acb3e6e7dbeb5229" style="color: #1068bf;">77b4684d</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-29T09:50:28-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Add RPM macros for timestamp and commit ID
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/df3a927aa82a1a1a47f8bf5a24ab00af64720504" style="color: #1068bf;">df3a927a</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-29T09:50:30-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Add RPM macro for development phase
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/7fd097dc81f5e3136a6e6bf1eaf53f9e644328e3" style="color: #1068bf;">7fd097dc</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-29T09:50:33-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Add RPM macros for version and release numbers
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/4414c916c52270d6ffd22dcd1ae6357ae6422dd4" style="color: #1068bf;">4414c916</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-29T09:50:36-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Add dogtag-ldapjdk subpackage
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/70ede0e8c7c3589b0b120dc58d93844c5e22e6ba" style="color: #1068bf;">70ede0e8</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-29T09:51:16-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Add missing generics
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/479d2115900cdac05991e0564ffa1fac1503aa44" style="color: #1068bf;">479d2115</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-29T09:51:18-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Remove redundant type checks
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/b6787f58a3a62386bf8472a60b3c9d273b5b5514" style="color: #1068bf;">b6787f58</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-04-29T09:51:21-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update version number to 5.2.0-beta2
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/20635db0a2ba8fdda4a1fe9534ac43e1ec2074f2" style="color: #1068bf;">20635db0</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-05-10T09:57:27-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Fix COPR build failure
The .copr/Makefile has been updated to fix COPR build failure
caused by changes in Git 2.35.2:
fatal: unsafe repository (<current dir> is owned by someone else)
https://stackoverflow.com/questions/71901632/fatal-unsafe-repository-home-repon-is-owned-by-someone-else
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/4cc7950faa969bf63659b45873f8baea6b6336ac" style="color: #1068bf;">4cc7950f</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-06-07T22:58:54+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Fix missing LDAP error messages
LDAP error messages are defined in ErrorCodes.props which is
included in ldapjdk.jar. Previously the file was loaded by
LDAPResourceBundle.getStream() using the system class loader.
In PKI the ldapjdk.jar is installed in Tomcat's common library
which is not available to the system class loader so the LDAP
error messages are missing. To fix the problem the code has
been modified to load the file using the current class loader.
Note: The org.ietf.ldap.* classes are not actually used, but
they are still included and maintained for historical reasons.
In the future they probably can be deprecated or dropped.
See also:
* https://tomcat.apache.org/tomcat-9.0-doc/class-loader-howto.html
* https://stackoverflow.com/questions/2653322/getresourceasstream-not-loading-resource-in-webapp
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2084512
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/f7cdcb8ffa7f74c2ebb0b696acc7d051cc573550" style="color: #1068bf;">f7cdcb8f</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-06-07T23:53:18+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update OpenLDAP clients to use -H option
The latest OpenLDAP clients no longer have the -h option so the
the docs and tests have been updated to use the -H option instead.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/71ab51873b27999d1b7fdeafc51398c11a421117" style="color: #1068bf;">71ab5187</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-06-29T18:12:31-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update project URL
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/commit/3946f776345512c20a3edf5682a3ed6919c638c5" style="color: #1068bf;">3946f776</a></strong>
<div>
<span> by Endi S. Dewata </span> <i> at 2022-06-29T18:13:08-05:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update version number to 5.2.0
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#eae40b507f9c3502accc6d7f8a39c9a7d9936b6f" style="color: #1068bf;">
.copr/Makefile
</a>
</li>
<li class="file-stats">
<a href="#1786b6915145eda4a8964d88dfa2bf1e569c0761" style="color: #1068bf;">
.github/workflows/ds-tests.yml
</a>
</li>
<li class="file-stats">
<a href="#b942be00021967a6d08f5effdd1123159d59ba73" style="color: #1068bf;">
.github/workflows/pki-tests.yml
</a>
</li>
<li class="file-stats">
<a href="#59f81c123b3abbcb97274545796dd18706c3e106" style="color: #1068bf;">
build.sh
</a>
</li>
<li class="file-stats">
<a href="#92619f85e9947301f0289fc6ff3d822c04ef3093" style="color: #1068bf;">
<span class="new-file">
+
docs/changes/v5.2.0/API-Changes.adoc
</span>
</a>
</li>
<li class="file-stats">
<a href="#7998451466ec33ec3101cc213460959a751f73fd" style="color: #1068bf;">
docs/ldapcsdk/csdk-controls.sgm
</a>
</li>
<li class="file-stats">
<a href="#4b0d97b762fb9e11c11dff49bf20f74c544ef45f" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPAttributeSet.java
</a>
</li>
<li class="file-stats">
<a href="#280a319a6a0b5be67e01ad7cfc22c9fe956cc3d8" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPCache.java
</a>
</li>
<li class="file-stats">
<a href="#824b32ba910b1867c9ff222f41642782f8e4f5c1" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPConnThread.java
</a>
</li>
<li class="file-stats">
<a href="#42ae9a8aa7b2a5961df1535828659b2969003d3f" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPConnection.java
</a>
</li>
<li class="file-stats">
<a href="#a1bef72025b902d7453fef065eabc2878defaae3" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPControl.java
</a>
</li>
<li class="file-stats">
<a href="#99727cfd1567c42cf968434f2d23d3209c65d8ef" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPMessageQueueImpl.java
</a>
</li>
<li class="file-stats">
<a href="#fc779946321114263787e17ed1bd7322caa36f92" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPNameFormSchema.java
</a>
</li>
<li class="file-stats">
<a href="#410cbb1099b0aad406a45f8c921904328cedfacc" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPReferralException.java
</a>
</li>
<li class="file-stats">
<a href="#92ab33e660a13a82cc9dce79a744f367dde4c768" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPResourceBundle.java
</a>
</li>
<li class="file-stats">
<a href="#c6334612f89835219cfc42abdfafd6893c8ece00" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPSSLSocketFactory.java
</a>
</li>
<li class="file-stats">
<a href="#250c4a40736623ab09bca5c9f476edfccc3e2973" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPSSLSocketWrapFactory.java
</a>
</li>
<li class="file-stats">
<a href="#f69f0a330dd58cb3935bc969d02f716b19f0243d" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/LDAPSchema.java
</a>
</li>
<li class="file-stats">
<a href="#7bc187855cafbaa0a61724972f03fe83b1a3ca2c" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/ber/stream/BERConstruct.java
</a>
</li>
<li class="file-stats">
<a href="#f245fd360dd70aa54e8924879c41d457aef1b23c" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/ber/stream/BERObjectId.java
</a>
</li>
<li class="file-stats">
<a href="#b91140876abb64ec417ba6482376e6f2a3eb23a9" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/client/JDAPFilter.java
</a>
</li>
<li class="file-stats">
<a href="#5379209cad88328310fac28bce76f7c412a3038e" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/client/JDAPFilterOpers.java
</a>
</li>
<li class="file-stats">
<a href="#af1f96084b2bc0fe937dabdcb6ec07dd10090b5e" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/client/JDAPFilterSet.java
</a>
</li>
<li class="file-stats">
<a href="#b109658bbd8ce7f61f22377416825b8f1d842a1c" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/client/JDAPFilterSubString.java
</a>
</li>
<li class="file-stats">
<a href="#e65e474732026886ca345539766cb5f668af7413" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/util/ConnectionPool.java
</a>
</li>
<li class="file-stats">
<a href="#5fbc887e459d3091a645377b0756c811611ed4e8" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/util/DN.java
</a>
</li>
<li class="file-stats">
<a href="#d3e1b5903f88cb7c6fa21cb0bfae8b92a1990644" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/util/LDAPWriter.java
</a>
</li>
<li class="file-stats">
<a href="#0eb25e1f2d9ec033dd66f7c99cc3d755ccd34b6a" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/util/LDIFAttributeContent.java
</a>
</li>
<li class="file-stats">
<a href="#de6335c00a631ec00bdd14f71afc31644897eee3" style="color: #1068bf;">
java-sdk/ietfldap/org/ietf/ldap/util/LDIFModifyContent.java
</a>
</li>
<li class="file-stats">
<a href="#3578f741aeaaa611eb58cf0d1fc77a9e6cfce365" style="color: #1068bf;">
java-sdk/ldapbeans/src/main/java/netscape/ldap/beans/LDAPGetEntries.java
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
The diff was not included because it is too large.
</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">
—
<br>
<a href="https://salsa.debian.org/freeipa-team/ldapjdk/-/compare/779dc703c6e2fe1f6a11917b7b1cc6f90c3823dc...3946f776345512c20a3edf5682a3ed6919c638c5" style="color: #1068bf;">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org" style="color: #1068bf;">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link" style="color: #1068bf;">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link" style="color: #1068bf;">Help</a>
</p>
</div>
</body>
</html>