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

Thore Bödecker foxxx0 at archlinux.org
Wed Feb 12 12:49:31 UTC 2020


    Date: Wednesday, February 12, 2020 @ 12:49:24
  Author: foxxx0
Revision: 569302

upgpkg: dovecot 2.3.9.3-1

fixes CVE-2020-7046 and CVE-2020-7957

remove internal msg2 subroutine calls

Modified:
  dovecot/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-12 12:48:29 UTC (rev 569301)
+++ PKGBUILD	2020-02-12 12:49:24 UTC (rev 569302)
@@ -10,7 +10,7 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.3.9.2
+pkgver=2.3.9.3
 pkgrel=1
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
@@ -30,6 +30,8 @@
 
 backup=('etc/pam.d/dovecot')
 
+options=('!emptydirs')
+
 source=("https://dovecot.org/releases/2.3/${pkgname}-${pkgver}.tar.gz"{,.sig}
         'dovecot.sysusersd'
         'dovecot.tmpfilesd'
@@ -36,7 +38,7 @@
         'dovecot.ld.so.conf'
         'dovecot.pam')
 
-sha256sums=('4784fb98dd41b83888e4aa9908efcbcad2e04a254e97440863903c0c498486f9'
+sha256sums=('f89fb69423fc5bdc05955c8fc0607eab9e33511f9a643b721763db6156c49651'
             'SKIP'
             'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
             '0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
@@ -54,7 +56,6 @@
   local filename
   for filename in "${source[@]}"; do
     if [[ "$filename" =~ \.patch$ ]]; then
-      msg2 "Applying patch ${filename##*/}"
       patch -p1 -N -l -i "$srcdir/${filename##*/}"
     fi
   done



More information about the arch-commits mailing list