]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav.spec
- updated to 0.88.2 [fix possible buffer overflow]
[packages/clamav.git] / clamav.spec
index 4405a51e44067c970f34083226d5473ca355257b..a66373550989072085a77ebf5e52705bf6183052 100644 (file)
@@ -2,28 +2,30 @@
 #   Make freshclam (script and daemon)
 #
 # Conditional build:
-%bcond_with    milter  # without milter subpackage
+%bcond_with    milter  # build milter subpackage
+%bcond_with    curl    # enable curl support
 #
 Summary:       An anti-virus utility for Unix
 Summary(pl):   Antywirusowe narzêdzie dla Uniksów
 Name:          clamav
-Version:       0.75.1
-Release:       4
+Version:       0.88.2
+Release:       1
+Epoch:         0
 License:       GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
-# Source0-md5: 2c85b7957eba9fd9e9ff8c2537ae006f
+# Source0-md5: f0a1c610a1fb70bd748a08bea69c736c
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-milter.init
 Source4:       %{name}-cron-updatedb
 Source5:       %{name}.logrotate
 # Remember to update date after databases upgrade
-%define                database_version        20040925
+%define                database_version        20060501
 Source6:       http://db.local.clamav.net/daily.cvd
-# Source6-md5: 33008e54fb1d1a987f9953a0fd245d20
+# Source6-md5: 3604d739468c1ded119ea42f319cfd54
 Source7:       http://db.local.clamav.net/main.cvd
-# Source7-md5: f006a1f55722c2ff9d50e61cfb938bc7
+# Source7-md5: ca72b8654317e541a6c1fe67f21c607c
 Source8:       %{name}-post-updatedb
 Source9:       %{name}-milter.sysconfig
 Patch0:                %{name}-pld_config.patch
@@ -32,10 +34,11 @@ Patch2:             %{name}-nolibs.patch
 URL:           http://www.clamav.net/
 BuildRequires: autoconf
 BuildRequires: automake
+%{?with_curl:BuildRequires:    curl-devel}
 BuildRequires: gmp-devel
 %{?with_milter:BuildRequires:  libwrap-devel}
 BuildRequires: libtool
-BuildRequires: rpmbuild(macros) >= 1.159
+#BuildRequires:        rpmbuild(macros) >= 1.159
 %{?with_milter:BuildRequires:  sendmail-devel >= 8.11}
 BuildRequires: zlib-devel
 Requires(pre): /bin/id
@@ -44,10 +47,11 @@ Requires(pre):      /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
+Requires(postun):      sed >= 4.0
 Requires(postun,pre):  /usr/sbin/usermod
 Requires(post,preun):  /sbin/chkconfig
 Requires:      /usr/sbin/usermod
-Requires:      %{name}-libs = %{version}-%{release}
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      bc
 Provides:      group(clamav)
 Provides:      user(clamav)
@@ -57,14 +61,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Clam Antivirus is a powerful anti-virus scanner for Unix. It supports
 AMaViS, compressed files, on-access scanning and includes a program
 for auto-updating with support for digital signatures. The virus
-database has over 20000 viruses, worms and trojans signatures. The
+database has over 25000 viruses, worms and trojans signatures. The
 scanner is multithreaded, written in C, and POSIX compliant.
 
 %description -l pl
 Clam Antivirus jest potê¿nym skanerem antywirusowym dla systemów
 uniksowych. Wspiera on AMaViSa, skompresowane pliki, skanowanie
 "on-access" i posiada system bezpiecznej, automatycznej aktualizacji.
-Baza wirusów zawiera ponad 20000 sygnatur. Skaner jest wielow±tkowy,
+Baza wirusów zawiera ponad 25000 sygnatur. Skaner jest wielow±tkowy,
 napisany w C i zgodny z POSIXem.
 
 %package libs
@@ -96,7 +100,7 @@ Filtr ClamAV dla sendmaila korzystaj
 Summary:       clamav - Development header files and libraries
 Summary(pl):   clamav - Pliki nag³ówkowe i biblioteki dla programistów
 Group:         Development/Libraries
