[arch-commits] Commit in postfix/trunk (PKGBUILD install)
Gaetan Bisson
bisson at archlinux.org
Sat Sep 3 21:01:16 UTC 2011
Date: Saturday, September 3, 2011 @ 17:01:15
Author: bisson
Revision: 136956
upstream update
Modified:
postfix/trunk/PKGBUILD
postfix/trunk/install
----------+
PKGBUILD | 6 +++---
install | 5 ++---
2 files changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-03 20:21:17 UTC (rev 136955)
+++ PKGBUILD 2011-09-03 21:01:15 UTC (rev 136956)
@@ -4,9 +4,9 @@
# Maintainer: Paul Mattal <paul at archlinux.org>
pkgname=postfix
-pkgver=2.8.4
+pkgver=2.8.5
pkgrel=1
-pkgdesc='Secure, fast, easy to administer drop in replacement for Sendmail (MTA)'
+pkgdesc='Secure, fast, easy to administer alternative to Sendmail'
url='http://www.postfix.org/'
arch=('i686' 'x86_64')
license=('custom')
@@ -15,7 +15,7 @@
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz" \
'aliases.patch' \
'rc.d')
-sha1sums=('48d077ad2614098f39411cb965a74d8ce2f3e5be'
+sha1sums=('49ef711c80b5a3434258ab24ae00940932503e80'
'5fc3de6c7df1e5851a0a379e825148868808318b'
'40c6be2eb55e6437a402f43775cdb3d22ea87a66')
Modified: install
===================================================================
--- install 2011-09-03 20:21:17 UTC (rev 136955)
+++ install 2011-09-03 21:01:15 UTC (rev 136956)
@@ -18,11 +18,10 @@
post_upgrade() {
post_install
- if [ `vercmp $2 2.8` = -1 ]; then cat <<EOF
+ if [ `vercmp $2 2.8.3` = -1 ]; then cat <<EOF
==> You must now execute "/etc/rc.d/postfix reload" (or restart).
-==> This is needed because the queue manager to delivery agent
-==> protocol has changed.
+==> This is needed because of an inter-daemon protocol change.
EOF
fi
More information about the arch-commits
mailing list