Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

krb5-mini-1.22.1-1.1 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: krb5-mini Distribution: openSUSE Tumbleweed
Version: 1.22.1 Vendor: openSUSE
Release: 1.1 Build date: Fri Aug 29 19:32:17 2025
Group: Unspecified Build host: reproducible
Size: 4126223 Source RPM: krb5-mini-1.22.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://kerberos.org/dist/
Summary: MIT Kerberos5 implementation and libraries with minimal dependencies
Kerberos V5 is a trusted-third-party network authentication system,
which can improve network security by eliminating the insecure
practice of clear text passwords.
The package delivers MIT Kerberos with reduced features and minimal
dependencies

Provides

Requires

License

MIT

Changelog

* Fri Aug 29 2025 Samuel Cabrero <scabrero@suse.de>
  - Update to 1.22.1
    * Fix a vulnerability in GSS MIC verification [CVE-2025-57736]
  - Changes in 1.22.0
    User experience
    * The libdefaults configuration variable "request_timeout" can be
      set to limit the total timeout for KDC requests. When making a
      KDC request, the client will now wait indefinitely (or until the
      request timeout has elapsed) on a KDC which accepts a TCP
      connection, without contacting any additional KDCs. Clients will
      make fewer DNS queries in some configurations.
    * The realm configuration variable "sitename" can be set to cause
      the client to query site-specific DNS records when making KDC
      requests.
    Administrator experience
    * Principal aliases are supported in the DB2 and LMDB KDB modules
      and in the kadmin protocol. (The LDAP KDB module has supported
      aliases since release 1.7.)
    * UNIX domain sockets are supported for the Kerberos and kpasswd
      protocols.
    * systemd socket activation is supported for krb5kdc and kadmind.
    Developer experience
    * KDB modules can be be implemented in terms of other modules using
      the new krb5_db_load_module() function.
    * The profile library supports the modification of empty profiles
      and the copying of modified profiles, making it possible to
      construct an in-memory profile and pass it to
      krb5_init_context_profile().
    * GSS-API applications can pass the GSS_C_CHANNEL_BOUND flag to
      gss_init_sec_context() to request strict enforcement of channel
      bindings by the acceptor.
    Protocol evolution
    * The PKINIT preauth module supports elliptic curve client
      certificates, ECDH key exchange, and the Microsoft paChecksum2 field.
    * The IAKERB implementation has been changed to comply with the
      most recent draft standard and to support realm discovery.
    * Message-Authenticator is supported in the RADIUS implementation
      used by the OTP kdcpreauth module.
    Code quality
    * Removed old-style function declarations, to accomodate compilers
      which have removed support for them.
    * Added OSS-Fuzz to the project's continuous integration infrastructure.
    * Rewrote the GSS per-message token parsing code for improved safety.
  - Updated patches:
    * 0001-ksu-pam-integration.patch
    * 0002-krb5-1.9-manpaths.patch
    * 0003-Adjust-build-configuration.patch
    * 0004-krb5-1.6.3-gssapi_improve_errormessages.patch
    * 0005-krb5-1.6.3-ktutil-manpage.patch
    * 0006-krb5-1.12-api.patch
    * 0007-SELinux-integration.patch
    * 0008-krb5-1.9-debuginfo.patch
  - Renamed patches:
    * 0011_usr_etc.patch -> 0009-UsrEtc-support.patch
  - Deleted patches:
    * 0009-Fix-three-memory-leaks.patch
    * 0010-CVE-2025-24528.patch
* Wed Jul 02 2025 Stefan Schubert <schubi@suse.com>
  - Moved /etc/krb5.conf to /usr/etc/krb5.conf
    This patch (0011_usr_etc.patch) is upstream:
    https://github.com/krb5/krb5/pull/1437/
* Mon Apr 21 2025 Friedrich Haubensak <hsk17@mail.de>
  - add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to
    still allow build on Leap 15.6
