summaryrefslogtreecommitdiff
path: root/community/exim
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-11 22:34:26 +0000
committerroot <root@rshg047.dnsready.net>2011-05-11 22:34:26 +0000
commit8867b1d4d0601b21618d44d015460739590ca01d (patch)
treee67076b8591d23942739891c69b2f5459ff9e909 /community/exim
parent01b47af6474ac094ec199c7d75208874f8842d87 (diff)
Wed May 11 22:34:25 UTC 2011
Diffstat (limited to 'community/exim')
-rw-r--r--community/exim/PKGBUILD17
-rw-r--r--community/exim/exim.changelog6
2 files changed, 11 insertions, 12 deletions
diff --git a/community/exim/PKGBUILD b/community/exim/PKGBUILD
index 27aabe852..2dbf30500 100644
--- a/community/exim/PKGBUILD
+++ b/community/exim/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 46480 2011-05-07 19:12:24Z angvp $
+# $Id: PKGBUILD 46614 2011-05-10 07:06:59Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=exim
-pkgver=4.75
-pkgrel=2
+pkgver=4.76
+pkgrel=1
pkgdesc="A Message Transfer Agent"
arch=(i686 x86_64)
url="http://www.exim.org/"
@@ -13,34 +13,28 @@ backup=(etc/mail/aliases etc/mail/exim.conf \
install=exim.install
changelog=exim.changelog
depends=('db' 'pcre' 'pam' 'tcp_wrappers' 'openssl' 'libldap')
-makedepends=('sudo')
provides=('smtp-server')
conflicts=('smtp-server')
options=('!makeflags')
source=(ftp://mirrors.24-7-solutions.net/pub/exim/ftp/exim/exim4/exim-${pkgver}.tar.bz2
aliases
- newaliases
exim
exim.logrotate
exim.conf.d
exim.Makefile
- 475format.patch
)
-md5sums=('427fb74bbd2afbea759e6da38f25af17'
+md5sums=('58e784b33c7a2ab335ec6400346d6362'
'4874006f0585253ddab027d441009757'
- 'ea39f58bffc16f5e3bbe59dffcf09449'
'9aed772e87223213e8da9ca5e7376869'
'd788c26f86a9d72a0aebb3b849fe74f2'
'b75fe4c6e960a59a25b5f51e8f61ba3a'
- '61e76543476f52f136c1d6c80ac1c5a1'
- '4d5e58f07896db227ea24bea57972bd1')
+ '61e76543476f52f136c1d6c80ac1c5a1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
sed -i 's|tail -1|tail -n -1|g' scripts/Configure-config.h
# Make some configuration changes
cp ${srcdir}/${pkgname}.Makefile Local/Makefile
- patch -p2 < ${srcdir}/475format.patch
make
}
@@ -67,7 +61,6 @@ package() {
>${pkgdir}/etc/mail/exim.conf
cp ${srcdir}/aliases ${pkgdir}/etc/mail
- cp ${srcdir}/newaliases ${pkgdir}/usr/sbin
cd ${pkgdir}/usr/sbin
for i in mailq rmail rsmtp runq sendmail
do
diff --git a/community/exim/exim.changelog b/community/exim/exim.changelog
index afb4f843c..562a87b75 100644
--- a/community/exim/exim.changelog
+++ b/community/exim/exim.changelog
@@ -1,3 +1,9 @@
+2010-05-09 Angel Velasquez <angvp@archlinux.org>
+ * Updated to 4.76
+ * Removed previous patch since is no longer needed
+ * Removed newaliases script FS#22744
+ * Removed sudo dependency
+
2010-05-07 Angel Velasquez <angvp@archlinux.org>
* Adding patch for security issue see: http://goo.gl/QBict