File: changelog

package info (click to toggle)
libmicrohttpd 0.9.51-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,868 kB
  • ctags: 2,483
  • sloc: ansic: 33,172; sh: 11,504; pascal: 1,060; makefile: 919
file content (489 lines) | stat: -rw-r--r-- 17,507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
libmicrohttpd (0.9.51-1) unstable; urgency=medium

  * New upstream version 0.9.51.
  * Enable all hardening flags as MHD handles untrusted data.
  * Disable tests on hppa and hurd-i386 as they fail on these.

 -- Bertrand Marc <bmarc@debian.org>  Thu, 01 Sep 2016 10:53:10 +0200

libmicrohttpd (0.9.50-3) unstable; urgency=medium

  * Remove build-dependency on socat on hurd-i386 as it is not available and
    only used to enable tests at build time (Closes: #833028).
  * Use my @debian.org address for the maintainer field.

 -- Bertrand Marc <bmarc@debian.org>  Thu, 11 Aug 2016 22:55:29 +0200

libmicrohttpd (0.9.50-2) unstable; urgency=medium

  * Upload to unstable.

 -- Bertrand Marc <beberking@gmail.com>  Sat, 23 Jul 2016 15:28:52 +0200

libmicrohttpd (0.9.50-1) experimental; urgency=medium

  * Imported Upstream version 0.9.50 (Closes: #813636).
  * Stop building libmicrospdy, since upstream removed it:
    + debian/control: remove libmicrospdy binary packages and remove
      build-dependency on libssl-dev and zlib1g-dev.
    + debian/copyright: remove src/microspdy/* files, the GPL3+ paragraph,
      and the Files-excluded field.
    + remove debian/libmicrospdy-dev.install, debian/libmicrospdy0.install and
      debian/libmicrospdy0.symbols.
    + debian/rules: remove libmicrospdy-dbg from dh_strip.
  * Change soname version to libmicrohttpd12:
    + debian/control: update the binary package name.
    + rename debian/libmicrohttpd10.install.
    + rename and update debian/libmicrohttpd10.symbols.
    + debian/rules: strip libmicrohttpd12.
  * Migrate from a manual "-dbg" package to an automatic generated debug symbol
    package:
    + debian/control: remove libmicrohttpd-dbg.
    + debian/rules: use --dbgsym-migration in override_dh_strip.
  * Standards version 3.9.8: no changes needed.
  * debian/control: use secure URIs in vcs-fields.
  * Build-depend on libcurl4-gnutls-dev, socat and zzuf to enable more tests.

 -- Bertrand Marc <beberking@gmail.com>  Sun, 19 Jun 2016 16:27:47 +0200

libmicrohttpd (0.9.44+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.9.44+dfsg
  * debian/copyright:
    + update years and add the microspdy directory.
    + add a license paragraph for GPL-3 and remove a useless sentence in the
      LGPL paragraph.
  * make libmicrospdy-dev break and replace libmicrohttpd-dev, as the latter
    used to ship libmicrospdy.pc (Closes: #800922).
  * Add missing dependencies for libmicrohttpd-dev and libmicrospdy-dev.
  * Add 2 new symbols to libmicrohttpd10.symbols.

 -- Bertrand Marc <beberking@gmail.com>  Mon, 05 Oct 2015 22:24:46 +0200

libmicrohttpd (0.9.42+dfsg-2) unstable; urgency=medium

  [ Martin Pitt ]
  * debian/rules: Run the test suite and make it fatal on non-kfreebsd, where
    it's known to fail (Closes: #797154).
  * Add compile/link/run autopkgtest for libmicrohttpd-dev (Closes: #797157).

  [ Bertrand Marc ]
  * Build-depend on libssl-dev and zlib-dev to enable libmicrospdy.
  * Put libmicrospdy into separate packages (libmicrosdpy0, -dbg and -dev) and
    create libmicrospdy0.symbols.
  * Upload to unstable.

 -- Bertrand Marc <beberking@gmail.com>  Sun, 06 Sep 2015 17:40:18 +0200

libmicrohttpd (0.9.42+dfsg-1) experimental; urgency=medium

  * Update upstream signing key. Remove debian/source/include-binaries as
    the upstream signing key is now ascii armored.
  * Imported Upstream version 0.9.42+dfsg.
  * Add two new symbols from 0.9.38 and 0.9.39 in libmicrohttpd10.symbols.
  * Add a build-dependency on pkg-config to avoid an error with autoreconf.
  * Standards version 3.9.6: no changes needed.
  * Add debian/libmicrohttpd-dev.examples to install upstream examples
    (Closes: #793743).

 -- Bertrand Marc <beberking@gmail.com>  Wed, 05 Aug 2015 11:57:55 +0200

libmicrohttpd (0.9.37+dfsg-1) unstable; urgency=medium

  * Exclude non-free src/datadir/spdy-draft.txt (Closes: #745404) from
    debian/copyright and update debian/watch to mangle the debian version.
  * Imported Upstream version 0.9.37+dfsg.
  * Remove 02-hiding_symbols.patch: manual hiding of symbols is not necessary
    anymore as visibility is set when needed.
  * Add two new symbols from 0.9.35 in libmicrohttpd10.symbols.
  * Build depend on libgnutls28-dev instead of libgnutls-dev (Closes: #753115).
  * debian/control: make libmicrohttpd10 pre-depend on ${misc:Pre-Depends}
    instead of multi-arch.

 -- Bertrand Marc <beberking@gmail.com>  Thu, 10 Jul 2014 11:30:01 +0200

libmicrohttpd (0.9.33-1) unstable; urgency=medium

  [ Bertrand Marc ]
  * Imported Upstream version 0.9.33
  * Make uscan check the archive signature:
    + add the upstream key to debian/upstream-signing-key.pgp.
    + add the binary key to debian/source/include-binaries.
    + add pgpsigurlmangle to debian/watch.
  * Hide uneeded exported symbols according to microhttpd.h and EXPORT.sym.
    This fixes building on kfreebsd (Closes: #733184).
    + cherry pick 02-hiding_symbols from upstream svn.
    + remove every unwanted symbols from libmicrohttpd10.symbols.
  * Standards version 3.9.5:
    + remove dependency on dpkg (>= 1.15.4) | install-info.

  [ Ivo De Decker ]
  * Add missing build-dep on texinfo.

 -- Ivo De Decker <ivo.dedecker@ugent.be>  Wed, 01 Jan 2014 16:58:30 +0100

libmicrohttpd (0.9.32-1) unstable; urgency=medium

  * Imported Upstream version 0.9.32
    + Fix CVE-2013-7038 and CVE-2013-7039 (Closes: #731933).
  * debian/libmicrohttpd10.symbols:
    + remove 2 unused symbols.
    + add a new one from 0.9.30.
    + add 2 new ones from 0.9.32.
  * Refresh the only patch.
  * debian/rules: remove an old cleaning rule after install.

 -- Bertrand Marc <beberking@gmail.com>  Wed, 11 Dec 2013 17:30:36 +0100

libmicrohttpd (0.9.27-2) unstable; urgency=low

  * Disable the test suite, as it fails on kfreebsd.
  * Remove useless debian/source/options.
  * debian/control: update Vcs-git and Vcs-browser to use anonscm.debian.org
    instead of git.debian.org.

 -- Bertrand Marc <beberking@gmail.com>  Wed, 17 Jul 2013 18:20:03 +0200

libmicrohttpd (0.9.27-1) unstable; urgency=low

  * Move the git repository to collab-maint.
  * Imported Upstream version 0.9.27
  * debian/rules: remove useless override_dh_builddeb.
  * Add a symbols file for libmicrohttpd.
  * Enable the test suite.
  * debian/control: extend long descriptions with key features.
  * Migrate debian/copyright to standard format 1.0.
  * Standards version 3.9.4.

 -- Bertrand Marc <beberking@gmail.com>  Sun, 19 May 2013 20:23:09 +0200

libmicrohttpd (0.9.20-1) unstable; urgency=low

  * debian/control: add Vcs-Git and Vcs-browser fields.
  * Imported Upstream version 0.9.20.
  * debian/control: remove duplicate field "section".

 -- Bertrand Marc <beberking@gmail.com>  Sun, 24 Jun 2012 12:24:02 +0200

libmicrohttpd (0.9.19-3) unstable; urgency=low

  * New maintainer (Closes: #660445).
  * Upload to unstable.
  * Standards version 3.9.3.
  * Add a dependency on dpkg (>= 1.15.4) | install-info for extract,
    see Policy section 12.2.
  * Add debian/watch.
  * Move to autoreconf:
    + build-depends on autoconf, automake, dh-autoreconf.
    + debian/rules: use dh --with autoreconf.

 -- Bertrand Marc <beberking@gmail.com>  Sat, 14 Apr 2012 18:25:48 +0200

libmicrohttpd (0.9.19-2) experimental; urgency=low

  * Orphaning package.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 19 Feb 2012 09:16:33 +0000

libmicrohttpd (0.9.19-1) experimental; urgency=low

  * Merging upstream version 0.9.19 (Closes: #660012).
  * Updating package to debhelper version 9.
  * Updating years in copyright file.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 15 Feb 2012 22:19:26 +0100

libmicrohttpd (0.9.17-1) experimental; urgency=low

  * Merging upstream version 0.9.17.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 20 Nov 2011 10:05:35 +0100

libmicrohttpd (0.9.15-1) experimental; urgency=low

  * Using compression level 9 also for binary packages.
  * Merging upstream version 0.9.15.
  * Sorting overrides in rules alphabetically.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 03 Nov 2011 11:12:17 +0100

libmicrohttpd (0.9.14-1) experimental; urgency=low

  * Merging upstream version 0.9.14.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 12 Sep 2011 11:22:21 +0200

libmicrohttpd (0.9.13-1) experimental; urgency=low

  * Merging upstream version 0.9.13.
  * Updating maintainer and uploaders fields.
  * Removing vcs fields.
  * Removing references to my old email address.
  * Removing changelog entry for 0.9.1-1 which was a version not
    uploaded to the archive.
  * Updating to standards version 3.9.2.
  * Updating package long-descriptions.
  * Updating years in copyright file.
  * Making packaging distribution neutral.
  * Compacting copyright file.
  * Removing leading slash from debhelper install files.
  * Rediffing manpage.patch.
  * Adding libgcrypt to build-depends for https support.
  * Adding libgnutls to build-depends for ssl support.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 09 Sep 2011 16:05:44 +0200

libmicrohttpd (0.9.3-1) experimental; urgency=low

  * Merging upstream version 0.9.3.
  * Removing README.source.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 30 Nov 2010 22:00:20 +0100

libmicrohttpd (0.9.2-1) experimental; urgency=low

  * Merging upstream version 0.9.2.
  * Updating to debhelper version 8.
  * Switching to source format 3.0 (quilt).
  * Using newer autotools handing in rules.
  * Dropping old dpkg depends.
  * Rediffing manpage patch.
  * Updating packaging for soname major version 10.
  * Updating copyright file (Closes: #600864).

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 21 Nov 2010 11:44:08 +0100

libmicrohttpd (0.9.0-1) experimental; urgency=low

  * Updating standards version to 3.9.0.
  * Merging upstream version 0.9.0.
  * Updating packaging for soname bump.
  * Updating package to standards version 3.9.1.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 06 Aug 2010 16:46:45 +0200

libmicrohttpd (0.4.6-1) unstable; urgency=medium

  * Merging upstream version 0.4.6:
    - fixes ssl on big-endian.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 13 Mar 2010 10:43:45 +0100

libmicrohttpd (0.4.5-1) unstable; urgency=low

  * Adding explicit source version 1.0 until switch to 3.0.
  * Updating year in copyright file.
  * Updating to standards 3.8.4.
  * Merging upstream version 0.4.5.
  * Updating year in copyright file.
  * Changing dh call to more common scheme.
  * Simplyfing libmicrohttpd-dev debhelper install file.
  * Updating README.source.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 21 Feb 2010 15:43:32 +0100

libmicrohttpd (0.4.4-1) unstable; urgency=low

  * Merging upstream version 0.4.4.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 09 Nov 2009 21:19:57 +0100

libmicrohttpd (0.4.3-1) unstable; urgency=low

  * Simplifying autotools handling in rules.
  * Merging upstream version 0.4.3.
  * Making build-depends on quilt versioned.
  * Disabling test suite.
  * Adding depends to dpkg and install-info to libmicrohttpd-dev.
  * Dropping the .la file.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 06 Nov 2009 13:56:41 +0100

libmicrohttpd (0.4.2-4) unstable; urgency=low

  * Removing not required sourcedir parameter from dh_install override.
  * Updating to standards version 3.8.3.
  * Adding maintainer homepage field to control.
  * Marking maintainer homepage field to be also included in binary
    packages and changelog.
  * Adding README.source.
  * Updating upstream homepage location.
  * Moving maintainer homepage from control to copyright.
  * Updating README.source.
  * Bumping versioned build-depends on debhelper.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 21 Sep 2009 21:25:37 +0200

libmicrohttpd (0.4.2-3) unstable; urgency=low

  * Removing accidentally imported (useless) removal of po files in
    clean.
  * Updating maintainer field.
  * Updating vcs fields.
  * Polishing rules file.
  * Removing shlibs file.
  * Sorting depends.
  * Adding patch to fix bad what-is entry in manpage.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 10 Aug 2009 21:01:41 +0200

libmicrohttpd (0.4.2-2) unstable; urgency=low

  * Minimizing rules file.
  * Updating package to standards version 3.8.2.
  * Adding misc depends.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 29 Jul 2009 23:27:30 +0200

libmicrohttpd (0.4.2-1) unstable; urgency=low

  * Merging upstream version 0.4.2.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 18 May 2009 12:41:53 +0200

libmicrohttpd (0.4.1-1) unstable; urgency=low

  * Merging upstream version 0.4.1.
  * Using correct rfc-2822 date formats in changelog.
  * Updating section of the debug package.
  * Tidy rules file.
  * Updating package to standards 3.8.1.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 11 May 2009 18:41:51 +0200

libmicrohttpd (0.4.0a-2) unstable; urgency=medium

  * Adjusting package to new soname (Closes: #519203).

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 18 Mar 2009 20:07:00 +0100

libmicrohttpd (0.4.0a-1) unstable; urgency=low

  * Merging upstream version 0.4.0a.
  * Adding new pkg-config files to libmicrohttpd-dev.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 25 Feb 2009 15:12:00 +0100

libmicrohttpd (0.4.0-1) unstable; urgency=low

  * Merging upstream version 0.4.0.
  * Updating year in copyright file.
  * Updating shlibs file.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 25 Feb 2009 15:07:00 +0100

libmicrohttpd (0.4.0~pre1-2) unstable; urgency=low

  * Removing Arnaud from uploaders, he is MIA (Closes: #513169).
  * Updating rules to current state of the art.
  * Updating shlibs file.
  * Updating year in copyright file.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 05 Feb 2009 01:05:00 +0100

libmicrohttpd (0.4.0~pre1-1) unstable; urgency=low

  * Merging upstream version 0.4.0~pre1.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 22 Nov 2008 15:26:00 +0100

libmicrohttpd (0.4.0~pre0-2) unstable; urgency=low

  * Replacing obsolete dh_clean -k with dh_prep.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 15 Nov 2008 07:56:00 +0100

libmicrohttpd (0.4.0~pre0-1) experimental; urgency=low

  * Updating vcs fields in control file.
  * Merging upstream version 0.4.0~pre0.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sun, 14 Sep 2008 12:59:00 +0200

libmicrohttpd (0.3.1-1) unstable; urgency=low

  * Updating rules file.
  * Bumping shlibs.
  * Merging upstream version 0.3.1.
  * Updating to standards 3.8.0.
  * Updatingto debhelper 7.
  * Correcting indenting in copyright file.
  * Reordering compiler flags in configure call.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 12 Jun 2008 00:49:00 +0200

libmicrohttpd (0.3.0-1) unstable; urgency=low

  * Updating package to soname 4.
  * Generalizing man files in libmicrohttpd-dev install file.
  * Adding info page to libmicrohttpd-dev install file.
  * Merging upstream version 0.3.0.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Mon, 14 Apr 2008 11:16:00 +0200

libmicrohttpd (0.2.3-1) unstable; urgency=medium

  * Updating shlibs file.
  * Merging upstream version 0.2.3.
  * Reordering rules file.
  * Rewrapping copyright file.
  * Updating vcs fields in control file.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 12 Apr 2008 20:17:00 +0200

libmicrohttpd (0.2.2-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 01 Apr 2008 17:11:00 +0200

libmicrohttpd (0.2.1-2) unstable; urgency=low

  * Adding vcs fields in control.
  * Rewriting copyright in machine-interpretable format.
  * Removing watch file.
  * Bumping shlibs to 0.2.1.
  * Rewritten rules.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 26 Feb 2008 10:26:00 +0100

libmicrohttpd (0.2.1-1) unstable; urgency=low

  * New upstream release.
  * Bumped to debhelper 6.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 02 Feb 2008 18:40:00 +0100

libmicrohttpd (0.2.0-1) unstable; urgency=low

  * New upstream release:
    - Bumps soname.
  * Bumped to new policy.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Thu, 20 Oct 2007 22:15:00 +0100

libmicrohttpd (0.1.1-1) unstable; urgency=low

  * New upstream release.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 19 Oct 2007 21:56:00 +0200

libmicrohttpd (0.1.0-2) unstable; urgency=low

  * Adding debug package.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Wed, 26 Sep 2007 10:52:00 +0200

libmicrohttpd (0.1.0-1) unstable; urgency=low

  * New upstream release:
    - Bumps soname to 2.
    - Changed license to LGPL 2.1 (since version 0.0.2 though).

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Fri, 14 Sep 2007 11:36:00 +0200

libmicrohttpd (0.0.0-1) unstable; urgency=low

  * Initial release.

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Tue, 14 Aug 2007 18:53:00 +0200