Accepting request 1088544 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.81.0 OBS-URL: https://build.opensuse.org/request/show/1088544 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=78
This commit is contained in:
parent
0d61e9eaff
commit
2162781ac5
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/anchore/syft</param>
|
<param name="url">https://github.com/anchore/syft</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.80.0</param>
|
<param name="revision">v0.81.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/anchore/syft</param>
|
<param name="url">https://github.com/anchore/syft</param>
|
||||||
<param name="changesrevision">0f1aed447751f92dcc0165b56aa474ec9706805e</param></service></servicedata>
|
<param name="changesrevision">334a775cb9cd6bf50033de1bb3aa04f46b669f5d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:556fc83d2412c42982dc7ba3fa223fdb1e4cb3c72f45f133681d3d6bfcaedd0a
|
|
||||||
size 21219853
|
|
3
syft-0.81.0.obscpio
Normal file
3
syft-0.81.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08f735a7df75d4f5ea05a5b82b4d4f062f00a996d47d6b772652972ee1a2be63
|
||||||
|
size 21370381
|
34
syft.changes
34
syft.changes
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 23 07:31:00 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.81.0:
|
||||||
|
* Keep original FileInfo persisted on file.Metadata structs
|
||||||
|
(#1794)
|
||||||
|
* chore(deps): bump github.com/sirupsen/logrus from 1.9.1 to
|
||||||
|
1.9.2 (#1827)
|
||||||
|
* chore(deps): bump github.com/google/go-containerregistry
|
||||||
|
(#1823)
|
||||||
|
* chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to
|
||||||
|
1.9.1 (#1822)
|
||||||
|
* chore(deps): bump github.com/docker/docker (#1824)
|
||||||
|
* fix: update field plurality of 8.0.0 schema before release
|
||||||
|
(#1820)
|
||||||
|
* fix: update cataloger to check for expressions before split
|
||||||
|
(#1819)
|
||||||
|
* feat: update syft license concept to complex struct (#1743)
|
||||||
|
* fix: cyclonedx depends-on relationship inverted (#1816)
|
||||||
|
* fix: retain sbom cataloger relationships (#1509)
|
||||||
|
* feat: warn if parsing newer SBOM (#1810)
|
||||||
|
* feat: Add R cataloger (#1790)
|
||||||
|
* update cosign to v2 release (different go module) (#1805)
|
||||||
|
* fix: Reduce log spam on unknown relationship type (#1797)
|
||||||
|
* chore(deps): update bootstrap tools to latest versions (#1807)
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#1802)
|
||||||
|
* chore(deps): bump github.com/docker/docker (#1795)
|
||||||
|
* chore(deps): bump github.com/google/go-containerregistry
|
||||||
|
(#1796)
|
||||||
|
* chore(deps): update bootstrap tools to latest versions (#1792)
|
||||||
|
* Print package list when extra packages found (#1791)
|
||||||
|
* chore(deps): update bootstrap tools to latest versions (#1786)
|
||||||
|
* chore(deps): bump golang.org/x/term from 0.7.0 to 0.8.0 (#1787)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 05 19:51:00 UTC 2023 - kastl@b1-systems.de
|
Fri May 05 19:51:00 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: syft
|
name: syft
|
||||||
version: 0.80.0
|
version: 0.81.0
|
||||||
mtime: 1683301301
|
mtime: 1684506070
|
||||||
commit: 0f1aed447751f92dcc0165b56aa474ec9706805e
|
commit: 334a775cb9cd6bf50033de1bb3aa04f46b669f5d
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: syft
|
Name: syft
|
||||||
Version: 0.80.0
|
Version: 0.81.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI tool and library for generating a Software Bill of Materials
|
Summary: CLI tool and library for generating a Software Bill of Materials
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2f2c5f5be0eb63adedd09288c07b5d12bf01e7d4bfebe0e1be1188e617f55f89
|
oid sha256:41d94a6d6fa7d6d74cfdd7c3a00652485e6d0b87d8fde5f3e453114feac8506e
|
||||||
size 32443814
|
size 32476399
|
||||||
|
Loading…
x
Reference in New Issue
Block a user