File: changelog

package info (click to toggle)
amavisd-milter 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 480 kB
  • sloc: ansic: 3,109; makefile: 98; sh: 97
file content (228 lines) | stat: -rw-r--r-- 9,905 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
amavisd-milter (1.7.1-2) unstable; urgency=low

  * debian/control:
    - Lower debhelper-compat dependency to 12 to ease backporting (thanks to
      Marcel Evenson).
    - Add a pre-dependency on init-system-helpers for usage of
      --skip-systemd-native invoke-rc.d flag, found by lintian (and again
      thanks to Marcel Evenson).
    - Create patch to fix two typos in documentation found by lintian.
  * debian/copyright:
    - Adapt copyright years.

 -- Harald Jenny <harald@a-little-linux-box.at>  Sun, 22 Nov 2020 10:03:52 +0100

amavisd-milter (1.7.1-1) UNRELEASED; urgency=low

  * New upstream version (thanks to Marcel Evenson).
  * debian/changelog:
    - Trim trailing whitespace found by lintian.
  * debian/control:
    - Bump Standards to 4.5.0 demanded by lintian (no changes needed).
    - Remove debian/compat file in favour of debhelper-compat dependency found
      by lintian.
    - Bump debhelper-compat dependency to 13 found by lintian.
  * debian/upstream/metadata:
    - Add metadata as demanded by lintian.

 -- Harald Jenny <harald@a-little-linux-box.at>  Sat, 19 Sep 2020 19:59:15 +0200

