Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

scitokens-cpp-debuginfo-1.2.0-1.el8 RPM for aarch64

From EPEL 8 Testing for aarch64 / debug / Packages / s

Name: scitokens-cpp-debuginfo Distribution: Fedora Project
Version: 1.2.0 Vendor: Fedora Project
Release: 1.el8 Build date: Sat Dec 6 02:10:06 2025
Group: Development/Debug Build host: buildvm-a64-19.rdu3.fedoraproject.org
Size: 10017311 Source RPM: scitokens-cpp-1.2.0-1.el8.src.rpm
Packager: Fedora Project
Url: https://github.com/scitokens/scitokens-cpp
Summary: Debug information for package scitokens-cpp
This package provides debug information for package scitokens-cpp.
Debug information is useful when developing applications that use this
package or when debugging this package.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Dec 05 2025 Derek Weitzel <dweitzel@unl.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
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Feb 24 2025 Derek Weitzel <dweitzel@unl.edu> - 1.1.3-2
  - Fix source file
* Mon Feb 24 2025 Derek Weitzel <dweitzel@unl.edu> - 1.1.3-1
  - Include cstdint import for jwt library to support newer compilers
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Oct 30 2024 Derek Weitzel <dweitzel@unl.edu> - 1.1.2-2
  - Fix source upload, no source changes
* Wed Oct 30 2024 Derek Weitzel <dweitzel@unl.edu> - 1.1.2-1
  - Turn off CMAKE unity builds
  - Add a mutex around requesting public keys to stop overloading issuers
* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 1.1.1-3
  - convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Feb 28 2024 Derek Weitzel <dweitzel@unl.edu> - 1.1.1-1
  - Improve error handling around the sqlite3 library
  - Fix test failures and compiler warnings
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 07 2023 Derek Weitzel <dweitzel@unl.edu> - 1.1.0-1
  - 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
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 15 2023 Derek Weitzel <dweitzel@unl.edu> - 1.0.2-1
  - Add support for API-configurable cache home
  - Fix enforcer_acl_free logic
  - scitokens_internal: catch matching exception type after jwt-cpp update
* Wed Apr 26 2023 Derek Weitzel <dweitzel@unl.edu> - 1.0.1-1
  - Fix bug in generate acls which would cause a timeout
* Tue Mar 21 2023 Derek Weitzel <dweitzel@unl.edu> - 1.0.0-1
  - Add async API for parsing and verifying tokens
  - Add configuration API
  - Make nbf claim optional for non-scitokens tokens
  - Update to OpenSSL 3.0
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Nov 01 2022 Derek Weitzel <dweitzel@unl.edu> - 0.7.3-1
  - Retry failed key renewal every 5 minutes
* Mon Oct 31 2022 Derek Weitzel <dweitzel@unl.edu> - 0.7.2-1
  - Add curl timeout of 4 seconds for update, and 30 for expired keys
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 22 2022 Derek Weitzel <dweitzel@unl.edu> - 0.7.1-1
  - Add scitokens-* binaries to the package
  - Bug: close sqlite db handle on return
* Fri Feb 18 2022 Derek Weitzel <dweitzel@unl.edu> - 0.7.0-1
  - Changes from static analysis
  - If only one key is available, do not error on no kid
  - Support at+jwt profile
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Dec 21 2021 Derek Weitzel <djw8605@gmail.com> - 0.6.2-4
  - Remove -Werror for depreciated OpenSSL 3 functions
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.6.2-3
  - Rebuilt with OpenSSL 3.0.0
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 03 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.2-1
  - Correct WLCG compat for condor read permissions
* Thu May 20 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.1-1
  - Fix vector resize for el8+ builds
* Tue May 18 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.0-2
  - Add back paren patch
* Tue Mar 09 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.0-1
  - Fix compilation errors on c++11
  - Update to jwt-cpp-0.4.0 vendor
  - Change scitoken profile name to match spec, scitoken:2.0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 07 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 0.5.1-2
  - Fix build failure with GCC10.1 and Werror (upstream pull request)
  - Adapt specfile to new cmake macros (out of tree build)
  - Drop EPEL 6 conditionals (EOL)
  - Fix compilation error with gcc 11
* Wed Jun 24 2020 Derek Weitzel <dweitzel@unl.edu> - 0.5.1-1
  - Add storage.modify as write permission
* Fri Feb 28 2020 Derek Weitzel <dweitzel@unl.edu> - 0.5.0-1
  - Add API for retrieving string list attributes
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Nov 08 2019 Derek Weitzel <dweitzel@unl.edu> - 0.4.0-1
  - Add support for WLCG profile
* Fri Nov 08 2019 Derek Weitzel <dweitzel@unl.edu> - 0.3.5-1
  - Fix EC public key handling
