Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1797152

Summary: php-pecl-krb5 needs to be rebuilt for libkadm5-1.17-15
Product: [Fedora] Fedora Reporter: Mitchell Berger <mitchb>
Component: php-pecl-krb5Assignee: Remi Collet <fedora>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 30CC: abokovoy, fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: php-pecl-krb5-1.1.2-4.fc30.1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-02-12 01:40:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mitchell Berger 2020-02-01 03:26:28 UTC
libkadm5-1.17-15.fc30 in the recent krb5 update has a libkadm5clnt_mit.so.12.0.
php-pecl-krb5-1.1.2-4.fc30 requires libkadm5clnt_mit.so.11 and needs to be
rebuilt so that its users can take the Kerberos package updates.

Comment 2 Fedora Update System 2020-02-04 01:47:31 UTC
php-pecl-krb5-1.1.2-4.fc30.1 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-0b184b7429

Comment 3 Alexander Bokovoy 2020-02-04 07:34:47 UTC
For the record, php-pecl-krb5 is linking against MIT krb5 API that is explicitly marked as not a stable one in upstream:

/*
 * This API is not considered as stable as the main krb5 API.
 *
 * - We may make arbitrary incompatible changes between feature
 *   releases (e.g. from 1.7 to 1.8).
 * - We will make some effort to avoid making incompatible changes for
 *   bugfix releases, but will make them if necessary.
 */

In particular, version 12 of libkadm5clnt_mit.so removed Kerberos v4 support with the commit 752187a441ed0f301f1a8adb1fea843080ac8c97 in April 2019.

Comment 4 Fedora Update System 2020-02-12 01:40:52 UTC
php-pecl-krb5-1.1.2-4.fc30.1 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.