changelog 1.9 KB

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