* Thu Jan 30 2025 Samuel Cabrero <scabrero@suse.de>
  - Prevent overflow when calculating ulog block size. An authenticated
    attacker can cause kadmind to write beyond the end of the mapped
    region for the iprop log file, likely causing a process crash;
    (CVE-2025-24528); (bsc#1236619).
  - Add patch 0010-CVE-2025-24528.patch
* Mon Jul 01 2024 Samuel Cabrero <scabrero@suse.de>
  - Update to 1.21.3
    * Fix vulnerabilities in GSS message token handling:
    * CVE-2024-37370, bsc#1227186
    * CVE-2024-37371, bsc#1227187
    * Fix a potential bad pointer free in krb5_cccol_have_contents()
    * Fix a memory leak in the macOS ccache type
  - Update patch 0009-Fix-three-memory-leaks.patch
* Fri Mar 22 2024 Samuel Cabrero <scabrero@suse.de>
  - Fix memory leaks, add patch 0009-Fix-three-memory-leaks.patch
    * CVE-2024-26458, bsc#1220770
    * CVE-2024-26461, bsc#1220771
    * CVE-2024-26462, bsc#1220772
* Thu Feb 29 2024 Pedro Monreal <pmonreal@suse.com>
  - Add crypto-policies support [bsc#1211301]
    * Update krb5.conf in vendor-files.tar.bz2
* Tue Oct 03 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Add explicit this-is-only-for-build-envs requires to krb5-mini
    and krb5-mini-devel: the mini flavors are currently excluded
    using special hacks from the FTP Tree. In order to eliminate this
    hack, we need to ensure the packages are not viable for real
    installations. We achieve this with a dep that is never provided,
    but ignored by OBS.
* Thu May 04 2023 Frederic Crozat <fcrozat@suse.com>
  - Add _multibuild to define additional spec files as additional
    flavors.
    Eliminates the need for source package links in OBS.
* Thu Mar 23 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Build mini flavor without keyutils support: breaks cycle between
    krb5-mini and keyutils.
* Fri Mar 03 2023 Samuel Cabrero <scabrero@suse.de>
  - Update 0007-SELinux-integration.patch for SELinux 3.5;
    (bsc#1208887);
* Tue Dec 13 2022 Samuel Cabrero <scabrero@suse.de>
  - Drop 0009-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch,
    already fixed in release 1.20.0
* Wed Nov 16 2022 Samuel Cabrero <scabrero@suse.de>
  - Update to 1.20.1; (bsc#1205126); (CVE-2022-42898);
    * Fix integer overflows in PAC parsing [CVE-2022-42898].
    * Fix null deref in KDC when decoding invalid NDR.
    * Fix memory leak in OTP kdcpreauth module.
    * Fix PKCS11 module path search.
* Sun May 29 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.20.0:
    * Added a "disable_pac" realm relation to suppress adding PAC authdata
      to tickets, for realms which do not need to support S4U requests.
    * Most credential cache types will use atomic replacement when a cache
      is reinitialized using kinit or refreshed from the client keytab.
    * kprop can now propagate databases with a dump size larger than 4GB,
      if both the client and server are upgraded.
    * kprop can now work over NATs that change the destination IP address,
      if the client is upgraded.
    * Updated the KDB interface.  The sign_authdata() method is replaced
      with the issue_pac() method, allowing KDB modules to add logon info
      and other buffers to the PAC issued by the KDC.
    * Host-based initiator names are better supported in the GSS krb5
      mechanism.
    * Replaced AD-SIGNEDPATH authdata with minimal PACs.
    * To avoid spurious replay errors, password change requests will not
      be attempted over UDP until the attempt over TCP fails.
    * PKINIT will sign its CMS messages with SHA-256 instead of SHA-1.
    * Updated all code using OpenSSL to be compatible with OpenSSL 3.
    * Reorganized the libk5crypto build system to allow the OpenSSL
      back-end to pull in material from the builtin back-end depending on
      the OpenSSL version.
    * Simplified the PRNG logic to always use the platform PRNG.
    * Converted the remaining Tcl tests to Python.
* Sat Apr 09 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.19.3 (bsc#1189929, CVE-2021-37750):
    * Fix a denial of service attack against the KDC [CVE-2021-37750].
    * Fix KDC null deref on TGS inner body null server
    * Fix conformance issue in GSSAPI tests
* Thu Jan 27 2022 David Mulder <dmulder@suse.com>
  - Resolve "Credential cache directory /run/user/0/krb5cc does not
    exist while opening default credentials cache" by using a kernel
    keyring instead of a dir cache; (bsc#1109830);

Files

/etc/krb5.conf.d
/etc/krb5.conf.d/crypto-policies
/etc/logrotate.d/krb5-server
/usr/bin/gss-client
/usr/bin/k5srvutil
/usr/bin/kadmin
/usr/bin/kdestroy
/usr/bin/kinit
/usr/bin/klist
/usr/bin/kpasswd
/usr/bin/ksu
/usr/bin/kswitch
/usr/bin/ktutil
/usr/bin/kvno
/usr/bin/sclient
/usr/bin/sim_client
/usr/bin/uuclient
/usr/etc/krb5.conf
/usr/lib/krb5
/usr/lib/krb5/plugins
/usr/lib/krb5/plugins/kdb
/usr/lib/krb5/plugins/kdb/db2.so
/usr/lib/krb5/plugins/libkrb5
/usr/lib/krb5/plugins/preauth
/usr/lib/krb5/plugins/tls
/usr/lib/krb5/plugins/tls/k5tls.so
/usr/lib/libgssapi_krb5.so
/usr/lib/libgssapi_krb5.so.2
/usr/lib/libgssapi_krb5.so.2.2
/usr/lib/libgssrpc.so.4
/usr/lib/libgssrpc.so.4.2
/usr/lib/libk5crypto.so.3
/usr/lib/libk5crypto.so.3.1
/usr/lib/libkadm5clnt_mit.so.12
/usr/lib/libkadm5clnt_mit.so.12.0
/usr/lib/libkadm5srv_mit.so.12
/usr/lib/libkadm5srv_mit.so.12.0
/usr/lib/libkdb5.so.10
/usr/lib/libkdb5.so.10.0
/usr/lib/libkrad.so.0
/usr/lib/libkrad.so.0.0
/usr/lib/libkrb5.so.3
/usr/lib/libkrb5.so.3.3
/usr/lib/libkrb5support.so.0
/usr/lib/libkrb5support.so.0.1
/usr/lib/systemd/system/kadmind.service
/usr/lib/systemd/system/kpropd.service
/usr/lib/systemd/system/krb5kdc.service
/usr/lib/tmpfiles.d/krb5.conf
/usr/sbin/gss-server
/usr/sbin/kadmin.local
/usr/sbin/kadmind
/usr/sbin/kdb5_util
/usr/sbin/kprop
/usr/sbin/kpropd
/usr/sbin/kproplog
/usr/sbin/krb5kdc
/usr/sbin/rckadmind
/usr/sbin/rckpropd
/usr/sbin/rckrb5kdc
/usr/sbin/sim_server
/usr/sbin/sserver
/usr/sbin/uuserver
/usr/share/doc/packages/krb5
/usr/share/doc/packages/krb5/README
/usr/share/fillup-templates/sysconfig.kadmind
/usr/share/fillup-templates/sysconfig.krb5kdc
/usr/share/kerberos
/usr/share/kerberos/krb5
/usr/share/kerberos/krb5/user
/usr/share/kerberos/krb5kdc
/usr/share/kerberos/krb5kdc/kadm5.acl
/usr/share/kerberos/krb5kdc/kadm5.dict
/usr/share/kerberos/krb5kdc/kdc.conf
/usr/share/locale/de/LC_MESSAGES/mit-krb5.mo
/usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo
/usr/share/locale/ka/LC_MESSAGES/mit-krb5.mo
/usr/share/man/man1/k5srvutil.1.gz
/usr/share/man/man1/kadmin.1.gz
/usr/share/man/man1/kdestroy.1.gz
/usr/share/man/man1/kinit.1.gz
/usr/share/man/man1/klist.1.gz
/usr/share/man/man1/kpasswd.1.gz
/usr/share/man/man1/ksu.1.gz
/usr/share/man/man1/kswitch.1.gz
/usr/share/man/man1/ktutil.1.gz
/usr/share/man/man1/kvno.1.gz
/usr/share/man/man1/sclient.1.gz
/usr/share/man/man5/.k5identity.5.gz
/usr/share/man/man5/.k5login.5.gz
/usr/share/man/man5/k5identity.5.gz
/usr/share/man/man5/k5login.5.gz
/usr/share/man/man5/kadm5.acl.5.gz
/usr/share/man/man5/kdc.conf.5.gz
/usr/share/man/man5/krb5.conf.5.gz
/usr/share/man/man7/kerberos.7.gz
/usr/share/man/man8/kadmin.local.8.gz
/usr/share/man/man8/kadmind.8.gz
/usr/share/man/man8/kdb5_ldap_util.8.gz
/usr/share/man/man8/kdb5_util.8.gz
/usr/share/man/man8/kprop.8.gz
/usr/share/man/man8/kpropd.8.gz
/usr/share/man/man8/kproplog.8.gz
/usr/share/man/man8/krb5kdc.8.gz
/usr/share/man/man8/sserver.8.gz
/var/lib/kerberos
/var/lib/kerberos/krb5
/var/lib/kerberos/krb5/user
/var/lib/kerberos/krb5kdc
/var/lib/kerberos/krb5kdc/kadm5.acl
/var/lib/kerberos/krb5kdc/kadm5.dict
/var/lib/kerberos/krb5kdc/kdc.conf
/var/log/krb5


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Dec 11 22:49:55 2025