17
0

4 Commits

Author SHA256 Message Date
1efd4b6b28 Accepting request 1317464 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1317464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cargo-auditable?expand=0&rev=7
2025-11-14 15:11:22 +00:00
03f4ef634f - Update to version 0.7.2~0:
* Bump version
  * Populate changelog
  * Update README.md
  * mention cargo-dist in README
  * commit Cargo.lock
  * bump which dev-dependency to 8.0.0
  * bump object to 0.37
  * Upgrade cargo_metadata to 0.23
  * Expand the set of dist platforms in config

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-auditable?expand=0&rev=14
2025-11-13 02:04:28 +00:00
b303a3ac80 Accepting request 1312675 from devel:languages:rust
OBS-URL: https://build.opensuse.org/request/show/1312675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cargo-auditable?expand=0&rev=6
2025-10-23 14:35:23 +00:00
0c90dc5fd7 - Update to version 0.7.1~0:
* bump version
  * Populate changelog for v0.7.1
  * Populate changelog for v0.7.0
  * Out out of unhelpful clippy lint
  * Satisfy clippy
  * Do not assume --crate-name and --out-dir are present in the rustc command, but show warnings if they aren't
  * Run apt-get update before trying to install packages
  * run `cargo dist init` on dist 0.30
  * Drop allow-dirty from dist config, should no longer be needed
  * Reorder paragraphs in README
  * Note the maintenance transition for the go extraction library
  * Editing pass on the adopters: scanners
  * clarify Docker support
  * Cargo clippy fix
  * Add Wolfi OS and Chainguard to adopters
  * Update mentions around Anchore tooling
  * README and documentation updates for nightly
  * Bump dependency version in rust-audit-info
  * More work on docs
  * Nicer formatting on format revision documentation
  * Bump versions
  * regenerate JSON schema
  * cargo fmt
  * Document format field
  * Make it more clear that RawVersionInfo is private
  * Add format field to the serialized data
  * cargo clippy fix
  * Add special handling for proc macros to treat them as the build dependencies they are
  * Add a test to ensure proc macros are reported as build dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-auditable?expand=0&rev=12
2025-10-21 02:49:49 +00:00
8 changed files with 97 additions and 12 deletions

View File

@@ -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.6</param>
<param name="revision">v0.7.2</param>
<param name="match-tag">v*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -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">83713a1c609b28d93660c64b8974b0226fe2c7a4</param></service></servicedata>
<param name="changesrevision">0c4c6591a355c0fec883f70a4e9280974f15e02c</param></service></servicedata>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:195ecbdf92ae35c42a71cbca2adc59cd8df772f16ac63808caed393de75fc125
size 69708

View File

@@ -1,3 +1,88 @@
-------------------------------------------------------------------
Wed Nov 12 03:35:57 UTC 2025 - william.brown@suse.com
- Update to version 0.7.2~0:
* Bump version
* Populate changelog
* Update README.md
* mention cargo-dist in README
* commit Cargo.lock
* bump which dev-dependency to 8.0.0
* bump object to 0.37
* Upgrade cargo_metadata to 0.23
* Expand the set of dist platforms in config
-------------------------------------------------------------------
Tue Oct 21 02:38:44 UTC 2025 - william.brown@suse.com
- Update to version 0.7.1~0:
* bump version
* Populate changelog for v0.7.1
* Populate changelog for v0.7.0
* Out out of unhelpful clippy lint
* Satisfy clippy
* Do not assume --crate-name and --out-dir are present in the rustc command, but show warnings if they aren't
* Run apt-get update before trying to install packages
* run `cargo dist init` on dist 0.30
* Drop allow-dirty from dist config, should no longer be needed
* Reorder paragraphs in README
* Note the maintenance transition for the go extraction library
* Editing pass on the adopters: scanners
* clarify Docker support
* Cargo clippy fix
* Add Wolfi OS and Chainguard to adopters
* Update mentions around Anchore tooling
* README and documentation updates for nightly
* Bump dependency version in rust-audit-info
* More work on docs
* Nicer formatting on format revision documentation
* Bump versions
* regenerate JSON schema
* cargo fmt
* Document format field
* Make it more clear that RawVersionInfo is private
* Add format field to the serialized data
* cargo clippy fix
* Add special handling for proc macros to treat them as the build dependencies they are
* Add a test to ensure proc macros are reported as build dependencies
* Add a test fixture for a crate with a proc macro dependency
* parse fully qualified package ID specs from SBOMs
* select first discovered SBOM file
* cargo sbom integration
* Get rid of unmaintained wee_alloc in test code to make people's scanners misled by GHSA chill out
* Don't fail plan workflow due to manually changed release.yml
* Bump Ubuntu version to hopefully fix release.yml workflow
* Add test for stripped binary
* Bump version to 0.6.7
* Populate changelog
* README.md: add auditable2cdx, more consistency in text
* Placate clippy
* Do not emit -Wl if a bare linker is in use
* Get rid of a compiler warning
* Add bare linker detection function
* drop boilerplate from test that's no longer relevant
* Add support for recovering rustc codegen options
* More lenient parsing of rustc arguments
* More descriptive error message in case rustc is killed abruptly
* change formatting to fit rustfmt
* More descriptive error message in case cargo is killed
* Update REPLACING_CARGO.md to fix #195
* Clarify osv-scanner support in README
* Include the command required to view metadata
* Mention wasm-tools support
* Switch from broken generic cache action to a Rust-specific one
* Fill in various fields in auditable2cdx Cargo.toml
* Include osv-scanner in the list, with a caveat
* Add link to blint repo to README
* Mention that blint supports our data
* Consolidate target definitions
* Account for WASM test dependencies changing, commit the Cargo.lock so they would stop doing that
* Migrate to a maintained toolchain action
* Fix author specification
* Add link to repository to resolverver Cargo.toml
* Bump resolverver to 0.1.0
* Add resolverver crate to the tree
-------------------------------------------------------------------
Fri Nov 29 02:28:10 UTC 2024 - william.brown@suse.com

View File

@@ -1,4 +1,4 @@
name: cargo-auditable
version: 0.6.6~0
mtime: 1732420546
commit: 83713a1c609b28d93660c64b8974b0226fe2c7a4
version: 0.7.2~0
mtime: 1762682818
commit: 0c4c6591a355c0fec883f70a4e9280974f15e02c

View File

@@ -1,7 +1,7 @@
#
# spec file for package cargo-auditable
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%define __cargo_common_opts %{?_smp_mflags}
Name: cargo-auditable
Version: 0.6.6~0
Version: 0.7.2~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.

BIN
vendor.tar.zst LFS

Binary file not shown.