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