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