Skip to content

1.0.18

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 15:48
· 31 commits to master since this release

Summary

  • Changes (breaking):
    • Remove support for building 802.3bt TLVs (broken).
  • Fix:
    • Fix memory leaks in EDP/FDP decoding when receiving some TLVs twice.
    • Do not set interface description continuously.
    • Use a different Netlink socket for changes and queries.

Changelog

  • [ffa5847] redhat: suppress extra .la file we don't want to install (Vincent Bernat)
  • [622da70] redhat: fix date in changelog (Vincent Bernat)
  • [91728d2] release: 1.0.18 (Vincent Bernat)
  • [e048229] build: bump actions/download-artifact from 3 to 4 (dependabot[bot])
  • [79c42d4] build: bump actions/upload-artifact from 3 to 4 (dependabot[bot])
  • [35eeac6] build: bump cross-platform-actions/action from 0.21.1 to 0.22.0 (dependabot[bot])
  • [1434de0] daemon/netlink: fix documentation string (Vincent Bernat)
  • [88fe3fa] daemon/netlink: use a different socket for changes and queries (Vincent Bernat)
  • [f2d5c6f] compat: add compat.h header to get forward declarations (Vincent Bernat)
  • [80d5190] daemon/priv: no need to define IFALIASZ (Vincent Bernat)
  • [aa6e929] daemon/lldpd: do not set interface description continuously (Vincent Bernat)
  • [18dc714] build: update automake for OpenBSD (Vincent Bernat)
  • [0fa2c9a] build: update BSD versions, add NetBSD (Vincent Bernat)
  • [727fd19] build: keep using xhyve for OpenBSD (Vincent Bernat)
  • [5b7704f] build: use QEMU for testing FreeBSD/OpenBSD (Vincent Bernat)
  • [cf0e944] build: bump cachix/install-nix-action from 23 to 24 (dependabot[bot])
  • [f540397] build: improve const correctness and prototype declarations (Georg Sauthoff)
  • [247fb1a] build: ensure we use -Werror on Linux builds (Vincent Bernat)
  • [43a885b] client: fix style (Vincent Bernat)
  • [b895508] client: translate dot into the short hostname (Georg Sauthoff)
  • [17fc741] build: remove coverity (Vincent Bernat)
  • [3071b40] daemon/lldpd: fix capitalization in help output (Vincent Bernat)
  • [8317658] daemon/lldp: fix warning message about out of order TLVs (Vincent Bernat)
  • [fa7c078] build: bump docker/login-action from 2 to 3 (dependabot[bot])
  • [a59512c] build: bump docker/metadata-action from 4 to 5 (dependabot[bot])
  • [040c65b] build: bump cross-platform-actions/action from 0.19.0 to 0.21.0 (dependabot[bot])
  • [12f5d39] lib/lldpctl: fix style (Vincent Bernat)
  • [551717c] daemon/lldp: restore read support for 802.3BT (Vincent Bernat)
  • [24b30d0] build: update nixpkgs (Vincent Bernat)
  • [3d18520] tests/integration: also remove 802.3bt test (Vincent Bernat)
  • [52dd0b6] lib: bump API/ABI (Vincent Bernat)
  • [f01183f] daemon/lldp: remove support for 802.3bt (Vincent Bernat)
  • [4e75047] daemon/protocols: fix some 802.3bt stuff (Vincent Bernat)
  • [b6541a9] lldpcli: fix capitalization (Vincent Bernat)
  • [2bd5f47] client/conf-power: Add support for 803.2bt parameters. (Andreas Hofmann)
  • [adb13d9] build: fix alignment in configure.ac (Vincent Bernat)
  • [75c23e7] build: bump docker/setup-buildx-action from 2 to 3 (#608) (dependabot[bot])
  • [192caf1] build: bump docker/setup-qemu-action from 2 to 3 (dependabot[bot])
  • [a4aaa0e] build: bump cachix/install-nix-action from 22 to 23 (#607) (dependabot[bot])
  • [edcf7bd] build: bump docker/build-push-action from 4 to 5 (#609) (dependabot[bot])
  • [e8e5d15] build: bump actions/checkout from 3 to 4 (dependabot[bot])
  • [145d654] [oss-fuzz] Issue 62435 (Arjun Singh)
  • [83f0edd] [bug] fix 5193822305648640 and 4673544697806848 (Arjun Singh)
  • [5cf30be] build: bump cross-platform-actions/action from 0.17.0 to 0.19.0 (dependabot[bot])
  • [c6eebc0] build: bump cross-platform-actions/action from 0.15.0 to 0.17.0 (#595) (dependabot[bot])
  • [66f1aa5] build: try another way to workaround problem with brew (Vincent Bernat)
  • [379d263] build: try to fix CI on MacOS (Vincent Bernat)
  • [995bf51] github: add GitHub sponsorship (Vincent Bernat)
  • [a8b9fe7] build: bump actions/upload-artifact from 1 to 3 (dependabot[bot])
  • [ef9f8ba] build: bump cachix/install-nix-action from 21 to 22 (dependabot[bot])
  • [25438d2] build: bump cross-platform-actions/action from 0.14.0 to 0.15.0 (dependabot[bot])
  • [f1dde8d] client: do not expose update command when unprivileged (Vincent Bernat)
  • [5461e01] build: rename fuzzing workflow (Vincent Bernat)
  • [ada8f97] build: bump cross-platform-actions/action from 0.13.0 to 0.14.0 (dependabot[bot])
  • [0c501f8] build: bump cachix/install-nix-action from 20 to 21 (dependabot[bot])
  • [9e945ce] build: reformat action for fuzzing (Vincent Bernat)
  • [93a40b3] [Fuzzing] oss-fuzz cifuzz (#587) (Arjun)
  • [dc13f3e] docs: add a NEWS entry about memory leak (Vincent Bernat)
  • [73061a2] daemon: do not start if fuzzing build mode is enabled (Vincent Bernat)
  • [b09e157] Merge pull request #584 from 0x34d/fuzzing (Vincent Bernat)
  • [261f3af] [Fuzzing] updates for oss-fuzz Ideal integration (Arjun Singh)
  • [d339ab6] osx: update homebrew recipe (Vincent Bernat)
  • [fb3d709] osx: don't use plist_options (Vincent Bernat)
  • [26952a2] redhat: do not ship .la file in -devel package (Vincent Bernat)