Accepting request 1227232 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1227232 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cargo-auditable?expand=0&rev=5
This commit is contained in:
commit
8ed6e20923
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/rust-secure-code/cargo-auditable.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.6.4</param>
|
||||
<param name="revision">v0.6.6</param>
|
||||
<param name="match-tag">v*</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/rust-secure-code/cargo-auditable.git</param>
|
||||
<param name="changesrevision">a0ed9cb5b98a0c927fa8d78aed04065144b136e7</param></service></servicedata>
|
||||
<param name="changesrevision">83713a1c609b28d93660c64b8974b0226fe2c7a4</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f6f8a3116e4d270f6a7ef52b4ae299f15fe7f2c3e00daf454974a038ff56f56
|
||||
size 55478
|
3
cargo-auditable-0.6.6~0.tar.zst
Normal file
3
cargo-auditable-0.6.6~0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6faa17b53b1b3575a453bf8ff6d4b60b84f153f15faa64bdacfcc3c90064bbd0
|
||||
size 58003
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 02:28:10 UTC 2024 - william.brown@suse.com
|
||||
|
||||
- Update to version 0.6.6~0:
|
||||
* Bump version in Cargo.toml
|
||||
* Note the `object` upgrade in the changelog
|
||||
* Upgrade cyclonedx-bom from 0.5 to 0.8 in auditable-cyclonedx
|
||||
* Upgrade object crate from 0.30 to 0.36 to reduce dependency footprint
|
||||
* Update dependencies in the lock file
|
||||
* Populate changelog
|
||||
* apply clippy lint
|
||||
* add another --emit parsing test
|
||||
* shorter code with cargo fmt
|
||||
* Actually fix cargo-c compatibility
|
||||
* Attempt to fix cargo-capi incompatibility
|
||||
* Refactoring in preparation for fixes
|
||||
* Also read the --emit flag to rustc
|
||||
* Fill in changelogs
|
||||
* Bump versions
|
||||
* Drop cfg'd out tests
|
||||
* Drop obsolete doc line
|
||||
* Move dependency cycle tests from auditable-serde to cargo-auditable crate
|
||||
* Remove cargo_metadata from auditable-serde API surface. I can expose it as a separate crate if anyone tells me they need it.
|
||||
* Apply clippy lint
|
||||
* Upgrade miniz_oxide to 0.8.0
|
||||
* Insulate our semver from miniz_oxide semver
|
||||
* Add support for Rust 2024 edition
|
||||
* Update tests
|
||||
* More robust OS detection for riscv feature detection
|
||||
* bump version
|
||||
* update changelog for auditable-extract 0.3.5
|
||||
* Fix wasm component auditable data extraction
|
||||
* Update blocker description in README.md
|
||||
* Add openSUSE to adopters
|
||||
* Update list of know adopters
|
||||
* Fix detection of `riscv64-linux-android` target features
|
||||
* Silence noisy lint
|
||||
* Bump version requirement in rust-audit-info
|
||||
* Fill in changelogs
|
||||
* Bump semver of auditable-info
|
||||
* Drop obsolete comment now that wasm is enabled by default
|
||||
* Remove dependency on cargo-lock
|
||||
* Brag about adoption in the README
|
||||
* Don't use LTO for cargo-dist builds to make them consistent with `cargo install` etc
|
||||
* Also build musl binaries
|
||||
* dist: update dist config for future releases
|
||||
* dist(cargo-auditable): ignore auditable2cdx for now
|
||||
* chore: add cargo-dist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 03:11:26 UTC 2024 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: cargo-auditable
|
||||
version: 0.6.4~0
|
||||
mtime: 1715183073
|
||||
commit: a0ed9cb5b98a0c927fa8d78aed04065144b136e7
|
||||
version: 0.6.6~0
|
||||
mtime: 1732420546
|
||||
commit: 83713a1c609b28d93660c64b8974b0226fe2c7a4
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define __cargo_common_opts %{?_smp_mflags}
|
||||
|
||||
Name: cargo-auditable
|
||||
Version: 0.6.4~0
|
||||
Version: 0.6.6~0
|
||||
Release: 0
|
||||
Summary: A tool to embed auditing information in ELF sections of rust binaries
|
||||
# If you know the license, put it's SPDX string here.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76dd589706de37d7fc330d29b6867ebe09169f1dca666523b3459b25041cb91c
|
||||
size 10514792
|
||||
oid sha256:88cd5d7b71eb7f07137afd267de78016f8a29fded34641374fe7ae83ba601616
|
||||
size 11663533
|
||||
|
Loading…
x
Reference in New Issue
Block a user