[arch-commits] Commit in postfix/trunk (PKGBUILD install)

Gaetan Bisson bisson at archlinux.org
Mon Apr 13 16:33:13 UTC 2015


    Date: Monday, April 13, 2015 @ 18:33:13
  Author: bisson
Revision: 236373

upstream update

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

----------+
 PKGBUILD |    6 +++---
 install  |    3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-13 15:20:28 UTC (rev 236372)
+++ PKGBUILD	2015-04-13 16:33:13 UTC (rev 236373)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=postfix
-pkgver=3.0.0
-pkgrel=4
+pkgver=3.0.1
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"
         'aliases.patch'
         'service')
-sha1sums=('f4eaa87673e0b073265749a1de88664a1fe58067'
+sha1sums=('2878a6c1bda51b761183f742814ca3072570d91f'
           '5fc3de6c7df1e5851a0a379e825148868808318b'
           'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 

Modified: install
===================================================================
--- install	2015-04-13 15:20:28 UTC (rev 236372)
+++ install	2015-04-13 16:33:13 UTC (rev 236373)
@@ -2,6 +2,9 @@
 	if [[ $(vercmp $2 3.0.0-3) -eq -1 ]]; then
 		echo '==> The postfix daemon binaries have moved.'
 		echo '==> Please restart postfix as soon as possible.'
+	elif [[ $(vercmp $2 3.0.1-1) -eq -1 ]]; then
+		echo '==> Several Postfix-internal protocols have changed.'
+		echo '==> Please restart postfix as soon as possible.'
 	fi
 	/usr/lib/postfix/bin/post-install command_directory=/usr/bin meta_directory=/etc/postfix upgrade-configuration
 }



More information about the arch-commits mailing list