changelog 2.6 KB

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