Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] re-enable pam authentication in opensmtpd
@ 2020-01-31 14:45 voidlinux-github
  2020-01-31 14:47 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-31 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is a new pull request by mithodin against master on the void-packages repository

https://github.com/mithodin/void-packages master
https://github.com/void-linux/void-packages/pull/18688

re-enable pam authentication in opensmtpd
opensmtpd no longer enables pam auth by default (despite the ./configure script claiming so). This is quite the useful feature, so I'd love to see it enabled.

A patch file from https://github.com/void-linux/void-packages/pull/18688.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-18688.patch --]
[-- Type: text/x-diff, Size: 1318 bytes --]

From 02107801f744b5d0b57a8b0c7ad0abfb9da4cca8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lucas=20L=2E=20Treffenst=C3=A4dt?= <lucas@treffenstaedt.de>
Date: Fri, 31 Jan 2020 15:42:31 +0100
Subject: [PATCH] opensmtpd: enable pam authentication

---
 srcpkgs/opensmtpd/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/opensmtpd/template b/srcpkgs/opensmtpd/template
index 9f2ed6982dd..bfb91c17fb3 100644
--- a/srcpkgs/opensmtpd/template
+++ b/srcpkgs/opensmtpd/template
@@ -8,6 +8,7 @@ configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
  --with-mantype=doc --with-pie --with-table-db
  --with-path-CAfile=/etc/ssl/certs/ca-certificates.crt
  --with-maildir=/var/mail
+ --with-auth-pam=smtpd
  ac_cv_func_arc4random=yes
  ac_cv_func_arc4random_buf=yes
  ac_cv_func_arc4random_stir=no
@@ -18,7 +19,7 @@ configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
  ac_cv_func_strlcat=no
  ac_cv_func_strlcpy=no"
 hostmakedepends="automake libtool pkg-config bison"
-makedepends="zlib-devel libressl-devel libevent-devel db-devel libasr-devel"
+makedepends="zlib-devel libressl-devel libevent-devel db-devel libasr-devel pam-devel"
 depends="ca-certificates"
 conf_files="/etc/smtpd/smtpd.conf /etc/smtpd/aliases"
 short_desc="Free implementation of the server-side SMTP protocol"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: re-enable pam authentication in opensmtpd
  2020-01-31 14:45 [PR PATCH] re-enable pam authentication in opensmtpd voidlinux-github
@ 2020-01-31 14:47 ` voidlinux-github
  2020-01-31 17:39 ` voidlinux-github
  2020-01-31 18:18 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-31 14:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by mithodin on void-packages repository

https://github.com/void-linux/void-packages/pull/18688#issuecomment-580762956

Comment:
See also: https://bugs.archlinux.org/task/50806

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: re-enable pam authentication in opensmtpd
  2020-01-31 14:45 [PR PATCH] re-enable pam authentication in opensmtpd voidlinux-github
  2020-01-31 14:47 ` voidlinux-github
@ 2020-01-31 17:39 ` voidlinux-github
  2020-01-31 18:18 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-31 17:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/18688#issuecomment-580833813

Comment:
This is a breaking change for me if not merged.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: re-enable pam authentication in opensmtpd
  2020-01-31 14:45 [PR PATCH] re-enable pam authentication in opensmtpd voidlinux-github
  2020-01-31 14:47 ` voidlinux-github
  2020-01-31 17:39 ` voidlinux-github
@ 2020-01-31 18:18 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-31 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

There's a merged pull request on the void-packages repository

re-enable pam authentication in opensmtpd
https://github.com/void-linux/void-packages/pull/18688

Description:
opensmtpd no longer enables pam auth by default (despite the ./configure script claiming so). This is quite the useful feature, so I'd love to see it enabled.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-31 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 14:45 [PR PATCH] re-enable pam authentication in opensmtpd voidlinux-github
2020-01-31 14:47 ` voidlinux-github
2020-01-31 17:39 ` voidlinux-github
2020-01-31 18:18 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).