summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
-rw-r--r--exim.Makefile4
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccc7ce423c3f..b3cb8a7c8d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exim-pgsql
pkgdesc = Message Transfer Agent
pkgver = 4.87
- pkgrel = 1
+ pkgrel = 2
url = http://www.exim.org/
install = exim.install
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = exim-pgsql
depends = pam
depends = openssl
depends = libldap
+ depends = libspf2
depends = postgresql-libs
provides = smtp-server
provides = smtp-forwarder
@@ -33,7 +34,7 @@ pkgbase = exim-pgsql
md5sums = 2effc2bd47ad2dc010f655c11a1b1173
md5sums = 4874006f0585253ddab027d441009757
md5sums = e18a535218718c5eb394ed5c9296fe06
- md5sums = 1782dca242a45ccb7103e93bf907b2ae
+ md5sums = 1b1602add61e1d7fa9f00b163800619d
md5sums = 88cf76405367a6ed371d05db1d3c9565
md5sums = be8fdcf7b2d6b6368a21705e69743265
md5sums = 6f5a5c2b0835b33f59d2513cce18c65b
diff --git a/PKGBUILD b/PKGBUILD
index 9362ae2d9d10..4e36c1ec27d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_pkgname=exim
pkgname=${_pkgname}-pgsql
pkgver=4.87
-pkgrel=1
+pkgrel=2
pkgdesc='Message Transfer Agent'
arch=('x86_64' 'i686')
url='http://www.exim.org/'
license=('GPL')
backup=(etc/mail/aliases etc/mail/exim.conf etc/logrotate.d/exim)
install=exim.install
-depends=('gdbm' 'pcre' 'pam' 'openssl' 'libldap' 'postgresql-libs')
+depends=('gdbm' 'pcre' 'pam' 'openssl' 'libldap' 'libspf2' 'postgresql-libs')
provides=('smtp-server' 'smtp-forwarder')
conflicts=('smtp-server' 'smtp-forwarder')
options=('!makeflags')
@@ -32,7 +32,7 @@ source=(ftp://ftp.exim.org/pub/exim/exim4/exim-$pkgver.tar.bz2
md5sums=('2effc2bd47ad2dc010f655c11a1b1173'
'4874006f0585253ddab027d441009757'
'e18a535218718c5eb394ed5c9296fe06'
- '1782dca242a45ccb7103e93bf907b2ae'
+ '1b1602add61e1d7fa9f00b163800619d'
'88cf76405367a6ed371d05db1d3c9565'
'be8fdcf7b2d6b6368a21705e69743265'
'6f5a5c2b0835b33f59d2513cce18c65b'
diff --git a/exim.Makefile b/exim.Makefile
index 8031f388741d..9626e873af6d 100644
--- a/exim.Makefile
+++ b/exim.Makefile
@@ -405,9 +405,9 @@ WITH_OLD_DEMIME=yes
# installed on your system (www.libspf2.org). Depending on where it is installed
# you may have to edit the CFLAGS and LDFLAGS lines.
-# EXPERIMENTAL_SPF=yes
+EXPERIMENTAL_SPF=yes
# CFLAGS += -I/usr/local/include
-# LDFLAGS += -lspf2
+LDFLAGS += -lspf2
# Uncomment the following lines to add SRS (Sender rewriting scheme) support.
# You need to have libsrs_alt installed on your system (srs.mirtol.com).