Accepting request 1036681 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.61.0 OBS-URL: https://build.opensuse.org/request/show/1036681 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=25
This commit is contained in:
parent
0b5252bda7
commit
4ae6775080
4
_service
4
_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.60.3</param>
|
||||
<param name="revision">v0.61.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">syft-0.60.3.tar.gz</param>
|
||||
<param name="archive">syft-0.61.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="changesrevision">bc9740d50a38e9660f2f98ed91d84c6d8799cf70</param></service></servicedata>
|
||||
<param name="changesrevision">67888ee855ad37948bfee98e3aa7d592b4f91e95</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98b6098157222130a3bb304ad6ea869058d97586daf1e91bafe0b1f1a98e4f3e
|
||||
size 3846500
|
3
syft-0.61.0.tar.gz
Normal file
3
syft-0.61.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cd79edd023af3659d9942c40fd03781e9456e976a71a658cf6f70ad29c0267e
|
||||
size 3868516
|
26
syft.changes
26
syft.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 15:38:51 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.61.0:
|
||||
* 1111 clean name bug (#1347)
|
||||
* Add spdx relationship encoding for dependencies (#1342)
|
||||
* feat: SPDX 2.3 support (#1311)
|
||||
* SBOM cataloger (#1029)
|
||||
* chore: clean up linting configuration (#1343)
|
||||
* fix: Unmarshal Syft JSON with missing metadata (#1338)
|
||||
* fix apk decode for older data shapes (#1341)
|
||||
* chore: add unit test for wolfi os release identification (#1340)
|
||||
* fix: Output only valid CPEs for CycloneDX OS components (#1339)
|
||||
* feat: Add `--name` option to override name in output (#1269)
|
||||
* Add support for dependency relationships for alpine (apk) (#1063)
|
||||
* normalize alpm md5 refs (#1333)
|
||||
* Update java generic cataloger (#1329)
|
||||
* Support encoding map types to CycloneDX properties (#1332)
|
||||
* Update swift cataloger to generic cataloger (#1324)
|
||||
* port rust cataloger to new generic cataloger pattern (#1323)
|
||||
* port ruby cataloger to new generic cataloger pattern (#1322)
|
||||
* port rpm cataloger to new generic cataloger pattern (#1321)
|
||||
* port python cataloger to new generic cataloger pattern (#1319)
|
||||
* Update portage cataloger to new generic cataloger (#1316)
|
||||
* port php cataloger to new generic cataloger pattern (#1315)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 09:52:45 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.60.3
|
||||
Version: 0.61.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:db7fd23c3a78c2062661751bdeedbb51e495cacc614111743c0e21952864ecd4
|
||||
size 51460921
|
||||
oid sha256:5ff90cd6e238200c13f28e6deefe5693462a500a2c6ffacaa8a94fed4beba036
|
||||
size 51476805
|
||||
|
Loading…
x
Reference in New Issue
Block a user