(cherry picked from commit 7b077802a70bc5095789758796ab32485d8d634a)
This commit is contained in:
Funda Wang 2024-09-06 18:45:56 +08:00 committed by openeuler-sync-bot
parent 448139bb66
commit ab0fcf6ff6
5 changed files with 15 additions and 24 deletions

Binary file not shown.

BIN
bytecode-335.cvd Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: clamav
Summary: End-user tools for the Clam Antivirus scanner
Version: 0.103.9
Version: 0.103.12
Release: 1
License: GPLv2 and Public Domain and bzip2-1.0.6 and Zlib and Apache-2.0
@ -9,8 +9,8 @@ Source0: https://www.clamav.net/downloads/production/clamav-%{version}.ta
Source1: clamd.sysconfig
Source2: clamd.logrotate
Source3: main-62.cvd
Source4: daily-26818.cvd
Source5: bytecode-333.cvd
Source4: daily-27388.cvd
Source5: bytecode-335.cvd
Source7: freshclam-sleep
Source8: freshclam.sysconfig
Source9: clamav-update.crond
@ -61,12 +61,7 @@ The clamav-devel package contains headerfiles and libraries
which are needed to build applications using clamav.
%package help
Summary: man info for clamav
%description help
The clamav-help package contains man information for clamav.
%package_help
%package filesystem
Summary: Filesystem structure for clamav
@ -266,7 +261,7 @@ touch $RPM_BUILD_ROOT{%_rundir/clamav-milter/clamav-milter.{socket,pid},%_var/lo
%check
make check
%make_build check
%pre filesystem
@ -334,17 +329,11 @@ test -e %_var/log/clamav-milter.log || {
%postun milter
%systemd_postun_with_restart clamav-milter.service
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%exclude %_unitdir/clamav-{daemon,freshclam}.*
%exclude %_rundir/*/*.pid
%doc NEWS.md README.md docs/html COPYING
%license COPYING
%doc NEWS.md README.md docs/html
%_bindir/{clambc,clamconf,clamdscan,clamdtop,clamscan,clamsubmit,sigtool}
%_libdir/libclamav.so.9*
%_libdir/libclammspack.so.0*
@ -360,11 +349,7 @@ test -e %_var/log/clamav-milter.log || {
%_bindir/clamav-config
%files help
%_mandir/man[15]/*
%_mandir/man8/clamd.8*
%_mandir/man8/clamav-milter*
%_mandir/man8/clamonacc.8*
%_mandir/*/freshclam*
%_mandir/man?/*
%files filesystem
%attr(-,clamav,clamav) %dir %_var/lib/clamav
@ -413,6 +398,12 @@ test -e %_var/log/clamav-milter.log || {
%changelog
* Fri Sep 06 2024 Funda Wang <fundawang@yeah.net> - 0.103.12-1
- Upgrade to 0.103.12
* Wed Mar 20 2024 yaoxin <yao_xin001@hoperun.com> - 0.103.11-1
- Upgrade to 0.103.11
* Tue Aug 22 2023 wangkai <wang_kai001@hoperun.com> - 0.103.9-1
- Update to 0.103.9 to fix CVE-2023-20197
@ -448,7 +439,7 @@ test -e %_var/log/clamav-milter.log || {
* Fri Oct 09 2020 lingsheng <lingsheng@huawei.com> - 0.101.4-7
- Fix int64 overflow check
* Tue Sep 21 2020 chengzihan <chengzihan2@huawei.com> - 0.101.4-6
* Mon Sep 21 2020 chengzihan <chengzihan2@huawei.com> - 0.101.4-6
- Drop clamd@scann.service file, change /var/run to /run
* Thu Mar 12 2020 wutao <wutao61@huawei.com> - 0.101.4-5

Binary file not shown.