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