SHA256
8
0
forked from pool/aws-c-cal

55 Commits

Author SHA256 Message Date
e6cda0211d Accepting request 958262 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.5.14
  + Fixed build failure from previous release.
    * Fixed memory leak in unit test. (#106)
- from version 0.5.13
  + Fix aws-lc targets.
    * Properly use cmake target exports for libcrypto. (#104)

OBS-URL: https://build.opensuse.org/request/show/958262
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-cal?expand=0&rev=5
2022-03-03 10:12:29 +00:00
586218c289 Accepting request 925690 from home:jengelh:branches:devel:libraries:c_c++
- Use cmake()/pkgconfig() as buildrequires. Update descriptions.
- Replace %-bin subpackage by just %, and lib%-devel by %-devel.

OBS-URL: https://build.opensuse.org/request/show/925690
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-cal?expand=0&rev=4
2021-10-16 20:43:51 +00:00
42416889ab Accepting request 924625 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.5.12
  + Removed sha256_profile binary from common build path
    * Only build sha256_profile if BUILD_TESTING is enabled (#101)

OBS-URL: https://build.opensuse.org/request/show/924625
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-cal?expand=0&rev=3
2021-10-12 11:19:55 +00:00
4c3ee0c301 Accepting request 901159 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.5.11
  + Logging updates
    * Move libcrypto symbol resolution output to logging calls
- from version 0.5.10
  + BYO_CRYPTO updates for Sigv4a
    * Updated some ecc key API functions to have BYO_CRYPTO-conditional implementations
- from version 0.5.9
  + Support in-source build with AWS-LC
    * Instead of always searching for a pre-installed libcrypto, now provide the option
      to use the crypto target to do the link. It's useful for the in-source build, where
      we will not install libcrypto, instead, we build aws-lc (for libcrypto) before building
      aws-c-cal.
- from version 0.5.8
  + SHA1 Hash Support
    * Adding support for SHA1.
- from version 0.5.7
  + Don't run aws-lc's codegen at build time
    * Disable aws-lc's codegen. (#90)
      Background: aws-lc uses codegen to create some of its source files, and it runs these generators
      if the user's machine has Go and Perl installed. However, up-to-date versions of the generated
      files are already committed to the repo, so it's not necessary for users to run codegen on their
      machines. This codegen has led to unexpected issues (ex: failure due to network access at build
      time) so let's just turn it off and reduce unnecessary complexity.
- from version 0.5.6
  + OpenSSL detection fixes
    * OpenSSL/libcrypto fixes and CI (#88)
    * Additional fixes from OpenSSL testing
    * Added diagnostics for libcrypto usage
    * Only allow openssl variant on linux
    * Fixed versioning of builder in builds that left it out

OBS-URL: https://build.opensuse.org/request/show/901159
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-cal?expand=0&rev=2
2021-06-22 06:35:09 +00:00
c93723d8ad Accepting request 851117 from home:glaubitz:branches:devel:libraries:c_c++
- Add new package aws-c-cal as a transistive dependency for aws-c-eventstreams

OBS-URL: https://build.opensuse.org/request/show/851117
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-cal?expand=0&rev=1
2020-11-26 17:39:05 +00:00