Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trivy for openSUSE:Factory checked 
in at 2021-06-19 23:02:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trivy (Old)
 and      /work/SRC/openSUSE:Factory/.trivy.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trivy"

Sat Jun 19 23:02:56 2021 rev:9 rq:900585 version:0.18.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/trivy/trivy.changes      2021-06-07 
22:45:32.352691697 +0200
+++ /work/SRC/openSUSE:Factory/.trivy.new.2625/trivy.changes    2021-06-19 
23:03:30.067713943 +0200
@@ -1,0 +2,10 @@
+Thu Jun 10 12:46:10 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- add 0001-suse-mark-sle-15.3-as-maintained-add-opensuse-15.3.patch
+
+-------------------------------------------------------------------
+Thu Jun 10 08:31:11 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- strip binaries 
+
+-------------------------------------------------------------------

New:
----
  0001-suse-mark-sle-15.3-as-maintained-add-opensuse-15.3.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trivy.spec ++++++
--- /var/tmp/diff_new_pack.bz67Fq/_old  2021-06-19 23:03:30.751714998 +0200
+++ /var/tmp/diff_new_pack.bz67Fq/_new  2021-06-19 23:03:30.755715004 +0200
@@ -27,12 +27,12 @@
 URL:            https://github.com/aquasecurity/trivy
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
+Patch0:         0001-suse-mark-sle-15.3-as-maintained-add-opensuse-15.3.patch
 BuildRequires:  golang-packaging
 BuildRequires:  golang(API) >= 1.16
 Requires:       ca-certificates
 Requires:       git-core
 Requires:       rpm
-%{go_nostrip}
 
 %description
 Trivy (`tri` pronounced like trigger, `vy` pronounced like envy) is a simple 
and

++++++ 0001-suse-mark-sle-15.3-as-maintained-add-opensuse-15.3.patch ++++++
>From 4a321591fb95f317dc90dfda9a7815a6902a9ed6 Mon Sep 17 00:00:00 2001
From: Dirk Mueller <d...@dmllr.de>
Date: Thu, 10 Jun 2021 14:41:09 +0200
Subject: [PATCH] suse: mark sle 15.3 as maintained, add opensuse 15.3

SLE 15.3 is about to be released and will be maintained until
6 months after 15.4. this allows us to guess the 15 SP2 EOL date,
so updating that as well.
---
 pkg/detector/ospkg/suse/suse.go | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pkg/detector/ospkg/suse/suse.go b/pkg/detector/ospkg/suse/suse.go
index 6216840..2cba114 100644
--- a/pkg/detector/ospkg/suse/suse.go
+++ b/pkg/detector/ospkg/suse/suse.go
@@ -38,10 +38,11 @@ var (
                "12.5": time.Date(2024, 10, 31, 23, 59, 59, 0, time.UTC),
                "15":   time.Date(2019, 12, 31, 23, 59, 59, 0, time.UTC),
                "15.1": time.Date(2021, 1, 31, 23, 59, 59, 0, time.UTC),
-               // 6 months after SLES 15 SP3 release
-               "15.2": time.Date(2021, 10, 31, 23, 59, 59, 0, time.UTC),
+               "15.2": time.Date(2021, 12, 31, 23, 59, 59, 0, time.UTC),
                // 6 months after SLES 15 SP4 release
-               // "15.3":   time.Date(2028, 7, 31, 23, 59, 59, 0, time.UTC),
+               "15.3":   time.Date(2028, 7, 31, 23, 59, 59, 0, time.UTC),
+               // 6 months after SLES 15 SP5 release
+               // "15.4":   time.Date(2028, 7, 31, 23, 59, 59, 0, time.UTC),
        }
 
        opensuseEolDates = map[string]time.Time{
@@ -52,6 +53,7 @@ var (
                "15.0": time.Date(2019, 12, 3, 23, 59, 59, 0, time.UTC),
                "15.1": time.Date(2020, 11, 30, 23, 59, 59, 0, time.UTC),
                "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),
        }
 )
 
-- 
2.31.1

Reply via email to