changelog 2.3 KB

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