8
0
Files
jwt_verify_lib/_service
Michał Rostecki 4683045504 Accepting request 765232 from home:mrostecki:branches:devel:kubic
- Update to version 20191024:
  * Add support for ES384 and ES512
  * Add HS384 and HS512 support
  * Clear openssl error queue if HMAC() fails
  * Add HS256 support
- Add source package, remove lib* and devel package - now it's not
  possible to build jwt_verify_lib outside envoy-proxy's source
  tree.
- Remove Maistra sources:
  * jwt-verify-lib-openssl-20190806.tar.xz
- Add patch which adds compatibility with OpenSSL:
  * jwt_verify-make-compatible-with-openssl.patch

OBS-URL: https://build.opensuse.org/request/show/765232
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jwt_verify_lib?expand=0&rev=13
2020-01-17 12:06:42 +00:00

15 lines
540 B
Plaintext

<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://github.com/google/jwt_verify_lib</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">jwt_verify_lib</param>
<param name="versionformat">%cd</param>
<param name="revision">9f10e2d60d42edeb6662e185707a7d6a4ebc5604</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>