summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Shatunov2016-12-20 04:30:46 +0700
committerSergey Shatunov2016-12-20 04:30:46 +0700
commit2c57176a147f51a981d4e0663671a682c6be78c5 (patch)
treef7d6af833ff75e18613344e4bc17fc9057ba293b
parent7f0158cffcd7175da6415ba518a9eba1dcbdbd7d (diff)
downloadaur-2c57176a147f51a981d4e0663671a682c6be78c5.tar.gz
Add SRS compatibility
-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 d9fb07ac8faa..706b0c6109fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exim-pgsql
pkgdesc = Message Transfer Agent
pkgver = 4.87
- pkgrel = 4
+ pkgrel = 5
url = http://www.exim.org/
install = exim.install
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = exim-pgsql
depends = postgresql-libs
depends = libidn
depends = opendmarc
+ depends = libsrs_alt
provides = smtp-server
provides = smtp-forwarder
conflicts = smtp-server
@@ -35,7 +36,7 @@ pkgbase = exim-pgsql
md5sums = 2effc2bd47ad2dc010f655c11a1b1173
md5sums = 4874006f0585253ddab027d441009757
md5sums = e18a535218718c5eb394ed5c9296fe06
- md5sums = 3e98ebe9cc6c6fa04f6c7fd0d18c19ea
+ md5sums = 86772117ebb0c0a7580fb5aec96a0da6
md5sums = 88cf76405367a6ed371d05db1d3c9565
md5sums = be8fdcf7b2d6b6368a21705e69743265
md5sums = 6f5a5c2b0835b33f59d2513cce18c65b
diff --git a/PKGBUILD b/PKGBUILD
index c4418ef78455..f003c965d35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_pkgname=exim
pkgname=${_pkgname}-pgsql
pkgver=4.87
-pkgrel=4
+pkgrel=5
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=('pcre' 'pam' 'openssl' 'libldap' 'libspf2' 'postgresql-libs' 'libidn' 'opendmarc')
+depends=('pcre' 'pam' 'openssl' 'libldap' 'libspf2' 'postgresql-libs' 'libidn' 'opendmarc' 'libsrs_alt')
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'
- '3e98ebe9cc6c6fa04f6c7fd0d18c19ea'
+ '86772117ebb0c0a7580fb5aec96a0da6'
'88cf76405367a6ed371d05db1d3c9565'
'be8fdcf7b2d6b6368a21705e69743265'
'6f5a5c2b0835b33f59d2513cce18c65b'
diff --git a/exim.Makefile b/exim.Makefile
index 5e3be0869048..d8e84b826953 100644
--- a/exim.Makefile
+++ b/exim.Makefile
@@ -465,9 +465,9 @@ LDFLAGS += -lspf2
# Depending on where it is installed you may have to edit the CFLAGS and
# LDFLAGS lines.
-# EXPERIMENTAL_SRS=yes
+EXPERIMENTAL_SRS=yes
# CFLAGS += -I/usr/local/include
-# LDFLAGS += -lsrs_alt
+LDFLAGS += -lsrs_alt
# Uncomment the following line to add DMARC checking capability, implemented
# using libopendmarc libraries. You must have SPF support enabled also.