changelog 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. http-parser (2.9.4-5) unstable; urgency=high
  2. * unset F_CHUNKED on new Transfer-Encoding.
  3. Closes: #1016690 [CVE-2020-8287]
  4. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Fri, 05 Aug 2022 19:53:57 +0200
  5. http-parser (2.9.4-4) unstable; urgency=medium
  6. * Packaging cleanup
  7. * Fix autopkgtest: Add build-essential to dependencies
  8. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 02 Jan 2021 17:07:49 +0100
  9. http-parser (2.9.4-3) unstable; urgency=medium
  10. * Fix build for x32
  11. * Add a simple autopkgtest
  12. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 31 Dec 2020 09:44:39 +0100
  13. http-parser (2.9.4-2) unstable; urgency=high
  14. * Upload to unstable. Closes: #977467 [CVE-2019-15605]
  15. * Make build on i386 pass
  16. * http-parser was abandoned upstream, cherry-pick commits since last
  17. release that seem sensible to include.
  18. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 20 Dec 2020 10:26:44 +0100
  19. http-parser (2.9.4-1) experimental; urgency=medium
  20. * Upload to experimental
  21. * New upstream version 2.9.4
  22. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 19 Dec 2020 10:29:54 +0100
  23. http-parser (2.9.3-1) experimental; urgency=medium
  24. * Upload to experimental
  25. * New upstream version 2.9.3
  26. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 24 Feb 2020 07:15:44 +0100
  27. http-parser (2.9.2-2) unstable; urgency=medium
  28. * Upload to unstable
  29. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 04 Aug 2019 23:00:55 +0200
  30. http-parser (2.9.2-1) experimental; urgency=medium
  31. * New upstream version 2.9.2, upload to experimental
  32. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 21 Jul 2019 16:11:00 +0200
  33. http-parser (2.8.1-1) unstable; urgency=medium
  34. * Upload to unstable
  35. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 12 Apr 2018 22:15:13 +0200
  36. http-parser (2.8.1-1~exp1) experimental; urgency=medium
  37. * Upload to experimental
  38. * New upstream version 2.8.1, soname 2.8
  39. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 04 Apr 2018 23:22:46 +0200
  40. http-parser (2.7.1-2) unstable; urgency=medium
  41. * Eventually upload to unstable. Closes: #795492
  42. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 19 Nov 2017 16:06:25 +0100
  43. http-parser (2.7.1-2~exp1) experimental; urgency=medium
  44. * Upload to experimental
  45. * Packaging cleanup, create a -dbgsym package
  46. * Cherry-pick upstream commit v2.7.1-1-g335850f: Provide
  47. HTTP_STATUS_MAP(XX) and enum http_status
  48. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 14 Nov 2017 18:52:13 +0100
  49. http-parser (2.7.1-1~exp1) experimental; urgency=medium
  50. * New maintainer, thanks to Pirate Praveen for maintaining this package
  51. * New upstream version 2.7.1
  52. * Upload to experimental as first step for the transition
  53. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 12 Nov 2017 23:45:57 +0100
  54. http-parser (2.1-2.1) unstable; urgency=medium
  55. * Non-maintainer upload.
  56. * Fix FTBFS with GCC-7, thanks to Hilko Bengen (Closes: #853446)
  57. [ Helmut Grohne ]
  58. * Fix FTCBFS: Let dh_auto_build pass cross flags. (Closes #842848)
  59. -- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 04 Nov 2017 21:01:55 +0100
  60. http-parser (2.1-2) unstable; urgency=low
  61. * Team upload.
  62. [ Per Andersson ]
  63. * Update copyright with years
  64. * Fix Vcs-* URLs
  65. [ Cédric Boutillier ]
  66. * debian/rules:
  67. - export build flags
  68. - override dh_auto_install instead of defining build: target
  69. (Closes: #719036)
  70. * debian/patches:
  71. - add fix-soname.patch from upstream to define a proper SONAME
  72. - update use-ldflags.patch to add LDFLAGS to LDFLAGS_LIB
  73. * Fix multiarch installation path (Closes: #719780)
  74. - ld can now find it with -lhttp_parser (Closes: #724204)
  75. * Install symlinks for the -dev package
  76. [ Praveen Arimbrathodiyil ]
  77. * add symbols file
  78. * unapply patches after build
  79. * override dh_makeshlibs
  80. * add a -dbg package
  81. * add dpkg-dev (>= 1.16.1~) to build deps
  82. -- Cédric Boutillier <boutil@debian.org> Tue, 24 Sep 2013 00:29:11 +0200
  83. http-parser (2.1-1) unstable; urgency=low
  84. * Initial release (Closes: #712052)
  85. -- Praveen Arimbrathodiyil <praveen@debian.org> Thu, 13 Jun 2013 20:37:49 +0530