summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Romig2017-12-07 14:06:53 +0000
committerNeil Romig2017-12-07 14:06:53 +0000
commitb813ff15d2fd8d492b35f9858eeb0974753c7802 (patch)
tree3d27537112938f2cee3955f64f3cc1a63c63f641
parent0f893009b420dc37fe808844a6382f20c435e2d8 (diff)
downloadaur-b813ff15d2fd8d492b35f9858eeb0974753c7802.tar.gz
Move to version 0.78.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--courier-mta.install14
3 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 110183a31a66..d9560d7b167c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = courier-mta
pkgdesc = IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig
- pkgver = 0.78.1
+ pkgver = 0.78.2
pkgrel = 1
url = http://courier-mta.org
install = courier-mta.install
@@ -34,7 +34,7 @@ pkgbase = courier-mta
conflicts = ucspi-tcp
options = !libtool
options = !staticlibs
- source = http://downloads.sourceforge.net/project/courier/courier/0.78.1/courier-0.78.1.tar.bz2
+ source = http://downloads.sourceforge.net/project/courier/courier/0.78.2/courier-0.78.2.tar.bz2
source = courier-imapd.service
source = courier-imapd-ssl.service
source = courier-pop3d.service
@@ -48,7 +48,7 @@ pkgbase = courier-mta
source = webmaild.service
source = courier-courierfilter.service
source = courier-mta.conf
- sha1sums = 27cbcce10d4f113af0c02d0f89497cceb86263ad
+ sha1sums = 65d7e3c7217874e0343ce0f78fd39361a8d7e0b9
sha1sums = 160f270d8214ac39adc0d1618bc981c59f080adf
sha1sums = 71d07d57d3c211abf267be140ffb074ac2492448
sha1sums = 6b06348e019e8883bcac314169e920f156ed1fa4
diff --git a/PKGBUILD b/PKGBUILD
index f98a56d96287..58561ec272e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Go read http://www.courier-mta.org/install.html b4 running or building courier
pkgname=courier-mta
-pkgver=0.78.1
+pkgver=0.78.2
pkgrel=1
pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
arch=(i686 x86_64)
@@ -34,7 +34,7 @@ source=(http://downloads.sourceforge.net/project/courier/courier/${pkgver}/couri
webmaild.service
courier-courierfilter.service
courier-mta.conf)
-sha1sums=('27cbcce10d4f113af0c02d0f89497cceb86263ad'
+sha1sums=('65d7e3c7217874e0343ce0f78fd39361a8d7e0b9'
'160f270d8214ac39adc0d1618bc981c59f080adf'
'71d07d57d3c211abf267be140ffb074ac2492448'
'6b06348e019e8883bcac314169e920f156ed1fa4'
diff --git a/courier-mta.install b/courier-mta.install
index 37f3e7ec9642..ea7134d3d791 100644
--- a/courier-mta.install
+++ b/courier-mta.install
@@ -4,9 +4,9 @@ post_install() {
# perform all the tasks required of a standard Courier install
echo Performing install-configure...
- /usr/lib/courier/sysconftool /etc/courier/*.dist > /etc/courier/upgrade-$1.log
- echo ...output saved to /etc/courier/upgrade-$1.log
- echo "Do not forget to choose an account to receive postmaster mail."
+ /usr/lib/courier/sysconftool /etc/courier/*.dist > /etc/courier/install-$1.log
+ echo "...output saved to /etc/courier/install-$1.log"
+ echo "Don't forget to configure an account to receive postmaster mail"
makealiases
makesmtpaccess
/usr/bin/mkdhparams
@@ -20,18 +20,16 @@ pre_upgrade() {
post_upgrade() {
echo Performing install-configure...
/usr/lib/courier/sysconftool /etc/courier/*.dist > /etc/courier/upgrade-$1.log
- echo ...output saved to /etc/courier/upgrade-$1.log
+ echo "...output saved to /etc/courier/upgrade-$1.log"
}
pre_remove() {
# there may be many files not part of the original installation that would be useful to save
# so save the whole configuration directory rather than try to list all possibilities
- # in backup(). Also avoids creation of .pacsave files in alias and smtpaccess directories that
+ # in backup(). Also avoids creation of .pacsave files in the alias and smtpaccess directories that
# process all contained files
mv -f /etc/courier /etc/courier-$1
- cat << EOM
- --> /etc/courier has been saved as /etc/courier-$1 - you may remove this folder if you wish.
-EOM
+ echo "/etc/courier has been saved as /etc/courier-$1 - you may remove this folder if you wish."
# clean up temporary storage
rm -rf /run/courier /var/spool/courier