]> git.pld-linux.org Git - packages/dansguardian.git/commitdiff
- 2.10.1.1
authorareq <areq@pld-linux.org>
Mon, 21 Sep 2009 13:08:21 +0000 (13:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- enable-clamav=no  - Dansguardian should be using clamd socket
  to communicate with clamd and not libclamav.

Changed files:
    dansguardian.spec -> 1.17

dansguardian.spec

index 7f455b86805b5ccebef64bf503ae1cdad4b9ab23..3082bbe3ee8e99e085ba540d176b54d0d3d4cbb2 100644 (file)
@@ -2,16 +2,17 @@
 Summary:       Content filtering web proxy
 Summary(pl.UTF-8):     Proxy WWW filtrujące treść
 Name:          dansguardian
 Summary:       Content filtering web proxy
 Summary(pl.UTF-8):     Proxy WWW filtrujące treść
 Name:          dansguardian
-Version:       2.10.0.3
+Version:       2.10.1.1
 Release:       0.1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dansguardian.org/downloads/2/Stable/%{name}-%{version}.tar.gz
 Release:       0.1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dansguardian.org/downloads/2/Stable/%{name}-%{version}.tar.gz
-# Source0-md5: 68c8e9a97a3b58d2467a19cb15db5599
+# Source0-md5: 0987a1c9bfbdf398118386f10279611a
 Source1:       %{name}.init
 Source2:       %{name}.httpd
 Source3:       %{name}.lighttpd
 Source4:       %{name}.logrotate
 Source1:       %{name}.init
 Source2:       %{name}.httpd
 Source3:       %{name}.lighttpd
 Source4:       %{name}.logrotate
+Patch0:                gcc.patch
 URL:           http://www.dansguardian.org/
 BuildRequires: autoconf
 BuildRequires: automake
 URL:           http://www.dansguardian.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -50,7 +51,7 @@ POST.
 
 %prep
 %setup -q
 
 %prep
 %setup -q
-
+%patch0 -p1
 %build
 %{__aclocal}
 %{__autoconf}
 %build
 %{__aclocal}
 %{__autoconf}
@@ -60,7 +61,7 @@ POST.
 %configure \
        --enable-pcre \
        --enable-lfs \
 %configure \
        --enable-pcre \
        --enable-lfs \
-       --enable-clamav \
+       --enable-clamav=no \
        --enable-clamd \
        --enable-icap \
        --enable-kavd \
        --enable-clamd \
        --enable-icap \
        --enable-kavd \
This page took 0.201036 seconds and 4 git commands to generate.