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

scitokens-cpp-debuginfo-1.1.2-2.el8 RPM for s390x

From EPEL 8 for s390x / debug / Packages / s

Name: scitokens-cpp-debuginfo Distribution: Fedora Project
Version: 1.1.2 Vendor: Fedora Project
Release: 2.el8 Build date: Wed Oct 30 22:28:49 2024
Group: Development/Debug Build host: buildvm-s390x-05.s390.fedoraproject.org
Size: 9822519 Source RPM: scitokens-cpp-1.1.2-2.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

* Wed Oct 30 2024 Derek Weitzel <[email protected]> - 1.1.2-2
  - Fix source upload, no source changes
* Wed Oct 30 2024 Derek Weitzel <[email protected]> - 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ý <[email protected]> - 1.1.1-3
  - convert license to SPDX
* Sat Jul 20 2024 Fedora Release Engineering <[email protected]> - 1.1.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Feb 28 2024 Derek Weitzel <[email protected]> - 1.1.1-1
  - Improve error handling around the sqlite3 library
  - Fix test failures and compiler warnings
* Sat Jan 27 2024 Fedora Release Engineering <[email protected]> - 1.1.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 07 2023 Derek Weitzel <[email protected]> - 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 <[email protected]> - 1.0.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 15 2023 Derek Weitzel <[email protected]> - 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 <[email protected]> - 1.0.1-1
  - Fix bug in generate acls which would cause a timeout
* Tue Mar 21 2023 Derek Weitzel <[email protected]> - 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 <[email protected]> - 0.7.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Nov 01 2022 Derek Weitzel <[email protected]> - 0.7.3-1
  - Retry failed key renewal every 5 minutes
* Mon Oct 31 2022 Derek Weitzel <[email protected]> - 0.7.2-1
  - Add curl timeout of 4 seconds for update, and 30 for expired keys
* Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 0.7.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 22 2022 Derek Weitzel <[email protected]> - 0.7.1-1
  - Add scitokens-* binaries to the package
  - Bug: close sqlite db handle on return
* Fri Feb 18 2022 Derek Weitzel <[email protected]> - 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 <[email protected]> - 0.6.2-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Dec 21 2021 Derek Weitzel <[email protected]> - 0.6.2-4
  - Remove -Werror for depreciated OpenSSL 3 functions
* Tue Sep 14 2021 Sahana Prasad <[email protected]> - 0.6.2-3
  - Rebuilt with OpenSSL 3.0.0
* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.6.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 03 2021 Derek Weitzel <[email protected]> - 0.6.2-1
  - Correct WLCG compat for condor read permissions
* Thu May 20 2021 Derek Weitzel <[email protected]> - 0.6.1-1
  - Fix vector resize for el8+ builds
* Tue May 18 2021 Derek Weitzel <[email protected]> - 0.6.0-2
  - Add back paren patch
* Tue Mar 09 2021 Derek Weitzel <[email protected]> - 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 <[email protected]> - 0.5.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 07 2020 Mattias Ellert <[email protected]> - 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 <[email protected]> - 0.5.1-1
  - Add storage.modify as write permission
* Fri Feb 28 2020 Derek Weitzel <[email protected]> - 0.5.0-1
  - Add API for retrieving string list attributes
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.4.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Nov 08 2019 Derek Weitzel <[email protected]> - 0.4.0-1
  - Add support for WLCG profile
* Fri Nov 08 2019 Derek Weitzel <[email protected]> - 0.3.5-1
  - Fix EC public key handling
* Wed Sep 18 2019 Derek Weitzel <[email protected]> - 0.3.4-1
  - Fix bugs for support with IAM
* Thu Aug 01 2019 Derek Weitzel <[email protected]> - 0.3.3-3
  - Update the packaging to bring it line with EPEL (fedora) guidelines
* Tue Jul 30 2019 Derek Weitzel <[email protected]> - 0.3.3-2
  - Change the Source URL
  - Use make_build in the packaging
* Thu Jul 25 2019 Derek Weitzel <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 0.3.1-1
  - Update RPM to v0.3.1 of the packaging.
* Wed May 29 2019 Mátyás Selmeci <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 0.3.0-2
  - Fix requirements
* Thu May 02 2019 Mátyás Selmeci <[email protected]> - 0.3.0-1
  - Update to v0.3.0
  - Add dependencies on libcurl-devel, libuuid-devel
* Thu Jan 03 2019 Brian Bockelman <[email protected]> - 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/7e
/usr/lib/debug/.build-id/7e/dd5885f36b1dfd24d98cfdd26bcaf8626db8c5
/usr/lib/debug/.build-id/7e/dd5885f36b1dfd24d98cfdd26bcaf8626db8c5.debug
/usr/lib/debug/.build-id/81
/usr/lib/debug/.build-id/81/c1a4aa375f1a4317bea3dddaafb64745df990b
/usr/lib/debug/.build-id/81/c1a4aa375f1a4317bea3dddaafb64745df990b.debug
/usr/lib/debug/.build-id/93
/usr/lib/debug/.build-id/93/ad8904b8ca6b318064d382297bc0922354659d
/usr/lib/debug/.build-id/93/ad8904b8ca6b318064d382297bc0922354659d.debug
/usr/lib/debug/.build-id/bf
/usr/lib/debug/.build-id/bf/bfe16e8d10d49626692053b3438eaeac0d2f7d
/usr/lib/debug/.build-id/bf/bfe16e8d10d49626692053b3438eaeac0d2f7d.debug
/usr/lib/debug/.build-id/e5
/usr/lib/debug/.build-id/e5/c155543db32cef87277e810c2a9cbc31b8d776
/usr/lib/debug/.build-id/e5/c155543db32cef87277e810c2a9cbc31b8d776.debug
/usr/lib/debug/.build-id/f3
/usr/lib/debug/.build-id/f3/3adf5fc15020236d38c8ee80bb27451d0445cc
/usr/lib/debug/.build-id/f3/3adf5fc15020236d38c8ee80bb27451d0445cc.debug
/usr/lib/debug/.dwz
/usr/lib/debug/.dwz/scitokens-cpp-1.1.2-2.el8.s390x
/usr/lib/debug/usr
/usr/lib/debug/usr/bin
/usr/lib/debug/usr/bin/scitokens-create-1.1.2-2.el8.s390x.debug
/usr/lib/debug/usr/bin/scitokens-list-access-1.1.2-2.el8.s390x.debug
/usr/lib/debug/usr/bin/scitokens-test-1.1.2-2.el8.s390x.debug
/usr/lib/debug/usr/bin/scitokens-test-access-1.1.2-2.el8.s390x.debug
/usr/lib/debug/usr/bin/scitokens-verify-1.1.2-2.el8.s390x.debug
/usr/lib/debug/usr/lib64
/usr/lib/debug/usr/lib64/libSciTokens.so.0.0.2-1.1.2-2.el8.s390x.debug


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jan 9 08:13:48 2025