↵ Return to the main page of scitokens-cpp-devel
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2025-12-05 | Derek Weitzel <dweitzel at unl dot edu> - 1.2.0-1 | - Fix segfault if the JSON parser cannot parse the JWKS - Fix float time claims issue and improve error handling - Fix security issue with malicious issuer handling in error messages - Improve JWTVerificationException message to include the invalid issuer - Update usage on verify command to make the TOKENFILE explicit - Read token for scitokens-verify from stdin - Set CURLOPT_NOSIGNAL option in SimpleCurlGet to prevent signal interruptions - Adding asan value to the job name - Turn off building unit tests by default. - Add cmake option SCITOKENS_WITH_ASAN which enables memory checking with the address sanitizer. Also enable this in CI, so that tests fail if they hit a memory leak or other memory problem. - Fix memory leak in store_public_ec_key - Fix memory leaks in the unit tests - Fix memory leak in rs256_from_coords - Fix memory leak in scitokens_verify |
| 2025-07-25 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.1.3-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild |
| 2025-02-24 | Derek Weitzel <dweitzel at unl dot edu> - 1.1.3-2 | - Fix source file |
| 2025-02-24 | Derek Weitzel <dweitzel at unl dot edu> - 1.1.3-1 | - Include cstdint import for jwt library to support newer compilers |
| 2025-01-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.1.2-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild |
| 2024-10-30 | Derek Weitzel <dweitzel at unl dot edu> - 1.1.2-2 | - Fix source upload, no source changes |
| 2024-10-30 | Derek Weitzel <dweitzel at unl dot edu> - 1.1.2-1 | - Turn off CMAKE unity builds - Add a mutex around requesting public keys to stop overloading issuers |
| 2024-07-24 | Miroslav Suchý <msuchy at redhat dot com> - 1.1.1-3 | - convert license to SPDX |
| 2024-07-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.1.1-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
| 2024-02-28 | Derek Weitzel <dweitzel at unl dot edu> - 1.1.1-1 | - Improve error handling around the sqlite3 library - Fix test failures and compiler warnings |