1
0
forked from pool/trivy

[info=6fda4ae520211599a57cefcb305a98c83f616b89]

OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:dirkmueller:trivy:4/trivy?expand=0&rev=3
This commit is contained in:
Dan Čermák 2023-07-20 11:20:15 +00:00 committed by Git OBS Bridge
parent 94f89a0b8c
commit b25074f6e0
4 changed files with 4 additions and 26 deletions

View File

@ -1,4 +1,4 @@
mtime: 1689849496
commit: dffe82d98424aa573d09cebce1464cef636da228
mtime: 1689851983
commit: 6fda4ae520211599a57cefcb305a98c83f616b89
url: https://src.opensuse.org/dirkmueller/trivy.git
revision: dffe82d98424aa573d09cebce1464cef636da228
revision: 6fda4ae520211599a57cefcb305a98c83f616b89

View File

@ -1,22 +0,0 @@
From 08770a6dfefcd1ad3c11abd395cef1af7c4a14a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dirk=20M=C3=BCller?= <dirk@dmllr.de>
Date: Fri, 30 Jun 2023 16:48:52 +0200
Subject: [PATCH] fix(suse): Add openSUSE Leap 15.5 eol date as well
Taken directly from https://en.opensuse.org/Lifetime
---
pkg/detector/ospkg/suse/suse.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkg/detector/ospkg/suse/suse.go b/pkg/detector/ospkg/suse/suse.go
index 11a4d70c5a8..cbf0c4fd991 100644
--- a/pkg/detector/ospkg/suse/suse.go
+++ b/pkg/detector/ospkg/suse/suse.go
@@ -55,6 +55,7 @@ var (
"15.2": time.Date(2021, 11, 30, 23, 59, 59, 0, time.UTC),
"15.3": time.Date(2022, 11, 30, 23, 59, 59, 0, time.UTC),
"15.4": time.Date(2023, 11, 30, 23, 59, 59, 0, time.UTC),
+ "15.5": time.Date(2024, 12, 31, 23, 59, 59, 0, time.UTC),
}
)

View File

@ -19,6 +19,7 @@ Thu Jul 13 08:47:12 UTC 2023 - dmueller@suse.com
* fix: documentation about reseting trivy image (#4733)
* fix(suse): Add openSUSE Leap 15.5 eol date as well (#4744)
* fix: update Amazon Linux 1 EOL (#4761)
- drop eol-dates.patch (all upstream)
-------------------------------------------------------------------
Mon Jul 03 13:22:20 UTC 2023 - dmueller@suse.com

View File

@ -25,7 +25,6 @@ Group: System/Management
URL: https://github.com/aquasecurity/trivy
Source: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
Patch1: eol-dates.patch
BuildRequires: golang-packaging
BuildRequires: zstd
BuildRequires: golang(API) = 1.19