Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lynis for openSUSE:Factory checked in at 2025-11-17 12:20:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lynis (Old) and /work/SRC/openSUSE:Factory/.lynis.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lynis" Mon Nov 17 12:20:08 2025 rev:63 rq:1318189 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/lynis/lynis.changes 2025-10-23 18:32:35.477981945 +0200 +++ /work/SRC/openSUSE:Factory/.lynis.new.2061/lynis.changes 2025-11-17 12:25:51.288035667 +0100 @@ -1,0 +2,7 @@ +Sun Nov 16 10:45:40 UTC 2025 - Martin Hauke <[email protected]> + +- Add Patch: + * 1682.patch + - Add openSUSE Leap to EOL DB + +------------------------------------------------------------------- New: ---- 1682.patch ----------(New B)---------- New:- Add Patch: * 1682.patch - Add openSUSE Leap to EOL DB ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lynis.spec ++++++ --- /var/tmp/diff_new_pack.OfqrU1/_old 2025-11-17 12:25:52.432083911 +0100 +++ /var/tmp/diff_new_pack.OfqrU1/_new 2025-11-17 12:25:52.436084080 +0100 @@ -1,7 +1,6 @@ # # spec file for package lynis # -# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2009-2013 Sascha Manns <[email protected]> # @@ -50,6 +49,8 @@ # PATCH-OPENSUSE-FIX -- [email protected] - modifying for openSUSE Patch2: %{name}_1.3.1_include_consts.diff Patch5: %{name}_1.3.6_include-osdetection.diff +# PATCH-FIX-UPSTREAM - gh#CISOfy/lynis#1682 [email protected] +Patch6: https://github.com/CISOfy/lynis/pull/1682.patch BuildRequires: gcc-c++ BuildRequires: libxml2-devel Requires: bash @@ -77,6 +78,7 @@ %patch -P 0 %patch -P 2 %patch -P 5 +%patch -p1 -P 6 %build ++++++ 1682.patch ++++++ >From 5ee6893228b76ddf312c5256d7ab5239622a63f9 Mon Sep 17 00:00:00 2001 From: Martin Hauke <[email protected]> Date: Sun, 16 Nov 2025 11:34:40 +0100 Subject: [PATCH] Add openSUSE Leap to EOL DB This PR adds openSUSE Leap version 15 and 16 to the EOL DB. Information gathered from https://en.opensuse.org/Lifetime --- db/software-eol.db | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/db/software-eol.db b/db/software-eol.db index c0868a87b..e23884e1f 100644 --- a/db/software-eol.db +++ b/db/software-eol.db @@ -325,11 +325,22 @@ os:Slackware Linux 14.1:2024-01-01:1704063600: os:Slackware Linux 14.2:2024-01-01:1704063600: os:Slackware Linux 15.0::-1: # -# SuSE - https://www.suse.com/lifecycle/ +# SUSE - https://www.suse.com/lifecycle/ # os:SUSE Linux Enterprise Server 12:2024-10-31:1730329200: os:SUSE Linux Enterprise Server 15:2028-07-31:1848607200: # +# openSUSE - https://en.opensuse.org/Lifetime +# +os:openSUSE Leap 15.0:2019-12-03:1575327600: +os:openSUSE Leap 15.1:2021-02-02:1612220400: +os:openSUSE Leap 15.2:2022-01-04:1641250800: +os:openSUSE Leap 15.3:2022-12-31:1672441200: +os:openSUSE Leap 15.4:2023-12-31:1703977200: +os:openSUSE Leap 15.5:2024-12-31:1735599600: +os:openSUSE Leap 15.6:2026-04-30:1777500000: +os:openSUSE Leap 16.0:2027-10-31:1824933600: +# # Ubuntu - https://wiki.ubuntu.com/Kernel/LTSEnablementStack and # https://wiki.ubuntu.com/Releases #
