Artix Linux Forum

Artix Linux => Package management => Topic started by: MilkCow on 27 November 2020, 10:10:13

Title: [SOLVED] opensmtpd is not synchtonized with archlinux.
Post by: MilkCow on 27 November 2020, 10:10:13
https://bugs.archlinux.org/task/66718 is still an issue on artix linux because galaxy/opensmtpd is not synchronized with community/opensmtpd.
Title: Re: opensmtpd is not synchtonized with archlinux.
Post by: alium on 27 November 2020, 12:51:47
related info for dev:

https://gitea.artixlinux.org/artixlinux/packages-net/src/branch/master/opensmtpd/trunk/opensmtpd.install

@ndowens in your opensmtpd.install missing this line, which was added in opensmtpd-6.7.1p1-4:
Code: [Select]
chmod 2555 /usr/bin/smtpctl

-> see archlinux: https://github.com/archlinux/svntogit-community/commit/7638d4227f75f97af515d1a4f8a622aac5dd021c#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a

Thanks for report, MilkCow
Title: Re: opensmtpd is not synchtonized with archlinux.
Post by: alium on 27 November 2020, 15:11:59
fixed by @ndowens