forked from pool/cargo-audit
Accepting request 1034648 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1034648 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cargo-audit?expand=0&rev=14
This commit is contained in:
commit
5766dd1287
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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.17.3</param>
|
||||
<param name="revision">cargo-audit/v0.17.4</param>
|
||||
<param name="match-tag">cargo-audit*</param>
|
||||
<param name="versionrewrite-pattern">.*v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/RustSec/rustsec.git</param>
|
||||
<param name="changesrevision">fdb97522db786819262b1ddb030c2ae5d8c47cd8</param></service></servicedata>
|
||||
<param name="changesrevision">0b05e18c0f719076d56942e6b0e1e13dec11a428</param></service></servicedata>
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 09 00:01:18 UTC 2022 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.17.4~git0.0b05e18:
|
||||
* Set 0.17.4 date in changelog
|
||||
* Bump `cargo-audit` to 0.17.4
|
||||
* Update documentation for 0.17.4; `cargo audit bin` is now officially enabled by default
|
||||
* Fix homepage style on mobile (#755)
|
||||
* Add comment
|
||||
* Only attempt to check for yanked crates for crates coming from crates.io
|
||||
* Remove an unused inport
|
||||
* placate Clippy
|
||||
* cargo fmt
|
||||
* Fix #747 in `cargo-audit instead, and don't silence errors that occur during checking for yanked crates`
|
||||
* Revert "Only check if a package is yanked if it comes from crates.io; fixes #747" This is a significant behavioral change that should only come with a semver bump
|
||||
* Add tests validating yank behavior so that #747 can't regress again
|
||||
* Only check if a package is yanked if it comes from crates.io; fixes #747
|
||||
* Add a test fixture depending on a yanked crate
|
||||
* Consolidate CODE_OF_CONDUCT.d files into one; switch to Rust code of conduct (#751)
|
||||
* Release rustsec-admit 0.8.3
|
||||
* fix links in admin/CHANGELOG.md
|
||||
* bump `platforms` to 3.0.2
|
||||
* regenerate `platforms` crate
|
||||
* Prepare rustsec-admin release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 01 22:30:54 UTC 2022 - william.brown@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global workspace_name rustsec
|
||||
|
||||
Name: cargo-audit
|
||||
Version: 0.17.3~git0.fdb9752
|
||||
Version: 0.17.4~git0.0b05e18
|
||||
Release: 0
|
||||
Summary: Audit rust sources for known security vulnerabilities
|
||||
License: ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND MIT AND MPL-2.0 AND MPL-2.0+
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7771a32b9b661c617ff83d7d8333f7c48652c4a853f632ee60b7386a29871ee1
|
||||
size 554332
|
3
rustsec-0.17.4~git0.0b05e18.tar.xz
Normal file
3
rustsec-0.17.4~git0.0b05e18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fafe07a09f8796015b3e8b72afd93f7f76953d6a1225aa1e5f36f05c3e089411
|
||||
size 554104
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b6fbb2ef4a772f4a2f7d9fa0986d422db6e7c45eae7fe240ab4ad91a3518e97
|
||||
size 31103472
|
||||
oid sha256:5f698fc584ba42016a57ece2507cd6ea1b0d90dc9ffe052bcbb22fc833b31d7e
|
||||
size 35249496
|
||||
|
Loading…
Reference in New Issue
Block a user