* Wed Sep 18 2019 Derek Weitzel <dweitzel@unl.edu> - 0.3.4-1
  - Fix bugs for support with IAM
* Thu Aug 01 2019 Derek Weitzel <dweitzel@unl.edu> - 0.3.3-3
  - Update the packaging to bring it line with EPEL (fedora) guidelines
* Tue Jul 30 2019 Derek Weitzel <dweitzel@unl.edu> - 0.3.3-2
  - Change the Source URL
  - Use make_build in the packaging
* Thu Jul 25 2019 Derek Weitzel <dweitzel@unl.edu> - 0.3.3-1
  - Merge OSG changes
  - Use a newer, still supported version of devtoolset
  - Fix bug in verifying EC signed tokens #13
* Thu Jul 25 2019 Derek Weitzel <dweitzel@unl.edu> - 0.3.2-1
  - Update RPM to v0.3.2 of the packaging.
  - Fix downloading public key bug #12
* Thu Jun 20 2019 Brian Bockelman <brian.bockelman@cern.ch> - 0.3.1-1
  - Update RPM to v0.3.1 of the packaging.
* Wed May 29 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 0.3.0-4
  - Use double layer of const for deserialize
    (patch from https://github.com/scitokens/scitokens-cpp/commit/ac0b2f0679488fa91c14ed781268efbcdb69ed3c)
* Mon May 13 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 0.3.0-3
  - Add Force-aud-test-in-the-validator.patch from
    https://github.com/scitokens/scitokens-cpp/pull/8
* Fri May 03 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 0.3.0-2
  - Fix requirements
* Thu May 02 2019 Mátyás Selmeci <matyas@cs.wisc.edu> - 0.3.0-1
  - Update to v0.3.0
  - Add dependencies on libcurl-devel, libuuid-devel
* Thu Jan 03 2019 Brian Bockelman <bbockelm@cse.unl.edu> - 0.1.0-1
  - Initial version of the SciTokens C++ RPM.

Files

/usr/lib/debug
/usr/lib/debug/.build-id
/usr/lib/debug/.build-id/16
/usr/lib/debug/.build-id/16/bbcfee522870665beb91740fd2266268e6fa8e
/usr/lib/debug/.build-id/16/bbcfee522870665beb91740fd2266268e6fa8e.debug
/usr/lib/debug/.build-id/9d
/usr/lib/debug/.build-id/9d/6d0b9a76bfc3b059a20a1a1997b5439d281127
/usr/lib/debug/.build-id/9d/6d0b9a76bfc3b059a20a1a1997b5439d281127.debug
/usr/lib/debug/.build-id/aa
/usr/lib/debug/.build-id/aa/59b319857e701f47fe0ce4546549ef56b53ae3
/usr/lib/debug/.build-id/aa/59b319857e701f47fe0ce4546549ef56b53ae3.debug
/usr/lib/debug/.build-id/af
/usr/lib/debug/.build-id/af/cf676d639bbfae927dfcf9e831a880b418b821
/usr/lib/debug/.build-id/af/cf676d639bbfae927dfcf9e831a880b418b821.debug
/usr/lib/debug/.build-id/c0
/usr/lib/debug/.build-id/c0/245a5a0755e182f1fc5eba3f804f3d4a76cdcb
/usr/lib/debug/.build-id/c0/245a5a0755e182f1fc5eba3f804f3d4a76cdcb.debug
/usr/lib/debug/.build-id/ca
/usr/lib/debug/.build-id/ca/e6b2e31186a4ad8773c27f43711996ed9b28d7
/usr/lib/debug/.build-id/ca/e6b2e31186a4ad8773c27f43711996ed9b28d7.debug
/usr/lib/debug/.dwz
/usr/lib/debug/.dwz/scitokens-cpp-1.2.0-1.el8.aarch64
/usr/lib/debug/usr
/usr/lib/debug/usr/bin
/usr/lib/debug/usr/bin/scitokens-create-1.2.0-1.el8.aarch64.debug
/usr/lib/debug/usr/bin/scitokens-list-access-1.2.0-1.el8.aarch64.debug
/usr/lib/debug/usr/bin/scitokens-test-1.2.0-1.el8.aarch64.debug
/usr/lib/debug/usr/bin/scitokens-test-access-1.2.0-1.el8.aarch64.debug
/usr/lib/debug/usr/bin/scitokens-verify-1.2.0-1.el8.aarch64.debug
/usr/lib/debug/usr/lib64
/usr/lib/debug/usr/lib64/libSciTokens.so.0.0.2-1.2.0-1.el8.aarch64.debug


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Dec 8 04:53:12 2025