Hello community,

here is the log from the commit of package prelude-lml for openSUSE:Factory 
checked in at 2020-10-29 09:23:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prelude-lml (Old)
 and      /work/SRC/openSUSE:Factory/.prelude-lml.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prelude-lml"

Thu Oct 29 09:23:11 2020 rev:7 rq:844633 version:5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/prelude-lml/prelude-lml.changes  2020-03-25 
23:51:32.496000788 +0100
+++ /work/SRC/openSUSE:Factory/.prelude-lml.new.3463/prelude-lml.changes        
2020-10-29 09:23:13.198740317 +0100
@@ -1,0 +2,8 @@
+Sun Oct 25 18:29:49 UTC 2020 - Andreas Stieger <[email protected]>
+
+- prelude-lml 5.2.0:
+  * Fix max-rotation-size-offset parsing
+  * Document the log-max-length option
+- add upstream signing key and verify source signature
+
+-------------------------------------------------------------------

Old:
----
  prelude-lml-5.1.0.tar.gz

New:
----
  prelude-lml-5.2.0.tar.gz
  prelude-lml-5.2.0.tar.gz.sig
  prelude-lml.keyring

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

Other differences:
------------------
++++++ prelude-lml.spec ++++++
--- /var/tmp/diff_new_pack.IrqOKb/_old  2020-10-29 09:23:14.554741617 +0100
+++ /var/tmp/diff_new_pack.IrqOKb/_new  2020-10-29 09:23:14.558741621 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           prelude-lml
-Version:        5.1.0
+Version:        5.2.0
 Release:        0
 Summary:        The prelude log analyzer
 # Prelude is GPL-2.0+
@@ -29,6 +29,8 @@
 Source0:        
https://www.prelude-siem.org/pkg/src/%{version}/%{name}-%{version}.tar.gz
 Source1:        %{name}.service
 Source2:        %{name}-tmpfiles.conf
+Source3:        
https://www.prelude-siem.org/pkg/src/%{version}/%{name}-%{version}.tar.gz.sig
+Source4:        
https://www.prelude-siem.org/attachments/download/233/RPM-GPG-KEY-Prelude-IDS#/%{name}.keyring
 # Add default syslog format to work out of the box
 Patch0:         %{name}-conf_rsyslog.patch
 # Fix make check
@@ -36,8 +38,11 @@
 # Fix etc files permissions
 Patch2:         %{name}-fix_etc_perms.patch
 BuildRequires:  gamin-devel
-BuildRequires:  libprelude-devel
-BuildRequires:  pcre-devel
+BuildRequires:  libprelude-devel >= 5.2.0
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(gnutls) >= 1.0.17
+BuildRequires:  pkgconfig(icu-io) >= 3.0
+BuildRequires:  pkgconfig(libpcre) >= 4.1
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_ordering}
 
@@ -52,7 +57,7 @@
 Summary:        Header files and libraries for prelude-lml development
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}-%{release}
-Requires:       libprelude-devel
+Requires:       libprelude-devel >= 5.2.0
 
 %description devel
 Libraries, include files, etc you can use to develop custom
@@ -66,7 +71,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/ruleset/
@@ -97,8 +102,8 @@
 %service_del_postun %{name}.service
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING NEWS HACKING.README README
+%license COPYING
+%doc NEWS HACKING.README README
 %attr(0770,-,-) %dir %{_sysconfdir}/%{name}/
 %config(noreplace) %attr(0640,-,-) %{_sysconfdir}/%{name}/plugins.rules
 %config(noreplace) %attr(0640,-,-) %{_sysconfdir}/%{name}/%{name}.conf
@@ -115,7 +120,7 @@
 %ghost /run/%{name}
 
 %files devel
-%defattr(-,root,root,-)
+%license COPYING
 %dir %{_includedir}/%{name}/
 %{_includedir}/%{name}/%{name}.h
 

