diff options
author | tcely <tcely@users.noreply.github.com> | 2018-11-28 15:58:36 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-10 14:16:47 +0000 |
commit | 8d5e76c71e34597ed0f24bcf15f92b73bc8f9964 (patch) | |
tree | 28bd9e7688f1c25a69f2f86293976101e09cb0cf | |
parent | ae9edd14cfd2d724c72b748725dea461f58ff73e (diff) | |
download | aports-8d5e76c71e34597ed0f24bcf15f92b73bc8f9964.tar.bz2 aports-8d5e76c71e34597ed0f24bcf15f92b73bc8f9964.tar.xz |
main/postfix: security upgrade to 3.3.2
-rw-r--r-- | main/postfix/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD index db64ee6d32..40ab5a78f8 100644 --- a/main/postfix/APKBUILD +++ b/main/postfix/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Ćukasz Jendrysik <scadu@yandex.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postfix -pkgver=3.3.1 -pkgrel=5 +pkgver=3.3.2 +pkgrel=0 pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)" url="http://www.postfix.org/" arch="all" @@ -186,6 +186,6 @@ stone() { find src/smtpstone -mindepth 1 -perm 0755 -exec cp {} "$subpkgdir"/usr/bin \; } -sha512sums="2307f50f8b7dab1db46ebe4ae30bc5682a25b9c49ae5ae65aa95b4620bb5450dd5929977c0f34b9e73a92ca6af36fd8e24167732420a1a2d89167c7a3b197276 postfix-3.3.1.tar.gz +sha512sums="df67eb978751900d357597def16f744dae990f5cc4e48af8dca57f84b0140e05416712727c1760b8f557ed3564cd593620756561b0a6f31db4b54d928e15293f postfix-3.3.2.tar.gz 2752e69c4e1857bdcf29444ffb458bca818bc60b9c77c20823c5f5b87c36cb5e0f3217a625a7fe5788d5bfcef7570a1f2149e1233fcd23ccf7ee14190aff47a2 postfix.initd 25cd34f23ca909d4e33aaf3239d1e397260abc7796d9a4456dee4f005682fd3a58aab8106126e5218c95bdddae415a3ef7e2223cd3b0d7b1e2bd76158bb7eaf8 postfix-install.patch" |