changelog 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. bgpdump (1.6.2-3) unstable; urgency=medium
  2. * Switch manpage generation from asciidoctor to scdoc
  3. * Properly cleanup in clean target. Closes: #1043891
  4. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 31 Aug 2024 20:57:27 +0200
  5. bgpdump (1.6.2-2) unstable; urgency=medium
  6. * Packaging cleanup
  7. * Adjust for deprecation of which(1)
  8. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 26 Aug 2021 16:28:51 +0200
  9. bgpdump (1.6.2-1) unstable; urgency=medium
  10. * New upstream version 1.6.2
  11. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 10 Jun 2020 20:41:41 +0200
  12. bgpdump (1.6.1-2) unstable; urgency=medium
  13. * Enhance test script further to be usable in autopkgtest.
  14. Closes: #960324
  15. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 11 May 2020 22:28:36 +0200
  16. bgpdump (1.6.1-1) unstable; urgency=medium
  17. * New upstream version 1.6.1
  18. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 28 Apr 2020 06:51:27 +0200
  19. bgpdump (1.6.0-2) unstable; urgency=high
  20. * Don't pass the full LDFLAGS set to bgpdump creation.
  21. Closes: #945881
  22. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 01 Dec 2019 17:25:10 +0100
  23. bgpdump (1.6.0-1) unstable; urgency=medium
  24. * New upstream version 1.6.0
  25. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 27 Jan 2019 15:33:01 +0100
  26. bgpdump (1.5.0-3) unstable; urgency=medium
  27. * Use asciidoctor to render the manpage. Closes: #895167
  28. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 19 Jul 2018 23:43:14 +0200
  29. bgpdump (1.5.0-2) unstable; urgency=medium
  30. * Update watch file
  31. * Update manpage: BGP FSM state values 7 and 8 are now supported
  32. upstream
  33. * Fix unaligned memory access
  34. * Make the clean target work
  35. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 30 Oct 2016 15:19:51 +0100
  36. bgpdump (1.5.0-1) unstable; urgency=low
  37. * New upstream version 1.5.0. Addresses:
  38. - Fix time_t expansion on big-endian archs where
  39. sizeof(time_t) > 4. Closes: #832468
  40. * manpage:
  41. - Declare y2038 compliance (or lack thereof)
  42. - Reword the -T option
  43. * Use m4_esyscmd_s to determine AC_REVISION. Closes: #841459
  44. * Refine debian/copyright
  45. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 27 Oct 2016 00:53:23 +0200
  46. bgpdump (1.4.99.15+hg127-2) unstable; urgency=low
  47. * Use strlcat from libbsd-dev, fixing FTBFS on hurd and kfreebsd
  48. Closes: #832038
  49. * Fix getopt usage, unbreaks bgpdump in several architectures
  50. * Add more assertion checks
  51. * manpage: Document the -p option, explain -M
  52. * Add small test data, and use it during build
  53. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 23 Jul 2016 16:53:45 +0200
  54. bgpdump (1.4.99.15+hg127-1) unstable; urgency=low
  55. * Initial version, based on latest upstream commit. Closes: #733453
  56. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 20 Jul 2016 22:39:30 +0200