Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Radicale for openSUSE:Factory checked in at 2025-01-21 21:10:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Radicale (Old) and /work/SRC/openSUSE:Factory/.Radicale.new.5589 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Radicale" Tue Jan 21 21:10:29 2025 rev:17 rq:1239122 version:3.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/Radicale/Radicale.changes 2024-12-05 17:11:04.119693566 +0100 +++ /work/SRC/openSUSE:Factory/.Radicale.new.5589/Radicale.changes 2025-01-21 21:10:58.240205468 +0100 @@ -1,0 +2,40 @@ +Mon Jan 13 21:00:07 UTC 2025 - Ãkos SzÅts <szots...@gmail.com> + +- Update to 3.4.0 + * Add: option [auth] cache_logins/cache_successful_logins_expiry/cache_failed_logins for caching logins + * Improve: [auth] log used hash method and result on debug for htpasswd authentication + * Improve: [auth] htpasswd file now read and verified on start + * Add: option [auth] htpasswd_cache to automatic re-read triggered on change (mtime or size) instead reading on each request + * Improve: [auth] htpasswd: module 'bcrypt' is no longer mandatory in case digest method not used in file + * Improve: [auth] successful/failed login logs now type and whether result was taken from cache + * Improve: [auth] constant execution time for failed logins independent of external backend or by htpasswd used digest method + * Drop: support for Python 3.8 + * Add: option [auth] ldap_user_attribute + * Add: option [auth] ldap_groups_attribute as a more flexible replacement of removed ldap_load_groups + +- Update to 3.3.3 + * Add: display mtime_ns precision of storage folder with condition warning if too less + * Improve: disable fsync during storage verification + * Improve: suppress duplicate log lines on startup + * Contrib: logwatch config and script + * Improve: log precondition result on PUT request + +- Update to 3.3.2 + * Fix: debug logging in rights/from_file + * Fix: ignore empty RRULESET in item + * Fix: also remove 'item' from cache on delete + * Fix: set PRODID on collection upload (instead of vobject is inserting default one) + * Fix: buggy cache file content creation on collection upload + * Add: option [storage] use_cache_subfolder_for_item for storing 'item' cache outside collection-root + * Add: option [storage] filesystem_cache_folder for defining location of cache outside collection-root + * Add: option [storage] use_cache_subfolder_for_history for storing 'history' cache outside collection-root + * Add: option [storage] use_cache_subfolder_for_synctoken for storing 'sync-token' cache outside collection-root + * Add: option [storage] folder_umask for configuration of umask (overwrite system-default) + * Add: option [storage] use_mtime_and_size_for_item_cache for changing cache lookup from SHA256 to mtime_ns + size + * Add: option [auth] uc_username for uppercase conversion (similar to existing lc_username) + * Add: option [logging] storage_cache_action_on_debug for conditional logging + * Improve: avoid automatically invalid cache on upgrade in case no change on cache structure + * Improve: log important module versions on startup + * Improve: auth.ldap config shown on startup, terminate in case no password is supplied for bind user + +------------------------------------------------------------------- @@ -11,0 +52 @@ + Old: ---- v3.3.1.tar.gz New: ---- v3.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Radicale.spec ++++++ --- /var/tmp/diff_new_pack.oPwC1o/_old 2025-01-21 21:11:00.192285589 +0100 +++ /var/tmp/diff_new_pack.oPwC1o/_new 2025-01-21 21:11:00.196285752 +0100 @@ -1,8 +1,8 @@ # # spec file for package Radicale # -# Copyright (c) 2024 SUSE LLC -# Copyright (c) 2012-2024 Ãkos SzÅts <szots...@gmail.com> +# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2012-2025 Ãkos SzÅts <szots...@gmail.com> # Copyright (c) 2011 Marcus Rueckert <da...@opensu.se> # # All modifications and additions to the file contributed by third parties @@ -22,11 +22,11 @@ %define pkg_config %{_sysconfdir}/%{pkg_name} %define pkg_home %{_localstatedir}/lib/%{pkg_name} %define pkg_user_group %{pkg_name} -%define py_min_ver 3.8 +%define py_min_ver 3.9 %define vo_min_ver 0.9.6 %define pk_min_ver 1.1.0 Name: Radicale -Version: 3.3.1 +Version: 3.4.0 Release: 0 Summary: A CalDAV calendar and CardDav contact server License: GPL-3.0-or-later @@ -52,7 +52,7 @@ Requires: python3-vobject >= %{vo_min_ver} Recommends: apache2-utils Recommends: python3-bcrypt -Recommends: python3-systemd +Recommends: python3-ldap3 BuildArch: noarch %sysusers_requires ++++++ v3.3.1.tar.gz -> v3.4.0.tar.gz ++++++ ++++ 2806 lines of diff (skipped)