amavisd-milter (1.7.0-1) UNRELEASED; urgency=low

  * New upstream version (LP: #1691707, Closes: #854180)
  * debian/amavisd-milter.init:
    - Remove the loop to wait for MILTERSOCKET when MILTERSOCKETTYPE=pipe as
      upstream has fixed this in amavisd-milter itself.
    - Remove background option from start-stop-daemon line.
  * debian/patches:
    - Adapt pidfile-location patch to apply again.
    - Remove obsolete manpage-locations patch.
    - Add new manpage-users patch.
  * debian/amavisd-milter.docs:
    - Remove due to removed upstream files.
  * debian/clean:
    - Add file amavisd-milter/amavisd-milter.8.
  * debian/control:
    - Add pandoc to build dependencies (thanks to Marcel Evenson).

 -- Harald Jenny <harald@a-little-linux-box.at>  Sun,  9 Feb 2020 15:15:40 +0100

amavisd-milter (1.6.1-1) UNRELEASED; urgency=low

  * New upstream version (LP: #1584180, Closes: #854039)
  * debian/changelog:
    - Fix spelling errors found by lintian.
  * debian/README.Debian:
    - Fix spelling error found by lintian.
  * debian/control:
    - Add lsb-base dependency demanded by lintian.
    - Bump debhelper dependency for dbgsym migration.
    - Remove dbg package.
    - Adapt dependencies for compat level 12.
    - Change VCS-fields to salsa.debian.org found by lintian.
    - Change priority to optional found by lintian.
    - Make dependency on dpkg-dev unversioned (fulfilled even in oldstable).
    - Declare Rules-Requires-Root: no.
    - Bump Standards to 4.3.0 (no changes needed).
    - Remove unversioned dependency on dpkg-dev demanded by lintian (it's
      already pulled in by the build-essential package).
    - Remove dependency on libmilter1.0.1 (fulfilled even in oldstable).
    - Change homepage address to new github page.
  * debian/patches:
    - Remove LDFLAGS patches incorporated upstream.
    - Refresh remaining patches.
  * debian/rules:
    - Adapt rules for migration from dbg to dbgsym package.
    - Adapt rules for migration to compat level 12 (remove --with
      autotools_dev line found by lintian).
    - Remove dh_installinit override (default since compat level 10).
    - Add CFLAGS and export all build flags.
    - Make verbose output the default.
    - Minimize auto_configure override to the needed parameters.
  * debian/compat:
    - Bump compat level to 12.
  * debian/copyright:
    - Use HTTPS format URI for copyright found by lintian.
    - Changed BSD to BSD-3-clause license demanded by lintian.
  * debian/amavisd-milter.init:
    - Remove superfluous colons.
    - Apply a patch from Matus Uhlar to set a default MILTERSOCKET variable
      (Closes: #879065).
    - Relocate chown commands to also apply on existing directories.
    - Add a loop to wait for MILTERSOCKET when MILTERSOCKETTYPE=pipe
      (LP: #1691707, Closes: #854180).
    - Start daemon with start-stop-daemon background option to fix startpar be
      stuck.
  * debian/watch:
    - Use version 4 and adapt for move to github.

 -- Harald Jenny <harald@a-little-linux-box.at>  Sat,  5 Jan 2019 19:04:14 +0100

amavisd-milter (1.5.0-5) unstable; urgency=low

  * debian/copyright:
    - Changed format specification URL from svn to released version 1.0.
    - Corrected file listing to use spaces instead of commas to comply with
      DEP-5 and satisfy lintian.
    - Added 2012 to the copyright years for the debian packaging.
  * debian/control:
    - Bumped Standards to 3.9.3 (changed to copyright-format 1.0).
    - Removed hardening-includes from Build-Depends and instead add a versioned
      build dependency on dpkg-dev >= 1.16.1~ (needed for getting hardened
      compile flags through dpkg-buildflags).
    - Build-Depend on debhelper >= 9.
    - Removed version constraints from Build-Depends, Depends and Recommends
      where requirements are already fulfilled in Squeeze.
  * debian/rules:
    - Switched from manual usage of hardening-includes to dpkg-buildflags.
  * debian/compat:
    - Bumped Version to 9.

 -- Harald Jenny <harald@a-little-linux-box.at>  Sun, 27 May 2012 15:29:55 +0200

amavisd-milter (1.5.0-4) unstable; urgency=low

  * debian/control:
    - Bumped Standards to 3.9.2 (no changes needed).
    - Changed Vcs-* fields as package is now maintained in a git repository
      (thanks to Alexander Wirt for the conversion from mercurial).
    - Changed build dependency on debhelper to >= 8 for easier backporting
      to Lenny.
  * debian/changelog:
    - Fixed small word duplication error.
  * debian/rules:
    - Modified inclusion method of HARDENING_CFLAGS and HARDENING_LDFLAGS
      from hardening-includes package to avoid duplication of these params.
    - Stopped unnecessary linking of amavisd-milter binary by adding
     "-Wl,--as-needed" to LDFLAGS.

 -- Harald Jenny <harald@a-little-linux-box.at>  Mon, 15 Aug 2011 19:11:03 +0200

amavisd-milter (1.5.0-3) unstable; urgency=low

  * debian/changelog:
    - Added thanks to initiator of two changes (forgot last time).
    - Reformatted changelog for better legibility.
  * debian/control:
    - Bumped Standards to 3.9.1 (no changes needed).
    - Added build dependency on hardening-includes.
    - Really make package 3.9.0 Standards compliant by changing Conflicts to
      Breaks (overlooked this fact last time).
    - Added Provides and Replaces for amavisd-new-milter to simplify upgrading
      from lenny to squeeze-backports.
    - Build-Depend on debhelper changed to >= 8.0.0.
    - Made build dependency on autotools-dev versioned to >= 20100122.1 (needed
      for debhelper helpers).
    - Made dependency on libmilter versioned to >= 8.14.3-9.5 (needed for
      pulling in a version fixing bug #527862).
  * debian/rules:
    - Added rules to include hardening flags in compilation.
    - Changed dh_installinit invocation to restart amavisd-milter after upgrade
      for minimizing daemon downtime.
    - Removed dh_installchangelogs override as upstream changelog gets picked
      up automatically.
    - Changed to use autotools_dev option with dh.
    - Cleaned up and minimized ruleset.
  * debian/patches/*-location:
    - Corrected the mail address in the patches and modified the timestamp
      accordingly.
  * debian/patches/ax_path_milter-flags-fix:
    - Grabbed patch from upstream CVS to fix problem with LDFLAGS (requiring
      recreation of configure script).
  * debian/patches/configure-flags-fix:
    - Created patch to modify configure directly instead of recreating it (to
      minimize changeset).
  * debian/compat:
    - Bumped Version to 8.
  * debian/amavisd-milter.init:
    - Rewrote some parts of the init script to make the code more error
      resistant (thanks to Gabor Kiss for the initial bug report and Teodor
      Micu and Agustin Martin for the valuable help).
      Closes: #609762: amavisd-milter: Init script changes owner of current
                       directory to 'amavis'
  * debian/amavisd-milter.default:
    - Modified configfile to comply with changed code in init script.
  * debian/copyright:
    - Modified to comply with current DEP-5 candidate (thanks to Dominique
      Dumont for the libconfig-model-perl parser).
    - Changed license for debian packaging to match the one used by upstream
      simplifying patch exchange (thanks to Paul Wise and Charles Plessy for
      the valuable help).

 -- Harald Jenny <harald@a-little-linux-box.at>  Mon, 28 Mar 2011 22:38:07 +0200

amavisd-milter (1.5.0-2) unstable; urgency=low

  * debian/control:
    - Bumped Standards to 3.9.0 (no changes needed).
    - Added Vcs-* fields as package is now hosted in amavisd-new repository.
    - Build-Depend on debhelper changed to >= 7.0.50~.
    - Build-Depend on autotools-dev added.
    - Added an entry for the amavisd-milter-dbg package.
  * debian/amavisd-milter.default:
    - Added a note about amavisd-new TEMPDIR (thanks to Miguel A. Novo for the
      hint).
  * debian/README.Debian:
    - Added a note about AM.PDP section in amavisd-new config (thanks to Miguel
      A. Novo for the hint).
  * debian/copyright:
    - Changed to use DEP-5 proposal format.
  * debian/rules:
    - Converted to dh usage.
    - Added code to symlink to autotools-dev versions of config.{sub,guess} at
      compile time.
    - Added rules to build a debug package.
  * debian/stamp-patched, README.source:
    - Removed as they were leftovers of pre-official packages.
  * debian/source.lintian-overrides:
    - Removed due to use of autotools-dev.
  * debian/compat:
    - Bumped Version to 7.

 -- Harald Jenny <harald@a-little-linux-box.at>  Mon, 12 Jul 2010 02:24:04 +0200

amavisd-milter (1.5.0-1) unstable; urgency=medium

  * Initial public release (Closes: #577819).

 -- Harald Jenny <harald@a-little-linux-box.at>  Wed, 12 May 2010 22:55:26 +0200