OBS User unknown 2007-07-12 00:11:37 +00:00 committed by Git OBS Bridge
parent 2177610d62
commit ce3d9ab0c7
5 changed files with 39 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1278b1ac33ecbafc2260db15a4f95f041eb5c70ba2a3db19558260361302fb07
size 12061015

3
clamav-0.91.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:892acd6b8c352857c54b5a104de79a545f3304249df869d70542886a7d4cbab0
size 12582613

View File

@ -42,7 +42,7 @@
# Path to a local socket file the daemon will listen on.
# Default: disabled (must be specified by a user)
-LocalSocket /tmp/clamd
-LocalSocket /tmp/clamd.socket
+#LocalSocket /var/lib/clamav/clamd-socket
# Remove stale socket after unclean shutdown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jul 11 17:27:51 CEST 2007 - max@suse.de
- Update to version 0.91 (#289830)
- improved handling of .mdb files (fixes long startup times)
- Adds anti-phishing support
- unpacker for NSIS (Nullsoft Scriptable Install System)
self-extracting archives
- unpacker for ASPack 2.12
- new implementation of the Aho-Corasick pattern matcher providing
better detection for wildcard enabled signatures
- support for nibble matching and floating offsets
- extraction of PE files embedded into other executables
- better handling of PE & UPX
- removed dependency on libcurl (improves stability)
- many other improvements and bugfixes
-------------------------------------------------------------------
Thu May 31 16:45:25 CEST 2007 - max@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package clamav (Version 0.90.3)
# spec file for package clamav (Version 0.91)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,15 +12,15 @@
Name: clamav
%if 0%{?suse_version} >= 1010 || 0%{!?suse_version:1}
BuildRequires: bc curl-devel gmp-devel pkgconfig tcpd-devel
BuildRequires: bc gmp-devel pkgconfig tcpd-devel
%endif
%if 0%{?suse_version} > 1020
BuildRequires: pwdutils
%endif
Summary: Antivirus Toolkit
Version: 0.90.3
Version: 0.91
Release: 1
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: Productivity/Security
URL: http://www.clamav.net
Requires: latex2html-pngicons
@ -201,6 +201,20 @@ for distfile in {main,daily}.cvd.dist; do
done
%changelog
* Wed Jul 11 2007 - max@suse.de
- Update to version 0.91 (#289830)
- improved handling of .mdb files (fixes long startup times)
- Adds anti-phishing support
- unpacker for NSIS (Nullsoft Scriptable Install System)
self-extracting archives
- unpacker for ASPack 2.12
- new implementation of the Aho-Corasick pattern matcher providing
better detection for wildcard enabled signatures
- support for nibble matching and floating offsets
- extraction of PE files embedded into other executables
- better handling of PE & UPX
- removed dependency on libcurl (improves stability)
- many other improvements and bugfixes
* Thu May 31 2007 - max@suse.de
- Security update: 0.90.3 (#279536)
- libclamav/unsp.c: fix end of buffer calculation (bb#464)