changelog 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. http-parser (2.8.1-1+deb10u2) buster; urgency=medium
  2. * Fix ABI breakage introduced by accident in 2.8.1-1+deb10u1.
  3. Many thanks to Hilko Bengen.
  4. Closes: #996460, #996939, #996997
  5. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 31 Oct 2021 23:50:09 +0100
  6. http-parser (2.8.1-1+deb10u1) buster; urgency=medium
  7. * Cherry-pick "Support multi-coding Transfer-Encoding".
  8. Closes: #977467 [CVE-2019-15605]
  9. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Fri, 04 Jun 2021 20:59:56 +0200
  10. http-parser (2.8.1-1) unstable; urgency=medium
  11. * Upload to unstable
  12. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 12 Apr 2018 22:15:13 +0200
  13. http-parser (2.8.1-1~exp1) experimental; urgency=medium
  14. * Upload to experimental
  15. * New upstream version 2.8.1, soname 2.8
  16. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 04 Apr 2018 23:22:46 +0200
  17. http-parser (2.7.1-2) unstable; urgency=medium
  18. * Eventually upload to unstable. Closes: #795492
  19. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 19 Nov 2017 16:06:25 +0100
  20. http-parser (2.7.1-2~exp1) experimental; urgency=medium
  21. * Upload to experimental
  22. * Packaging cleanup, create a -dbgsym package
  23. * Cherry-pick upstream commit v2.7.1-1-g335850f: Provide
  24. HTTP_STATUS_MAP(XX) and enum http_status
  25. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 14 Nov 2017 18:52:13 +0100
  26. http-parser (2.7.1-1~exp1) experimental; urgency=medium
  27. * New maintainer, thanks to Pirate Praveen for maintaining this package
  28. * New upstream version 2.7.1
  29. * Upload to experimental as first step for the transition
  30. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 12 Nov 2017 23:45:57 +0100
  31. http-parser (2.1-2.1) unstable; urgency=medium
  32. * Non-maintainer upload.
  33. * Fix FTBFS with GCC-7, thanks to Hilko Bengen (Closes: #853446)
  34. [ Helmut Grohne ]
  35. * Fix FTCBFS: Let dh_auto_build pass cross flags. (Closes #842848)
  36. -- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 04 Nov 2017 21:01:55 +0100
  37. http-parser (2.1-2) unstable; urgency=low
  38. * Team upload.
  39. [ Per Andersson ]
  40. * Update copyright with years
  41. * Fix Vcs-* URLs
  42. [ Cédric Boutillier ]
  43. * debian/rules:
  44. - export build flags
  45. - override dh_auto_install instead of defining build: target
  46. (Closes: #719036)
  47. * debian/patches:
  48. - add fix-soname.patch from upstream to define a proper SONAME
  49. - update use-ldflags.patch to add LDFLAGS to LDFLAGS_LIB
  50. * Fix multiarch installation path (Closes: #719780)
  51. - ld can now find it with -lhttp_parser (Closes: #724204)
  52. * Install symlinks for the -dev package
  53. [ Praveen Arimbrathodiyil ]
  54. * add symbols file
  55. * unapply patches after build
  56. * override dh_makeshlibs
  57. * add a -dbg package
  58. * add dpkg-dev (>= 1.16.1~) to build deps
  59. -- Cédric Boutillier <boutil@debian.org> Tue, 24 Sep 2013 00:29:11 +0200
  60. http-parser (2.1-1) unstable; urgency=low
  61. * Initial release (Closes: #712052)
  62. -- Praveen Arimbrathodiyil <praveen@debian.org> Thu, 13 Jun 2013 20:37:49 +0530