Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scitokens-cpp for openSUSE:Factory checked in at 2025-10-03 15:43:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scitokens-cpp (Old) and /work/SRC/openSUSE:Factory/.scitokens-cpp.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scitokens-cpp" Fri Oct 3 15:43:47 2025 rev:4 rq:1308694 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/scitokens-cpp/scitokens-cpp.changes 2025-03-26 21:25:04.666635017 +0100 +++ /work/SRC/openSUSE:Factory/.scitokens-cpp.new.11973/scitokens-cpp.changes 2025-10-03 15:44:44.279794583 +0200 @@ -1,0 +2,28 @@ +Thu Oct 02 18:00:00 UTC 2025 - osc-mcp <[email protected]> + +- Update to 1.1.3 +- Include cstdint import for jwt library to support newer compilers +- Turn off CMAKE unity builds +- Add a mutex around requesting public keys to stop overloading issuers +- Improve error handling around the sqlite3 library +- Fix test failures and compiler warnings +- Allow the scitokens library user to setup a custom CA file +- Fix typecast errors in scitoken_status_get_*() that caused async queries to fail +- Fix logic error in deserialize_continue() that caused async deserialization to fail +- Add support for API-configurable cache home +- Fix enforcer_acl_free logic +- scitokens_internal: catch matching exception type after jwt-cpp update +- Fix bug in generate acls which would cause a timeout +- Add async API for parsing and verifying tokens +- Add configuration API +- Make nbf claim optional for non-scitokens tokens +- Update to OpenSSL 3.0 +- Retry failed key renewal every 5 minutes +- Add curl timeout of 4 seconds for update, and 30 for expired keys +- Add scitokens-* binaries to the package +- Bug: close sqlite db handle on return +- Changes from static analysis +- If only one key is available, do not error on no kid +- Support at+jwt profile + +------------------------------------------------------------------- Old: ---- scitokens-cpp-0.6.3.tar.gz New: ---- scitokens-cpp-1.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scitokens-cpp.spec ++++++ --- /var/tmp/diff_new_pack.TLEmXG/_old 2025-10-03 15:44:44.983823651 +0200 +++ /var/tmp/diff_new_pack.TLEmXG/_new 2025-10-03 15:44:44.983823651 +0200 @@ -1,7 +1,7 @@ # # spec file for package scitokens-cpp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: scitokens-cpp -Version: 0.6.3 +Version: 1.1.3 Release: 0 Summary: C++ Implementation of the SciTokens Library License: Apache-2.0 @@ -87,3 +87,10 @@ %{_includedir}/scitokens/scitokens.h %dir %{_includedir}/scitokens +%files +%{_bindir}/scitokens-create +%{_bindir}/scitokens-list-access +%{_bindir}/scitokens-test +%{_bindir}/scitokens-test-access +%{_bindir}/scitokens-verify + ++++++ scitokens-cpp-0.6.3.tar.gz -> scitokens-cpp-1.1.3.tar.gz ++++++ ++++ 43025 lines of diff (skipped)
