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

Lukas Fleischer lfleischer at archlinux.org
Sat Oct 8 20:37:22 UTC 2016


    Date: Saturday, October 8, 2016 @ 20:37:22
  Author: lfleischer
Revision: 191664

upgpkg: opensmtpd 6.0.1p1-1

Upstream update.

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-08 20:36:13 UTC (rev 191663)
+++ PKGBUILD	2016-10-08 20:37:22 UTC (rev 191664)
@@ -3,7 +3,7 @@
 # Contributor: parchd <parchd at archlinux.info>
 
 pkgname=opensmtpd
-pkgver=6.0.0p1
+pkgver=6.0.1p1
 pkgrel=1
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz"
         'smtpd.service'
         'smtpd.socket')
-sha256sums=('a97e79589fe4147bfc124fcf39207eee8e0ad35d0b3411ca31830bd35710f81d'
+sha256sums=('4cd61cd2d668715570896338c81d71eb64e6f90b3f88c5639b378db7b1af864a'
             '3760f7268e776b696548e57f5f9e4d18ed19e8854dc0631c176a69d558a8b362'
             '32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
 
@@ -40,7 +40,8 @@
     --with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
     --with-user-smtpd=smtpd \
     --with-user-queue=smtpq \
-    --with-group-queue=smtpq
+    --with-group-queue=smtpq \
+    --with-auth-pam
   make
 }
 



More information about the arch-commits mailing list