- Update to version 0.21.1~git0.bd6fb0f: * bump cargo-audit version in cargo toml, I forgot * Bump minor version of cargo-lock according to the msrv policy of the crate * Populate changelogs * Bump versions of crates to be published * Documentation tweaks * Move binary scanning into its own top-level module, improve documentation * More informative doc strings on BinaryFormat variants * Fix conditional compilation by always exposing binary format struct in rustsec * cfg-out binary format type only available with binary scanning enabled * Remove binary scanning from rustsec default features * Correctly pass through the binary-scanning feature to rustsec crate * Do not assert in tests that there are no vulnerabilities in our own Cargo.lock * lower cargo-lock MSRV to 1.73, that's all that our locked dependencies require * Bump cargo-lock MSRV to 1.74 following the bump in dependency versions * Bump other dependencies with vulns, preserving MSRV * Upgrade url crate to fix self-audit issue * cargo fmt * Comment out hanging test * allow(lint) for allow(lint), how deep does the rabbit hole go? * Fix typo * Don't fail the build if something in acceptance test code is missing documentation * Suppress useless warnings that break the build due to deny(warnings) * fix: formatting for `*.rs` files * style: simplify some statements for readability * cargo fmt * Fix handling of the database.fetch option * fix(cargo-lock): normalize everything for git-ref in dependencies * test(cargo-lock): show tag in dependencies is not normalized OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-audit?expand=0&rev=47
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/RustSec/rustsec.git</param>
|
|
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">cargo-audit/v0.21.1</param>
|
|
<!-- <param name="revision">main</param> -->
|
|
<param name="match-tag">cargo-audit/v*</param>
|
|
<param name="versionrewrite-pattern">.*v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">william.brown@suse.com</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">rustsec</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
<param name="i-accept-the-risk">RUSTSEC-2024-0019</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">rustsec</param>
|
|
<param name="lockfile">Cargo.lock</param>
|
|
</service>
|
|
</services>
|