File: changelog

package info (click to toggle)
dkimproxy 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 588 kB
  • ctags: 60
  • sloc: perl: 1,322; sh: 946; makefile: 119
file content (154 lines) | stat: -rw-r--r-- 6,068 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
dkimproxy (1.4.1-3) unstable; urgency=low

  * Fixes the --conf_file= parameter in init script (LP: 706953).

 -- Thomas Goirand <zigo@debian.org>  Thu, 24 Mar 2011 17:35:33 +0800

dkimproxy (1.4.1-2) unstable; urgency=low

  * Now deleting /var/lib/dkimproxy (containing our public and private key
  pair) if postrm is called with purge argument (Closes: #618558).

 -- Thomas Goirand <zigo@debian.org>  Sat, 19 Mar 2011 14:37:10 +0800

dkimproxy (1.4.1-1) unstable; urgency=low

  * New upstraem version.
  * Standard-Version is now 3.9.1.
  * Removed Dm-Upload-Allowed flag (as I'm a DD now...).
  * Now depends on debhelper >= 7.
  * Applied typo bugfix patch in /etc/default/dkimproxy and in init.d script
  (Closes: #611516).
  * Falls back to "localdomain" if no FQDN is setup correctly in the system
  thanks to Corey Hickey <bugfood-c@fatooh.org> (Closes: #611513).
  * Exists silently if /usr/sbin/dkimproxy.{in,out} aren't found as executable
  on the system (Closes: #595700).
  * Added Vcs-Git and Vcs-Browser fields.
  * debian/rules do not need to rm dkimverify.pl and dkimsign.pl anymore as
  they are also removed upstream.
  * Now using dh_prep instead of dh_clean -k.

 -- Thomas Goirand <zigo@debian.org>  Tue, 15 Mar 2011 13:58:44 +0800

dkimproxy (1.2-7) unstable; urgency=low

  * Added a "picture" in the README.Debian to make it more easy to understand.
  * Now using my zigo@debian.org email address as maintainer.

 -- Thomas Goirand <zigo@debian.org>  Wed, 06 Oct 2010 18:08:05 +0800

dkimproxy (1.2-6) unstable; urgency=low

  * Correction for some Unix rights in the postinst.

 -- Thomas Goirand <thomas@goirand.fr>  Tue, 22 Jun 2010 17:04:41 +0800

dkimproxy (1.2-5) unstable; urgency=low

  * v1.2-5: Now depends on the ssl-cert package.
  * v1.2-5: Added the dkimproxy user to the ssl-cert group.
  * v1.2-5: Using root:ssl-cert for the dkimproxy keys ownership
    (Closes: #525665).
  * v1.2-5: Symlink /var/lib/dkimproxy/private.key and
    /etc/ssl/private/dkimproxy.key
  * v1.2-5: Bumped Standard-Version
  * v1.2-5: Now shipping only one version of the daemons manpage, as since the
    upstream author generate its own it was shipped twice in dkimproxy 1.2-x.
  * v1.2-4: Fixed the $DOMAIN part of the init.d script.
  * v1.2-4: Corrected a typo in debian/defaults
  * v1.2-4: Added --min_servers param description in the dkimproxy manpage.
  * v1.2-4: Added DKIMPROXY_{IN,OUT}_MIN_SERVERS option in debian/defaults and
    the init.d script now uses it. Default is set to 5, which is optimized for
    a single core server, as discuss in upstream mailinglist.

 -- Thomas Goirand <thomas@goirand.fr>  Wed, 19 May 2010 16:07:50 +0800

dkimproxy (1.2-3) unstable; urgency=low

  * v1.2-1:
    - New upstream version.
    - This new version removes dkimverify and dkimsign as they are already in
    the libmail-dkim-perl package in a newer version, also now, man pages of
    dkimproxy are referencing the pages of libmail-dkim-perl (Closes: #539497).
    - Fixes the README.Debian (Closes: #534650)
    - Fixed the watch file according to the new download page.
    - Now there's a /etc/default/dkimproxy where you can decide which proxy to
    start (dkimproxy.in, dkimproxy.out or both), where you store the private
    key for outbound signing, which username to run the daemon under, and
    what domain to use for signing (Closes: #519220, #493816).
  * v1.2-2:
    - Sets the parameters back like where they was in the Lenny version.
  * v1.2-3
    - hostname -d is now the default again for outgoing signing, as it's
    otherwise breaking previous installs and that it really seems to be the
    obvious "normal" setup with _domainkey.example.com holding the key entry.

 -- Thomas Goirand <thomas@goirand.fr>  Thu, 17 Dec 2009 14:01:29 +0800

dkimproxy (1.0.1-8.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename /usr/bin/dkimsign to dkimproxy-sign to avoid conflict with
    python-dkim dkimsign (Closes: #511037)
    - Rename debian/man/dkimsign.1 to dkimproxy-sign
    - Update debian/manpages
    - Correct references to dkimsign.1 in the packages other man pages

 -- Scott Kitterman <scott@kitterman.com>  Mon, 12 Jan 2009 22:49:01 -0500

dkimproxy (1.0.1-8) unstable; urgency=low

  * Added a patch given by upstream so that dkimproxy continues to work if
    syslogd is not running.
  * Renamed /usr/bin/dkimverify to dkimproxy-verify so it doesn't conflicts
    with dkimverify from python-dkim (Closes: #509045).

 -- Thomas Goirand <thomas@goirand.fr>  Fri, 19 Dec 2008 18:03:22 +0800

dkimproxy (1.0.1-7) unstable; urgency=low

  * Better Unix rights for the keys in /var/lib/dkimproxy

 -- Thomas Goirand <thomas@goirand.fr>  Mon, 18 Aug 2008 13:08:09 +0800

dkimproxy (1.0.1-6) unstable; urgency=low

  * The previous version was introducing a bug in the init script (a space
    missing in the dkimproxy.out arguments), this corrects it.

 -- Thomas Goirand <thomas@goirand.fr>  Sat, 19 Apr 2008 04:23:49 +0000

dkimproxy (1.0.1-5) unstable; urgency=low

  * dkimproxy now runs under the privileges of it's user, and the private key
    has now lower rights so only root can read it (Closes: #476576).

 -- Thomas Goirand <thomas@goirand.fr>  Fri, 18 Apr 2008 08:21:14 +0000

dkimproxy (1.0.1-4) unstable; urgency=low

  * Now uses the port 10024 by default, as this is the one of Amavis.
  * Now recommends Amavis

 -- Thomas Goirand <thomas@goirand.fr>  Fri, 11 Apr 2008 10:58:01 +0000

dkimproxy (1.0.1-3) unstable; urgency=low

  * Now uses a config file (Closes: #473882).

 -- Thomas Goirand <thomas@goirand.fr>  Sun,  6 Apr 2008 16:56:47 +0800

dkimproxy (1.0.1-2) unstable; urgency=low

  * Now search for the start-stop-daemon in /sbin by default, as it's not
    always in the current path (case of DTC restarting dkimproxy in it's
    cron job).

 -- Thomas Goirand <thomas@goirand.fr>  Wed, 26 Mar 2008 18:11:18 +0800

dkimproxy (1.0.1-1) unstable; urgency=low

  * Initial release (Closes: #468287)

 -- Thomas Goirand <thomas@goirand.fr>  Mon, 25 Feb 2008 04:27:49 +0000