2024-01-05 21:23:32 +01:00
|
|
|
%define clamav_usr %{name}
|
|
|
|
%define clamav_grp %{name}
|
|
|
|
%define clamav_uid 65035
|
|
|
|
%define clamav_gid 65035
|
|
|
|
|
|
|
|
%define libname lib%{name}
|
|
|
|
|
|
|
|
Name: clamav
|
2024-01-05 21:23:36 +01:00
|
|
|
Version: 1.0.1
|
2024-01-05 21:23:32 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 21:23:32 +01:00
|
|
|
Summary: Clam AntiVirus is a GPL anti-virus toolkit for UNIX
|
|
|
|
Group: Applications/Security
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 21:23:35 +01:00
|
|
|
URL: https://www.clamav.net/
|
2024-01-05 21:23:33 +01:00
|
|
|
Source0: http://www.clamav.net/downloads/production/clamav-%{version}.tar.gz
|
2024-01-05 21:23:32 +01:00
|
|
|
#Source0: http://downloads.sourceforge.net/sourceforge/clamav/clamav-%{version}.tar.gz
|
|
|
|
Source1: %{name}-clamd.initscript
|
|
|
|
Source2: %{name}-clamd.logrotate
|
|
|
|
Source3: %{name}-freshclam.initscript
|
|
|
|
Source4: %{name}-freshclam.logrotate
|
2024-01-05 21:23:32 +01:00
|
|
|
#Source5: http://db.local.clamav.net/daily.cvd
|
2024-01-05 21:23:33 +01:00
|
|
|
#Source6: clamav-clamd.service
|
|
|
|
#Source7: clamav-freshclamd.service
|
|
|
|
Patch0: %{name}-0.100.0-config.patch
|
|
|
|
Patch1: %{name}-0.100.0-freshclam_config.patch
|
2024-01-05 21:23:32 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libbzip2-devel
|
2024-01-05 21:23:32 +01:00
|
|
|
BuildRequires: libcurl-devel
|
2024-01-05 21:23:32 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-05 21:23:34 +01:00
|
|
|
BuildRequires: libjson-c-devel
|
2024-01-05 21:23:32 +01:00
|
|
|
BuildRequires: libncurses-devel
|
2024-01-05 21:23:32 +01:00
|
|
|
BuildRequires: libopenssl-devel
|
2024-01-05 21:23:34 +01:00
|
|
|
BuildRequires: libpcre2-devel
|
2024-01-05 21:23:32 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 21:23:34 +01:00
|
|
|
BuildRequires: libsystemd-devel
|
2024-01-05 21:23:32 +01:00
|
|
|
BuildRequires: libxml2-devel
|
2024-01-05 21:23:32 +01:00
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: bash
|
|
|
|
BuildRequires: ldconfig
|
|
|
|
BuildRequires: pwdutils
|
2024-01-05 21:23:35 +01:00
|
|
|
BuildRequires: libmilter-devel
|
2024-01-05 21:23:32 +01:00
|
|
|
Requires: bzip2
|
|
|
|
Requires: gzip
|
|
|
|
Requires: tar
|
|
|
|
Requires: unzip
|
|
|
|
Requires(pre): %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires(pre): /usr/sbin/groupadd, /usr/sbin/useradd
|
2024-01-05 21:23:33 +01:00
|
|
|
%systemd_requires
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Clam AntiVirus is a GPL anti-virus toolkit for UNIX.
|
|
|
|
The main purpose of this software is the integration with mail servers (attachment scanning).
|
|
|
|
This package provides a command line scanner, and a tool for automatic updating via Internet.
|
|
|
|
|
|
|
|
%package -n clamd
|
|
|
|
Summary: The Clam AntiVirus Daemon
|
|
|
|
Group: System/Servers
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n clamd
|
|
|
|
Clam AntiVirus is a GPL anti-virus toolkit for UNIX.
|
|
|
|
The main purpose of this software is the integration with mail servers (attachment scanning).
|
|
|
|
This package provides the multi-threaded Clam AntiVirus Daemon.
|
|
|
|
|
|
|
|
%package -n %{libname}
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n %{libname}
|
|
|
|
Clam AntiVirus is a GPL anti-virus toolkit for UNIX.
|
|
|
|
The main purpose of this software is the integration with mail servers (attachment scanning).
|
|
|
|
This package contains the shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n %{libname}-devel
|
|
|
|
Summary: Development library and header files for the %{name} library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{libname}-devel
|
|
|
|
Clam AntiVirus is a GPL anti-virus toolkit for UNIX.
|
|
|
|
The main purpose of this software is the integration with mail servers (attachment scanning).
|
|
|
|
This package contains the static %{libname} library and its header files.
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 21:23:33 +01:00
|
|
|
%define _default_patch_fuzz 2
|
2024-01-05 21:23:32 +01:00
|
|
|
%patch0 -p1
|
2024-01-05 21:23:32 +01:00
|
|
|
%patch1 -p1
|
2024-01-05 21:23:32 +01:00
|
|
|
#cp %{SOURCE5} database/daily.cvd
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 21:23:35 +01:00
|
|
|
%cmake -d build \
|
|
|
|
-DAPP_CONFIG_DIRECTORY=%{_sysconfdir}
|
|
|
|
|
|
|
|
#export SENDMAIL="%{_libdir}/sendmail"
|
|
|
|
#% configure \
|
|
|
|
# --with-dbdir=%{_localstatedir}/lib/clamav/ \
|
|
|
|
# --disable-zlib-vcheck
|
2024-01-05 21:23:32 +01:00
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
2024-01-05 21:23:35 +01:00
|
|
|
%makeinstall -C build
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
# log files stuff
|
|
|
|
install -d %{buildroot}%{_var}/log/%{name}
|
|
|
|
touch %{buildroot}%{_var}/log/%{name}/clamd.log
|
|
|
|
touch %{buildroot}%{_var}/log/%{name}/freshclam.log
|
|
|
|
|
|
|
|
# install needed initscripts and logrotate files
|
2024-01-05 21:23:32 +01:00
|
|
|
#install -D -m755 %{S:1} %{buildroot}%{_initrddir}/clamd
|
2024-01-05 21:23:32 +01:00
|
|
|
install -D -m644 %{S:2} %{buildroot}%{_sysconfdir}/logrotate.d/clamd
|
2024-01-05 21:23:32 +01:00
|
|
|
#install -D -m755 %{S:3} %{buildroot}%{_initrddir}/freshclam
|
2024-01-05 21:23:32 +01:00
|
|
|
install -D -m644 %{S:4} %{buildroot}%{_sysconfdir}/logrotate.d/freshclam
|
|
|
|
|
|
|
|
install -d %{buildroot}%{_var}/lib/%{name}
|
|
|
|
|
|
|
|
mv %{buildroot}%{_sysconfdir}/clamd.conf.sample %{buildroot}%{_sysconfdir}/clamd.conf
|
|
|
|
mv %{buildroot}%{_sysconfdir}/freshclam.conf.sample %{buildroot}%{_sysconfdir}/freshclam.conf
|
2024-01-05 21:23:35 +01:00
|
|
|
mv %{buildroot}%{_sysconfdir}/clamav-milter.conf.sample %{buildroot}%{_sysconfdir}/clamav-milter.conf
|
2024-01-05 21:23:32 +01:00
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
##install -d %{buildroot}%{_unitdir}
|
|
|
|
#install -m 0644 %{SOURCE6} %{buildroot}%{_unitdir}/clamd.service
|
|
|
|
#install -m 0644 %{SOURCE7} %{buildroot}%{_unitdir}/freshclamd.service
|
2024-01-05 21:23:32 +01:00
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
#install -d %{buildroot}%{_prefix}/lib/tmpfiles.d
|
|
|
|
#cat > %{buildroot}%{_prefix}/lib/tmpfiles.d/clamav.conf << _EOF
|
|
|
|
#d /run/clamav 711 %{clamav_usr} %{clamav_grp}
|
|
|
|
#_EOF
|
2024-01-05 21:23:32 +01:00
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%pre
|
|
|
|
/usr/sbin/groupadd %{clamav_grp} -g %{clamav_gid} &>/dev/null
|
|
|
|
/usr/sbin/useradd %{clamav_usr} -c "Clam AntiVirus" -s /bin/false \
|
|
|
|
-u %{clamav_uid} -g %{clamav_grp} &>/dev/null
|
2024-01-05 21:23:32 +01:00
|
|
|
:
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
%post
|
2024-01-05 21:23:33 +01:00
|
|
|
%systemd_post clamav-freshclam
|
|
|
|
#if [ $1 -ge 1 ]; then
|
|
|
|
# # Workaround: remove /0 file created by error in initscript
|
|
|
|
# [ -e /0 ] && rm -f /0
|
|
|
|
#fi
|
2024-01-05 21:23:32 +01:00
|
|
|
:
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
%preun
|
2024-01-05 21:23:33 +01:00
|
|
|
%systemd_preun clamav-freshclam
|
2024-01-05 21:23:32 +01:00
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
# erase
|
|
|
|
/usr/sbin/userdel %{clamav_usr} 2>/dev/null
|
|
|
|
fi
|
2024-01-05 21:23:32 +01:00
|
|
|
:
|
2024-01-05 21:23:32 +01:00
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart clamav-freshclam
|
|
|
|
:
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
%post -n clamd
|
2024-01-05 21:23:33 +01:00
|
|
|
%systemd_post clamav-daemon.socket
|
2024-01-05 21:23:32 +01:00
|
|
|
:
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
%preun -n clamd
|
2024-01-05 21:23:33 +01:00
|
|
|
%systemd_preun clamav-daemon.socket
|
|
|
|
:
|
|
|
|
|
|
|
|
%postun -n clamd
|
|
|
|
%systemd_postun_with_restart clamav-daemon.socket
|
2024-01-05 21:23:32 +01:00
|
|
|
:
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
%post -n %{libname} -p /sbin/ldconfig
|
|
|
|
%postun -n %{libname} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 21:23:33 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/freshclam.conf
|
2024-01-05 21:23:35 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/clamav-milter.conf
|
2024-01-05 21:23:33 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/freshclam
|
2024-01-05 21:23:32 +01:00
|
|
|
%{_bindir}/clambc
|
|
|
|
%{_bindir}/clamconf
|
|
|
|
%{_bindir}/clamdscan
|
|
|
|
%{_bindir}/clamscan
|
|
|
|
%{_bindir}/clamsubmit
|
|
|
|
%{_bindir}/freshclam
|
|
|
|
%{_bindir}/sigtool
|
2024-01-05 21:23:35 +01:00
|
|
|
%{_sbindir}/clamav-milter
|
2024-01-05 21:23:33 +01:00
|
|
|
%{_sbindir}/clamonacc
|
2024-01-05 21:23:33 +01:00
|
|
|
%{_unitdir}/clamav-daemon.service
|
2024-01-05 21:23:33 +01:00
|
|
|
%{_unitdir}/clamav-clamonacc.service
|
2024-01-05 21:23:33 +01:00
|
|
|
%{_unitdir}/clamav-daemon.socket
|
|
|
|
%{_unitdir}/clamav-freshclam.service
|
2024-01-05 21:23:32 +01:00
|
|
|
%dir %attr(0755,%{clamav_usr},%{clamav_grp}) %{_var}/lib/%{name}
|
2024-01-05 21:23:32 +01:00
|
|
|
%dir %attr(0755,%{clamav_usr},%{clamav_grp}) %{_var}/log/%{name}
|
|
|
|
%ghost %attr(0644,%{clamav_usr},%{clamav_grp}) %{_var}/log/%{name}/freshclam.log
|
|
|
|
%{_mandir}/man1/clamconf.*
|
|
|
|
%{_mandir}/man1/clamdscan.*
|
|
|
|
%{_mandir}/man1/clamscan.*
|
|
|
|
%{_mandir}/man1/clamsubmit.1*
|
|
|
|
%{_mandir}/man1/clambc.1.gz
|
|
|
|
%{_mandir}/man1/freshclam.*
|
|
|
|
%{_mandir}/man1/sigtool.*
|
|
|
|
%{_mandir}/man5/clamav-milter.conf.*
|
|
|
|
%{_mandir}/man5/clamd.conf.*
|
|
|
|
%{_mandir}/man5/freshclam.conf.*
|
|
|
|
%{_mandir}/man8/clamav-milter.*
|
2024-01-05 21:23:33 +01:00
|
|
|
%{_mandir}/man8/clamonacc.8*
|
2024-01-05 21:23:33 +01:00
|
|
|
%doc COPYING
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
%files -n clamd
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 21:23:32 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/clamd.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/clamd
|
2024-01-05 21:23:32 +01:00
|
|
|
%{_sbindir}/clamd
|
|
|
|
%{_bindir}/clamdtop
|
2024-01-05 21:23:33 +01:00
|
|
|
#%{_unitdir}/clamd.service
|
2024-01-05 21:23:32 +01:00
|
|
|
%ghost %attr(0644,%{clamav_usr},%{clamav_grp}) %{_var}/log/%{name}/clamd.log
|
|
|
|
%{_mandir}/man1/clamdtop.*
|
|
|
|
%{_mandir}/man8/clamd.*
|
|
|
|
|
|
|
|
%files -n %{libname}
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 21:23:33 +01:00
|
|
|
%{_libdir}/libclamav.so.*
|
|
|
|
%{_libdir}/libclammspack.so.*
|
|
|
|
%{_libdir}/libclamunrar.so.*
|
|
|
|
%{_libdir}/libclamunrar_iface.so.*
|
2024-01-05 21:23:33 +01:00
|
|
|
%{_libdir}/libfreshclam.so.*
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
%files -n %{libname}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/clamav-config
|
|
|
|
%{_includedir}/*.h
|
2024-01-05 21:23:33 +01:00
|
|
|
%{_libdir}/libclamav.so
|
|
|
|
%{_libdir}/libclammspack.so
|
|
|
|
%{_libdir}/libclamunrar.so
|
|
|
|
%{_libdir}/libclamunrar_iface.so
|
2024-01-05 21:23:33 +01:00
|
|
|
%{_libdir}/libfreshclam.so
|
2024-01-05 21:23:32 +01:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2024-01-05 21:23:35 +01:00
|
|
|
%dir %{_docdir}/ClamAV
|
|
|
|
%dir %{_docdir}/ClamAV/html
|
|
|
|
%{_docdir}/ClamAV/html/*
|
2024-01-05 21:23:33 +01:00
|
|
|
#% doc BUGS ChangeLog NEWS README
|
2024-01-05 21:23:32 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:23:36 +01:00
|
|
|
* Thu Feb 16 2023 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:35 +01:00
|
|
|
* Wed Feb 01 2023 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.104.1-1mamba
|
|
|
|
- update to 0.104.1
|
|
|
|
|
2024-01-05 21:23:34 +01:00
|
|
|
* Tue Jun 22 2021 Automatic Build System <autodist@mambasoft.it> 0.103.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:34 +01:00
|
|
|
* Thu Apr 08 2021 Automatic Build System <autodist@mambasoft.it> 0.103.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:34 +01:00
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.103.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Wed Oct 07 2020 Automatic Build System <autodist@mambasoft.it> 0.103.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Thu Jul 23 2020 Automatic Build System <autodist@mambasoft.it> 0.102.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Wed May 13 2020 Automatic Build System <autodist@mambasoft.it> 0.102.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Thu Feb 13 2020 Automatic Build System <autodist@mambasoft.it> 0.102.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 0.101.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Wed Aug 07 2019 Automatic Build System <autodist@mambasoft.it> 0.101.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Thu Mar 28 2019 Automatic Build System <autodist@mambasoft.it> 0.101.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Thu Jan 10 2019 Automatic Build System <autodist@mambasoft.it> 0.101.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Wed Dec 19 2018 Automatic Build System <autodist@mambasoft.it> 0.101.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Sun Oct 07 2018 Automatic Build System <autodist@mambasoft.it> 0.100.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Tue Jul 31 2018 Automatic Build System <autodist@mambasoft.it> 0.100.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:33 +01:00
|
|
|
* Sat Jun 23 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.100.0-1mamba
|
|
|
|
- update to 0.100.0
|
|
|
|
|
|
|
|
* Wed May 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.2-1mamba
|
|
|
|
- update to 0.99.2
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
* Thu Mar 03 2016 Automatic Build System <autodist@mambasoft.it> 0.99.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99-1mamba
|
|
|
|
- update to 0.99
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
* Wed Apr 29 2015 Automatic Build System <autodist@mambasoft.it> 0.98.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
* Thu Jan 29 2015 Automatic Build System <autodist@mambasoft.it> 0.98.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
* Wed Nov 19 2014 Automatic Build System <autodist@mambasoft.it> 0.98.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
* Thu Jul 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.98.4-4mamba
|
|
|
|
- move socket file and pid from /var/run/clamav to /run/clamav
|
|
|
|
- systemd switch
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
* Thu Jul 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.98.4-3mamba
|
|
|
|
- rebuilt with correct dbdir (--with-dbdir=%{_localstatedir}/lib/clamav/)
|
|
|
|
- make /var/lib/clamav world readable to work with amavis
|
|
|
|
|
|
|
|
* Thu Jul 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.98.4-2mamba
|
|
|
|
- rebuilt with correct dbdir (--with-dbdir=/var/lib/clamav)
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
* Tue Jun 17 2014 Automatic Build System <autodist@mambasoft.it> 0.98.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:23:32 +01:00
|
|
|
* Sun May 11 2014 Automatic Build System <autodist@mambasoft.it> 0.98.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 15 2014 Automatic Build System <autodist@mambasoft.it> 0.98.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.98-2mamba
|
|
|
|
- initscript: fix to avoid creating a /0 file in root directory
|
|
|
|
|
|
|
|
* Fri Sep 27 2013 Automatic Build System <autodist@mambasoft.it> 0.98-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 24 2013 Automatic Build System <autodist@mambasoft.it> 0.97.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 13 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.97.7-2mamba
|
|
|
|
- freshclam initscript: fix pidfile argument for systemd to correctly detect it is running
|
|
|
|
|
|
|
|
* Thu Mar 14 2013 Automatic Build System <autodist@mambasoft.it> 0.97.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 12 2012 Automatic Build System <autodist@mambasoft.it> 0.97.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Aug 13 2012 Automatic Build System <autodist@mambasoft.it> 0.97.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon May 14 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.97.4-1mamba
|
|
|
|
- update to 0.97.4
|
|
|
|
|
|
|
|
* Thu Apr 28 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.97-1mamba
|
|
|
|
- update to 0.97
|
|
|
|
|
|
|
|
* Tue Dec 07 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.96.5-1mamba
|
|
|
|
- update to 0.96.5
|
|
|
|
|
|
|
|
* Wed Jun 02 2010 Automatic Build System <autodist@mambasoft.it> 0.96.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.95.2-1mamba
|
|
|
|
- update to 0.95.2
|
|
|
|
|
|
|
|
* Thu Jan 29 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.94.2-2mamba
|
|
|
|
- added patch for freshclam.conf to fix initscript startup
|
|
|
|
|
|
|
|
* Mon Dec 22 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.94.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Jul 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.93.3-2mamba
|
|
|
|
- clamav: added PreReq for libclamav to fix freshclam restart on upgrade
|
|
|
|
|
|
|
|
* Sat Jul 12 2008 gil <puntogil@libero.it> 0.93.3-1mamba
|
|
|
|
- update to 0.93.3
|
|
|
|
|
|
|
|
* Mon Feb 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.92-1mamba
|
|
|
|
- update to 0.92
|
|
|
|
|
|
|
|
* Tue May 08 2007 Aleph0 <aleph0@openmamba.org> 0.90.2-1mamba
|
|
|
|
- update to 0.90.2
|
|
|
|
- fixes the security issues: CVE-2007-0897, CVE-2007-0898, and CVE-2007-1997
|
|
|
|
- update configuration file patch
|
|
|
|
- update initscripts
|
|
|
|
|
|
|
|
* Wed Oct 18 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.88.5-2qilnx
|
|
|
|
- fixed static requirements for clamd and libclamv-devel packages
|
|
|
|
|
|
|
|
* Wed Oct 18 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.88.5-1qilnx
|
|
|
|
- update to version 0.88.5 by autospec
|
|
|
|
|
|
|
|
* Wed Aug 30 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.88.4-1qilnx
|
|
|
|
- update to version 0.88.4 by autospec
|
|
|
|
- also fixes a security flaw (bugtraq#221)
|
|
|
|
|
|
|
|
* Tue May 09 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.88.2-1qilnx
|
|
|
|
- update to version 0.88.2 by autospec
|
|
|
|
|
|
|
|
* Mon Apr 10 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.88.1-1qilnx
|
|
|
|
- update to version 0.88.1 by autospec
|
|
|
|
- this version fixes the vulnerabilities CVE-2006-16[14,15,30] and other bugs
|
|
|
|
|
|
|
|
* Mon Jan 16 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.88-1qilnx
|
|
|
|
- update to version 0.88 by autospec
|
|
|
|
- also fixes CVE-2006-0162 (qibug#110)
|
|
|
|
|
|
|
|
* Mon Nov 07 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.87.1-1qilnx
|
|
|
|
- update to version 0.87.1 by autospec
|
|
|
|
- this release fixes two security issues discovered by iDEFENSE (see bug#64)
|
|
|
|
|
|
|
|
* Tue Sep 27 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.87-2qilnx
|
|
|
|
- fixed %%preun scriptlet for clamd
|
|
|
|
- %%post scriptlet: run freshclam
|
|
|
|
- initscripts updated
|
|
|
|
|
|
|
|
* Fri Sep 23 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.87-1qilnx
|
|
|
|
- package created by autospec
|