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

Thore Bödecker foxxx0 at archlinux.org
Fri Mar 29 10:14:28 UTC 2019


    Date: Friday, March 29, 2019 @ 10:14:27
  Author: foxxx0
Revision: 445980

upgpkg: dovecot 2.3.5.1-3

use common pambase files instead of explicit settings

fixes FS#61890

Modified:
  dovecot/trunk/PKGBUILD
  dovecot/trunk/dovecot.pam

-------------+
 PKGBUILD    |    4 ++--
 dovecot.pam |    7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-29 10:01:50 UTC (rev 445979)
+++ PKGBUILD	2019-03-29 10:14:27 UTC (rev 445980)
@@ -11,7 +11,7 @@
 
 pkgname=dovecot
 pkgver=2.3.5.1
-pkgrel=2
+pkgrel=3
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 url="https://dovecot.org/"
@@ -42,7 +42,7 @@
             'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
             '0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
             'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
-            '08f4a8d4e88a2540efa8e8386690ae64cc65250aeeded1373cc83a8d0373a601'
+            'ad9245f5e916480edd67139603cbe52e7a868233075f900ab63a0ce58f03741a'
             'a97bd93b07c96e03d3c7540c8cd6c2d465a12728f31d9164ea4546e257e8a203')
 
 validpgpkeys=(

Modified: dovecot.pam
===================================================================
--- dovecot.pam	2019-03-29 10:01:50 UTC (rev 445979)
+++ dovecot.pam	2019-03-29 10:14:27 UTC (rev 445980)
@@ -1,2 +1,5 @@
-auth    required        pam_unix.so nullok
-account required        pam_unix.so
+#%PAM-1.0
+auth include system-auth
+account include system-auth
+session include system-auth
+password include system-auth



More information about the arch-commits mailing list