File: changelog

package info (click to toggle)
python-aiosmtpd 1.4.6-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,016 kB
  • sloc: python: 8,064; makefile: 159
file content (265 lines) | stat: -rw-r--r-- 9,030 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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
python-aiosmtpd (1.4.6-5) unstable; urgency=medium

  [ Alexandre Detiste ]
  * Apply Multi-Arch: hint.

  [ Colin Watson ]
  * Add Breaks/Replaces: python3-aiosmtpd (<< 1.4.6-2~) to
    python3-aiosmtpd-doc (closes: #1101112).

 -- Colin Watson <cjwatson@debian.org>  Sun, 23 Mar 2025 15:40:40 +0000

python-aiosmtpd (1.4.6-4) unstable; urgency=medium

  * Team upload.
  * Reformat d/control with debputy
  * Remove dep on python3-pkg-resources (Closes: #1083594)

 -- Alexandre Detiste <tchet@debian.org>  Mon, 10 Feb 2025 07:07:39 +0100

python-aiosmtpd (1.4.6-3) unstable; urgency=medium

  * Team upload.
  * Add compatibility for Python 3.13 (closes: #1082193).

 -- Colin Watson <cjwatson@debian.org>  Tue, 10 Dec 2024 18:15:05 +0000

python-aiosmtpd (1.4.6-2) unstable; urgency=medium

  * Team upload.
  * Use dh-sequence-python3

  [ Dale Richards ]
  * Separate packages for library and documentation (Closes: #1053352).
  * d/watch: Use release tarballs instead of tags, and verify PGP signatures.
  * Re-export upstream signing keys without extra signatures.

 -- Alexandre Detiste <tchet@debian.org>  Mon, 11 Nov 2024 21:12:55 +0100

python-aiosmtpd (1.4.6-1) unstable; urgency=medium

  [ Dale Richards ]
  * Team upload.
  * New upstream version 1.4.6
    - CVE-2024-27305 - SMTP smuggling due to poor handling of
      non-standard line endings (Closes: #1066820)
    - CVE-2024-34083 - STARTTLS unencrypted command injection
      (Closes: #1072119)
  * d/watch: Update for new version format.
  * Update patch line offsets for new upstream version.
  * Add .gitattributes file to use CRLF line endings for
    aiosmtpd/tests/test_smtpsmuggling.py, so the checked out file matches
    the one in the upstream release tarball.
  * Bump Standards-Version to 4.7.0, no changes needed.

 -- Jakob Haufe <sur5r@debian.org>  Sun, 09 Jun 2024 19:24:43 +0200

python-aiosmtpd (1.4.4.post2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.4.4.post2.
  * Run pybuild testsuite, declare test files
  * Temporarily disable tests that hang with python 3.12.
    Other distributions are doing the same for now.
    Closes: #1056454, #1058440.
  * Standards-Version 4.6.2

 -- Jérémy Lal <kapouer@melix.org>  Sat, 10 Feb 2024 17:28:55 +0100

python-aiosmtpd (1.4.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Perform symlink to directory conversion of
    /usr/share/doc/python3-aiosmtpd/html/_sources.  (Closes: #1035691)

 -- Andreas Beckmann <anbe@debian.org>  Thu, 25 May 2023 16:09:53 +0200

python-aiosmtpd (1.4.3-1) unstable; urgency=medium

  * New upstream release 1.4.3 (Closes: #1026471, #1025019)
  * Updated d/copyright

 -- Pierre-Elliott Bécue <peb@debian.org>  Thu, 22 Dec 2022 23:16:49 +0100

python-aiosmtpd (1.4.2-4) unstable; urgency=medium

  * d/watch: fix the URL
  * Bump Standards-Version to 4.6.1
  * d/tests/python3-aiosmtpd: use py3versions -s instead of -r
  * Add pybuild-plugin-pyproject as a build-dep

 -- Pierre-Elliott Bécue <peb@debian.org>  Tue, 01 Nov 2022 18:47:21 +0100

python-aiosmtpd (1.4.2-3) unstable; urgency=medium

  * Team upload.
  * Depend on python3-all for the autopkgtest. (Closes: #1001372)
  * Patch: Python 3.10 support.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 25 Mar 2022 14:35:59 -0400

python-aiosmtpd (1.4.2-2) unstable; urgency=medium

  * d/p/0004: Remove dated copyright for reproducibility

 -- Pierre-Elliott Bécue <peb@debian.org>  Sat, 23 Oct 2021 22:56:23 +0200

python-aiosmtpd (1.4.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-all.

  [ Pierre-Elliott Bécue ]
  * New upstream release 1.4.2
  * d/watch: Move tracking to github
  * d/control:
    - Bump Standards-Version to 4.6.0
    - Remove unneeded build-dependency on openssl
  * d/p/0001: patch to skip a git version test (not possible as we don't rely
    on the git repository) and a temporarily failing test
  * d/p/0002: drop sphinx-autofixture extension requirement
  * d/p/0003: Remove imported images in documentation to respect user's
    privacy
  * d/rules:
    - Remove some after_install rule not useful anymore
    - Update sphinx build method
    - Clean superfluous directory and files post install
  * d/copyright: Update
  * d/tests: implements non-superficial autopkgtests

 -- Pierre-Elliott Bécue <peb@debian.org>  Tue, 19 Oct 2021 22:15:11 +0200

python-aiosmtpd (1.2.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * d/control: Remove ancient X-Python3-Version field.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Pierre-Elliott Bécue ]
  * New upstream release 1.2.2 (Closes: #973097)
    - d/patches: dropped
  * Use pytest for testing
  * d/control:
    - Add Sphinxdoc:Depends to the binary package
    - Bump debhelper-compat level to 13
    - Bump Standards-Version to 4.5.1
  * Updated Copyrights
  * d/rules:
    - Optimize out examples linking
    - Move the documentation sources out of usr/lib/python3

 -- Pierre-Elliott Bécue <peb@debian.org>  Sat, 19 Dec 2020 16:05:26 +0100

python-aiosmtpd (1.2-3) unstable; urgency=medium

  * d/rules:
    - Implement a way to replace upstream's ssl certificate in build dir in
      case we run tests and think about reputing upstream's certificate after.
      This makes the package build reproducible.

 -- Pierre-Elliott Bécue <peb@debian.org>  Wed, 10 Oct 2018 23:18:10 +0200

python-aiosmtpd (1.2-2) unstable; urgency=medium

  * d/rules:
    - Implement a way to replace upstream's ssl certificate in build dir in
      case we run tests. This allows one to have the tests working properly
      independently of the time variable.

 -- Pierre-Elliott Bécue <peb@debian.org>  Tue, 09 Oct 2018 23:02:58 +0200

python-aiosmtpd (1.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Pierre-Elliott Bécue ]
  * New upstream release: 1.2
  * d/control:
    - Set my Debian address instead of my Crans address as uploader
    - Bump Standards-Version to 4.2.1. No change required
  * d/rules:
    - Broaden the examples directory removal to multiple python3 version
  * d/patches:
    - Add patch 0001 to ease the testing constraint on the test loop. This
      could solve the FTBFS bugs from reproducibility tests.
  * d/upstream/signing-key.asc:
    - The new releaser of the package doesn't sign it. Remove the key for now.

 -- Pierre-Elliott Bécue <peb@debian.org>  Tue, 09 Oct 2018 09:38:50 +0200

python-aiosmtpd (1.1-6) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Pierre-Elliott Bécue ]
  * d/control:
    - Add missing dependency on python3-pkg-resources. (Closes: #895365)
    - Bump Standards-Version to 4.1.4. No change required.

 -- Pierre-Elliott Bécue <becue@crans.org>  Thu, 12 Apr 2018 18:12:16 +0200

python-aiosmtpd (1.1-5) unstable; urgency=medium

  * d/watch:
    - @PACKAGE@ tag doesn't work properly as the source package's name is not
      upstream's name.

 -- Pierre-Elliott Bécue <becue@crans.org>  Tue, 06 Feb 2018 11:14:28 +0100

python-aiosmtpd (1.1-4) unstable; urgency=medium

  * d/watch: use uscan magic tags to fetch properly the gpg signature
  * d/control:
    - Bump Standards-Version to 4.1.3, no changes needed.
    - Swap myself and DPMT as Maintainer/Uploaders
    - dh requirement to 11
    - Use Rules-Requires-Root: no for this package.
  * d/rules:
    - Add specific pybuild rule to avoid installing
      /usr/lib/pythonXX/dist-packages/examples. Instead, move it to
      /usr/share/doc/python3-aiosmtpd/, and remove the __pycache__ compiled
      files in it.
    - Enable DH verbose output.
  * d/copyright:
    - Update my copyright line as the year ++-ed.
  * d/compat:
    - Bump compat version to 11

 -- Pierre-Elliott Bécue <becue@crans.org>  Mon, 08 Jan 2018 20:04:28 +0100

python-aiosmtpd (1.1-3) unstable; urgency=medium

  [ Pierre-Elliott Bécue ]
  * Fixes .docs file that contains erroneous files paths

  [ Mattia Rizzolo ]
  * Bump Standards-Version to 4.0.1, no changes needed

 -- Pierre-Elliott Bécue <becue@crans.org>  Mon, 07 Aug 2017 19:29:08 +0200

python-aiosmtpd (1.1-2) unstable; urgency=medium

  * Adds Upstream changelogs
  * Adds crypto checking for the upstream tarball
  * Adds some lintian overrides
  * Debhelper compatibility bumps from 9 to 10

 -- Pierre-Elliott Bécue <becue@crans.org>  Mon, 31 Jul 2017 12:28:50 +0200

python-aiosmtpd (1.1-1) unstable; urgency=low

  * Initial release (Closes: #866009)

 -- Pierre-Elliott Bécue <becue@crans.org>  Thu, 06 Jul 2017 23:30:00 +0200