-Requires:      %{name}-libs = %{version}-%{release}
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      bzip2-devel
 Requires:      gmp-devel
 Requires:      zlib-devel
@@ -113,7 +117,7 @@ klienckich clamav.
 Summary:       clamav static libraris
 Summary(pl):   Biblioteki statyczne clamav
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
+Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
 
 %description static
 clamav static libraries.
@@ -142,7 +146,7 @@ Bazy wirus
 
 # kill old libtool.m4 copy
 head -n 489 acinclude.m4 > acinclude.m4.tmp
-tail -n +4064 acinclude.m4 >> acinclude.m4.tmp
+tail -n +4089 acinclude.m4 >> acinclude.m4.tmp
 mv -f acinclude.m4.tmp acinclude.m4
 
 %build
@@ -153,6 +157,7 @@ mv -f acinclude.m4.tmp acinclude.m4
 %{__automake}
 %configure \
        --disable-clamav \
+       %{!?with_curl:--without-libcurl} \
        %{?with_milter:--enable-milter} \
        --with-dbdir=/var/lib/%{name}
 %{__make}
@@ -220,7 +225,7 @@ fi
 %pre
 if [ -n "`/usr/bin/getgid clamav`" ]; then
        if [ "`/usr/bin/getgid clamav`" != 43 ]; then
-               echo "Warning: group clamav doesn't have gid=43. Correct this before installing clamav" 1>&2
+               echo "Error: group clamav doesn't have gid=43. Correct this before installing clamav" 1>&2
                exit 1
        fi
 else
@@ -229,7 +234,7 @@ else
 fi
 if [ -n "`/bin/id -u clamav 2>/dev/null`" ]; then
        if [ "`/bin/id -u clamav`" != 43 ]; then
-               echo "Warning: user clamav doesn't have uid=43. Correct this before installing clamav" 1>&2
+               echo "Error: user clamav doesn't have uid=43. Correct this before installing clamav" 1>&2
                exit 1
        fi
 else
@@ -237,7 +242,7 @@ else
        /usr/sbin/useradd -u 43 -d /tmp -s /bin/false \
                -c "Clam Anti Virus Checker" -g clamav clamav 1>&2
        if [ -n "`/usr/bin/getgid amavis`" ]; then
-               echo "adding clamav to amavis group
+               echo "adding clamav to amavis group"
                /usr/sbin/usermod -G amavis clamav 1>&2
        fi
 fi
@@ -263,8 +268,19 @@ fi
 
 %postun
 if [ "$1" = "0" ]; then
-       %userremove clamav
-       %groupremove clamav
+       echo "Removing user clamav"
+       /usr/sbin/userdel clamav
+       echo "Removing group clamav"
+       /usr/sbin/groupdel clamav
+fi
+
+%triggerpostun -- %{name} <= 0.75.1
+if [ -f /etc/clamav.conf.rpmsave ]; then
+       echo "Renaming config to new name /etc/clamd.conf"
+       mv -f /etc/clamd.conf /etc/clamd.conf.rpmnew
+       mv -f /etc/clamav.conf.rpmsave /etc/clamd.conf
+       echo "Changing config location in freshclam config"
+       sed -i -e 's/clamav.conf/clamd.conf/' /etc/freshclam.conf
 fi
 
 %if %{with milter}
@@ -291,7 +307,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog FAQ NEWS README TODO docs/html/
+%doc AUTHORS ChangeLog FAQ NEWS README TODO docs/*.pdf docs/html/
 %attr(755,root,root) %{_bindir}/clamdscan
 %attr(755,root,root) %{_bindir}/clamscan
 %attr(755,root,root) %{_bindir}/freshclam
@@ -303,7 +319,7 @@ fi
 %attr(750,clamav,clamav) %dir %{_var}/run/%{name}
 
 %attr(640,root,root) %{_sysconfdir}/cron.d/%{name}
-%attr(644,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/clamav.conf
+%attr(644,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/clamd.conf
 %attr(644,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/freshclam.conf
 
 %attr(754,root,root) /etc/rc.d/init.d/clamd
This page took 0.035359 seconds and 4 git commands to generate.