Accepting request 1137261 from home:amanzini:branches:devel:kubic
- Update to version 0.100.0: * Add ability to extend the binaries cataloguers (#2469) * chore(deps): bump anchore/sbom-action from 0.15.1 to 0.15.2 (#2464) * fix: add missing purl for busybox (#2457) * Fix diff error obfuscating binary test failures message (#2468) * Replace `packages` command with `scan` (#2446) * fix: PURLs with "nuget" type are dotnet packages (#2466) * chore(deps): update tools to latest versions (#2459) * chore(deps): update CPE dictionary index (#2458) * chore: update binary to -x (#2456) * Add more functionality to the ErLang parser (#2390) * Added OpenSSL binary matcher (#2416) * chore(deps): update stereoscope to 590920dabc5479216e755983d41367b6be3544f3 (#2452) * chore(deps): update tools to latest versions (#2451) * chore(deps): bump github/codeql-action from 3.22.11 to 3.22.12 (#2455) OBS-URL: https://build.opensuse.org/request/show/1137261 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=117
This commit is contained in:
parent
fcd6053f67
commit
eecd56440d
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.99.0</param>
|
||||
<param name="revision">v0.100.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">3cffa0b7fd276a35123c48e45407c4f402f2c58f</param></service></servicedata>
|
||||
<param name="changesrevision">a16a4ad6c993aaaa1ec502667c215b0e8c8e51ff</param></service></servicedata>
|
3
syft-0.100.0.obscpio
Normal file
3
syft-0.100.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d504fdbb3c34b9f30f047c40bebe980fbb8c81b6d48d2a2187149f9f46ed319
|
||||
size 23084045
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba9e17826f3a5e818c3466f8d168ee7b82fd8c5f7321694f01556b840aec1504
|
||||
size 23071245
|
19
syft.changes
19
syft.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 06 15:26:12 UTC 2024 - andrea.manzini@suse.com
|
||||
|
||||
- Update to version 0.100.0:
|
||||
* Add ability to extend the binaries cataloguers (#2469)
|
||||
* chore(deps): bump anchore/sbom-action from 0.15.1 to 0.15.2 (#2464)
|
||||
* fix: add missing purl for busybox (#2457)
|
||||
* Fix diff error obfuscating binary test failures message (#2468)
|
||||
* Replace `packages` command with `scan` (#2446)
|
||||
* fix: PURLs with "nuget" type are dotnet packages (#2466)
|
||||
* chore(deps): update tools to latest versions (#2459)
|
||||
* chore(deps): update CPE dictionary index (#2458)
|
||||
* chore: update binary to -x (#2456)
|
||||
* Add more functionality to the ErLang parser (#2390)
|
||||
* Added OpenSSL binary matcher (#2416)
|
||||
* chore(deps): update stereoscope to 590920dabc5479216e755983d41367b6be3544f3 (#2452)
|
||||
* chore(deps): update tools to latest versions (#2451)
|
||||
* chore(deps): bump github/codeql-action from 3.22.11 to 3.22.12 (#2455)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 16:26:53 UTC 2023 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: syft
|
||||
version: 0.99.0
|
||||
mtime: 1703111669
|
||||
commit: 3cffa0b7fd276a35123c48e45407c4f402f2c58f
|
||||
version: 0.100.0
|
||||
mtime: 1704486727
|
||||
commit: a16a4ad6c993aaaa1ec502667c215b0e8c8e51ff
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package syft
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.99.0
|
||||
Version: 0.100.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:1f6370d23bdbdac748fbcd5cd4bdc116e5dfe7ed079437e65343b1604149975d
|
||||
size 36001357
|
||||
oid sha256:2c0f3b2c191c29953b4c2b74d5ee419c19661d9c22e80d29033473934845bd44
|
||||
size 36085834
|
||||
|
Loading…
x
Reference in New Issue
Block a user