Accepting request 1104424 from devel:languages:go
- Update to version 2.17.0: * Update cosign to version v2.1.1 (#1000) * Enable go 1.21.0 in the CI build (#998) * chore(deps): update all dependencies (#997) * Update to go version 1.20.7 and 1.19.12 (#993) * chore(deps): update all dependencies (#992) * chore(deps): update module github.com/onsi/gomega to v1.27.10 (#991) * fix: correctly identify infixed concats as potential SQL injections (#987) * chore(deps): update all dependencies (#989) * Add a new flag terse to show only the results and summary (#986) * Switch to a maintained fork of zxcvbn module (#984) - Require go 1.20 (forwarded request 1104395 from ph03nix) OBS-URL: https://build.opensuse.org/request/show/1104424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gosec?expand=0&rev=10
This commit is contained in:
commit
11afb2c274
3
_service
3
_service
@ -3,10 +3,11 @@
|
||||
<param name="filename">gosec</param>
|
||||
<param name="url">https://github.com/securego/gosec.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="version">v2.16.0</param>
|
||||
<param name="version">v2.17.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55c56bcb85cb54db5ca124b7c5797aa2a3cb9b750eeb137186baf97f242e72d1
|
||||
size 598540
|
3
gosec-2.17.0.obscpio
Normal file
3
gosec-2.17.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d77c44272d39551d622d4bc05fe361ba8221b6fe1af46ca2a3207388391ebbeb
|
||||
size 623628
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 12:57:28 UTC 2023 - Felix Niederwanger felix.niederwanger@suse.com
|
||||
|
||||
- Update to version 2.17.0:
|
||||
* Update cosign to version v2.1.1 (#1000)
|
||||
* Enable go 1.21.0 in the CI build (#998)
|
||||
* chore(deps): update all dependencies (#997)
|
||||
* Update to go version 1.20.7 and 1.19.12 (#993)
|
||||
* chore(deps): update all dependencies (#992)
|
||||
* chore(deps): update module github.com/onsi/gomega to v1.27.10 (#991)
|
||||
* fix: correctly identify infixed concats as potential SQL injections (#987)
|
||||
* chore(deps): update all dependencies (#989)
|
||||
* Add a new flag terse to show only the results and summary (#986)
|
||||
* Switch to a maintained fork of zxcvbn module (#984)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 08:27:41 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||
|
||||
- Require go 1.20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 09:10:04 UTC 2023 - Felix Niederwanger <felix.niederwanger@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gosec
|
||||
version: 2.16.0
|
||||
mtime: 1684331905
|
||||
commit: 87cc45e1cd903e2038e868eaf026cbc5d1dd1a26
|
||||
version: 2.17.0
|
||||
mtime: 1692258781
|
||||
commit: 6a2c5e16a1ffeee4e64cfe2fe830f8e9d1d09c98
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gosec
|
||||
Version: 2.16.0
|
||||
Version: 2.17.0
|
||||
Release: 0
|
||||
Summary: Golang security checker
|
||||
License: Apache-2.0
|
||||
@ -25,7 +25,7 @@ Group: Development/Languages/Other
|
||||
URL: https://github.com/securego/gosec
|
||||
Source: gosec-%{version}.tar.xz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.16
|
||||
BuildRequires: go >= 1.20
|
||||
BuildRequires: golang-packaging
|
||||
%{go_nostrip}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e654f90e9f68b6ae57ee36f0dcdc0a914feaa1b2245ba3e3aec05eea5b65e436
|
||||
size 4075305
|
||||
oid sha256:3f4451ec22c33000809f08b7b542a8bc2101477706454e127356cdd36c59d019
|
||||
size 4180998
|
||||
|
Loading…
x
Reference in New Issue
Block a user