forked from pool/cargo-audit
Accepting request 879533 from home:firstyear:branches:devel:languages:rust
- Update to version 0.14.0~git0.08c9f3e: * v0.14.0 (#330) * Cargo.lock: bump `rustsec` to v0.23.2 (#329) * README.md: fix "Report Vulnerability" button (#328) * Rename 'master' branch to 'main' * Bump `rustsec` dependency to v0.23; MSRV 1.46+ (#327) * Enable informational warnings with deny (#320) * When running in no-fetch mode, allow accessing a non-git repo. (#315) * Update README.md (#298) * Cargo.lock: bump deps (#283) * Bump once_cell from 1.4.1 to 1.5.0 (#282) OBS-URL: https://build.opensuse.org/request/show/879533 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-audit?expand=0&rev=2
This commit is contained in:
parent
bde8166c4e
commit
05575ba12f
3
_service
3
_service
@ -3,8 +3,7 @@
|
||||
<param name="url">https://github.com/RustSec/cargo-audit.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
||||
<param name="scm">git</param>
|
||||
<!-- <param name="revision">v0.13.1</param> -->
|
||||
<param name="revision">7797fd5cc108645d0b236dac9067c008f7fae61b</param>
|
||||
<param name="revision">v0.14.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c1a50628f7803e7db9e7e81af6881520e846111824d1dc33e9190083e2dd42c
|
||||
size 116068
|
3
cargo-audit-0.14.0~git0.08c9f3e.tar.xz
Normal file
3
cargo-audit-0.14.0~git0.08c9f3e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31290bc7051cb6e374f0170d38dc84f6823de82cbc5ad62677c5cb086f97b079
|
||||
size 116032
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 17 00:41:16 UTC 2021 - wbrown@suse.de
|
||||
|
||||
- Update to version 0.14.0~git0.08c9f3e:
|
||||
* v0.14.0 (#330)
|
||||
* Cargo.lock: bump `rustsec` to v0.23.2 (#329)
|
||||
* README.md: fix "Report Vulnerability" button (#328)
|
||||
* Rename 'master' branch to 'main'
|
||||
* Bump `rustsec` dependency to v0.23; MSRV 1.46+ (#327)
|
||||
* Enable informational warnings with deny (#320)
|
||||
* When running in no-fetch mode, allow accessing a non-git repo. (#315)
|
||||
* Update README.md (#298)
|
||||
* Cargo.lock: bump deps (#283)
|
||||
* Bump once_cell from 1.4.1 to 1.5.0 (#282)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 02 23:41:56 UTC 2021 - wbrown@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
|
||||
|
||||
Name: cargo-audit
|
||||
Version: 0.13.1~git5.7797fd5
|
||||
Version: 0.14.0~git0.08c9f3e
|
||||
Release: 0
|
||||
Summary: Audit rust sources for known security vulnerabilities
|
||||
License: License: ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 WITH LLVM-exception OR 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+
|
||||
@ -38,7 +38,7 @@ Audit Cargo.lock files for crates with security vulnerabilities reported to the
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -qa1
|
||||
mkdir .cargo
|
||||
mkdir -p .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
# Remove exec bits to prevent an issue in fedora shebang checking
|
||||
find vendor -type f -name \*.rs -exec chmod -x '{}' \;
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfa32d165291c4862044e647f458d2353d33abc7884d421c310758041c258446
|
||||
size 18194368
|
||||
oid sha256:1cf49f11fc0e4e96fd2e47981946f03372f0d063347d70108c896911aa671485
|
||||
size 18115096
|
||||
|
Loading…
Reference in New Issue
Block a user