Package Release Info

dkimproxy-1.4.1-bp156.6.3.1

Update Info: openSUSE-2025-26
Available in Package Hub : 15 SP6 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

dkimproxy

Change Logs

* Wed Aug 28 2024 Peter Varkoly <varkoly@suse.com>
- 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.
* Thu Jun 13 2024 Peter Varkoly <varkoly@suse.com>
- Fix ExecStartPre path. This changes depending on %_libexecdir macro.
  Problem was mentioned in (bsc#1217173)
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  PatchN.
* Tue Jan 02 2024 Pedro Monreal <pmonreal@suse.com>
- 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
* Mon Nov 06 2023 Robert Munteanu <rombert@apache.org>
- Fix boo#1216919
  * create /run/dkimproxy using tmpfiles
  * use the correct env var for the hostname
Version: 1.4.1-bp154.3.3.1
* Wed Nov 08 2023 Robert Munteanu <rombert@apache.org>
- Follow-up fix for boo#1216919
  * make sure dkimproxy-in works even when the dynamically-created
    config file under /run does not exist
Version: 1.4.1-bp154.2.36
* Thu Jun 10 2021 Mihaly Meszaros <mmeszaros@npsh.hu>
- fix PID filename typos in systemd unit files
* Fri Jun 19 2020 Cristian Rodríguez <crrodriguez@opensuse.org>
- Remove sysvinit remains from this package.
* Mon Dec 23 2019 Peter Varkoly <varkoly@suse.com>
- Add the "installation" section.
- Changed "PreExecStart" to "ExecStartPre".
- Added/changed the type to forking
* Tue Nov 27 2018 varkoly@suse.com
- bsc#1116007 - Please convert SysV init scripts by dkimproxy into
  native systemd services
Version: 1.4.1-bp150.2.4
* Mon Nov 19 2012 dimstar@opensuse.org
- Fix useradd and groupadd invocation: -o is useless without -u and
  newer versions of pwdutils/shadowutils fail on this now.
* Mon Jun 11 2012 coolo@suse.com
- avoid providing perl modules that are not in the source, rather
  hard require the needed module
* Sat Apr 21 2012 robert.munteanu@gmail.com
- 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.
* Tue Feb 15 2011 chris@computersalat.de
- remove author
* Fri Sep 05 2008 varkoly@suse.de
- remove fillup_and_insserv from spec file
* Thu Aug 14 2008 crrodriguez@suse.de
- fix init scripts
- fix installation  of init scripts
* Sat Jul 26 2008 varkoly@suse.de
- Initial Version of dkimporxy