Update to 0.101.1
This commit is contained in:
parent
c2d8e5e2f3
commit
eac463fbb7
@ -1,4 +1,4 @@
|
||||
VERSION=0.100.2
|
||||
VERSION=0.101.1
|
||||
NAME=clamav
|
||||
TARBALL_CLEAN=${NAME}-${VERSION}-norar.tar.xz
|
||||
TARBALL=${NAME}-${VERSION}.tar.gz
|
||||
|
20
clamav.spec
20
clamav.spec
@ -54,8 +54,8 @@
|
||||
|
||||
Summary: End-user tools for the Clam Antivirus scanner
|
||||
Name: clamav
|
||||
Version: 0.101.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.101.1
|
||||
Release: 1%{?dist}
|
||||
License: %{?with_unrar:proprietary}%{!?with_unrar:GPLv2}
|
||||
Group: Applications/File
|
||||
URL: https://www.clamav.net/
|
||||
@ -78,9 +78,12 @@ Source7: clamd.SERVICE.init
|
||||
# there (I renamed the files to add the -version suffix for verifying).
|
||||
# Check the first line of the file for version or run file *cvd
|
||||
# Attention file < 5.33-7 have bugs see https://bugzilla.redhat.com/show_bug.cgi?id=1539107
|
||||
Source10: http://database.clamav.net/main-58.cvd
|
||||
Source11: http://database.clamav.net/daily-25192.cvd
|
||||
Source12: http://database.clamav.net/bytecode-327.cvd
|
||||
#http://database.clamav.net/main.cvd
|
||||
Source10: main-58.cvd
|
||||
#http://database.clamav.net/daily.cvd
|
||||
Source11: daily-25284.cvd
|
||||
#http://database.clamav.net/bytecode.cvd
|
||||
Source12: bytecode-328.cvd
|
||||
#for devel
|
||||
Source100: clamd-gen
|
||||
#for update
|
||||
@ -107,9 +110,6 @@ Source530: clamd@.service
|
||||
|
||||
Patch0: clamav-0.100.0-stats-deprecation.patch
|
||||
Patch1: clamav-0.100.1-defaults_locations.patch
|
||||
# Fix missing cltypes.h
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1663011
|
||||
Patch2: https://github.com/Cisco-Talos/clamav-devel/commit/dee22f2acf5e322c24ff5df4b6606f93eac5690e.patch
|
||||
Patch24: clamav-0.99-private.patch
|
||||
Patch27: clamav-0.100.0-umask.patch
|
||||
# https://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/JIT/Intercept.cpp?r1=128086&r2=137567
|
||||
@ -350,7 +350,6 @@ Empty package just to allow migration of service without stop it and disable it
|
||||
|
||||
%patch0 -p0 -b .stats-deprecation
|
||||
%patch1 -p1 -b .default_confs
|
||||
%patch2 -p1 -b .cltypes
|
||||
%patch24 -p1 -b .private
|
||||
%patch27 -p1 -b .umask
|
||||
%patch30 -p1
|
||||
@ -809,6 +808,9 @@ test "$1" = 0 || %_initrddir/clamav-milter condrestart >/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 10 2019 Sérgio Basto <sergio@serjux.com> - 0.101.1-1
|
||||
- Update to 0.101.1
|
||||
|
||||
* Thu Jan 3 2019 Orion Poplawski <orion@nwra.com> - 0.101.0-3
|
||||
- Actually apply patch
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (clamav-0.101.1-norar.tar.xz) = 039c4de89231b3acf3a4a33641c02dacd036759620959de29ddfbab42883a29f199b5357f9bae15365c374ca2179f3ffac0f98a446ef46f1174d7d4540017899
|
||||
SHA512 (main-58.cvd) = 71309a7ea26f0fbfe329252c728173c895b107b7ea2e0bd613b12475db1d0270a496d707c4d80c842bf8b6f21680e86edfa7fa3b8aea075e93d67c91d696603a
|
||||
SHA512 (daily-25192.cvd) = a1bb815775a664258fad5dc7ff6026cc4ab98c7784a57eaf6c37eabf668862ae3b77e8d43bbb83bee2afc07e467013aba64989711119e79b9edad5f90c4ac0d4
|
||||
SHA512 (bytecode-327.cvd) = a6527c3596324498b60cab464c2649d51c7e783339cff1eb595acb0f53efd57e04feda5500711952f1bae31066ce8ed307196fc70c4e0351ff69b5ad8c7fbc50
|
||||
SHA512 (clamav-0.101.0-norar.tar.xz) = 569386997ac6d08b77e10418b828a63e99e35718f4cb12af0c78085511ab642667790da86314713f46299f55119d7cd52444604a01a89cf8f0257b18c43c05d2
|
||||
SHA512 (daily-25284.cvd) = b8626f975f44a7eb0acb26904cacfd4c6edaca20a8a5e524518cccf8cbec9c11d6b203cbefbd3b7bf02524e54f20ec96efab67417d0ad661248e8ec7d633c849
|
||||
SHA512 (bytecode-328.cvd) = 6ff39ae8bcc7ddf92f056310bbd19f0bdbcd56f56e005e952f7e5e50ae7378621f4a8ad21dc710343ecf1debc192ab4c02d4897f4c612f08ebc9e7035d2fa306
|
||||
|
Loading…
Reference in New Issue
Block a user