Hello community,
here is the log from the commit of package prelude-lml-rules for
openSUSE:Factory checked in at 2019-12-04 13:49:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prelude-lml-rules (Old)
and /work/SRC/openSUSE:Factory/.prelude-lml-rules.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prelude-lml-rules"
Wed Dec 4 13:49:24 2019 rev:5 rq:744329 version:5.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/prelude-lml-rules/prelude-lml-rules.changes
2017-11-13 14:04:26.841359429 +0100
+++
/work/SRC/openSUSE:Factory/.prelude-lml-rules.new.4691/prelude-lml-rules.changes
2019-12-04 14:19:10.102376849 +0100
@@ -1,0 +2,10 @@
+Fri Oct 25 07:00:00 UTC 2019 - [email protected]
+
+Bump version 5.1.0
+ - Add ModSecurity rules
+
+Add patch:
+ - prelude-lml-rules-fix_shebang.patch
+ - OpenSuse do not use "env" with "perl" in shebang
+
+-------------------------------------------------------------------
Old:
----
prelude-lml-rules-4.0.0.tar.gz
New:
----
prelude-lml-rules-5.1.0.tar.gz
prelude-lml-rules-fix_shebang.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prelude-lml-rules.spec ++++++
--- /var/tmp/diff_new_pack.eHzNVe/_old 2019-12-04 14:19:10.470377158 +0100
+++ /var/tmp/diff_new_pack.eHzNVe/_new 2019-12-04 14:19:10.470377158 +0100
@@ -1,7 +1,7 @@
#
# spec file for package prelude-lml-rules
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: prelude-lml-rules
-Version: 4.0.0
+Version: 5.1.0
Release: 0
Summary: Prelude LML community ruleset
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/Daemons
Url: https://www.prelude-siem.org
Source0:
https://www.prelude-siem.org/pkg/src/%{version}/%{name}-%{version}.tar.gz
+Patch0: prelude-lml-rules-fix_shebang.patch
Requires: prelude-lml
BuildArch: noarch
@@ -32,6 +33,7 @@
%prep
%setup -q
+%patch0
%build
++++++ prelude-lml-rules-4.0.0.tar.gz -> prelude-lml-rules-5.1.0.tar.gz ++++++
++++ 9401 lines of diff (skipped)
++++++ prelude-lml-rules-fix_shebang.patch ++++++
--- ./src/prelude-lml-rules-check 2019-09-16 00:12:03.000000000 +0200
+++ ./src/prelude-lml-rules-check 2019-10-26 23:43:45.541389236 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#####
#