]> git.proxmox.com Git - pve-http-server.git/blame - debian/changelog
bump version to 5.0.4
[pve-http-server.git] / debian / changelog
CommitLineData
6b09edd8
TL
1libpve-http-server-perl (5.0.4) bookworm; urgency=medium
2
3 * fix #4802: reduce CA lookups while proxying with OpenSSL as packaged in
4 Debian 12 Bookworm.
5
6 * avoid AnyEvent::AIO to fix CPU spinning if the pure-perl implementation
7 libanyevent-aio-perl is installed, for example on development machines
8 when trying to use the perl language server.
9
10 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Jul 2023 09:38:56 +0200
11
06d03730
TL
12libpve-http-server-perl (5.0.3) bookworm; urgency=medium
13
14 * proxy request: handle missing content-type header
15
16 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Jun 2023 18:58:05 +0200
17
0e761983
WB
18libpve-http-server-perl (5.0.2) bookworm; urgency=medium
19
20 * formatter/bootstrap: set SameSite attr of auth cookie to 'strict'
21
22 * when proxying requests, preserve json formatting instead of converting to
23 x-www-form-urlencoded
24
25 * support actual arrays for array parameters, as a replacement for '-list' and
26 '-alist' formats
27
28 -- Proxmox Support Team <support@proxmox.com> Wed, 07 Jun 2023 13:21:19 +0200
29
b7c997ab
TL
30libpve-http-server-perl (5.0.1) bookworm; urgency=medium
31
32 * fix regression in the html (bootstrap) based API debug explorer, which
33 came in through a more strict pattern checking in a newer version of the
34 used URL encoding library
35
36 -- Proxmox Support Team <support@proxmox.com> Sat, 03 Jun 2023 15:15:47 +0200
37
1a555dd9
TL
38libpve-http-server-perl (5.0.0) bookworm; urgency=medium
39
40 * switch over to native versioning
41
42 * various small code and packaging clean ups
43
44 * re-build for Debian 12 Bookworm based releases
45
46 -- Proxmox Support Team <support@proxmox.com> Wed, 17 May 2023 07:26:11 +0200
47
0e661948
TL
48libpve-http-server-perl (4.2-3) bullseye; urgency=medium
49
50 * file upload: don't always calculate MD5 for syslog message, rather log the
51 file name instead,
52
53 * explicitly disallow tmpfilename parameter in query URL
54
55 -- Proxmox Support Team <support@proxmox.com> Fri, 14 Apr 2023 16:27:07 +0200
56
c4a08453
TL
57libpve-http-server-perl (4.2-2) bullseye; urgency=medium
58
59 * multipart upload: properly parse file parts without Content-Type
60
61 -- Proxmox Support Team <support@proxmox.com> Tue, 11 Apr 2023 14:44:03 +0200
62
fcb543a6
TL
63libpve-http-server-perl (4.2-1) bullseye; urgency=medium
64
65 * fix #4494: redirect incoming HTTP requests to HTTPS to avoid common
66 pitfall when opening the Proxmox VE or Proxmox Mail Gateway web-interface
67 for the first time
68
69 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Mar 2023 16:57:59 +0100
70
21bab96c
TL
71libpve-http-server-perl (4.1-6) bullseye; urgency=medium
72
73 * multipart upload: fix upload of files starting with newlines
74
75 * multipart upload: don't fail on presebce of additional headers
76
77 * multipart upload: loosen trailing-newline requirement from spec, as some
78 more popular clients (e.g., postman) violate that rule.
79
80 * fix #4344: http-server: fix regression that required the 'Content-Type' to
81 be always present for multipart headers, while it wasn't used at all.
82
83 -- Proxmox Support Team <support@proxmox.com> Mon, 06 Mar 2023 13:39:57 +0100
84
7a6657f0
TL
85libpve-http-server-perl (4.1-5) bullseye; urgency=medium
86
87 * upload: re-allow having white-space in filenames
88
89 -- Proxmox Support Team <support@proxmox.com> Mon, 07 Nov 2022 16:43:31 +0100
90
c6702003
TL
91libpve-http-server-perl (4.1-4) bullseye; urgency=medium
92
93 * acknowledge content-disposition header
94
95 * request: add missing early return to future proof error check
96
97 -- Proxmox Support Team <support@proxmox.com> Thu, 29 Sep 2022 14:37:05 +0200
98
9f092591
TL
99libpve-http-server-perl (4.1-3) bullseye; urgency=medium
100
101 * response: forbid linefeeds in response status message
102
103 * proxy request: assert that API url starts with a slash
104
105 * pass through streaming: only allow from privileged local pvedaemon as
106 safety net
107
108 * requests: assert that there is no @ in the URLs authority
109
110 -- Proxmox Support Team <support@proxmox.com> Sat, 02 Jul 2022 09:16:21 +0200
111
f124f482
TL
112libpve-http-server-perl (4.1-2) bullseye; urgency=medium
113
114 * tls: log failure to apply TLS 1.3 ciphers
115
116 * html formatter: encode href attributes for API debug viewer
117
118 -- Proxmox Support Team <support@proxmox.com> Tue, 17 May 2022 16:40:12 +0200
119
61cf96be
TL
120libpve-http-server-perl (4.1-1) bullseye; urgency=medium
121
122 * web socket: guard disconnect block check properly
123
124 * avoid warning if request params does not exist
125
126 * fix #3807: don't attempt response on closed handle
127
128 * fix #3790: allow setting TLS 1.3 cipher suites
129
130 * fix #3745: allow overriding TLS key location
131
132 * fix #3789: allow disabling TLS v1.2/v1.3
133
134 -- Proxmox Support Team <support@proxmox.com> Thu, 13 Jan 2022 13:32:43 +0100
135
d298a22c
TL
136libpve-http-server-perl (4.0-4) bullseye; urgency=medium
137
138 * webproxy: handle unflushed write buffer
139
140 * fix #3724: disable TLS renegotiation
141
142 * download-stream: allow the api call to set the content-encoding
143
144 -- Proxmox Support Team <support@proxmox.com> Wed, 24 Nov 2021 18:14:53 +0100
145
a545da70
TL
146libpve-http-server-perl (4.0-3) bullseye; urgency=medium
147
148 * anyevent: move unlink from http-server to endpoint
149
150 -- Proxmox Support Team <support@proxmox.com> Mon, 04 Oct 2021 10:18:12 +0200
151
28a4b9a4
FG
152libpve-http-server-perl (4.0-2) pve pmg; urgency=medium
153
154 * AnyEvent/websocket_proxy: remove 'base64' handling
155
156 * AnyEvent/websocket_proxy: drop handling of websocket subprotocols
157
158 -- Proxmox Support Team <support@proxmox.com> Tue, 18 May 2021 10:19:00 +0200
159
a7f937b2
TL
160libpve-http-server-perl (4.0-1) bullseye; urgency=medium
161
162 * rebuild for Debian 11 Bullseye based releases
163
164 -- Proxmox Support Team <support@proxmox.com> Fri, 14 May 2021 16:37:34 +0200
165
dacfcf3a
TL
166libpve-http-server-perl (3.2-2) pve pmg; urgency=medium
167
168 * access control: correctly match v4-mapped-v6 addresses
169
170 * access control: also match any IPv6 in 'ALL'
171
172 -- Proxmox Support Team <support@proxmox.com> Fri, 07 May 2021 17:49:34 +0200
173
6d42e637
TL
174libpve-http-server-perl (3.2-1) pve pmg; urgency=medium
175
176 * allow 'download' to be passed from API handler
177
178 * utils: add LISTEN_IP option in proxy configuration
179
180 * support streaming data form a file handle to a client
181
182 * allow stream download from path and over short-cutted pvedaemon-proxy
183
184 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Apr 2021 13:54:04 +0200
185
e22eccff
TL
186libpve-http-server-perl (3.1-1) pve pmg; urgency=medium
187
188 * accept connection phase: fix connection count leak
189
190 * accept connection phase: immediately close socket on early error
191
192 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Dec 2020 08:39:36 +0100
193
a420cb36
TL
194libpve-http-server-perl (3.0-6) pve pmg; urgency=medium
195
196 * fix #2766: allow application/json as content-type for post/put requests
197
198 * increase maximal accepted header count to 64. Modern browsers and proxy
199 combinations can exceed the old limit of 30. The maximal accumulated total
200 header size of 8 KiB stays untouched.
201
202 -- Proxmox Support Team <support@proxmox.com> Thu, 02 Jul 2020 09:42:39 +0200
203
779306a7
TL
204libpve-http-server-perl (3.0-5) pve pmg; urgency=medium
205
206 * partially fix #2618: use new unified spice port range helper from
207 pve-common, increases maximum proxy port for spice to 61999
208
209 * Websocket: implement ping/pong from RFC
210
211 * Websocket: performance improvements
212
213 -- Proxmox Support Team <support@proxmox.com> Mon, 09 Mar 2020 16:12:45 +0100
214
bd8e8612
TL
215libpve-http-server-perl (3.0-4) pve pmg; urgency=medium
216
217 * allow ticket in 'Authorization' header as fallback
218
219 * api-server: extract, set and handle API token header
220
221 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Jan 2020 09:32:04 +0100
222
c66bf47b
TL
223libpve-http-server-perl (3.0-3) pve pmg; urgency=medium
224
225 * send_file_start: allow to pass a open fh and content-type
226
227 -- Proxmox Support Team <support@proxmox.com> Fri, 11 Oct 2019 11:25:12 +0200
228
d1287429
TL
229libpve-http-server-perl (3.0-2) pve pmg; urgency=medium
230
231 * decode_urlencoded: cope with undefined values
232
233 * anyevent: rpcenv is optional and from our child instance
234
235 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:30:23 +0200
236
54ec74bb
TL
237libpve-http-server-perl (3.0-1) pve pmg; urgency=medium
238
239 * rebuild for Debian Buster / PVE 6.0
240
241 * update jQuery to 3.4.1
242
243 * update Bootstrap to 3.4.1
244
245 -- Proxmox Support Team <support@proxmox.com> Tue, 21 May 2019 21:35:00 +0200
246
d8ff724d
TL
247libpve-http-server-perl (2.0-13) unstable; urgency=medium
248
249 * tls: make dh to openssl 1.1 compatible
250
251 * store Host header in rpc environment
252
253 * forward Host header in proxy_request
254
255 -- Proxmox Support Team <support@proxmox.com> Wed, 03 Apr 2019 13:55:44 +0200
256
487cedb5
TL
257libpve-http-server-perl (2.0-12) unstable; urgency=medium
258
259 * Allow one to specify 'honor_cipher_order' and 'compression' parameters
260
261 * move read_proxy_conf from PVE::API2Tools to new PVE::ApiServer::Utils module
262
263 -- Proxmox Support Team <support@proxmox.com> Tue, 26 Feb 2019 07:07:31 +0100
264
55af714e
TL
265libpve-http-server-perl (2.0-11) unstable; urgency=medium
266
267 * fix #1935: spice proxy: read empty line after 200 OK
268
269 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Sep 2018 10:41:22 +0200
270
60f28d48
DM
271libpve-http-server-perl (2.0-10) unstable; urgency=medium
272
273 * fix #1869: send correct http response in spice proxy
274
275 * websocket: set $max_payload_size = 128*1024; (131072)
276
277 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Aug 2018 08:29:53 +0200
278
25c6e03f
DM
279libpve-http-server-perl (2.0-9) unstable; urgency=medium
280
281 * Fix #1684 WebSocket proxy behind a buffered proxy
282
283 -- Proxmox Support Team <support@proxmox.com> Mon, 28 May 2018 10:33:41 +0200
284
8a424513
FG
285libpve-http-server-perl (2.0-8) unstable; urgency=medium
286
287 * auth_handler: handle exceptions correctly instead of always returning 401
288
289 * add 'map' filetype to http-server
290
291 * do not send websocket status code to port
292
293 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 15:35:34 +0100
294
d80c5f14
DM
295libpve-http-server-perl (2.0-7) unstable; urgency=medium
296
297 * add content type application/x-compressed-tar
298
299 * allow API calls to download file contents
300
301 * build: reformat debian/control
302
303 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:05:17 +0100
304
c5b72323
DM
305libpve-http-server-perl (2.0-6) unstable; urgency=medium
306
307 * pass $format to rest_handler()
308
309 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2017 12:05:42 +0200
310
b06960b9
WB
311libpve-http-server-perl (2.0-5) unstable; urgency=medium
312
313 * add json/mp3/oga/svg MIME types for the new novnc
314
315 -- Proxmox Support Team <support@proxmox.com> Fri, 02 Jun 2017 12:49:02 +0200
316
e703c558
DM
317libpve-http-server-perl (2.0-4) unstable; urgency=medium
318
319 * assume all parameters are utf8 encoded
320
321 -- Proxmox Support Team <support@proxmox.com> Tue, 02 May 2017 11:55:21 +0200
322
c6cbc95f
DM
323libpve-http-server-perl (2.0-3) unstable; urgency=medium
324
325 * avoid locale specific time stamps
326
327 -- Proxmox Support Team <support@proxmox.com> Mon, 24 Apr 2017 07:43:29 +0200
328
24e1f1d0
WB
329libpve-http-server-perl (2.0-2) unstable; urgency=medium
330
331 * fix #1332: allow ECDHE with all supported curves
332
333 -- Proxmox Support Team <support@proxmox.com> Mon, 03 Apr 2017 15:11:38 +0200
334
01659ece
DM
335libpve-http-server-perl (2.0-1) unstable; urgency=medium
336
337 * bump version for debian stretch
338
339 -- Proxmox Support Team <support@proxmox.com> Fri, 10 Mar 2017 08:50:55 +0100
340
863ecf89
DM
341libpve-http-server-perl (1.0-4) unstable; urgency=medium
342
343 * add debian triggers file
344
345 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Jan 2017 16:36:47 +0100
346
8dee8361
DM
347libpve-http-server-perl (1.0-3) unstable; urgency=medium
348
349 * console-demo.pl: add a more complex demo
350
351 * call Net::SSLeay::ERR_clear_error after all handlers
352
353 * avoid warnings when clients disconnects early
354
355 -- Proxmox Support Team <support@proxmox.com> Sat, 21 Jan 2017 16:19:20 +0100
356
77a98dfe
DM
357libpve-http-server-perl (1.0-2) unstable; urgency=medium
358
359 * simple-demo.pl: simple demo server for testing
360
361 * extract_auth_cookie: always call uri_unescape($ticket)
362
363 * use canonical flag for json format
364
365 * remove base_handler_class from required arguments
366
367 * remove all references to rpcenv
368
369 * include jquery and bootstrap
370
371 * new helper add_dirs
372
373 * add new hook function to generate CSRF token
374
375 * add generic formatter framework
376
377 -- Proxmox Support Team <support@proxmox.com> Mon, 16 Jan 2017 18:39:21 +0100
378
d8218001
DM
379libpve-http-server-perl (1.0-1) unstable; urgency=medium
380
381 * first try
382
383 -- Proxmox Support Team <support@proxmox.com> Fri, 13 Jan 2017 12:47:07 +0100
384