Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openscap for openSUSE:Factory checked in at 2023-09-22 21:49:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openscap (Old) and /work/SRC/openSUSE:Factory/.openscap.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openscap" Fri Sep 22 21:49:41 2023 rev:84 rq:1112946 version:1.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/openscap/openscap.changes 2023-06-21 22:41:10.958849069 +0200 +++ /work/SRC/openSUSE:Factory/.openscap.new.1770/openscap.changes 2023-09-22 21:50:11.478909569 +0200 @@ -1,0 +2,11 @@ +Thu Sep 21 19:43:34 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 1.3.9: + * use PCRE2 library + * Fix offline mode (OVAL/sysctl) + * Fix leak of dpkg cache when dpkginfo_init is called multiple times + * Fix un-expanded variable in xccdf report output + * Fix issues when parsing profiles + * Fix minor problems and resource leaks + +------------------------------------------------------------------- Old: ---- openscap-1.3.8.tar.gz New: ---- openscap-1.3.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openscap.spec ++++++ --- /var/tmp/diff_new_pack.bCtpg9/_old 2023-09-22 21:50:13.230973174 +0200 +++ /var/tmp/diff_new_pack.bCtpg9/_new 2023-09-22 21:50:13.230973174 +0200 @@ -23,7 +23,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: openscap -Version: 1.3.8 +Version: 1.3.9 Release: 0 Summary: A Set of Libraries for Integration with SCAP License: LGPL-2.1-or-later @@ -69,7 +69,6 @@ BuildRequires: libyaml-devel BuildRequires: lua BuildRequires: openldap2-devel -BuildRequires: pcre-devel BuildRequires: perl-XML-Parser BuildRequires: perl-XML-XPath BuildRequires: pkgconfig @@ -85,6 +84,7 @@ BuildRequires: xmlsec1-openssl-devel BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(systemd) # remove extra packages from version 1.2.9 and older Obsoletes: openscap-engine-sce < %{version} @@ -184,11 +184,16 @@ %autosetup -p1 %build -%if 0%{?with_bindings} -%cmake -DENABLE_DOCS=TRUE -DCMAKE_SHARED_LINKER_FLAGS="" -DENABLE_OSCAP_REMEDIATE_SERVICE=TRUE -%else -%cmake -DENABLE_DOCS=TRUE -DENABLE_PYTHON3=FALSE -DENABLE_PERL=FALSE -DCMAKE_SHARED_LINKER_FLAGS="" -DENABLE_OSCAP_REMEDIATE_SERVICE=TRUE +%cmake \ + -DENABLE_DOCS=TRUE \ + -DCMAKE_SHARED_LINKER_FLAGS="" \ + -DENABLE_OSCAP_REMEDIATE_SERVICE=TRUE \ + -DWITH_PCRE2=ON \ +%if !0%{?with_bindings} + -DENABLE_PYTHON3=FALSE \ + -DENABLE_PERL=FALSE \ %endif +%{nil} %if 0%{?sle_version} > 150100 || 0%{?suse_version} == 1599 %cmake_build %else ++++++ openscap-1.3.8.tar.gz -> openscap-1.3.9.tar.gz ++++++ /work/SRC/openSUSE:Factory/openscap/openscap-1.3.8.tar.gz /work/SRC/openSUSE:Factory/.openscap.new.1770/openscap-1.3.9.tar.gz differ: char 16, line 1