diff --git a/_service b/_service index 7a05e50..411e6e1 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/anchore/syft git .git - v0.46.3 + v0.48.1 @PARENT_TAG@ enable v(.*) @@ -16,6 +16,6 @@ gz - syft-0.46.3.tar.gz + syft-0.48.1.tar.gz diff --git a/_servicedata b/_servicedata index d09c04b..8b2c517 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/anchore/syft - 7cb8e1fc14a278ec5afce379623a47577aba9917 \ No newline at end of file + 03e37044d437294b0aac44a4e9277eb8f6c8be3f \ No newline at end of file diff --git a/syft-0.46.3.tar.gz b/syft-0.46.3.tar.gz deleted file mode 100644 index ba5e7a2..0000000 --- a/syft-0.46.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0fac8eca5a9fa88d4241696446ed1b2b0a98e8dbad0db09f33f3124fcb821cf -size 3889122 diff --git a/syft-0.48.1.tar.gz b/syft-0.48.1.tar.gz new file mode 100644 index 0000000..80c1ad6 --- /dev/null +++ b/syft-0.48.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741a2ef614a0c18a929d9f833974e3219250764f8e3e341d91ec12d4fc65b446 +size 3925051 diff --git a/syft.changes b/syft.changes index fedd1f3..ccbfc2b 100644 --- a/syft.changes +++ b/syft.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Jun 22 08:47:26 UTC 2022 - kastl@b1-systems.de + +- Update to version 0.48.1: + * update stereoscope to latest version (#1052) + +------------------------------------------------------------------- +Wed Jun 22 08:34:13 UTC 2022 - kastl@b1-systems.de + +- Update to version 0.48.0: + * update zip_read_closer to incorporate zip64 support (#1041) + * Add pacman (alpm) parser support (#943) + +------------------------------------------------------------------- +Wed Jun 22 08:23:30 UTC 2022 - kastl@b1-systems.de + +- Update to version 0.47.0: + * Update of README.md (#1027) + * bump cosign to v1.9.0 to resolve reporting of GHSA-66x3-6cw3-v5gj (#1025) + * add workflows to test new project automation (#1023) + * improve LanguageByName and add unit tests (#1034) + * Read Description from dpkg status files (#996) + * Add announcement for Anchore OSS Virtual Meetup (#1033) + * add main module field to go bin metadata (#1026) + * Add filters to package cataloger (#1021) + * change draft to false for release process (#1016) + * Support RPM distros with newer RPM db formats (#1018) + * fix: add component list to prevent cyclone-dx panic (#1015) + ------------------------------------------------------------------- Mon Jun 6 19:43:54 UTC 2022 - Johannes Kastl diff --git a/syft.spec b/syft.spec index dbc5bfc..a716406 100644 --- a/syft.spec +++ b/syft.spec @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: syft -Version: 0.46.3 +Version: 0.48.1 Release: 0 Summary: CLI tool and library for generating a Software Bill of Materials License: Apache-2.0 @@ -36,9 +36,12 @@ A CLI tool and Go library for generating a Software Bill of Materials (SBOM) fro %setup -q -T -D -a 1 %build +DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ" +BUILD_DATE=$(date -u -d "@${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u -r "${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u "${DATE_FMT}") go build \ -mod=vendor \ -buildmode=pie \ + -ldflags="-X github.com/anchore/syft/internal/version.version=%{version} -X github.com/anchore/syft/internal/version.buildDate=$BUILD_DATE" \ -o bin/syft ./cmd/syft %install diff --git a/vendor.tar.gz b/vendor.tar.gz index 3e031f9..03e3014 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:118b6132a8bde8c7cf980b59ad25764ca901ca5b83a579236019a17f81378195 -size 17412995 +oid sha256:fe11a2c03b6710cabc156c3eb0bab757b07f131ebd0a3f95a14090492b0a58c3 +size 42549798