fedora-infra / fasjson

GNU General Public License v3.0
9 stars 15 forks source link

Update dependency krb5 to v0.6.0 #755

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
krb5 ==0.5.1 -> ==0.6.0 age adoption passing confidence

Release Notes

jborean93/pykrb5 (krb5) ### [`v0.6.0`](https://togithub.com/jborean93/pykrb5/blob/HEAD/CHANGELOG.md#060---2024-07-22) [Compare Source](https://togithub.com/jborean93/pykrb5/compare/v0.5.1...v0.6.0) - Fix up wheel package build to not include uneeded `python_krb5.h` file in the final `site-packages` install dir - Added CCache APIs: - [krb5\_cc_get_config](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_cc_get_config.html) - [krb5\_cc_set_config](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_cc_set_config.html) - Added Context APIs: - [krb5\_set_real_time](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_set_real_time.html) - [krb5\_timeofday](https://web.mit.edu/Kerberos/krb5-devel/doc/appdev/refs/api/krb5\_timeofday.html) - [krb5\_us_timeofday](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_us_timeofday.html) - MIT only - [krb5\_get_time_offsets](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_get_time_offsets.html) - Added Credential APIs: - [krb5\_get_renewed_creds](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_get_renewed_creds.html) - MIT only - [krb5\_get_etype_info](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_get_etype_info.html) - [krb5\_get_validated_creds](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_get_validated_creds.html) - MIT 1.20+ only - [krb5\_marshal_credentials](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_marshal_credentials.html) - [krb5\_unmarshal_credentials](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_unmarshal_credentials.html) - Added KeyBlock APIs: - MIT only - [krb5\_c_string_to_key](https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_c_string_to_key.html) - Added Principal APIs: - \[krb5\_build_principal]https://web.mit.edu/kerberos/krb5-devel/doc/appdev/refs/api/krb5\_build_principal.html) - Added the following properties to the `Creds` object: - `ticket_flags_raw` - Flags in the ticket as returned by the C API - `ticket_flags` - Flags in the ticket converted to a known enum value - Added the following properties to the `Principal` object: - `realm` - The realm of the principal - `components` - The list of name components. - `type` - The name type of the principal.

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.