File: changelog

package info (click to toggle)
httpcomponents-client 4.5.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,248 kB
  • sloc: java: 68,682; xml: 4,089; sh: 10; makefile: 2
file content (320 lines) | stat: -rw-r--r-- 10,073 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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
httpcomponents-client (4.5.14-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches
  * Track and download the new releases from GitHub
  * Standards-Version updated to 4.6.1

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 06 Dec 2022 12:54:20 +0100

httpcomponents-client (4.5.13-3) unstable; urgency=medium

  * Track only the 4.x releases
  * Standards-Version updated to 4.6.0.1

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 17 Sep 2021 10:25:48 +0200

httpcomponents-client (4.5.13-2) unstable; urgency=medium

  * Team upload.
  * Ignore the TestSSLSocketFactory.testTLSOnly test
    because it deliberately sets the protocol version to TLSv1 which is
    disabled by default via the java.security policy in OpenJDK 11. TLSv1 is
    considered to be no longer safe and rejecting the handshake is actually the
    correct behavior. (Closes: #986528)

 -- Markus Koschany <apo@debian.org>  Thu, 15 Apr 2021 00:31:08 +0200

httpcomponents-client (4.5.13-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 4.5.13.
    - Fix CVE-2020-13956:
      Incorrect handling of malformed authority component by
      URIUtils#extractHost.
  * Switch to debhelper-compat = 13.

 -- Markus Koschany <apo@debian.org>  Fri, 09 Oct 2020 22:45:42 +0200

httpcomponents-client (4.5.12-1) unstable; urgency=medium

  * New upstream release

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 03 Sep 2020 14:37:38 +0200

httpcomponents-client (4.5.11-1) unstable; urgency=medium

  * Team upload.

  [ Andrius Merkys ]
  * Compiling sources depending on libspymemcached-java.

  [ Emmanuel Bourg ]
  * New upstream release
    - Refreshed the patches
  * Standards-Version updated to 4.5.0

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 25 Jan 2020 23:44:33 +0100

httpcomponents-client (4.5.10-2) unstable; urgency=medium

  * Team upload.
  * Enabling tests during build.
  * Building httpclient-cache and httpclient-osgi artifacts (Closes: #942035).

 -- Andrius Merkys <merkys@debian.org>  Thu, 10 Oct 2019 01:57:43 -0400

httpcomponents-client (4.5.10-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version updated to 4.4.1

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 05 Oct 2019 10:27:06 +0200

httpcomponents-client (4.5.9-1) unstable; urgency=medium

  * Team upload.
  * New upstream release

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 07 Jul 2019 09:34:09 +0200

httpcomponents-client (4.5.7-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 28 Jan 2019 22:48:39 +0100

httpcomponents-client (4.5.6-2) unstable; urgency=medium

  * Team upload.
  * Generate Java 7 compatible bytecode (Closes: #918705)
  * Standards-Version updated to 4.3.0

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 11 Jan 2019 14:10:54 +0100

httpcomponents-client (4.5.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Standards-Version updated to 4.2.0
  * Use salsa.debian.org Vcs-* URLs
  * Use a secure URL in debian/watch

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 06 Aug 2018 15:12:53 +0200

httpcomponents-client (4.5.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Removed Damien Raude-Morvan from the uploaders (Closes: #889356)
  * Switch to debhelper level 11

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 13 Feb 2018 17:26:39 +0100

httpcomponents-client (4.5.4-1) unstable; urgency=medium

  * Team upload.

  [ Miguel Landaeta ]
  * Remove myself from uploaders list. (Closes: #871862)
  * Update copyright info.

  [ Emmanuel Bourg ]
  * New upstream release
  * Added the Class-Path attribute in the manifest of httpclient.jar
    (Closes: #883810)
  * Standards-Version updated to 4.1.3

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 12 Jan 2018 09:57:35 +0100

httpcomponents-client (4.5.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Removed httpcore-ThreadSafe.patch (fixed upstream)
  * Build with the DH sequencer instead of CDBS
  * Switch to debhelper level 10

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 19 Jun 2017 16:32:56 +0200

httpcomponents-client (4.5.2-2) unstable; urgency=medium

  * Team upload.
  * Add httpcore-ThreadSafe.patch and fix FTBFS due to removal of annotation
    classes in libhttpcore-java.
    Thanks to Daniel Schepler for the report. (Closes: #828206)
  * Declare compliance with Debian Policy 3.9.8.

 -- Markus Koschany <apo@debian.org>  Thu, 14 Jul 2016 22:57:35 +0200

httpcomponents-client (4.5.2-1) unstable; urgency=medium

  * New upstream release
  * Use secure Vcs-* URLs
  * Standards-Version updated to 3.9.7 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 21 Mar 2016 09:52:51 +0100

httpcomponents-client (4.5.1-1) unstable; urgency=medium

  * New upstream release
  * Build with maven-debian-helper
  * Set the source encoding to make the build reproducible

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 02 Oct 2015 23:29:46 +0200

httpcomponents-client (4.4.1-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches
    - Updated the dependency on libhttpcore-java (>= 4.4.1)
    - Added a debian/orig-tar.sh script to fetch the public-suffix-list.txt
      file from publicsuffix.org and add it to the upstream tarball
  * Standards-Version updated to 3.9.6 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 11 May 2015 15:33:31 +0200

httpcomponents-client (4.3.5-2) unstable; urgency=medium

  * Fix FTBFS due to new artifact version for libmaven-bundle-plugin-java.
    Refresh patch: 01-generate_osgi_metadata.patch.
    (Closes: #761545).
  * Update maintainer email address.

 -- Miguel Landaeta <nomadium@debian.org>  Tue, 16 Sep 2014 19:07:48 -0430

httpcomponents-client (4.3.5-1) unstable; urgency=medium

  * New upstream release

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 08 Aug 2014 22:42:54 +0200

httpcomponents-client (4.3.4-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 09 Jun 2014 23:52:01 +0200

httpcomponents-client (4.3.3-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches
  * Removed the unused build dependency on libmaven-assembly-plugin-java

  [ Jakub Adam ]
  * Fix OSGi metadata
    - prevent org.apache.http.impl.execchain to appear in package imports.

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 08 Mar 2014 11:38:26 +0100

httpcomponents-client (4.3.2-1) unstable; urgency=low

  * New upstream release
    - Refreshed the patches
    - New build dependency on libbuild-helper-maven-plugin-java
  * Removed the unused dependency on libapache-mime4j-java
  * Switch to debhelper level 9
  * Standards-Version updated to 3.9.5 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 29 Jan 2014 18:47:37 +0100

httpcomponents-client (4.2.5-2) unstable; urgency=low

  [ Jakub Adam ]
  * Fix OSGi metadata generation.

  [ Niels Thykier ]
  * Fix problem with the clean target.

 -- Jakub Adam <jakub.adam@ktknet.cz>  Mon, 08 Jul 2013 21:48:32 +0200

httpcomponents-client (4.2.5-1) unstable; urgency=low

  * New upstream release.
  * d/rules: Add get-orig-source target.
  * d/patches/02-700268.patch: Drop, included in upstream release.
  * d/control: Update Homepage field.
  * d/control: Use canonical URL for Vcs-* fields.

 -- Damien Raude-Morvan <drazzib@debian.org>  Tue, 07 May 2013 23:58:33 +0200

httpcomponents-client (4.2.1-2) experimental; urgency=low

  * Team upload.
  * Apply upstream patch for wildcard certificate match security bug.
    (Closes: #700268)
  * Remove duplicate Copyright: in d/copyright (lintian warning).
  * Bump Standards-Version to 3.9.4 (no changes).
  * Update Vcs-Git field to be "/git/pkg-java"

 -- tony mancill <tmancill@debian.org>  Sun, 10 Feb 2013 16:28:27 -0800

httpcomponents-client (4.2.1-1) experimental; urgency=low

  [ James Page ]
  * Transition package to default java implementation:
    - d/control: Drop preferred BD on openjdk-6-jdk. (Closes: #683534)

  [ Damien Raude-Morvan ]
  * New upstream release.
  * Add myself as Uploaders.
  * Refresh all patches.
  * Depends and B-D on libhttpcore-java (>= 4.2.1).
  * Also install fluent-hc API.

 -- Damien Raude-Morvan <drazzib@debian.org>  Sun, 19 Aug 2012 15:39:42 +0200

httpcomponents-client (4.1.1-2) unstable; urgency=low

  * Add OSGi metadata to JAR manifest.
  * Add Jakub Adam to Uploaders.
  * Bump Standards-Version to 3.9.3. No changes were required.
  * Updated copyright file format.
  * Add httpcore.jar and httpclient.jar to httpmime.jar Class-Path.

 -- Jakub Adam <jakub.adam@ktknet.cz>  Tue, 27 Mar 2012 21:33:50 +0200

httpcomponents-client (4.1.1-1) unstable; urgency=high

  * New upstream release:
    Fixed critical bug causing Proxy-Authorization header to be
    sent to the target host when tunneling requests through a proxy
    server that requires authentication: CVE-2011-1498. (Closes: #628727).
  * New maintainer. (Closes: #628731).
  * Bump Standards-Version to 3.9.2. No changes were required.
  * Add Build-Depends on libmockito-java.
  * Update Vcs-* fields.

 -- Miguel Landaeta <miguel@miguel.cc>  Wed, 29 Jun 2011 00:13:18 -0430

httpcomponents-client (4.0.3-2) unstable; urgency=low

  * Upload to unstable
  * Package orphaned
  * Tests disabled, they make the package FTBFS

 -- David Paleino <dapal@debian.org>  Tue, 31 May 2011 21:56:38 +0200

httpcomponents-client (4.0.3-1) experimental; urgency=low

  * New upstream version

 -- David Paleino <dapal@debian.org>  Wed, 22 Sep 2010 08:50:04 +0200

httpcomponents-client (4.0.2-1) experimental; urgency=low

  * New upstream version
  * debian/control:
    - Standards-Version bumped to 3.9.1, no changes needed

 -- David Paleino <dapal@debian.org>  Thu, 16 Sep 2010 11:52:49 +0200

httpcomponents-client (4.0.1-1) unstable; urgency=low

  * Initial release (Closes: #575327)

 -- David Paleino <dapal@debian.org>  Wed, 14 Jul 2010 17:57:40 +0200