Skip to content

1.0.13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 12:56
· 208 commits to master since this release
9576b78

Summary

  • Fix:
    • Add support for 2.5G, 5G, 25G and 50G based Ethernet (#475)
    • Fix link-down detection on OpenBSD (#476)
    • Fix LLDP packets encapsuled in VLAN 0 in some conditions
    • Fix heap overflow when reading SONMP. CVE-2021-43612.
      Thanks to Jeremy Galindo for discovering this one.

Changelog

  • [9576b78] release: 1.0.13 (Vincent Bernat)
  • [3a66eef] tests: stop complain about extra args when compiling checks (Vincent Bernat)
  • [73d4268] sonmp: fix heap overflow when reading SONMP packets (Vincent Bernat)
  • [9dee8de] build: provide a clearer message if pkg-config is not installed (Vincent Bernat)
  • [afddd1b] doc: add NEWS entry for latest commit (Vincent Bernat)
  • [261afbe] client: do not set VLAN tag if client did not set it (Vincent Bernat)
  • [f6ad9aa] doc: replace the old py.test references by pytest (Jose Pedro Oliveira)
  • [20c1ef7] interfaces: on OpenBSD, ensure we get a device before setting its flags (Vincent Bernat)
  • [b5f1e34] lldpcli: remove redundant "ports" parameters from cap and mgmt cmds (Yaroslav Fedoriachenko)
  • [fed5564] build: more fallback to autoconf 2.69 (Vincent Bernat)
  • [f3609ab] build: fallback to use autoconf 2.69 again (Vincent Bernat)
  • [bc6cf97] build: update to autoconf 2.71 (Vincent Bernat)
  • [837d5d1] tests: make decode work without libcheck (Vincent Bernat)
  • [29203ab] doc: update link to the Wireshark's LLDP Wiki page (Jose Pedro Oliveira)
  • [acc673f] Fix illumos name typo (Brian Bennett)
  • [7d60750] event: fix monitoring of the monitor process on Illuminos (Vincent Bernat)
  • [4ed0cd5] priv: fix chroot creation (Vincent Bernat)
  • [9864921] priv: handle EROFS when creating chroot (Vincent Bernat)
  • [f28fc79] osx: replace plist by service in brew recipe (Vincent Bernat)
  • [a8140f4] osx: update Brew recipe (Vincent Bernat)
  • [5d5e930] doc: update NEWS file (Vincent Bernat)
  • [d5b5adb] Add support for 2.5G, 5G, 25G, and 50G based Ethernet (#475) (quwer2)
  • [b78587a] interfaces-bsd: do not consider an interface when it is down (Vincent Bernat)
  • [a818d64] ci: publish a release as a draft (Vincent Bernat)
  • [cd5c1a6] ci: unshallow repository on release (Vincent Bernat)