File: changelog

package info (click to toggle)
python-certbot-apache 0.28.0-1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,308 kB
  • sloc: python: 5,570; makefile: 171
file content (292 lines) | stat: -rw-r--r-- 9,232 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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
python-certbot-apache (0.28.0-1~deb9u1) stretch; urgency=medium

  * This stretch update is to cure the problem caused by the deprecation
    and disabling of the upstream TLS-SNI-01 certificate verification
    protocol due to a security vulnerability.  Note, the security
    vulnerability isn't in this package; rather, earlier versions of
    certbot are no longer functional due to changes in the interface that
    certbot uses to retrieve certificates.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Wed, 19 Dec 2018 18:16:42 -0500

python-certbot-apache (0.28.0-1) unstable; urgency=medium

  * New upstream version 0.28.0

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Wed, 07 Nov 2018 18:24:59 -0500

python-certbot-apache (0.27.1-1) unstable; urgency=medium

  * New upstream release.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Thu, 18 Oct 2018 22:42:13 -0400

python-certbot-apache (0.27.0-1) unstable; urgency=medium

  * New upstream version 0.27.0
  * Bump S-V; no changes needed
  * Add lintian-override for cross-python version dep.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Wed, 05 Sep 2018 20:46:30 -0400

python-certbot-apache (0.26.0-1) unstable; urgency=medium

  * New upstream version 0.26.0
  * Bump deps on certbot, add acme dep explicitly
  * Bump S-V with R-R-R: no

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Sat, 14 Jul 2018 02:30:40 -0400

python-certbot-apache (0.25.0-2) unstable; urgency=medium

  * Fix incorrect version dependency.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Tue, 12 Jun 2018 10:27:47 -0400

python-certbot-apache (0.25.0-1) unstable; urgency=medium

  * New upstream version 0.25.0
  * Bump dep on certbot

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Mon, 11 Jun 2018 22:10:04 -0400

