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