#49 Use LMDB by default for Kerberos database instead of Berkeley DB
Opened 3 months ago by jrische. Modified 2 months ago
rpms/ jrische/krb5 lmdb_default  into  rawhide

file modified
+5
@@ -3,6 +3,11 @@ 

      kdc_tcp_ports = 88

      spake_preauth_kdc_challenge = edwards25519

  

+ [dbmodules]

+ EXAMPLE.COM = {

+      db_library = klmdb

+ }

+ 

  [realms]

  EXAMPLE.COM = {

       master_key_type = aes256-cts-hmac-sha384-192

file modified
+7 -2
@@ -10,7 +10,7 @@ 

  #

  # baserelease is what we have standardized across Fedora and what

  # rpmdev-bumpspec knows how to handle.

- %global baserelease 4

+ %global baserelease 5

  

  # This should be e.g. beta1 or %%nil

  %global pre_release %nil
@@ -76,7 +76,7 @@ 

  Patch0015: 0015-Replace-ssl.wrap_socket-for-tests.patch

  Patch0016: 0016-Fix-unimportant-memory-leaks.patch

  

- License: BSD-2-Clause AND (BSD-2-Clause OR GPL-2.0-or-later) AND BSD-3-Clause AND BSD-4-Clause AND FSFULLRWD AND HPND-export-US AND HPND-export-US-modify AND ISC AND MIT AND MIT-CMU AND OLDAP-2.8 AND RSA-MD

+ License: Brian-Gladman-2-Clause AND BSD-2-Clause AND (BSD-2-Clause OR GPL-2.0-or-later) AND BSD-3-Clause AND BSD-4-Clause AND CMU-Mach-nodoc AND FSFULLRWD AND HPND AND HPND-export-US AND HPND-export-US-modify AND ISC AND MIT AND MIT-CMU AND OLDAP-2.8 AND OpenVision

  URL: https://web.mit.edu/kerberos/www/

  BuildRequires: autoconf, bison, make, flex, gawk, gettext, pkgconfig, sed

  BuildRequires: gcc, gcc-c++
@@ -711,6 +711,11 @@ 

  %{_datarootdir}/%{name}-tests/%{_arch}

  

  %changelog

+ * Mon Feb 19 2024 Julien Rische <jrische@redhat.com> - 1.21.2-5

+ - Use LMDB by default for Kerberos database instead of Berkeley DB

+   Resolves: rhbz#2265339

+ - Add some missing license tags in SPDX expression (not complete yet)

+ 

  * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.2-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

  • Use LMDB by default for Kerberos database instead of Berkeley DB
  • Add some missing license tags in SPDX expression (not complete yet)

Resolves: rhbz#2265339

Metadata Update from @jrische:
- Request assigned

3 months ago
Metadata