OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Feb-2006 14:16:15
Branch: HEAD Handle: 2006020913161500
Modified files:
openpkg-src/exim exim.spec
Log:
added option to enable content scanning hooks in ACLs
Summary:
Revision Changes Path
1.95 +7 -1 openpkg-src/exim/exim.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.spec
============================================================================
$ cvs diff -u -r1.94 -r1.95 exim.spec
--- openpkg-src/exim/exim.spec 1 Jan 2006 13:13:29 -0000 1.94
+++ openpkg-src/exim/exim.spec 9 Feb 2006 13:16:15 -0000 1.95
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 4.60
-Release: 20051129
+Release: 20060209
# package options
%option with_auth_cram_md5 no
@@ -48,6 +48,7 @@
%option with_sqlite no
%option with_ssl no
%option with_wrap no
+%option with_content_scan no
# list of sources
Source0:
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/exim-%{version}.tar.bz2
@@ -153,6 +154,11 @@
echo 'EXPAND_DLFUNC=yes'
%endif
+ # content scanning support
+%if "%{with_content_scan}" == "yes"
+ echo 'WITH_CONTENT_SCAN=yes'
+%endif
+
# helper applications
echo 'PERL_COMMAND=%{l_prefix}/bin/perl'
echo 'COMPRESS_COMMAND=%{l_prefix}/bin/gzip'
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]