Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osv-scanner for openSUSE:Factory checked in at 2023-09-14 16:25:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osv-scanner (Old) and /work/SRC/openSUSE:Factory/.osv-scanner.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osv-scanner" Thu Sep 14 16:25:57 2023 rev:10 rq:1110986 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/osv-scanner/osv-scanner.changes 2023-07-19 19:11:00.280696222 +0200 +++ /work/SRC/openSUSE:Factory/.osv-scanner.new.1766/osv-scanner.changes 2023-09-14 16:28:52.341455450 +0200 @@ -1,0 +2,86 @@ +Thu Sep 14 05:01:43 UTC 2023 - ka...@b1-systems.de + +- Update to version 1.4.0: + * Fix issue in the changelog (#533) + * 1.4.0 changelog and docs (#532) + * Adding Offline info (#517) + * chore(deps): update golang:alpine docker digest to 96634e5 + (#527) + * chore(deps): update workflows (#529) + * fix(deps): update osv-scanner minor (#528) + * Fix result scanning (#526) + * ci: change how coverage is collected (#525) + * chore: capture coverage and upload it to codecov (#512) + * chore(deps): update dependency jekyll-feed to v0.17.0 (#520) + * Correctly use matchFileNames in renovate.json (#522) + * Update test results to pass new test (#523) + * Revert breaking change in `osv.go` (#514) + * Add osv output lockfile + refactor (#505) + * Update renovate.json (#504) + * fix(deps): update osv-scanner minor (#506) + * Refactor models (#510) + * chore(deps): update dependency jekyll-feed to v0.17.0 (#508) + * chore(deps): update actions/checkout action to v3.6.0 (#507) + * Update contributing docs (#502) + * chore(deps-dev): Bump activesupport from 7.0.7 to 7.0.7.2 in + /docs (#503) + * fix(deps): update golang.org/x/exp digest to d852ddb (#496) + * Add fixtures go to renovate bot ignore (#500) + * chore(deps): update dependency jekyll-feed to v0.17.0 (#498) + * chore(deps): update golangci/golangci-lint-action action to + v3.7.0 (#499) + * chore(deps): update actions/setup-go action to v4.1.0 (#497) + * If go version can't be found, don't add stdlib (#494) + * chore(deps): update dependency jekyll-feed to v0.17.0 (#448) + * feat: support `io.Reader` based parsers (#451) + * fix: don't error if local db directory already exists (#493) + * fix: ensure that "introduced 0" events are sorted before any + other event (#492) + * Add go stdlib version support (#484) + * chore(deps): update golang:alpine docker digest to 445f340 + (#467) + * chore(deps): update alpine docker tag to v3.18 (#468) + * chore(deps): update slsa-framework/slsa-github-generator action + to v1.8.0 (#469) + * chore(deps): update alpine:3.18 docker digest to 7144f7b (#480) + * chore(deps): update alpine:3.17 docker digest to f71a5f0 (#466) + * chore(deps): update + gaurav-nelson/github-action-markdown-link-check digest to + 46e4421 (#481) + * fix(deps): update golang.org/x/exp digest to 89c5cff (#482) + * chore(deps): update github/codeql-action action to v2.21.4 + (#483) + * Fix some vulns and ignore others (#490) + * Rust call analysis (#452) + * Scanner action should pass if the vulnerabilities remain the + same (#475) + * Tidy up scanner action (#474) + * Manually update dependencies to resolve vulnerability + https://osv.dev/GO-2023-1988 (#472) + * feat: add experimental offline mode (#183) + * Move github action back to the main branch (#465) + * refactor: move experimental flags into their own struct (#463) + * fix: use correct plural and singular forms based on count + (#462) + * chore(deps): update github/codeql-action action to v2.21.2 + (#455) + * fix(deps): update osv-scanner minor (#456) + * Add annotations and osv-scanner table in the Github Action + output (#460) + * Fix purl mapping (#457) + * test: make `output` tests their own package (#461) + * Updated github actions to use main branch now that the PR is + merged in (#459) + * Recreated Github Action PR (#432) + * chore: minor grammar fixes (#454) + * chore(deps): update docker/setup-buildx-action digest to + 4c0219f (#437) + * chore(deps): update golang:alpine docker digest to 7839c9f + (#444) + * Optimize Dockerfile and add .dockerignore (#441) + * chore(deps): update github/codeql-action action to v2.21.0 + (#449) + * Enable lockfile maintaince (#450) + * fix(deps): update osv-scanner minor (#445) + +------------------------------------------------------------------- Old: ---- osv-scanner-1.3.6.obscpio New: ---- osv-scanner-1.4.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osv-scanner.spec ++++++ --- /var/tmp/diff_new_pack.du1t5I/_old 2023-09-14 16:28:53.865509895 +0200 +++ /var/tmp/diff_new_pack.du1t5I/_new 2023-09-14 16:28:53.865509895 +0200 @@ -19,7 +19,7 @@ %define __arch_install_post export NO_BRP_STRIP_DEBUG=true Name: osv-scanner -Version: 1.3.6 +Version: 1.4.0 Release: 0 Summary: Vulnerability scanner written in Go License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.du1t5I/_old 2023-09-14 16:28:53.893510895 +0200 +++ /var/tmp/diff_new_pack.du1t5I/_new 2023-09-14 16:28:53.893510895 +0200 @@ -1,21 +1,21 @@ <services> - <service name="obs_scm" mode="disabled"> + <service name="obs_scm" mode="manual"> <param name="url">https://github.com/google/osv-scanner</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.3.6</param> + <param name="revision">v1.4.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> </service> - <service name="set_version" mode="disabled"> + <service name="set_version" mode="manual"> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> - <service name="go_modules" mode="disabled"> + <service name="go_modules" mode="manual"> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.du1t5I/_old 2023-09-14 16:28:53.913511610 +0200 +++ /var/tmp/diff_new_pack.du1t5I/_new 2023-09-14 16:28:53.913511610 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/google/osv-scanner</param> - <param name="changesrevision">b5f7502d2b76b1b84201937aa759299d23e02c48</param></service></servicedata> + <param name="changesrevision">51fc4fd651c23e5c7e209db1fcc8d6ed68d07789</param></service></servicedata> (No newline at EOF) ++++++ osv-scanner-1.3.6.obscpio -> osv-scanner-1.4.0.obscpio ++++++ /work/SRC/openSUSE:Factory/osv-scanner/osv-scanner-1.3.6.obscpio /work/SRC/openSUSE:Factory/.osv-scanner.new.1766/osv-scanner-1.4.0.obscpio differ: char 48, line 1 ++++++ osv-scanner.obsinfo ++++++ --- /var/tmp/diff_new_pack.du1t5I/_old 2023-09-14 16:28:53.949512896 +0200 +++ /var/tmp/diff_new_pack.du1t5I/_new 2023-09-14 16:28:53.949512896 +0200 @@ -1,5 +1,5 @@ name: osv-scanner -version: 1.3.6 -mtime: 1689743088 -commit: b5f7502d2b76b1b84201937aa759299d23e02c48 +version: 1.4.0 +mtime: 1694653937 +commit: 51fc4fd651c23e5c7e209db1fcc8d6ed68d07789 ++++++ vendor.tar.gz ++++++ ++++ 28072 lines of diff (skipped)