Accepting request 1115835 from home:amanzini:branches:devel:kubic
- Update to version 0.92.0: * bump deps to latest version * fix: deterministic java purls (#2170) - Update to version 0.91.0: * fix: prevent errors from clobbering terminal (#2161) * Require ordering of relationships when comparing parser output (#2160) * Add containerd support (#1793) * feat: add dependency information to conan lockfile parser (#2131) * fix: encode and decode FileLicenses and FileContents in Syft JSON (#2083) * feat: add cyclonedx schema version selection (#2123) * fix: allow cyclonedx json input with no components (#2127) * fix source-version typo in flag description (#2126) - Update to version 0.90.0: * fix(help): power-user help text to indicate it supports file-system (#2113) * fix: update codeql-analysis for go 1.21 (#2108) * feat(cmd/update): add UA header with current ver when check for update (#2100) * fix(cdx): validate external refs before encoding (#2091) * fix: correct group IDs for commons-codec, okhttp, okio, and add integration tests for Java PURL generation (#2075) OBS-URL: https://build.opensuse.org/request/show/1115835 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=97
This commit is contained in:
parent
b91cfad53f
commit
46e556c238
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.89.0</param>
|
||||
<param name="revision">v0.92.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="changesrevision">b454160549bbd199e0a5693750856f30b41767f7</param></service></servicedata>
|
||||
<param name="changesrevision">8f57d22f639e132cbd87324abacd864232c611ce</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1bbe8b228d347d7996d6d01fefe6d76863fdfcbbde7d142314631750ebee541
|
||||
size 21819405
|
3
syft-0.92.0.obscpio
Normal file
3
syft-0.92.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0da1c2ead04c50d19877d70ffa1c4782f42be0ec5b4ed138989fb007aaa8a3f
|
||||
size 21998093
|
24
syft.changes
24
syft.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 05 06:32:34 UTC 2023 - andrea.manzini@suse.com
|
||||
|
||||
- Update to version 0.92.0:
|
||||
* bump deps to latest version
|
||||
* fix: deterministic java purls (#2170)
|
||||
|
||||
- Update to version 0.91.0:
|
||||
* fix: prevent errors from clobbering terminal (#2161)
|
||||
* Require ordering of relationships when comparing parser output (#2160)
|
||||
* Add containerd support (#1793)
|
||||
* feat: add dependency information to conan lockfile parser (#2131)
|
||||
* fix: encode and decode FileLicenses and FileContents in Syft JSON (#2083)
|
||||
* feat: add cyclonedx schema version selection (#2123)
|
||||
* fix: allow cyclonedx json input with no components (#2127)
|
||||
* fix source-version typo in flag description (#2126)
|
||||
|
||||
- Update to version 0.90.0:
|
||||
* fix(help): power-user help text to indicate it supports file-system (#2113)
|
||||
* fix: update codeql-analysis for go 1.21 (#2108)
|
||||
* feat(cmd/update): add UA header with current ver when check for update (#2100)
|
||||
* fix(cdx): validate external refs before encoding (#2091)
|
||||
* fix: correct group IDs for commons-codec, okhttp, okio, and add integration tests for Java PURL generation (#2075)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 05 14:57:48 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: syft
|
||||
version: 0.89.0
|
||||
mtime: 1693493432
|
||||
commit: b454160549bbd199e0a5693750856f30b41767f7
|
||||
version: 0.92.0
|
||||
mtime: 1695741265
|
||||
commit: 8f57d22f639e132cbd87324abacd864232c611ce
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.89.0
|
||||
Version: 0.92.0
|
||||
Release: 0
|
||||
Summary: CLI tool and library for generating a Software Bill of Materials
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e988985c7c0128601bdd857b7166c7c1c3b8193655f84b226f0b5ab4aee9a9d7
|
||||
size 34025988
|
||||
oid sha256:4801e2296669a7fa282e488a984d8d69fc58cf1457a815f28371fd2f98d71330
|
||||
size 35845260
|
||||
|
Loading…
x
Reference in New Issue
Block a user