Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2018-04-29 19:37:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clamav (Old)
 and      /work/SRC/openSUSE:Factory/.clamav.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clamav"

Sun Apr 29 19:37:28 2018 rev:94 rq:601641 version:0.100.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/clamav/clamav.changes    2018-03-08 
10:59:25.953143356 +0100
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes       2018-04-29 
19:37:31.238033752 +0200
@@ -1,0 +2,44 @@
+Thu Apr 26 15:35:15 UTC 2018 - [email protected]
+
+- Update to version 0.100.0 (bsc#1089502):
+  * Add interfaces to the Prelude SIEM open source package for
+    collecting ClamAV virus events.
+  * Support libmspack internal code or as a shared object
+    library. The internal library is the default and includes
+    modifications to enable parsing of CAB files that do not
+    entirely adhere to the CAB file format.
+  * Link with OpenSSL 1.1.0.
+  * Deprecate of the AllowSupplementaryGroups parameter
+    statement in clamd, clamav-milter, and freshclam.
+    Use of supplementary is now in effect by default.
+  * Deprecate internal LLVM code support.
+  * Compute and check PE import table hash (a.k.a. "imphash")
+    signatures.
+  * Support file property collection and analysis for MHTML files.
+  * Raw scanning of PostScript files.
+  * Fix clamsubmit to use the new virus and false positive
+    submission web interface.
+  * Optionally, flag files with the virus
+    "Heuristic.Limits.Exceeded" when size limitations are exceeded.
+  * Improved decoders for PDF files.
+  * Reduced number of compile time warnings.
+  * Improved support for C++11.
+  * Improved detection of system installed libraries.
+  * Fixes to ClamAV's Container system and the introduction of
+    Intermediates for more descriptive signatures.
+  * Improvements to clamd's On-Access scanning capabilities
+    for Linux.
+  * Obsoletes clamav-fix_newer_zlib.patch
+- Update key ring and add signature file.
+- Turn off LLVM for now, because the bundled copy is deprecated,
+  the versions we have are too new and the performance gain over
+  the  byte code interpreter are negligable, according to upstream.
+- Move pkgconfig stuff from main to devel package.
+- Re-introduce removed options as deprecated, so that clamd and
+  freshclam don't exit on startup with an old config file
+  (clamav-obsolete-config.patch).
+- Put libclammspack0 into its own subpackage to follow the letter
+  of the shlib packaging policy, even though it really makes no
+  sense here.
+
+-------------------------------------------------------------------

Old:
----
  clamav-0.99.4.tar.gz
  clamav-fix_newer_zlib.patch

New:
----
  clamav-0.100.0.tar.gz
  clamav-0.100.0.tar.gz.sig
  clamav-obsolete-config.patch

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

Other differences:
------------------
++++++ clamav.spec ++++++
--- /var/tmp/diff_new_pack.ge0bTj/_old  2018-04-29 19:37:32.062003537 +0200
+++ /var/tmp/diff_new_pack.ge0bTj/_new  2018-04-29 19:37:32.066003390 +0200
@@ -17,34 +17,28 @@
 
 
 Name:           clamav
-BuildRequires:  ncurses-devel
-BuildRequires:  sed
-BuildRequires:  sendmail-devel
-%define llvm --disable-llvm
-BuildRequires:  bc
-BuildRequires:  pkgconfig
-BuildRequires:  zlib-devel
-%ifarch %ix86 x86_64
-%define llvm --enable-llvm
-# Needed for compiling LLVM.
-BuildRequires:  gcc-c++
-%endif
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  bc
 BuildRequires:  check-devel
 BuildRequires:  libbz2-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
+BuildRequires:  ncurses-devel
 BuildRequires:  pcre-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pwdutils
 BuildRequires:  python-devel
+BuildRequires:  sed
+BuildRequires:  sendmail-devel
+BuildRequires:  zlib-devel
 %define clamav_check --enable-check
 Summary:        Antivirus Toolkit
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Security
-Version:        0.99.4
+Version:        0.100.0
 Release:        0
 Url:            http://www.clamav.net
 Obsoletes:      clamav-db < 0.88.3
@@ -53,6 +47,7 @@
 Requires(pre):  %_sbindir/groupadd %_sbindir/useradd %_sbindir/usermod
 Requires(pre):  /usr/bin/awk /bin/sed /bin/tar
 Source0:        
http://www.clamav.net/downloads/production/%{name}-%{version}.tar.gz
+Source1:        
http://www.clamav.net/downloads/production/%{name}-%{version}.tar.gz.sig
 Source11:       clamav.keyring
 Source4:        clamav-rpmlintrc
 Source6:        clamav-tmpfiles.conf
@@ -61,7 +56,7 @@
 Source9:        service.clamav-milter
 Patch1:         clamav-conf.patch
 Patch4:         clamav-disable-timestamps.patch
-Patch5:         clamav-fix_newer_zlib.patch
+Patch5:         clamav-obsolete-config.patch
 BuildRequires:  systemd
 BuildRequires:  systemd-rpm-macros
 %systemd_requires
@@ -84,6 +79,14 @@
 ClamAV is an antivirus engine designed for detecting trojans,
 viruses, malware and other malicious threats.
 
+%package -n libclammspack0
+Summary:        ClamAV antivirus engine runtime
+Group:          System/Libraries
+
+%description -n libclammspack0
+ClamAV is an antivirus engine designed for detecting trojans,
+viruses, malware and other malicious threats.
+
 %package devel
 Summary:        Development files for libclamav, an antivirus engine
 Group:          Development/Libraries/C and C++
@@ -98,9 +101,9 @@
 
 %prep
 %setup -q
-%patch1 -p1
+%patch1
 %patch4
-%patch5 -p1
+%patch5
 
 %build
 CFLAGS="-fstack-protector"
@@ -120,7 +123,6 @@
        --with-group=vscan \
        --enable-milter \
        %clamav_check \
-       %llvm \
        --enable-clamdtop \
        --disable-zlib-vcheck \
        --disable-timestamps
@@ -135,8 +137,11 @@
 mkdir -p %buildroot/var/spool/amavis
 mkdir -p -m 0755 %buildroot/run/clamav
 rm %buildroot/%_libdir/*.la
-# Remove bogus dependencies from libclamav.pc
-sed -i 's/^Libs: .*/Libs: -lclamav/' %buildroot%_libdir/pkgconfig/libclamav.pc
+
+# libclammspack is not meant to be linked against by anything but
+# libclamav
+rm %buildroot%_libdir/pkgconfig/libclammspack.pc
+rm %buildroot%_libdir/libclammspack.so
 
 # fix the new config file names
 pushd %buildroot/etc
@@ -170,30 +175,30 @@
 %postun -n libclamav7 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %config(noreplace) %_sysconfdir/*.conf
 #systemd...
 %{_unitdir}/clamd.service
 %{_unitdir}/freshclam.service
 %{_unitdir}/clamav-milter.service
 %_tmpfilesdir
-%doc AUTHORS BUGS ChangeLog COPYING FAQ NEWS README UPGRADE
+%doc COPYING*
 %doc docs/*.pdf docs/html
 %doc %_mandir/*/*
 %_bindir/*
 %_sbindir/*
-%_libdir/pkgconfig/libclamav.pc
 %defattr(-,vscan,vscan)
 %dir %attr(750,vscan,vscan) /var/spool/amavis
 %dir /var/lib/clamav
 %ghost %attr(755,vscan,vscan) /run/clamav
 
 %files -n libclamav7
-%defattr(-,root,root)
 %_libdir/libclam*.so.7*
 
+%files -n libclammspack0
+%_libdir/libclammspack.so.0*
+
 %files devel
-%defattr(-,root,root)
+%_libdir/pkgconfig/*
 %_libdir/libclam*.so
 %_includedir/*
 

++++++ clamav-0.99.4.tar.gz -> clamav-0.100.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/clamav/clamav-0.99.4.tar.gz 
/work/SRC/openSUSE:Factory/.clamav.new/clamav-0.100.0.tar.gz differ: char 5, 
line 1

++++++ clamav-conf.patch ++++++
--- /var/tmp/diff_new_pack.ge0bTj/_old  2018-04-29 19:37:32.122001336 +0200
+++ /var/tmp/diff_new_pack.ge0bTj/_new  2018-04-29 19:37:32.122001336 +0200
@@ -1,7 +1,5 @@
-Index: clamav-0.98.3/etc/clamav-milter.conf.sample
-===================================================================
---- clamav-0.98.3.orig/etc/clamav-milter.conf.sample   2014-05-06 
20:39:56.000000000 +0200
-+++ clamav-0.98.3/etc/clamav-milter.conf.sample        2014-05-08 
16:42:14.865949467 +0200
+--- etc/clamav-milter.conf.sample.orig
++++ etc/clamav-milter.conf.sample
 @@ -2,10 +2,6 @@
  ## Example config file for clamav-milter
  ##
@@ -13,7 +11,7 @@
  ##
  ## Main options
  ##
-@@ -17,8 +13,7 @@
+@@ -17,8 +13,7 @@ Example
  # inet6:port@[hostname|ip-address] - to specify an ipv6 socket
  #
  # Default: no default
@@ -23,16 +21,16 @@
  
  # Define the group ownership for the (unix) milter socket.
  # Default: disabled (the primary group of the user running clamd)
-@@ -36,7 +31,7 @@
- # Run as another user (clamav-milter must be started by root for this option 
to work)
+@@ -37,7 +32,7 @@ Example
+ # to work)
  #
  # Default: unset (don't drop privileges)
 -#User clamav
 +User vscan
  
- # Initialize supplementary group access (clamav-milter must be started by 
root).
- #
-@@ -64,7 +59,7 @@
+ # Waiting for data from clamd will timeout after this time (seconds).
+ # Value of 0 disables the timeout.
+@@ -61,7 +56,7 @@ Example
  # daemon (main thread).
  #
  # Default: disabled
@@ -41,8 +39,8 @@
  
  # Optional path to the global temporary directory.
  # Default: system specific (usually /tmp or /var/tmp).
-@@ -90,7 +85,7 @@
- # with the same socket: clamd servers will be selected in a round-robin 
fashion.
+@@ -88,7 +83,7 @@ Example
+ # fashion.
  #
  # Default: no default
 -#ClamdSocket tcp:scanner.mydomain:7357
@@ -50,7 +48,7 @@
  
  
  ##
-@@ -239,13 +234,13 @@
+@@ -238,13 +233,13 @@ Example
  # Use system logger (can work together with LogFile).
  #
  # Default: no
@@ -66,10 +64,8 @@
  
  # Enable verbose logging.
  #
-Index: clamav-0.98.3/etc/clamd.conf.sample
-===================================================================
---- clamav-0.98.3.orig/etc/clamd.conf.sample   2014-05-08 16:42:07.318862339 
+0200
-+++ clamav-0.98.3/etc/clamd.conf.sample        2014-05-08 16:45:03.177891683 
+0200
+--- etc/clamd.conf.sample.orig
++++ etc/clamd.conf.sample
 @@ -1,12 +1,8 @@
  ##
 -## Example config file for the Clam AV daemon
@@ -84,7 +80,7 @@
  # Uncomment this option to enable logging.
  # LogFile must be writable for the user running daemon.
  # A full path is required.
-@@ -41,12 +37,12 @@
+@@ -41,12 +37,12 @@ Example
  
  # Use system logger (can work together with LogFile).
  # Default: no
@@ -99,7 +95,7 @@
  
  # Enable verbose logging.
  # Default: no
-@@ -63,7 +59,7 @@
+@@ -71,7 +67,7 @@ Example
  # This option allows you to save a process identifier of the listening
  # daemon (main thread).
  # Default: disabled
@@ -108,7 +104,7 @@
  
  # Optional path to the global temporary directory.
  # Default: system specific (usually /tmp or /var/tmp).
-@@ -82,7 +78,7 @@
+@@ -90,7 +86,7 @@ Example
  
  # Path to a local socket file the daemon will listen on.
  # Default: disabled (must be specified by a user)
@@ -117,7 +113,7 @@
  
  # Sets the group ownership on the unix socket.
  # Default: disabled (the primary group of the user running clamd)
-@@ -98,7 +94,7 @@
+@@ -106,7 +102,7 @@ Example
  
  # TCP port address.
  # Default: no
@@ -126,7 +122,7 @@
  
  # TCP address.
  # By default we bind to INADDR_ANY, probably not wise.
-@@ -106,7 +102,7 @@
+@@ -114,7 +110,7 @@ Example
  # from the outside world. This option can be specified multiple
  # times if you want to listen on multiple IPs. IPv6 is now supported.
  # Default: no
@@ -135,16 +131,16 @@
  
  # Maximum length the queue of pending connections may grow to.
  # Default: 200
-@@ -192,7 +188,7 @@
+@@ -204,7 +200,7 @@ Example
  
  # Run as another user (clamd must be started by root for this option to work)
  # Default: don't drop privileges
 -#User clamav
 +User vscan
  
- # Initialize supplementary group access (clamd must be started by root).
- # Default: no
-@@ -525,6 +521,10 @@
+ # Stop daemon when libclamav reports out of memory condition.
+ #ExitOnOOM yes
+@@ -598,6 +594,10 @@ Example
  ##
  ## On-access Scan Settings
  ##
@@ -155,10 +151,8 @@
  
  # Enable on-access scanning. Currently, this is supported via fanotify.
  # Clamuko/Dazuko support has been deprecated.
-Index: clamav-0.98.3/etc/freshclam.conf.sample
-===================================================================
---- clamav-0.98.3.orig/etc/freshclam.conf.sample       2014-05-08 
16:42:07.349862696 +0200
-+++ clamav-0.98.3/etc/freshclam.conf.sample    2014-05-08 16:42:14.866949479 
+0200
+--- etc/freshclam.conf.sample.orig
++++ etc/freshclam.conf.sample
 @@ -1,12 +1,8 @@
  ##
 -## Example config file for freshclam
@@ -173,7 +167,7 @@
  # Path to the database directory.
  # WARNING: It must match clamd.conf's directive!
  # Default: hardcoded (depends on installation options)
-@@ -35,12 +31,12 @@
+@@ -35,12 +31,12 @@ Example
  
  # Use system logger (can work together with UpdateLogFile).
  # Default: no
@@ -188,7 +182,7 @@
  
  # Enable log rotation. Always enabled when LogFileMaxSize is enabled.
  # Default: no
-@@ -48,12 +44,12 @@
+@@ -48,12 +44,12 @@ Example
  
  # This option allows you to save the process identifier of the daemon
  # Default: disabled
@@ -201,9 +195,9 @@
 -#DatabaseOwner clamav
 +DatabaseOwner vscan
  
- # Initialize supplementary group access (freshclam must be started by root).
- # Default: no
-@@ -136,7 +132,7 @@
+ # Use DNS to verify virus database version. Freshclam uses DNS TXT records
+ # to verify database and software versions. With this directive you can change
+@@ -132,7 +128,7 @@ DatabaseMirror database.clamav.net
  
  # Send the RELOAD command to clamd.
  # Default: no
@@ -212,12 +206,3 @@
  
  # Run command after successful database update.
  # Default: disabled
-@@ -179,7 +175,7 @@
- # detected in the field and in what geographic area they are.
- # Freshclam will connect to clamd in order to get recent statistics.
- # Default: no
--#SubmitDetectionStats /path/to/clamd.conf
-+#SubmitDetectionStats /etc/clamd.conf
- 
- # Country of origin of malware/detection statistics (for statistical
- # purposes only). The statistics collector at ClamAV.net will look up

++++++ clamav-disable-timestamps.patch ++++++
--- /var/tmp/diff_new_pack.ge0bTj/_old  2018-04-29 19:37:32.134000897 +0200
+++ /var/tmp/diff_new_pack.ge0bTj/_new  2018-04-29 19:37:32.134000897 +0200
@@ -27,7 +27,7 @@
        strncat(buf, "WARNING: sizeof(fp_digit) == sizeof(fp_word), this build 
is likely to not work properly.\n", 
 --- configure.orig
 +++ configure
-@@ -785,6 +785,7 @@ FGREP
+@@ -800,6 +800,7 @@ FGREP
  SED
  LIBTOOL
  LIBCLAMAV_VERSION
@@ -35,7 +35,7 @@
  EGREP
  GREP
  CPP
-@@ -887,6 +888,7 @@ ac_user_opts='
+@@ -902,6 +903,7 @@ ac_user_opts='
  enable_option_checking
  enable_silent_rules
  enable_dependency_tracking
@@ -43,16 +43,16 @@
  enable_static
  enable_shared
  with_pic
-@@ -1594,6 +1596,8 @@ Optional Features:
-   --disable-dependency-tracking  speeds up one-time build
-   --enable-dependency-tracking   do not reject slow dependency extractors
+@@ -1616,6 +1618,8 @@ Optional Features:
+   --disable-dependency-tracking
+                           speeds up one-time build
    --enable-static[=PKGS]  build static libraries [default=no]
 +  --enable-timestamps     Enable embedding timestamp information in build
 +                          (default is YES)
    --enable-shared[=PKGS]  build shared libraries [default=yes]
    --enable-fast-install[=PKGS]
                            optimize for fast installation [default=yes]
-@@ -4989,6 +4993,26 @@ $as_echo "$ac_cv_safe_to_define___extens
+@@ -5211,6 +5215,26 @@ $as_echo "$ac_cv_safe_to_define___extens
  
    $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
  
@@ -78,4 +78,4 @@
 +_ACEOF
  
  
- VERSION="0.99.4"
+ VERSION="0.100.0"

++++++ clamav-obsolete-config.patch ++++++
--- shared/optparser.c.orig
+++ shared/optparser.c
@@ -505,6 +505,13 @@ const struct clam_option __clam_options[
     { "ClamukoExcludeUID", NULL, 0, CLOPT_TYPE_NUMBER, MATCH_NUMBER, -1, NULL, 
FLAG_MULTIPLE, OPT_CLAMD | OPT_DEPRECATED, "", "" },
     { "ClamukoMaxFileSize", NULL, 0, CLOPT_TYPE_SIZE, MATCH_SIZE, 5242880, 
NULL, 0, OPT_CLAMD | OPT_DEPRECATED, "", "" },
     { "AllowSupplementaryGroups", NULL, 0, CLOPT_TYPE_BOOL, MATCH_BOOL, 0, 
NULL, 0, OPT_CLAMD | OPT_FRESHCLAM | OPT_MILTER | OPT_DEPRECATED, "Initialize a 
supplementary group access (the process must be started by root).", "no" },
+    { "StatsHostID", "stats-host-id", 0, CLOPT_TYPE_STRING, NULL, -1, NULL, 0, 
OPT_FRESHCLAM | OPT_CLAMD | OPT_CLAMSCAN | OPT_DEPRECATED, "", "" },
+    { "StatsEnabled", "enable-stats", 0, CLOPT_TYPE_BOOL, MATCH_BOOL, 0, NULL, 
0, OPT_CLAMD | OPT_FRESHCLAM | OPT_CLAMSCAN | OPT_DEPRECATED, "", "" },
+    { "StatsPEDisabled", "disable-pe-stats", 0, CLOPT_TYPE_BOOL, MATCH_BOOL, 
0, NULL, 0, OPT_CLAMD | OPT_CLAMSCAN | OPT_DEPRECATED, "", "" },
+    { "StatsTimeout", "stats-timeout", 0, CLOPT_TYPE_NUMBER, MATCH_NUMBER, -1, 
NULL, 0, OPT_CLAMD | OPT_CLAMSCAN | OPT_FRESHCLAM | OPT_DEPRECATED, "", "" },
+    { "SubmitDetectionStats", NULL, 0, CLOPT_TYPE_STRING, NULL, -1, NULL, 0, 
OPT_FRESHCLAM | OPT_DEPRECATED, "", "" },
+    { "DetectionStatsCountry", NULL, 0, CLOPT_TYPE_STRING, NULL, -1, NULL, 0, 
OPT_FRESHCLAM | OPT_DEPRECATED, "", "" },
+    { "DetectionStatsHostID", NULL, 0, CLOPT_TYPE_STRING, NULL, -1, NULL, 0, 
OPT_FRESHCLAM | OPT_DEPRECATED, "", "" },
 
     /* Milter specific options */
 
++++++ clamav.keyring ++++++
--- /var/tmp/diff_new_pack.ge0bTj/_old  2018-04-29 19:37:32.189998843 +0200
+++ /var/tmp/diff_new_pack.ge0bTj/_new  2018-04-29 19:37:32.189998843 +0200
@@ -1,43 +1,52 @@
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.19 (GNU/Linux)
 
-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
-MjiCtk3kDuDp
-=xBx3
+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
+=rmWe
 -----END PGP PUBLIC KEY BLOCK-----
+


Reply via email to