Skip to content

1.0.17

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 15:27
· 95 commits to master since this release

Summary

  • Fix:
    • Read overflow when parsing CDP addresses. Thanks to Matteo Memelli.
    • Don't output empty lines on configure commands.

Changelog

  • [bf5457b] release: 1.0.17 (Vincent Bernat)
  • [a190084] build: bump cross-platform-actions/action from 0.10.0 to 0.13.0 (dependabot[bot])
  • [14ce099] client: don't output empty lines on configure commands (Vincent Bernat)
  • [74d4d69] lib: remove unreachable code (Vincent Bernat)
  • [a9aeabd] daemon: fix read overflow when parsing CDP addresses (Vincent Bernat)
  • [e1af9ac] build: bump cachix/install-nix-action from 18 to 20 (dependabot[bot])
  • [f493b63] interfaces: fix use of isdigit() (Vincent Bernat)
  • [5c452f3] build: bump cross-platform-actions/action from 0.7.0 to 0.10.0 (dependabot[bot])
  • [77a85a6] build: bump docker/build-push-action from 3 to 4 (dependabot[bot])
  • [1ca42ca] build: don't run clang build with SNMP support (Vincent Bernat)
  • [02f38b9] build: bump cross-platform-actions/action from 0.6.2 to 0.7.0 (#566) (dependabot[bot])
  • [d0eca34] build: fix lldpcli build (Vincent Bernat)
  • [0fa2833] build: better integration of fuzz-decode in build process (Vincent Bernat)
  • [215d042] interfaces: properly initialize ethtool structure (Vincent Bernat)
  • [0221be2] build: make all char unsigned (Vincent Bernat)
  • [379b8ab] tests: mark "too_many_vlans" test as unreliable (Vincent Bernat)
  • [01aee0f] m4/progname.m4: Include <stdio.h> for printf in lldp_CHECK___PROGNAME (Florian Weimer)
  • [257cff4] tests: give more time to lldpd when handling many VLANs (Vincent Bernat)
  • [16a1a7e] tests: use prefixlen instead of mask with pyroute2 (Vincent Bernat)
  • [73987a1] tests: upgrade pytest and others to more recent versions (Vincent Bernat)
  • [93e336d] tests: fix warnings about format string (Vincent Bernat)
  • [e78af81] build: switch back to apheleia (Vincent Bernat)
  • [395caf6] Merge pull request #563 from lldpd/dependabot/github_actions/actions/cache-3 (dependabot[bot])
  • [b9e00dd] build: bump actions/cache from 2 to 3 (dependabot[bot])
  • [0dc7a4a] src/client: add two missing commands to manual page (Vincent Bernat)
  • [27b380b] build: update two additional docker actions (Vincent Bernat)
  • [b373cd6] build: fix release script to work with OOT build dir (Vincent Bernat)
  • [62364b8] osx: update Homebrew recipe (Vincent Bernat)
  • [87467d2] build: bump docker/build-push-action from 2 to 3 (dependabot[bot])
  • [7deb201] build: bump docker/login-action from 1 to 2 (dependabot[bot])
  • [5bed67d] build: bump docker/metadata-action from 3 to 4 (dependabot[bot])
  • [91c4a73] build: bump cachix/install-nix-action from 17 to 18 (dependabot[bot])
  • [fcc87c7] build: bump actions/download-artifact from 2 to 3 (dependabot[bot])
  • [0c29b7c] build: add dependabot (Vincent Bernat)
  • [fd117da] build: update some actions to remove warnings (Vincent Bernat)
  • [566917f] build: update set-output method for GitHub action (Vincent Bernat)