- Update to version 0.9.5: * Fix openssl-3.0 issue involving ASN1 xxx_it * Add support for openssl-3 * sbsigntool: add support for RISC-V 64-bit PE/COFF images * sbvarsign: do not include PKCS#7 attributes * sbkeysync: Don't ignore errors from insert_new_keys() - Drop OpenSSL3.patch: Fixed upstream. - Drop -Wno-error=deprecated-declarations, no longer needed. - Add -Wno-error=maybe-uninitialized, needed when compiling with GCC 13. - Use modern macros, list files explicitly, ensure we do not lose any. OBS-URL: https://build.opensuse.org/request/show/1076784 OBS-URL: https://build.opensuse.org/package/show/Base:System/sbsigntools?expand=0&rev=7
16 lines
581 B
Plaintext
16 lines
581 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git</param>
|
|
<param name="revision">refs/tags/v0.9.5</param>
|
|
<param name="version">0.9.5</param>
|
|
<param name="submodules">enable</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|