Accepting request 48229 from security
Copy from security/clamav based on submit request 48229 from user rmax OBS-URL: https://build.opensuse.org/request/show/48229 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clamav?expand=0&rev=34
This commit is contained in:
commit
2b07be8b56
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46be2a8bd74b2937f4f8ae0ecf21558d60962d8a9067a6927a21901db7d1b2a6
|
|
||||||
size 38824390
|
|
3
clamav-0.96.2.tar.bz2
Normal file
3
clamav-0.96.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f5e759086e6f7d0be06597310d515c47c5eef9dc071bc34c7d01890f842cfa4
|
||||||
|
size 55445748
|
@ -50,7 +50,7 @@ Index: etc/clamav-milter.conf
|
|||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
@@ -222,13 +217,13 @@ Example
|
@@ -238,13 +233,13 @@ Example
|
||||||
# Use system logger (can work together with LogFile).
|
# Use system logger (can work together with LogFile).
|
||||||
#
|
#
|
||||||
# Default: no
|
# Default: no
|
||||||
@ -99,7 +99,7 @@ Index: etc/clamd.conf
|
|||||||
|
|
||||||
# Enable verbose logging.
|
# Enable verbose logging.
|
||||||
# Default: no
|
# Default: no
|
||||||
@@ -54,7 +50,7 @@ Example
|
@@ -59,7 +55,7 @@ Example
|
||||||
# This option allows you to save a process identifier of the listening
|
# This option allows you to save a process identifier of the listening
|
||||||
# daemon (main thread).
|
# daemon (main thread).
|
||||||
# Default: disabled
|
# Default: disabled
|
||||||
@ -108,7 +108,7 @@ Index: etc/clamd.conf
|
|||||||
|
|
||||||
# Optional path to the global temporary directory.
|
# Optional path to the global temporary directory.
|
||||||
# Default: system specific (usually /tmp or /var/tmp).
|
# Default: system specific (usually /tmp or /var/tmp).
|
||||||
@@ -73,7 +69,7 @@ Example
|
@@ -78,7 +74,7 @@ Example
|
||||||
|
|
||||||
# Path to a local socket file the daemon will listen on.
|
# Path to a local socket file the daemon will listen on.
|
||||||
# Default: disabled (must be specified by a user)
|
# Default: disabled (must be specified by a user)
|
||||||
@ -117,7 +117,7 @@ Index: etc/clamd.conf
|
|||||||
|
|
||||||
# Sets the group ownership on the unix socket.
|
# Sets the group ownership on the unix socket.
|
||||||
# Default: disabled (the primary group of the user running clamd)
|
# Default: disabled (the primary group of the user running clamd)
|
||||||
@@ -89,14 +85,14 @@ Example
|
@@ -94,14 +90,14 @@ Example
|
||||||
|
|
||||||
# TCP port address.
|
# TCP port address.
|
||||||
# Default: no
|
# Default: no
|
||||||
@ -134,7 +134,7 @@ Index: etc/clamd.conf
|
|||||||
|
|
||||||
# Maximum length the queue of pending connections may grow to.
|
# Maximum length the queue of pending connections may grow to.
|
||||||
# Default: 15
|
# Default: 15
|
||||||
@@ -183,7 +179,7 @@ Example
|
@@ -188,7 +184,7 @@ Example
|
||||||
|
|
||||||
# Run as another user (clamd must be started by root for this option to work)
|
# Run as another user (clamd must be started by root for this option to work)
|
||||||
# Default: don't drop privileges
|
# Default: don't drop privileges
|
||||||
@ -143,7 +143,7 @@ Index: etc/clamd.conf
|
|||||||
|
|
||||||
# Initialize supplementary group access (clamd must be started by root).
|
# Initialize supplementary group access (clamd must be started by root).
|
||||||
# Default: no
|
# Default: no
|
||||||
@@ -420,6 +416,10 @@ Example
|
@@ -423,6 +419,10 @@ Example
|
||||||
# Enable Clamuko. Dazuko must be configured and running. Clamuko supports
|
# Enable Clamuko. Dazuko must be configured and running. Clamuko supports
|
||||||
# both Dazuko (/dev/dazuko) and DazukoFS (/dev/dazukofs.ctrl). DazukoFS
|
# both Dazuko (/dev/dazuko) and DazukoFS (/dev/dazukofs.ctrl). DazukoFS
|
||||||
# is the preferred option. For more information please visit www.dazuko.org
|
# is the preferred option. For more information please visit www.dazuko.org
|
||||||
@ -207,9 +207,9 @@ Index: etc/freshclam.conf
|
|||||||
|
|
||||||
# Run command after successful database update.
|
# Run command after successful database update.
|
||||||
# Default: disabled
|
# Default: disabled
|
||||||
@@ -148,7 +144,7 @@ DatabaseMirror database.clamav.net
|
@@ -155,7 +151,7 @@ DatabaseMirror database.clamav.net
|
||||||
# detected in the field and in what geographic area they are.
|
# This feature requires LogTime and LogFile to be enabled in clamd.conf,
|
||||||
# This feature requires LogTime and LogFile to be enabled in clamd.conf.
|
# it's also recommended to turn on ExtendedDetectionInfo.
|
||||||
# Default: no
|
# Default: no
|
||||||
-#SubmitDetectionStats /path/to/clamd.conf
|
-#SubmitDetectionStats /path/to/clamd.conf
|
||||||
+#SubmitDetectionStats /etc/clamd.conf
|
+#SubmitDetectionStats /etc/clamd.conf
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 15 16:27:51 CEST 2010 - max@suse.de
|
||||||
|
|
||||||
|
- BuildRequire python-devel instead of python, so that we get the
|
||||||
|
unittest module needed for "make check".
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 16 18:42:40 CEST 2010 - max@suse.de
|
||||||
|
|
||||||
|
- New version: 0.96.2
|
||||||
|
- This version brings a new PDF parser, performance and memory
|
||||||
|
improvements, and a number of bugfixes and minor enhancements.
|
||||||
|
This upgrade is recommended for all users.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 19 17:58:18 CEST 2010 - max@suse.de
|
Wed May 19 17:58:18 CEST 2010 - max@suse.de
|
||||||
|
|
||||||
|
12
clamav.spec
12
clamav.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package clamav (Version 0.96.1)
|
# spec file for package clamav (Version 0.96.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,24 +18,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: clamav
|
Name: clamav
|
||||||
BuildRequires: ncurses-devel sed sendmail sendmail-devel
|
BuildRequires: libbz2-devel ncurses-devel sed sendmail sendmail-devel
|
||||||
%define llvm --disable-llvm
|
%define llvm --disable-llvm
|
||||||
%if 0%{?suse_version} >= 1010
|
%if 0%{?suse_version} >= 1010
|
||||||
BuildRequires: bc pkgconfig zlib-devel
|
BuildRequires: bc pkgconfig zlib-devel
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
%define llvm --enable-llvm
|
%define llvm --enable-llvm
|
||||||
# Needed for compiling and testing LLVM.
|
# Needed for compiling LLVM.
|
||||||
BuildRequires: gcc-c++ python
|
BuildRequires: gcc-c++
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1030
|
%if 0%{?suse_version} >= 1030
|
||||||
BuildRequires: check-devel pwdutils
|
BuildRequires: check-devel pwdutils python-devel
|
||||||
%define clamav_check --enable-check
|
%define clamav_check --enable-check
|
||||||
%else
|
%else
|
||||||
%define clamav_check --disable-check
|
%define clamav_check --disable-check
|
||||||
%endif
|
%endif
|
||||||
Summary: Antivirus Toolkit
|
Summary: Antivirus Toolkit
|
||||||
Version: 0.96.1
|
Version: 0.96.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
|
Loading…
x
Reference in New Issue
Block a user