Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package himmelblau for openSUSE:Factory checked in at 2026-07-07 21:07:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/himmelblau (Old) and /work/SRC/openSUSE:Factory/.himmelblau.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "himmelblau" Tue Jul 7 21:07:10 2026 rev:51 rq:1364363 version:3.1.8+git0.f72b330e Changes: -------- --- /work/SRC/openSUSE:Factory/himmelblau/himmelblau.changes 2026-06-12 19:27:38.298476638 +0200 +++ /work/SRC/openSUSE:Factory/.himmelblau.new.1982/himmelblau.changes 2026-07-07 21:09:44.135847613 +0200 @@ -1,0 +2,25 @@ +Mon Jul 06 22:47:21 UTC 2026 - David Mulder <[email protected]> + +- Update to version 3.1.8+git0.f72b330e: + * cargo vet + * Version 3.1.8 + * Update cargo vet audits for backport + * fix(deps): patch opentelemetry baggage propagation CVE + * build: cleanup patch overrides + * fix(auth): retry transient fail user existence lookups + * fix(rpm): allow tpm2-tss dependency + * fix(nss): depend on systemd users + * packaging: disable duplicate NM workaround scripts + * dispatcher: refine Himmelblau restart workaround + * fix(sso): update Entra SSO extension + * fix(rpm): clean SSO policy on erase + * Add NSS shadow lookups for Himmelblau users + * fix(nix module): allowed AF_INET and AF_INET6 to systemd sandbox + * daemon: apply Intune policy asynchronously + * Handle password changes in password-only auth + * cargo clippy + * Update libhimmelblau to latest version + * deps(rust): bump the all-cargo-updates group across 1 directory with 21 updates + * Add conf_example.patch (bsc#1268646). + +------------------------------------------------------------------- Old: ---- himmelblau-3.1.7+git0.f4e43ca0.tar.bz2 New: ---- conf_example.patch himmelblau-3.1.8+git0.f72b330e.tar.bz2 ----------(New B)---------- New: * deps(rust): bump the all-cargo-updates group across 1 directory with 21 updates * Add conf_example.patch (bsc#1268646). ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ himmelblau.spec ++++++ --- /var/tmp/diff_new_pack.in5d1e/_old 2026-07-07 21:09:47.019947155 +0200 +++ /var/tmp/diff_new_pack.in5d1e/_new 2026-07-07 21:09:47.023947293 +0200 @@ -30,7 +30,7 @@ %endif Name: himmelblau -Version: 3.1.7+git0.f4e43ca0 +Version: 3.1.8+git0.f72b330e Release: 0 Summary: Interoperability suite for Microsoft Azure Entra Id License: GPL-3.0-or-later @@ -40,6 +40,7 @@ Source1: vendor.tar.zst Source2: cargo_config Patch0: python311-build.patch +Patch1: conf_example.patch BuildRequires: binutils BuildRequires: cargo BuildRequires: cargo-packaging ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.in5d1e/_old 2026-07-07 21:09:47.107950192 +0200 +++ /var/tmp/diff_new_pack.in5d1e/_new 2026-07-07 21:09:47.115950468 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/himmelblau-idm/himmelblau.git</param> - <param name="changesrevision">f4e43ca0f7c296027c9b26ec0cff3d385626c179</param></service></servicedata> + <param name="changesrevision">f72b330ed7284f011450c91bc91cbc4c3f281a6c</param></service></servicedata> (No newline at EOF) ++++++ conf_example.patch ++++++ commit 8344f0a2a34310ba0f2a472be76644618be3a1a1 Author: David Mulder <[email protected]> Date: Mon Jun 1 11:20:49 2026 -0600 Remove invalid himmelblau.conf example info Signed-off-by: David Mulder <[email protected]> diff --git a/src/config/himmelblau.conf.example b/src/config/himmelblau.conf.example index fbecee97..a8f8557f 100644 --- a/src/config/himmelblau.conf.example +++ b/src/config/himmelblau.conf.example @@ -1,10 +1,10 @@ [global] -# REQUIRED: The list of configured domains. This must be specified, or no users -# will be permitted to authenticate. The first user to authenticate to each +# REQUIRED: The configured domain. This must be specified, or no users +# will be permitted to authenticate. The first user to authenticate to the # domain will be the owner of the device object in the directory. Typically # this would be the primary user of the device. Specify ONLY the primary domain # for your tenant. -# domains = +# domain = # ### Optional global values # Configure whether the logger will output debug messages to the journal. @@ -73,7 +73,7 @@ # # CN to UPN mapping allows users to simply enter the short form of their # username (`dave` instead of `[email protected]`). Himmelblau will only map CNs -# to the primary domain (the first domain listed in the `domains` option +# to the primary domain (the domain listed in the `domain` option # above). WARNING: CN mapping could mask local users, depending on your PAM # configuration. # cn_name_mapping = true @@ -142,28 +142,3 @@ # cache_timeout = 300 # use_etc_skel = false # selinux = true - -### Domain specific values -# Individual domain values may be overridden by specifying these values under -# a domain section. These options take precedent over global config options. -# For example: -# -# [example.com] -# odc_provider = odc.officeapps.live.com -# home_prefix = /home/ -# home_attr = UUID -# home_alias = SPN -# shell = /bin/zsh -# idmap_range = 6000000-6999999 -# -# Application ID used for requesting an ACCESS_TOKEN on behalf of the user. -# If not set, the domain’s app_id is used. -# logon_token_app_id = 544e695f-5d78-442e-b14e-e114e95e640c -# -# The `app_id` option specifies the Entra ID application ID that has the -# necessary permissions to obtain access tokens for the `logon_script`. This -# application SHOULD also include the `GroupMember.Read.All` permission, -# enabling Himmelblau to retrieve the `gidNumber` extended attribute. -# -# [example.com] -# app_id = d023f7aa-d214-4b59-911d-6074de623765 ++++++ himmelblau-3.1.7+git0.f4e43ca0.tar.bz2 -> himmelblau-3.1.8+git0.f72b330e.tar.bz2 ++++++ ++++ 2834 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/himmelblau/vendor.tar.zst /work/SRC/openSUSE:Factory/.himmelblau.new.1982/vendor.tar.zst differ: char 7, line 1