++++++ prelude-lml-5.1.0.tar.gz -> prelude-lml-5.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/AUTHORS 
new/prelude-lml-5.2.0/AUTHORS
--- old/prelude-lml-5.1.0/AUTHORS       2019-09-16 00:09:48.460000000 +0200
+++ new/prelude-lml-5.2.0/AUTHORS       2020-09-09 16:39:26.313000000 +0200
@@ -1,2 +1,2 @@
-Prelude-LML is brought to you by CS-SI (http://www.prelude-siem.com),
+Prelude-LML is brought to you by CS GROUP (http://www.csgroup.eu),
 Yoann Vandoorselaere <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/ChangeLog 
new/prelude-lml-5.2.0/ChangeLog
--- old/prelude-lml-5.1.0/ChangeLog     2019-09-16 00:11:22.359000000 +0200
+++ new/prelude-lml-5.2.0/ChangeLog     2020-09-09 16:41:04.366000000 +0200
@@ -1,5 +1,176 @@
 # Generated by Makefile. Do not edit.
 
+commit 1128a7f3f6b9e3a2cff6f5d1f00b2543c06c3c1b
+Author: Antoine LUONG <[email protected]>
+Date:   Wed Sep 9 13:36:45 2020 +0200
+
+    Update NEWS, bump version
+    
+    Change-Id: I1dbc2d772228403815285cf66204a8bc3e1b9138
+
+ NEWS         | 6 ++++++
+ configure.ac | 4 ++--
+ 2 files changed, 8 insertions(+), 2 deletions(-)
+
+commit bc15e92515a2cab2e53831cf61c6f4070a8b9c3e
+Author: Antoine LUONG <[email protected]>
+Date:   Tue Aug 4 14:24:44 2020 +0200
+
+    Update NEWS, bump version
+    
+    Change-Id: I645dfb38af6bbf51fc90e9ce60182053a0a40afa
+
+ NEWS         | 9 +++++++++
+ configure.ac | 2 +-
+ 2 files changed, 10 insertions(+), 1 deletion(-)
+
+commit ed1f0931bec5767abb71df4cd5ee2c24f81324e6
+Author: Antoine LUONG <[email protected]>
+Date:   Fri Jul 31 11:12:18 2020 +0200
+
+    [#4084] Change company name
+    
+    Change-Id: Ica1a8587aab3325df39f45afeb6471bb640a74b6
+
+ AUTHORS                        | 2 +-
+ HACKING.README                 | 4 ++--
+ README                         | 6 +++---
+ plugins/debug/debug.c          | 2 +-
+ plugins/pcre/pcre-mod.c        | 2 +-
+ plugins/pcre/pcre-mod.h        | 2 +-
+ plugins/pcre/rule-object.c     | 2 +-
+ plugins/pcre/rule-object.h     | 2 +-
+ plugins/pcre/rule-regex.c      | 2 +-
+ plugins/pcre/rule-regex.h      | 2 +-
+ plugins/pcre/value-container.c | 2 +-
+ plugins/pcre/value-container.h | 2 +-
+ src/file-server.c              | 2 +-
+ src/include/common.h           | 2 +-
+ src/include/file-server.h      | 2 +-
+ src/include/lml-alert.h        | 2 +-
+ src/include/lml-charset.h      | 2 +-
+ src/include/lml-options.h      | 2 +-
+ src/include/log-entry.h        | 2 +-
+ src/include/log-plugins.h      | 2 +-
+ src/include/log-source.h       | 2 +-
+ src/include/prelude-lml.h      | 2 +-
+ src/include/regex.h            | 2 +-
+ src/include/tcp-server.h       | 4 ++--
+ src/include/udp-server.h       | 2 +-
+ src/lml-alert.c                | 4 ++--
+ src/lml-charset.c              | 2 +-
+ src/lml-options.c              | 2 +-
+ src/log-entry.c                | 2 +-
+ src/log-plugins.c              | 2 +-
+ src/log-source.c               | 2 +-
+ src/prelude-lml.c              | 2 +-
+ src/regex.c                    | 2 +-
+ src/tcp-server-tls.c           | 4 ++--
+ src/tcp-server.c               | 4 ++--
+ src/udp-server.c               | 2 +-
+ 36 files changed, 43 insertions(+), 43 deletions(-)
+
+commit 0b51fe584c7b86262cf13161deaafc11f0e44f19
+Author: Antoine LUONG <[email protected]>
+Date:   Mon Jul 27 19:59:56 2020 +0200
+
+    [#4081] Fix max-rotation-size-offset parsing
+    
+    Change-Id: Id75b770a78a2443cea816e417d485ee24e27e33a
+
+ src/lml-options.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit cd4ee914081beb93216164d9ac37b2cf47683967
+Author: Antoine LUONG <[email protected]>
+Date:   Thu Jul 23 15:32:57 2020 +0200
+
+    Update NEWS, bump version
+    
+    Change-Id: I2e485c80697c127340538f5b0fcbbadff8cb0853
+
+ NEWS         | 8 ++++++++
+ configure.ac | 2 +-
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+commit 12f65a1745897bd0b7185e6a0851c82a78521b0b
+Author: Antoine LUONG <[email protected]>
+Date:   Thu Jul 16 17:50:59 2020 +0200
+
+    [#4072] Document the log-max-length option
+    
+    Change-Id: I141a9365ed77e054be5a68ea5071bd0224877a71
+
+ prelude-lml.conf.in | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 6cd5f0b3e95dd779f515f85d2cf55e671392874a
+Author: Antoine LUONG <[email protected]>
+Date:   Tue Jun 30 16:52:58 2020 +0200
+
+    Update NEWS, bump version
+    
+    Change-Id: Ieb547318286e3fc25f6192ce08b08a82fe5b5ff6
+
+ NEWS         | 1 +
+ configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+commit c6f69c6583c244689b4ab299f8f2f44dbb01a6b4
+Author: Antoine LUONG <[email protected]>
+Date:   Mon Jun 22 12:16:59 2020 +0200
+
+    Update NEWS, bump version
+    
+    Change-Id: I8355b70b080fdc54f29e2c1f24ca4de6de8f276e
+
+ NEWS         | 6 ++++++
+ configure.ac | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 63e071e319e94734b2ff65d940eea0089b2ffcbc
+Author: Antoine LUONG <[email protected]>
+Date:   Wed Jan 15 12:13:03 2020 +0100
+
+    [#3878] Copyright year update
+    
+    Change-Id: Iac53c902df0fc4a11a4041184feae723905a6e61
+
+ plugins/debug/debug.c          | 2 +-
+ plugins/pcre/pcre-mod.c        | 2 +-
+ plugins/pcre/pcre-mod.h        | 2 +-
+ plugins/pcre/rule-object.c     | 2 +-
+ plugins/pcre/rule-object.h     | 2 +-
+ plugins/pcre/rule-regex.c      | 2 +-
+ plugins/pcre/rule-regex.h      | 2 +-
+ plugins/pcre/value-container.c | 2 +-
+ plugins/pcre/value-container.h | 2 +-
+ src/file-server.c              | 2 +-
+ src/include/common.h           | 2 +-
+ src/include/file-server.h      | 2 +-
+ src/include/lml-alert.h        | 2 +-
+ src/include/lml-charset.h      | 2 +-
+ src/include/lml-options.h      | 2 +-
+ src/include/log-entry.h        | 2 +-
+ src/include/log-plugins.h      | 2 +-
+ src/include/log-source.h       | 2 +-
+ src/include/prelude-lml.h      | 2 +-
+ src/include/regex.h            | 2 +-
+ src/include/tcp-server.h       | 2 +-
+ src/include/udp-server.h       | 2 +-
+ src/lml-alert.c                | 2 +-
+ src/lml-charset.c              | 2 +-
+ src/lml-options.c              | 2 +-
+ src/log-entry.c                | 2 +-
+ src/log-plugins.c              | 2 +-
+ src/log-source.c               | 2 +-
+ src/prelude-lml.c              | 2 +-
+ src/regex.c                    | 2 +-
+ src/tcp-server-tls.c           | 2 +-
+ src/tcp-server.c               | 2 +-
+ src/udp-server.c               | 2 +-
+ 33 files changed, 33 insertions(+), 33 deletions(-)
+
 commit 940171a2791f738ef29e32eeb4ab0b0e5649b8bc
 Author: Antoine LUONG <[email protected]>
 Date:   Fri Sep 13 10:39:13 2019 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/HACKING.README 
new/prelude-lml-5.2.0/HACKING.README
--- old/prelude-lml-5.1.0/HACKING.README        2019-09-16 00:09:48.475000000 
+0200
+++ new/prelude-lml-5.2.0/HACKING.README        2020-09-09 16:39:26.314000000 
+0200
@@ -2,9 +2,9 @@
 
 Changes: if you wish to contribute a change which is a significant one
 in terms of the amount of code changes (rulesets excluded), please be aware 
-that CS-SI wishes to retain copyright of the Prelude-LML software.
+that CS GROUP - France wishes to retain copyright of the Prelude-LML software.
 Therefore you will have to sign over copyright ownership of your code 
-to CS-SI before we can include your changes in the main source tree.
+to CS GROUP - France before we can include your changes in the main source 
tree.
 
 Before you start modifying anything for real, you should probably join
 the prelude-devel mailing list and send a mail describing what you want to 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/NEWS new/prelude-lml-5.2.0/NEWS
--- old/prelude-lml-5.1.0/NEWS  2019-09-16 00:09:49.359000000 +0200
+++ new/prelude-lml-5.2.0/NEWS  2020-09-09 16:39:26.315000000 +0200
@@ -1,3 +1,33 @@
+* 2020-09-09, prelude-lml-5.2.0:
+
+No new changes.
+
+
+
+* 2020-08-04, prelude-lml-5.2.0rc2:
+
+Author: Antoine Luong
+
+- Change company name
+- Fix max-rotation-size-offset parsing
+
+
+
+* 2020-07-23, prelude-lml-5.2.0rc1:
+
+Author: Antoine Luong
+
+- Document the log-max-length option
+
+
+
+* 2020-06-30, prelude-lml-5.2.0beta2:
+* 2020-06-19, prelude-lml-5.2.0beta1:
+
+No new changes.
+
+
+
 * 2019-09-13, prelude-lml-5.1.0:
 
 No new changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/README new/prelude-lml-5.2.0/README
--- old/prelude-lml-5.1.0/README        2019-09-16 00:09:48.476000000 +0200
+++ new/prelude-lml-5.2.0/README        2020-09-09 16:39:26.315000000 +0200
@@ -1,4 +1,4 @@
-Prelude-LML is brought to you by CS-SI (http://www.prelude-siem.com).
+Prelude-LML is brought to you by CS GROUP (http://www.csgroup.eu).
 
 
 Prelude-LML Overview
@@ -43,8 +43,8 @@
        https://www.prelude-siem.org/projects/prelude/boards
 
 
-Commercial Support is available through the CS-SI company:
-        http://www.prelude-siem.com, [email protected]
+Commercial Support is available through the CS GROUP - France company:
+        https://www.prelude-siem.com, [email protected]
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/config.h 
new/prelude-lml-5.2.0/config.h
--- old/prelude-lml-5.1.0/config.h      2019-09-16 00:11:12.696000000 +0200
+++ new/prelude-lml-5.2.0/config.h      2020-09-09 16:41:00.654000000 +0200
@@ -757,7 +757,7 @@
 #define HAVE_LC_MESSAGES 1
 
 /* Tell whether libicu is available for encoding convertion */
-#define HAVE_LIBICU /**/
+/* #undef HAVE_LIBICU */
 
 /* Define to 1 if you have the `pcre' library (-lpcre). */
 #define HAVE_LIBPCRE 1
@@ -1176,10 +1176,10 @@
 #define ICONV_CONST 
 
 /* Prelude-LML run directory */
-#define LML_RUN_DIR "/var/run/prelude-lml"
+#define LML_RUN_DIR "/usr/local/var/run/prelude-lml"
 
 /* Prelude-LML report plugin directory */
-#define LOG_PLUGIN_DIR "/usr/lib/prelude-lml"
+#define LOG_PLUGIN_DIR "/usr/local/lib/prelude-lml"
 
 /* Define to 1 if lseek does not detect pipes. */
 /* #undef LSEEK_PIPE_BROKEN */
@@ -1215,7 +1215,7 @@
 /* #undef MBRTOWC_RETVAL_BUG */
 
 /* Prelude-LML Metadata directory */
-#define METADATA_DIR "/var/lib/prelude-lml"
+#define METADATA_DIR "/usr/local/var/lib/prelude-lml"
 
 /* Use GNU style printf and scanf.  */
 #ifndef __USE_MINGW_ANSI_STDIO
@@ -1247,7 +1247,7 @@
 #define PACKAGE_NAME "prelude-lml"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "prelude-lml 5.1.0"
+#define PACKAGE_STRING "prelude-lml 5.2.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "prelude-lml"
@@ -1256,13 +1256,13 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "5.1.0"
+#define PACKAGE_VERSION "5.2.0"
 
 /* Define whether application use libtool >= 2.0 */
 #define PRELUDE_APPLICATION_USE_LIBTOOL2 /**/
 
 /* Path to the LML configuration file */
-#define PRELUDE_LML_CONF "/etc/prelude-lml/prelude-lml.conf"
+#define PRELUDE_LML_CONF "/usr/local/etc/prelude-lml/prelude-lml.conf"
 
 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
 /* #undef PRI_MACROS_BROKEN */
@@ -1289,7 +1289,7 @@
 #define PTRDIFF_T_SUFFIX l
 
 /* Prelude-LML plugin regex configuration */
-#define REGEX_CONF "/etc/prelude-lml/plugins.rules"
+#define REGEX_CONF "/usr/local/etc/prelude-lml/plugins.rules"
 
 /* Define to 1 if gnulib's dirfd() replacement is used. */
 /* #undef REPLACE_DIRFD */
@@ -1446,7 +1446,7 @@
 /* #undef USE_WINDOWS_THREADS */
 
 /* Version number of package */
-#define VERSION "5.1.0"
+#define VERSION "5.2.0"
 
 /* Define to 1 if unsetenv returns void instead of int. */
 /* #undef VOID_UNSETENV */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/configure 
new/prelude-lml-5.2.0/configure
--- old/prelude-lml-5.1.0/configure     2019-09-16 00:10:35.445000000 +0200
+++ new/prelude-lml-5.2.0/configure     2020-09-09 16:40:18.169000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for prelude-lml 5.1.0.
+# Generated by GNU Autoconf 2.69 for prelude-lml 5.2.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='prelude-lml'
 PACKAGE_TARNAME='prelude-lml'
-PACKAGE_VERSION='5.1.0'
-PACKAGE_STRING='prelude-lml 5.1.0'
+PACKAGE_VERSION='5.2.0'
+PACKAGE_STRING='prelude-lml 5.2.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -2270,7 +2270,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures prelude-lml 5.1.0 to adapt to many kinds of systems.
+\`configure' configures prelude-lml 5.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -2341,7 +2341,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of prelude-lml 5.1.0:";;
+     short | recursive ) echo "Configuration of prelude-lml 5.2.0:";;
    esac
   cat <<\_ACEOF
 
@@ -2479,7 +2479,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-prelude-lml configure 5.1.0
+prelude-lml configure 5.2.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3184,7 +3184,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by prelude-lml $as_me 5.1.0, which was
+It was created by prelude-lml $as_me 5.2.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4233,7 +4233,7 @@
 
 # Define the identity of the package.
  PACKAGE='prelude-lml'
- VERSION='5.1.0'
+ VERSION='5.2.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -45526,7 +45526,7 @@
        fi
   fi
 
-  min_libprelude_version=5.1.0
+  min_libprelude_version=5.2.0
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libprelude - version 
>= $min_libprelude_version" >&5
 $as_echo_n "checking for libprelude - version >= $min_libprelude_version... " 
>&6; }
   no_libprelude=""
@@ -48017,7 +48017,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by prelude-lml $as_me 5.1.0, which was
+This file was extended by prelude-lml $as_me 5.2.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -48083,7 +48083,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-prelude-lml config.status 5.1.0
+prelude-lml config.status 5.2.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/configure.ac 
new/prelude-lml-5.2.0/configure.ac
--- old/prelude-lml-5.1.0/configure.ac  2019-09-16 00:09:49.359000000 +0200
+++ new/prelude-lml-5.2.0/configure.ac  2020-09-09 16:39:26.316000000 +0200
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(prelude-lml, 5.1.0)
+AC_INIT(prelude-lml, 5.2.0)
 
 AC_PREREQ(2.59)
 AC_CANONICAL_TARGET
@@ -98,7 +98,7 @@
 dnl * Check for libprelude                           *
 dnl **************************************************
 
-AM_PATH_LIBPRELUDE(5.1.0, ,
+AM_PATH_LIBPRELUDE(5.2.0, ,
   AC_MSG_ERROR(Cannot find libprelude: Is libprelude-config in the path?), 
false)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/plugins/debug/debug.c 
new/prelude-lml-5.2.0/plugins/debug/debug.c
--- old/prelude-lml-5.1.0/plugins/debug/debug.c 2019-09-16 00:09:49.447000000 
+0200
+++ new/prelude-lml-5.2.0/plugins/debug/debug.c 2020-09-09 16:39:26.431000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2002-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2002-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/plugins/pcre/pcre-mod.c 
new/prelude-lml-5.2.0/plugins/pcre/pcre-mod.c
--- old/prelude-lml-5.1.0/plugins/pcre/pcre-mod.c       2019-09-16 
00:09:49.447000000 +0200
+++ new/prelude-lml-5.2.0/plugins/pcre/pcre-mod.c       2020-09-09 
16:39:26.432000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/plugins/pcre/pcre-mod.h 
new/prelude-lml-5.2.0/plugins/pcre/pcre-mod.h
--- old/prelude-lml-5.1.0/plugins/pcre/pcre-mod.h       2019-09-16 
00:09:49.447000000 +0200
+++ new/prelude-lml-5.2.0/plugins/pcre/pcre-mod.h       2020-09-09 
16:39:26.432000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/plugins/pcre/rule-object.c 
new/prelude-lml-5.2.0/plugins/pcre/rule-object.c
--- old/prelude-lml-5.1.0/plugins/pcre/rule-object.c    2019-09-16 
00:09:49.448000000 +0200
+++ new/prelude-lml-5.2.0/plugins/pcre/rule-object.c    2020-09-09 
16:39:26.432000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 * Author: Nicolas Delon <[email protected]>
 *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/plugins/pcre/rule-object.h 
new/prelude-lml-5.2.0/plugins/pcre/rule-object.h
--- old/prelude-lml-5.1.0/plugins/pcre/rule-object.h    2019-09-16 
00:09:49.448000000 +0200
+++ new/prelude-lml-5.2.0/plugins/pcre/rule-object.h    2020-09-09 
16:39:26.433000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/plugins/pcre/rule-regex.c 
new/prelude-lml-5.2.0/plugins/pcre/rule-regex.c
--- old/prelude-lml-5.1.0/plugins/pcre/rule-regex.c     2019-09-16 
00:09:49.448000000 +0200
+++ new/prelude-lml-5.2.0/plugins/pcre/rule-regex.c     2020-09-09 
16:39:26.433000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/plugins/pcre/rule-regex.h 
new/prelude-lml-5.2.0/plugins/pcre/rule-regex.h
--- old/prelude-lml-5.1.0/plugins/pcre/rule-regex.h     2019-09-16 
00:09:49.448000000 +0200
+++ new/prelude-lml-5.2.0/plugins/pcre/rule-regex.h     2020-09-09 
16:39:26.433000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/plugins/pcre/value-container.c 
new/prelude-lml-5.2.0/plugins/pcre/value-container.c
--- old/prelude-lml-5.1.0/plugins/pcre/value-container.c        2019-09-16 
00:09:49.449000000 +0200
+++ new/prelude-lml-5.2.0/plugins/pcre/value-container.c        2020-09-09 
16:39:26.433000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2006-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2006-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/plugins/pcre/value-container.h 
new/prelude-lml-5.2.0/plugins/pcre/value-container.h
--- old/prelude-lml-5.1.0/plugins/pcre/value-container.h        2019-09-16 
00:09:49.449000000 +0200
+++ new/prelude-lml-5.2.0/plugins/pcre/value-container.h        2020-09-09 
16:39:26.433000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2006-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2006-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/prelude-lml.conf 
new/prelude-lml-5.2.0/prelude-lml.conf
--- old/prelude-lml-5.1.0/prelude-lml.conf      2019-09-16 00:11:12.357000000 
+0200
+++ new/prelude-lml-5.2.0/prelude-lml.conf      2020-09-09 16:41:00.232000000 
+0200
@@ -167,6 +167,14 @@
 
 
 #
+# Specifies the maximum length of logs, in bytes.
+# If the log exceeds this size, it will be split into several parts,
+# each one processed successively et independently of each other.
+#
+# log-max-length = 8192
+
+
+#
 # Specifies the maximum difference, in seconds and/or size, between
 # the interval of two logfile rotations. If this difference is reached,
 # a high severity alert will be emitted. The K (kbytes) or M (mbytes)
@@ -193,7 +201,7 @@
 
 [Pcre]
 
-ruleset=/etc/prelude-lml/ruleset/pcre.rules
+ruleset=/usr/local/etc/prelude-lml/ruleset/pcre.rules
 
 
 # [Debug]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/prelude-lml.conf.in 
new/prelude-lml-5.2.0/prelude-lml.conf.in
--- old/prelude-lml-5.1.0/prelude-lml.conf.in   2019-09-16 00:09:48.552000000 
+0200
+++ new/prelude-lml-5.2.0/prelude-lml.conf.in   2020-09-09 16:39:26.434000000 
+0200
@@ -167,6 +167,14 @@
 
 
 #
+# Specifies the maximum length of logs, in bytes.
+# If the log exceeds this size, it will be split into several parts,
+# each one processed successively et independently of each other.
+#
+# log-max-length = 8192
+
+
+#
 # Specifies the maximum difference, in seconds and/or size, between
 # the interval of two logfile rotations. If this difference is reached,
 # a high severity alert will be emitted. The K (kbytes) or M (mbytes)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/file-server.c 
new/prelude-lml-5.2.0/src/file-server.c
--- old/prelude-lml-5.1.0/src/file-server.c     2019-09-16 00:09:49.449000000 
+0200
+++ new/prelude-lml-5.2.0/src/file-server.c     2020-09-09 16:39:26.435000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/common.h 
new/prelude-lml-5.2.0/src/include/common.h
--- old/prelude-lml-5.1.0/src/include/common.h  2019-09-16 00:09:49.450000000 
+0200
+++ new/prelude-lml-5.2.0/src/include/common.h  2020-09-09 16:39:26.436000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2002-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2002-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/file-server.h 
new/prelude-lml-5.2.0/src/include/file-server.h
--- old/prelude-lml-5.1.0/src/include/file-server.h     2019-09-16 
00:09:49.450000000 +0200
+++ new/prelude-lml-5.2.0/src/include/file-server.h     2020-09-09 
16:39:26.436000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/lml-alert.h 
new/prelude-lml-5.2.0/src/include/lml-alert.h
--- old/prelude-lml-5.1.0/src/include/lml-alert.h       2019-09-16 
00:09:49.450000000 +0200
+++ new/prelude-lml-5.2.0/src/include/lml-alert.h       2020-09-09 
16:39:26.436000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2002-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2002-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/lml-charset.h 
new/prelude-lml-5.2.0/src/include/lml-charset.h
--- old/prelude-lml-5.1.0/src/include/lml-charset.h     2019-09-16 
00:09:49.450000000 +0200
+++ new/prelude-lml-5.2.0/src/include/lml-charset.h     2020-09-09 
16:39:26.436000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2009-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2009-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/lml-options.h 
new/prelude-lml-5.2.0/src/include/lml-options.h
--- old/prelude-lml-5.1.0/src/include/lml-options.h     2019-09-16 
00:09:49.450000000 +0200
+++ new/prelude-lml-5.2.0/src/include/lml-options.h     2020-09-09 
16:39:26.436000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2000-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2000-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/log-entry.h 
new/prelude-lml-5.2.0/src/include/log-entry.h
--- old/prelude-lml-5.1.0/src/include/log-entry.h       2019-09-16 
00:09:49.450000000 +0200
+++ new/prelude-lml-5.2.0/src/include/log-entry.h       2020-09-09 
16:39:26.436000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/log-plugins.h 
new/prelude-lml-5.2.0/src/include/log-plugins.h
--- old/prelude-lml-5.1.0/src/include/log-plugins.h     2019-09-16 
00:09:49.450000000 +0200
+++ new/prelude-lml-5.2.0/src/include/log-plugins.h     2020-09-09 
16:39:26.437000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/log-source.h 
new/prelude-lml-5.2.0/src/include/log-source.h
--- old/prelude-lml-5.1.0/src/include/log-source.h      2019-09-16 
00:09:49.451000000 +0200
+++ new/prelude-lml-5.2.0/src/include/log-source.h      2020-09-09 
16:39:26.437000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2002-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2002-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/prelude-lml.h 
new/prelude-lml-5.2.0/src/include/prelude-lml.h
--- old/prelude-lml-5.1.0/src/include/prelude-lml.h     2019-09-16 
00:09:49.451000000 +0200
+++ new/prelude-lml-5.2.0/src/include/prelude-lml.h     2020-09-09 
16:39:26.437000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2005-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2005-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/regex.h 
new/prelude-lml-5.2.0/src/include/regex.h
--- old/prelude-lml-5.1.0/src/include/regex.h   2019-09-16 00:09:49.451000000 
+0200
+++ new/prelude-lml-5.2.0/src/include/regex.h   2020-09-09 16:39:26.437000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/tcp-server.h 
new/prelude-lml-5.2.0/src/include/tcp-server.h
--- old/prelude-lml-5.1.0/src/include/tcp-server.h      2019-09-16 
00:09:49.451000000 +0200
+++ new/prelude-lml-5.2.0/src/include/tcp-server.h      2020-09-09 
16:39:26.437000000 +0200
@@ -1,7 +1,7 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
-* Author: Prelude Team <[email protected]>
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
+* Author: Prelude Team <[email protected]>
 *
 * This file is part of the Prelude-LML program.
 *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/include/udp-server.h 
new/prelude-lml-5.2.0/src/include/udp-server.h
--- old/prelude-lml-5.1.0/src/include/udp-server.h      2019-09-16 
00:09:49.451000000 +0200
+++ new/prelude-lml-5.2.0/src/include/udp-server.h      2020-09-09 
16:39:26.437000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/lml-alert.c 
new/prelude-lml-5.2.0/src/lml-alert.c
--- old/prelude-lml-5.1.0/src/lml-alert.c       2019-09-16 00:09:49.452000000 
+0200
+++ new/prelude-lml-5.2.0/src/lml-alert.c       2020-09-09 16:39:26.438000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2002-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2002-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
@@ -59,7 +59,7 @@
 
 #define ANALYZER_CLASS "Log Analyzer"
 #define ANALYZER_MODEL "Prelude LML"
-#define ANALYZER_MANUFACTURER "http://www.prelude-siem.com";
+#define ANALYZER_MANUFACTURER "https://www.prelude-siem.com";
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/lml-charset.c 
new/prelude-lml-5.2.0/src/lml-charset.c
--- old/prelude-lml-5.1.0/src/lml-charset.c     2019-09-16 00:09:49.452000000 
+0200
+++ new/prelude-lml-5.2.0/src/lml-charset.c     2020-09-09 16:39:26.438000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2009-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2009-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/lml-options.c 
new/prelude-lml-5.2.0/src/lml-options.c
--- old/prelude-lml-5.1.0/src/lml-options.c     2019-09-16 00:09:49.452000000 
+0200
+++ new/prelude-lml-5.2.0/src/lml-options.c     2020-09-09 16:39:26.438000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 1998-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 1998-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
@@ -252,7 +252,7 @@
         else if ( *eptr == 'G' || *eptr == 'g' )
                 value = value * 1024 * 1024 * 1024;
 
-        else if ( eptr != arg ) {
+        else if ( *eptr != '\0' ) {
                 prelude_string_sprintf(err, "Invalid max rotation size offset 
specified: %s.", arg);
                 return -1;
         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/log-entry.c 
new/prelude-lml-5.2.0/src/log-entry.c
--- old/prelude-lml-5.1.0/src/log-entry.c       2019-09-16 00:09:49.452000000 
+0200
+++ new/prelude-lml-5.2.0/src/log-entry.c       2020-09-09 16:39:26.439000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/log-plugins.c 
new/prelude-lml-5.2.0/src/log-plugins.c
--- old/prelude-lml-5.1.0/src/log-plugins.c     2019-09-16 00:09:49.452000000 
+0200
+++ new/prelude-lml-5.2.0/src/log-plugins.c     2020-09-09 16:39:26.439000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2002-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2002-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/log-source.c 
new/prelude-lml-5.2.0/src/log-source.c
--- old/prelude-lml-5.1.0/src/log-source.c      2019-09-16 00:09:49.453000000 
+0200
+++ new/prelude-lml-5.2.0/src/log-source.c      2020-09-09 16:39:26.439000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/prelude-lml.c 
new/prelude-lml-5.2.0/src/prelude-lml.c
--- old/prelude-lml-5.1.0/src/prelude-lml.c     2019-09-16 00:09:49.453000000 
+0200
+++ new/prelude-lml-5.2.0/src/prelude-lml.c     2020-09-09 16:39:26.439000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2004-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2004-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/regex.c 
new/prelude-lml-5.2.0/src/regex.c
--- old/prelude-lml-5.1.0/src/regex.c   2019-09-16 00:09:49.453000000 +0200
+++ new/prelude-lml-5.2.0/src/regex.c   2020-09-09 16:39:26.440000000 +0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/tcp-server-tls.c 
new/prelude-lml-5.2.0/src/tcp-server-tls.c
--- old/prelude-lml-5.1.0/src/tcp-server-tls.c  2019-09-16 00:09:49.453000000 
+0200
+++ new/prelude-lml-5.2.0/src/tcp-server-tls.c  2020-09-09 16:39:26.440000000 
+0200
@@ -1,7 +1,7 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
-* Author: Prelude Team <[email protected]>
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
+* Author: Prelude Team <[email protected]>
 *
 * This file is part of the Prelude-LML program.
 *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/tcp-server.c 
new/prelude-lml-5.2.0/src/tcp-server.c
--- old/prelude-lml-5.1.0/src/tcp-server.c      2019-09-16 00:09:49.454000000 
+0200
+++ new/prelude-lml-5.2.0/src/tcp-server.c      2020-09-09 16:39:26.440000000 
+0200
@@ -1,7 +1,7 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
-* Author: Prelude Team <[email protected]>
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
+* Author: Prelude Team <[email protected]>
 *
 * This file is part of the Prelude-LML program.
 *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prelude-lml-5.1.0/src/udp-server.c 
new/prelude-lml-5.2.0/src/udp-server.c
--- old/prelude-lml-5.1.0/src/udp-server.c      2019-09-16 00:09:49.454000000 
+0200
+++ new/prelude-lml-5.2.0/src/udp-server.c      2020-09-09 16:39:26.440000000 
+0200
@@ -1,6 +1,6 @@
 /*****
 *
-* Copyright (C) 2003-2019 CS-SI. All Rights Reserved.
+* Copyright (C) 2003-2020 CS GROUP - France. All Rights Reserved.
 * Author: Yoann Vandoorselaere <[email protected]>
 *
 * This file is part of the Prelude-LML program.


Reply via email to