python-certbot-apache (0.24.0-2) unstable; urgency=medium

  * Update team email address to tracker.d.o. (Closes: #899667)

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Mon, 28 May 2018 19:06:56 -0400

python-certbot-apache (0.24.0-1) unstable; urgency=medium

  * New upstream version 0.24.0
  * Bump S-V; no changes needed.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Thu, 03 May 2018 19:50:21 -0400

python-certbot-apache (0.23.0-1) unstable; urgency=medium

  * New upstream release.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Fri, 06 Apr 2018 23:29:59 -0400

python-certbot-apache (0.22.0-1) unstable; urgency=medium

  * New upstream release -- now with wildcards!
  * Break strict dependency requirements.
  * Drop patches applied upstream.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Thu, 15 Mar 2018 20:34:17 -0400

python-certbot-apache (0.21.1-1) unstable; urgency=high

  * New upstream release.
  * Update Vcs-Git URL to be HTTPS.
  * Switch d/copyright URL to HTTPS.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Fri, 02 Feb 2018 18:19:00 -0500

python-certbot-apache (0.20.0-3) unstable; urgency=medium

  * Add version restriction on the Breaks of the dummy.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Mon, 15 Jan 2018 20:53:05 -0500

python-certbot-apache (0.20.0-2) unstable; urgency=low

  * Add transitional dummy package.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Sun, 07 Jan 2018 23:03:09 -0500

python-certbot-apache (0.20.0-1) unstable; urgency=low

  * New upstream release.
  * Convert to python3!
  * Upgrade to debhelper 11.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Fri, 05 Jan 2018 21:52:51 -0500

python-certbot-apache (0.19.0-1) unstable; urgency=medium

  * New upstream release.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Wed, 04 Oct 2017 19:42:21 -0400

python-certbot-apache (0.18.2-1) unstable; urgency=medium

  * New upstream release.
  * Move to python3-sphinx.
  * Bump S-V; no changes needed.
  * Drop unnecessary Testsuite header.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Sun, 01 Oct 2017 19:06:45 -0400

python-certbot-apache (0.17.0-1) unstable; urgency=medium

  * New upstream release.
  * Move experimental to unstable now that the freeze is over.
  * Upgrade to v4.0.1 of Debian policy

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Sun, 06 Aug 2017 17:09:44 -0400

python-certbot-apache (0.14.2-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
  * Add dep8 smoke test.

 -- Robie Basak <robie.basak@ubuntu.com>  Fri, 26 May 2017 14:25:30 +0100

python-certbot-apache (0.12.0-1) experimental; urgency=medium

  * New usptream release.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Tue, 21 Mar 2017 23:17:24 -0400

python-certbot-apache (0.11.1-1) unstable; urgency=medium

  * New upstream release.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Sun, 19 Feb 2017 14:11:23 -0500

python-certbot-apache (0.10.2-1) unstable; urgency=medium

  * New upstream release.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Thu, 26 Jan 2017 01:15:50 -0500

python-certbot-apache (0.10.1-1) unstable; urgency=medium

  * New upstream release.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Fri, 20 Jan 2017 22:26:49 -0500

python-certbot-apache (0.9.3-1) unstable; urgency=medium

  * New upstream release.
  * Don't ship tests.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Sun, 23 Oct 2016 01:54:36 -0400

python-certbot-apache (0.8.1-3) unstable; urgency=high

  * Correct python-parsedatetime dependency. (Closes: #839316)

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Mon, 03 Oct 2016 00:41:15 -0400

python-certbot-apache (0.8.1-2) unstable; urgency=medium

  * Switch to pkg-info from horrible perl regexp
  * Prevent network access during build.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Fri, 02 Sep 2016 18:48:49 -0400

python-certbot-apache (0.8.1-1) unstable; urgency=medium

  * New upstrem release.
  * Add dep on python-sphinx-rtd-theme.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Thu, 30 Jun 2016 19:12:00 -0400

python-certbot-apache (0.8.0-1) unstable; urgency=high

  * New upstream release.
  * Add Suggests for -doc. (Closes: #825597)

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Thu, 02 Jun 2016 23:23:30 -0400

python-certbot-apache (0.6.0-1) unstable; urgency=medium

  * New upstream release
  * Update watch file to new name.
  * Switch name to certbot
  * Bump S-V to 3.9.8; no changes needed.

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Sat, 14 May 2016 17:42:01 -0400

python-letsencrypt-apache (0.5.0-1) unstable; urgency=medium

  * New upstream release
  * Change my email address
  * Add version on python-setuptools dependency
  * Make sure to clean up build (Closes: #818696)

 -- Harlan Lieberman-Berg <hlieberman@debian.org>  Thu, 14 Apr 2016 19:30:17 -0400

python-letsencrypt-apache (0.4.1-1) unstable; urgency=medium

  * New upstream release
  * Match version restriction on python-parsedatetime
  * Bump S-V; no changes needed
  * Fix Vcs-git URL

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Mon, 29 Feb 2016 21:39:42 -0500

python-letsencrypt-apache (0.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Switch Vcs-git to https.

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Thu, 11 Feb 2016 20:59:51 -0500

python-letsencrypt-apache (0.2.0-1) unstable; urgency=medium

  * New upstream version.
  * Drop priority to extra due to python-zope.component.
  * Drop dep on pyopenssl to 0.13, include dep version for configargparse.

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Fri, 15 Jan 2016 19:50:20 -0500

python-letsencrypt-apache (0.1.1-2) unstable; urgency=medium

  * Fix potential race condition in build.

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Sat, 19 Dec 2015 18:01:08 -0500

python-letsencrypt-apache (0.1.1-1) unstable; urgency=medium

  * New upstream release.

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Tue, 15 Dec 2015 21:46:15 -0500

python-letsencrypt-apache (0.1.0-2) unstable; urgency=medium

  * New release for upload to sid.

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Thu, 10 Dec 2015 23:42:02 -0500

python-letsencrypt-apache (0.1.0-1) experimental; urgency=medium

  * New upstream release.
  * Switch to new GPG key.

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Thu, 03 Dec 2015 21:33:51 -0500

python-letsencrypt-apache (0.0.0.dev20151123-2) experimental; urgency=medium

  * New release to fix uninstallable version problem.

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Tue, 01 Dec 2015 21:34:30 -0500

python-letsencrypt-apache (0.0.0.dev20151123-1) experimental; urgency=medium

  * New upstream version.

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Sun, 29 Nov 2015 23:45:31 -0500

python-letsencrypt-apache (0.0.0.dev20151114-1) experimental; urgency=medium

  [ Francois Marier ]
  * Bump the python-sphinx dependency to >= 1.3.1-1 to ensure that
    python-sphinx-rtd-theme is pulled in.

  [ Harlan Lieberman-Berg ]
  * New upstream release.
  * Update python-sphinx dependency for backports compatibility.

 -- Harlan Lieberman-Berg <hlieberman@setec.io>  Sat, 14 Nov 2015 12:30:31 -0500

python-letsencrypt-apache (0.0.0.dev20151104-1) experimental; urgency=medium

  * Initial release. (Closes: #803617)

 -- Francois Marier <francois@debian.org>  Wed, 11 Nov 2015 19:07:11 -0800