AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Fix VUL-1: dkimproxy: possible symlink attack in /run/dkimproxy/sysconfig (bsc#1217173) Remove environment variables DKIMPROXY_USER DKIMPROXY_GROUP. These are hardcoded anyway in dkimproxy-tmpfiles. Changing these would only lead to trouble. Now User and Group in dkimproxy-in.service are set to dkim to avoid the mentioned security issue. ExecStart got a '+' to execute it by root rights.
- Fix ExecStartPre path. This changes depending on %_libexecdir macro. Problem was mentioned in (bsc#1217173)
- Use %autosetup macro. Allows to eliminate the usage of deprecated PatchN.
- Remove the dependency on perl(IO::Socket::INET6) as it has been deprecated by upstream, is no longer suitable for use and its not being maintained. A compatible replacement for this package is perl(IO::Socket::IP) which is shipped by the perl-base package. * Rebase dkimproxy-1.4.1-avoid-perl-provides.diff * Add dkimproxy-port-perl-IO-Socket-INET6-to-IP.patch * Reported upstream: https://sourceforge.net/p/dkimproxy/bugs/39
- Fix boo#1216919 * create /run/dkimproxy using tmpfiles * use the correct env var for the hostname
- Follow-up fix for boo#1216919 * make sure dkimproxy-in works even when the dynamically-created config file under /run does not exist
- fix PID filename typos in systemd unit files
- Remove sysvinit remains from this package.
- Add the "installation" section. - Changed "PreExecStart" to "ExecStartPre". - Added/changed the type to forking
- bsc#1116007 - Please convert SysV init scripts by dkimproxy into native systemd services
- Fix useradd and groupadd invocation: -o is useless without -u and newer versions of pwdutils/shadowutils fail on this now.
- avoid providing perl modules that are not in the source, rather hard require the needed module
- Updated to upstream version 1.4.1 - There is a new option for setting the i= tag on generated signatures. - The $sender macro, as it is called, is not the only new macro. See the NEWS file for details.
- remove author
- remove fillup_and_insserv from spec file
- fix init scripts - fix installation of init scripts
- Initial Version of dkimporxy