!106 [sync] PR-101: update to 0.103.12
From: @openeuler-sync-bot Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
ac59ea6ddc
BIN
bytecode-333.cvd
BIN
bytecode-333.cvd
Binary file not shown.
BIN
bytecode-335.cvd
Normal file
BIN
bytecode-335.cvd
Normal file
Binary file not shown.
Binary file not shown.
39
clamav.spec
39
clamav.spec
@ -1,6 +1,6 @@
|
|||||||
Name: clamav
|
Name: clamav
|
||||||
Summary: End-user tools for the Clam Antivirus scanner
|
Summary: End-user tools for the Clam Antivirus scanner
|
||||||
Version: 0.103.9
|
Version: 0.103.12
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
||||||
License: GPLv2 and Public Domain and bzip2-1.0.6 and Zlib and Apache-2.0
|
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
|
Source1: clamd.sysconfig
|
||||||
Source2: clamd.logrotate
|
Source2: clamd.logrotate
|
||||||
Source3: main-62.cvd
|
Source3: main-62.cvd
|
||||||
Source4: daily-26818.cvd
|
Source4: daily-27388.cvd
|
||||||
Source5: bytecode-333.cvd
|
Source5: bytecode-335.cvd
|
||||||
Source7: freshclam-sleep
|
Source7: freshclam-sleep
|
||||||
Source8: freshclam.sysconfig
|
Source8: freshclam.sysconfig
|
||||||
Source9: clamav-update.crond
|
Source9: clamav-update.crond
|
||||||
@ -61,12 +61,7 @@ The clamav-devel package contains headerfiles and libraries
|
|||||||
which are needed to build applications using clamav.
|
which are needed to build applications using clamav.
|
||||||
|
|
||||||
|
|
||||||
%package help
|
%package_help
|
||||||
Summary: man info for clamav
|
|
||||||
|
|
||||||
%description help
|
|
||||||
The clamav-help package contains man information for clamav.
|
|
||||||
|
|
||||||
|
|
||||||
%package filesystem
|
%package filesystem
|
||||||
Summary: Filesystem structure for clamav
|
Summary: Filesystem structure for clamav
|
||||||
@ -266,7 +261,7 @@ touch $RPM_BUILD_ROOT{%_rundir/clamav-milter/clamav-milter.{socket,pid},%_var/lo
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%make_build check
|
||||||
|
|
||||||
|
|
||||||
%pre filesystem
|
%pre filesystem
|
||||||
@ -334,17 +329,11 @@ test -e %_var/log/clamav-milter.log || {
|
|||||||
%postun milter
|
%postun milter
|
||||||
%systemd_postun_with_restart clamav-milter.service
|
%systemd_postun_with_restart clamav-milter.service
|
||||||
|
|
||||||
%post
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%exclude %_unitdir/clamav-{daemon,freshclam}.*
|
%exclude %_unitdir/clamav-{daemon,freshclam}.*
|
||||||
%exclude %_rundir/*/*.pid
|
%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}
|
%_bindir/{clambc,clamconf,clamdscan,clamdtop,clamscan,clamsubmit,sigtool}
|
||||||
%_libdir/libclamav.so.9*
|
%_libdir/libclamav.so.9*
|
||||||
%_libdir/libclammspack.so.0*
|
%_libdir/libclammspack.so.0*
|
||||||
@ -360,11 +349,7 @@ test -e %_var/log/clamav-milter.log || {
|
|||||||
%_bindir/clamav-config
|
%_bindir/clamav-config
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%_mandir/man[15]/*
|
%_mandir/man?/*
|
||||||
%_mandir/man8/clamd.8*
|
|
||||||
%_mandir/man8/clamav-milter*
|
|
||||||
%_mandir/man8/clamonacc.8*
|
|
||||||
%_mandir/*/freshclam*
|
|
||||||
|
|
||||||
%files filesystem
|
%files filesystem
|
||||||
%attr(-,clamav,clamav) %dir %_var/lib/clamav
|
%attr(-,clamav,clamav) %dir %_var/lib/clamav
|
||||||
@ -413,6 +398,12 @@ test -e %_var/log/clamav-milter.log || {
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 22 2023 wangkai <wang_kai001@hoperun.com> - 0.103.9-1
|
||||||
- Update to 0.103.9 to fix CVE-2023-20197
|
- 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
|
* Fri Oct 09 2020 lingsheng <lingsheng@huawei.com> - 0.101.4-7
|
||||||
- Fix int64 overflow check
|
- 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
|
- Drop clamd@scann.service file, change /var/run to /run
|
||||||
|
|
||||||
* Thu Mar 12 2020 wutao <wutao61@huawei.com> - 0.101.4-5
|
* Thu Mar 12 2020 wutao <wutao61@huawei.com> - 0.101.4-5
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user