Accepting request 1098447 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1098447 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syft?expand=0&rev=45
This commit is contained in:
commit
a49e14f77b
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.84.1</param>
|
||||
<param name="revision">v0.85.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">791d1f955215f1dad383c9835e4d3c01267dc0f5</param></service></servicedata>
|
||||
<param name="changesrevision">4fc17edd146af34ab06f5b0443ef8ddac3aaf076</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2d992b688f8cbcf50e10220f5fbb8b8a9b4b5a10b449ad9fc2e181ac1d2dae7
|
||||
size 19786253
|
3
syft-0.85.0.obscpio
Normal file
3
syft-0.85.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a8ce400c391cfdf8831f07f9215d50a079a856375cbc97eef5c64b6dcf84150
|
||||
size 19986445
|
34
syft.changes
34
syft.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 13 04:49:43 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.85.0:
|
||||
* implement ui handle waiter (#1930)
|
||||
* fix: background reader apart from global handler for testing
|
||||
(#1929)
|
||||
* chore(deps): bump modernc.org/sqlite from 1.23.1 to 1.24.0
|
||||
(#1928)
|
||||
* fix: allow valid cyclonedx input with no components (#1873)
|
||||
* fix: "or-later" suffix updated to consider deprecated "+"
|
||||
operator (#1907)
|
||||
* feat: CLI flag for directory base (#1867)
|
||||
* Fix CPE gen for k8s python client (#1921)
|
||||
* chore: update iterations to protect against race (#1927)
|
||||
* chore(deps): update bootstrap tools to latest versions (#1922)
|
||||
* fix: Don't use the actual redis or grpc CPEs for gems (#1926)
|
||||
* fix(install): return with right error code (#1915)
|
||||
* Remove erroneous Java CPEs from generation (#1918)
|
||||
* chore(deps): bump golang.org/x/net from 0.11.0 to 0.12.0
|
||||
(#1916)
|
||||
* Switch UI to bubbletea (#1888)
|
||||
* fix: use filepath.EvalSymlinks if os.Readlink fails to evaluate
|
||||
the link (#1884)
|
||||
* add file source digest support (#1914)
|
||||
* chore(deps): update bootstrap tools to latest versions (#1908)
|
||||
* chore(deps): bump golang.org/x/mod from 0.11.0 to 0.12.0
|
||||
(#1912)
|
||||
* chore(deps): bump golang.org/x/term from 0.9.0 to 0.10.0
|
||||
(#1913)
|
||||
* doc(readme): add installation section with scoop (#1909)
|
||||
* Refactor source API (#1846)
|
||||
* chore(deps): update bootstrap tools to latest versions (#1905)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 30 04:42:50 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: syft
|
||||
version: 0.84.1
|
||||
mtime: 1687968312
|
||||
commit: 791d1f955215f1dad383c9835e4d3c01267dc0f5
|
||||
version: 0.85.0
|
||||
mtime: 1689182094
|
||||
commit: 4fc17edd146af34ab06f5b0443ef8ddac3aaf076
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.84.1
|
||||
Version: 0.85.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:8d9e083061ca991ac29e7009f1a423b52c8749148d4d9113aa55367a01ce6367
|
||||
size 32537473
|
||||
oid sha256:d5c1ae09cfe27c8f0c738e8cfec07f266d9b234cef7661470528e1607416475d
|
||||
size 33516132
|
||||
|
Loading…
x
Reference in New Issue
Block a user