Date: Friday, May 22, 2020 @ 21:03:59
  Author: lfleischer
Revision: 631719

upgpkg: opensmtpd 6.7.1p1-2: fix setgid on smtpctl

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-22 21:03:45 UTC (rev 631718)
+++ PKGBUILD    2020-05-22 21:03:59 UTC (rev 631719)
@@ -5,7 +5,7 @@
 
 pkgname=opensmtpd
 pkgver=6.7.1p1
-pkgrel=1
+pkgrel=2
 pkgdesc="Free implementation of the server-side SMTP protocol"
 arch=(x86_64)
 url="https://www.opensmtpd.org/";
@@ -54,7 +54,7 @@
 package() {
   cd ${pkgname}-${pkgver}
 
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install SMTPD_QUEUE_USER=92
 
   ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/sendmail
   ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/mailq

Reply via email to