]>
git.ipfire.org Git - thirdparty/lldpd.git/log
Vincent Bernat [Sat, 26 Oct 2024 06:55:08 +0000 (08:55 +0200)]
build: query pkg-config for readline/libedit/libeditline
Fix #686
Vincent Bernat [Fri, 25 Oct 2024 17:22:35 +0000 (19:22 +0200)]
build: don't enforce style
clang-format is a pain with behaviour depending on the version...
Vincent Bernat [Fri, 25 Oct 2024 17:10:01 +0000 (19:10 +0200)]
daemon: revert latest style change
Vincent Bernat [Fri, 25 Oct 2024 16:33:28 +0000 (18:33 +0200)]
daemon: do not query PHY for a down interface on Linux
It may wake up the device.
Fix #685
lzhou [Tue, 15 Oct 2024 02:48:13 +0000 (10:48 +0800)]
fix endless loop in redefined malloc/remalloc functions on system using uClibc
Vincent Bernat [Tue, 15 Oct 2024 20:44:07 +0000 (22:44 +0200)]
build: use environment variables to configure pip
Otherwise, it may or may not work depending on the version of pip...
Vincent Bernat [Tue, 15 Oct 2024 20:37:02 +0000 (22:37 +0200)]
build: use Ubuntu 22.04
Can't fix everything right now...
Vincent Bernat [Tue, 15 Oct 2024 19:10:45 +0000 (21:10 +0200)]
daemon: fix formatting with clang-format
Vincent Bernat [Tue, 15 Oct 2024 19:08:20 +0000 (21:08 +0200)]
Revert "build: try to build SNMP with --base-lib-cflags"
This reverts commit
3e3ba6e8dd93b2adf6a46b6345e7ff2f3ae7f962 . This does
not work as it also includes -D_FORTIFY_SOURCE=x...
Vincent Bernat [Tue, 15 Oct 2024 19:05:14 +0000 (21:05 +0200)]
daemon: fix usage of calloc
First argument is the number of elements to allocate.
Vincent Bernat [Tue, 15 Oct 2024 19:02:50 +0000 (21:02 +0200)]
build: try to build SNMP with --base-lib-cflags
In the past, this was not working correctly. Let's see if the situation
has improved.
Vincent Bernat [Tue, 15 Oct 2024 19:00:51 +0000 (21:00 +0200)]
build: remove -D_FORTIFY_SOURCE= from NetSNMP CFLAGS
This is really a pain...
Vincent Bernat [Tue, 15 Oct 2024 06:26:59 +0000 (08:26 +0200)]
build: allow pip to install packages system-wide
dependabot[bot] [Tue, 1 Oct 2024 19:54:54 +0000 (19:54 +0000)]
build: bump cachix/install-nix-action from 26 to 29
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 29.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v26...v29)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Vincent Bernat [Tue, 6 Aug 2024 05:36:20 +0000 (07:36 +0200)]
build: run cross-platforms test on ubuntu-latest
MacOS and Xhyve are deprecated. See:
https://github.com/cross-platform-actions/action/blob/HEAD/changelog.md#0250---2024-07-11
dependabot[bot] [Thu, 1 Aug 2024 19:39:32 +0000 (19:39 +0000)]
build: bump cross-platform-actions/action from 0.24.0 to 0.25.0
Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](https://github.com/cross-platform-actions/action/compare/v0.24.0...v0.25.0)
---
updated-dependencies:
- dependency-name: cross-platform-actions/action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Vincent Bernat [Sun, 21 Jul 2024 15:13:22 +0000 (17:13 +0200)]
build: run clang-format
Hangbin Liu [Wed, 10 Jul 2024 07:49:32 +0000 (15:49 +0800)]
lldpd: limit tx ttl to 65535
Based on IEEE 802.1AB(2016) 9.2.5.22 txTTL:
During normal operation, txTTL is set to whichever is the smaller of the
values represented by Equation (1) and Equation (2):
(msgTxInterval x msgTxHold) + 1 (1)
65535 (2)
Reported-by: Matt Lucius <malucius@redhat.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Hangbin Liu [Wed, 10 Jul 2024 07:32:01 +0000 (15:32 +0800)]
client: add range restriction for tx hold and interval
Based on IEEE 802.1AB(2016) 9.2.5. The valid range of tx hold is 1-100,
the valid range of tx interval is 1-3600.
Reported-by: Matt Lucius <malucius@redhat.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
dependabot[bot] [Mon, 1 Jul 2024 19:42:34 +0000 (19:42 +0000)]
build: bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Enji Cooper [Thu, 6 Jun 2024 04:25:59 +0000 (21:25 -0700)]
Be more defensive when parsing PRETTY_NAME out of os-release
Test the result of `strtok(..)` to ensure that the line being parsed has
an `=` sign in it. This addresses a potential crash due to a NULL
pointer dereference.
Reported by: Coverity
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
John W. O'Brien [Sat, 11 May 2024 22:49:42 +0000 (18:49 -0400)]
priv: disable LLDP in firmware for Intel X7xx cards on FreeBSD
Vincent Bernat [Sat, 4 May 2024 13:00:04 +0000 (15:00 +0200)]
build: fix inclusion of editline/readline.h
Vincent Bernat [Sat, 4 May 2024 12:58:06 +0000 (14:58 +0200)]
build: also test for editline/readline.h
Vincent Bernat [Sat, 4 May 2024 12:49:25 +0000 (14:49 +0200)]
client: provide a working prototype for readline()
Vincent Bernat [Sat, 4 May 2024 12:26:26 +0000 (14:26 +0200)]
osx: multiarch install package
Vincent Bernat [Sat, 4 May 2024 12:24:58 +0000 (14:24 +0200)]
osx: fix package build on Apple Silicon
Vincent Bernat [Sat, 4 May 2024 11:59:48 +0000 (13:59 +0200)]
build: use FreeBSD 13.3
Vincent Bernat [Sat, 4 May 2024 11:58:39 +0000 (13:58 +0200)]
build: run BSD tests on macos-12
No nested virtualization allowed for macos-14.
Vincent Bernat [Wed, 1 May 2024 21:54:20 +0000 (23:54 +0200)]
docs: in NEWS, mention extra capabilities
dependabot[bot] [Wed, 1 May 2024 19:35:59 +0000 (19:35 +0000)]
build: bump cross-platform-actions/action from 0.23.0 to 0.24.0
Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](https://github.com/cross-platform-actions/action/compare/v0.23.0...v0.24.0)
---
updated-dependencies:
- dependency-name: cross-platform-actions/action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Paul Donald [Thu, 25 Apr 2024 11:40:50 +0000 (13:40 +0200)]
Extra capabilities bitflags and configurability.
No attempt is made to detect such functionality yet.
Vincent Bernat [Wed, 1 May 2024 21:51:21 +0000 (23:51 +0200)]
docs: fix spacing for code blocks
Paul Donald [Wed, 1 May 2024 21:48:08 +0000 (23:48 +0200)]
Docs (#657)
* README.md improvements
* sp
Paul Donald [Thu, 25 Apr 2024 02:02:04 +0000 (04:02 +0200)]
Fix macos warnings at compile time.
If this happens:
lldpd.c:1577:14: warning: variable 'pidfile' set but not used [-Wunused-but-set-variable]
const char *pidfile = LLDPD_PID_FILE;
Then the other places using pidfile should get the same ifndef treatment
Paul Donald [Mon, 22 Apr 2024 13:10:47 +0000 (15:10 +0200)]
Document default behaviour for these advertisements.
Paul Donald [Sun, 21 Apr 2024 21:10:45 +0000 (23:10 +0200)]
oui-info format description: shall
Cliff Clark [Thu, 11 Apr 2024 21:48:13 +0000 (14:48 -0700)]
lib: Fix a buffer underflow in _lldpctl_dump_in_atom
Do not write a zero byte before the beginning of the buffer when
_lldpctl_dump_in_atom is called with a zero length atom.
Vincent Bernat [Sun, 7 Apr 2024 10:49:22 +0000 (12:49 +0200)]
interfaces: "fix" style issue in latest commit
Depending on the version of clang, we may get different result. This is
annoying, but no time to fix that now.
Vincent Bernat [Sun, 7 Apr 2024 10:37:22 +0000 (12:37 +0200)]
interfaces: don't use wireless extensions
Fix #579
Vincent Bernat [Sun, 7 Apr 2024 06:16:26 +0000 (08:16 +0200)]
daemon: rework a bit systemd support
Use connect() as done by other implementations, notably the one in
sd_notify(2). Also add a check on socket length.
dependabot[bot] [Mon, 1 Apr 2024 19:23:59 +0000 (19:23 +0000)]
build: bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 1 Apr 2024 19:23:55 +0000 (19:23 +0000)]
build: bump cachix/install-nix-action from 25 to 26
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v25...v26)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Vincent Bernat [Sun, 31 Mar 2024 14:14:36 +0000 (16:14 +0200)]
build: use pytest-forked to replace boxed feature from xdist
This is needed because of the code switching from one namespace to
another.
Vincent Bernat [Sun, 31 Mar 2024 13:55:23 +0000 (15:55 +0200)]
build: don't use boxed feature of xdist
It has been removed from 3.0. This could be replaced by pytest-forked if
needed. I don't really remember why I was using that (I suppose it was
to avoid segfaults, due maybe to ctypes?).
Vincent Bernat [Sun, 31 Mar 2024 13:46:54 +0000 (15:46 +0200)]
build: disable gold linker in CI
This should not be needed anymore nowadays. This is a tentative to fix
the following errors with clang:
/usr/bin/ld.gold: warning: Cannot export local symbol '__asan_check_load_add_16_RAX'
Paul Donald [Sat, 16 Mar 2024 17:27:37 +0000 (18:27 +0100)]
client: spell fix
Paul Donald [Sat, 16 Mar 2024 17:25:42 +0000 (18:25 +0100)]
docs: man page fixes
dependabot[bot] [Thu, 1 Feb 2024 19:50:11 +0000 (19:50 +0000)]
build: bump cachix/install-nix-action from 24 to 25
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v24...v25)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 1 Mar 2024 19:19:11 +0000 (19:19 +0000)]
build: bump cross-platform-actions/action from 0.22.0 to 0.23.0
Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](https://github.com/cross-platform-actions/action/compare/v0.22.0...v0.23.0)
---
updated-dependencies:
- dependency-name: cross-platform-actions/action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Paul Dee [Thu, 8 Feb 2024 17:32:59 +0000 (18:32 +0100)]
docs: man page fixes
changed: network cable -> link
change -M help text in src/daemon/lldpd.c also
Vincent Bernat [Sun, 14 Jan 2024 15:50:31 +0000 (16:50 +0100)]
osx: update Brew formula
Vincent Bernat [Sun, 14 Jan 2024 14:36:05 +0000 (15:36 +0100)]
redhat: suppress extra .la file we don't want to install
Vincent Bernat [Sun, 14 Jan 2024 14:32:01 +0000 (15:32 +0100)]
redhat: fix date in changelog
Vincent Bernat [Sun, 14 Jan 2024 14:11:38 +0000 (15:11 +0100)]
release: 1.0.18
There is a small regression in support for 802.3BT. People should keep
using 1.0.17 if that's important for them.
dependabot[bot] [Mon, 1 Jan 2024 19:28:31 +0000 (19:28 +0000)]
build: bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 1 Jan 2024 19:28:34 +0000 (19:28 +0000)]
build: bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 1 Jan 2024 19:28:36 +0000 (19:28 +0000)]
build: bump cross-platform-actions/action from 0.21.1 to 0.22.0
Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.21.1 to 0.22.0.
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](https://github.com/cross-platform-actions/action/compare/v0.21.1...v0.22.0)
---
updated-dependencies:
- dependency-name: cross-platform-actions/action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Vincent Bernat [Mon, 4 Dec 2023 20:54:23 +0000 (21:54 +0100)]
daemon/netlink: fix documentation string
Vincent Bernat [Mon, 4 Dec 2023 15:58:23 +0000 (16:58 +0100)]
daemon/netlink: use a different socket for changes and queries
There is a race condition when using the same socket for both. We need
to subscribe for changes before getting the current state as we don't
want to miss an update happening while we get the initial state, but if
there is such an update, the Netlink messages we receive may not be the
ones we expect.
Fix #611
Vincent Bernat [Mon, 4 Dec 2023 15:52:45 +0000 (16:52 +0100)]
compat: add compat.h header to get forward declarations
Vincent Bernat [Sat, 2 Dec 2023 21:01:28 +0000 (22:01 +0100)]
daemon/priv: no need to define IFALIASZ
It is part of the shipped kernel header. This is a bit odd we did define
it...
Vincent Bernat [Sat, 2 Dec 2023 20:56:29 +0000 (21:56 +0100)]
daemon/lldpd: do not set interface description continuously
Otherwise, we get a continuous flow of netlink updates.
Fix #623
Vincent Bernat [Fri, 1 Dec 2023 21:53:02 +0000 (22:53 +0100)]
build: update automake for OpenBSD
Vincent Bernat [Fri, 1 Dec 2023 21:20:58 +0000 (22:20 +0100)]
build: update BSD versions, add NetBSD
Vincent Bernat [Fri, 1 Dec 2023 21:03:31 +0000 (22:03 +0100)]
build: keep using xhyve for OpenBSD
See https://github.com/cross-platform-actions/action/issues/73
Vincent Bernat [Fri, 1 Dec 2023 20:56:11 +0000 (21:56 +0100)]
build: use QEMU for testing FreeBSD/OpenBSD
FreeBSD jobs often fail with a timeout.
dependabot[bot] [Fri, 1 Dec 2023 19:59:09 +0000 (19:59 +0000)]
build: bump cachix/install-nix-action from 23 to 24
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Georg Sauthoff [Fri, 24 Nov 2023 22:37:44 +0000 (23:37 +0100)]
build: improve const correctness and prototype declarations
String literals aren't assigned to non-const char pointers anymore, they
aren't returned via non-const char pointers, const strings aren't passed
arround via non-const pointers etc.
As a side effect, this eliminates all -Wdiscarded-qualifiers warnings.
Symbol visibility is minimized by declaring additional functions
static, i.e those which are only used inside a single translation unit.
Also, a few includes are added such that all non-static function
definitions 'see' their declarations - such that accidental differences
in signatures immedialy yield compile errors or warnings.
A few macros are also modified to emit forward declarations for
non-static functions in order to eliminate noise when compiling with
-Wmissing-prototypes.
However, it might make sense to move those non-static function
definitions from a header into a dedicated translation unit,
at some point.
Vincent Bernat [Sat, 25 Nov 2023 15:14:08 +0000 (16:14 +0100)]
build: ensure we use -Werror on Linux builds
Vincent Bernat [Sat, 25 Nov 2023 03:33:45 +0000 (04:33 +0100)]
client: fix style
Georg Sauthoff [Fri, 24 Nov 2023 19:06:06 +0000 (20:06 +0100)]
client: translate dot into the short hostname
as documented in lldpcli(8):
configure system hostname name
Override system hostname with the provided value. By default, the
system name is the FQDN found from the resolved value of uname
-n. As a special value, use "." (dot) to use the short hostname
instead of a FQDN.
Vincent Bernat [Fri, 24 Nov 2023 09:14:05 +0000 (10:14 +0100)]
build: remove coverity
It is broken, again. The tool still advertises Travis CI, it looks
unmaintained.
Vincent Bernat [Fri, 17 Nov 2023 12:19:34 +0000 (13:19 +0100)]
daemon/lldpd: fix capitalization in help output
Vincent Bernat [Tue, 7 Nov 2023 07:17:29 +0000 (08:17 +0100)]
daemon/lldp: fix warning message about out of order TLVs
Fix #616
dependabot[bot] [Wed, 1 Nov 2023 19:15:38 +0000 (19:15 +0000)]
build: bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Wed, 1 Nov 2023 19:15:42 +0000 (19:15 +0000)]
build: bump docker/metadata-action from 4 to 5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Wed, 1 Nov 2023 19:15:34 +0000 (19:15 +0000)]
build: bump cross-platform-actions/action from 0.19.0 to 0.21.0
Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.19.0 to 0.21.0.
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](https://github.com/cross-platform-actions/action/compare/v0.19.0...v0.21.0)
---
updated-dependencies:
- dependency-name: cross-platform-actions/action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Vincent Bernat [Sun, 15 Oct 2023 18:31:27 +0000 (20:31 +0200)]
lib/lldpctl: fix style
Vincent Bernat [Sun, 15 Oct 2023 18:28:46 +0000 (20:28 +0200)]
daemon/lldp: restore read support for 802.3BT
As it was said to work for most people, let's keep it. Just remove write
support for now.
Vincent Bernat [Sun, 15 Oct 2023 18:19:57 +0000 (20:19 +0200)]
build: update nixpkgs
Vincent Bernat [Sun, 15 Oct 2023 18:08:23 +0000 (20:08 +0200)]
tests/integration: also remove 802.3bt test
Vincent Bernat [Sun, 15 Oct 2023 17:58:33 +0000 (19:58 +0200)]
lib: bump API/ABI
Due to previous change, it seems safer to bump the API/ABI as it would
be easy to reuse the numbers introduced by 802.3bt.
Fix #404 (as a side-effect)
Vincent Bernat [Sun, 15 Oct 2023 17:41:38 +0000 (19:41 +0200)]
daemon/lldp: remove support for 802.3bt
It was broken and despite a tentative to fix it, it is unknown if this
is correct. This looks different from the code in Wireshark. Maybe it
was done on an earlier version of 802.3bt? As the standard is not freely
available, I cannot reasonably fix it.
Vincent Bernat [Sun, 15 Oct 2023 17:40:37 +0000 (19:40 +0200)]
daemon/protocols: fix some 802.3bt stuff
And add some tests.
Vincent Bernat [Sun, 15 Oct 2023 17:38:49 +0000 (19:38 +0200)]
lldpcli: fix capitalization
Andreas Hofmann [Tue, 18 May 2021 12:39:49 +0000 (14:39 +0200)]
client/conf-power: Add support for 803.2bt parameters.
Signed-off-by: Andreas Hofmann <git@andreas-hofmann.org>
Vincent Bernat [Mon, 25 Sep 2023 05:15:37 +0000 (07:15 +0200)]
build: fix alignment in configure.ac
dependabot[bot] [Mon, 2 Oct 2023 06:28:07 +0000 (06:28 +0000)]
build: bump docker/setup-buildx-action from 2 to 3 (#608)
dependabot[bot] [Sun, 1 Oct 2023 19:58:09 +0000 (19:58 +0000)]
build: bump docker/setup-qemu-action from 2 to 3
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sun, 1 Oct 2023 21:02:38 +0000 (21:02 +0000)]
build: bump cachix/install-nix-action from 22 to 23 (#607)
dependabot[bot] [Sun, 1 Oct 2023 20:29:02 +0000 (20:29 +0000)]
build: bump docker/build-push-action from 4 to 5 (#609)
dependabot[bot] [Sun, 1 Oct 2023 19:21:06 +0000 (19:21 +0000)]
build: bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Arjun Singh [Wed, 20 Sep 2023 11:29:52 +0000 (16:59 +0530)]
[oss-fuzz] Issue 62435
Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
Arjun Singh [Mon, 7 Aug 2023 11:31:45 +0000 (17:01 +0530)]
[bug] fix
5193822305648640 and
4673544697806848
Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
dependabot[bot] [Fri, 1 Sep 2023 19:13:42 +0000 (19:13 +0000)]
build: bump cross-platform-actions/action from 0.17.0 to 0.19.0
Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.17.0 to 0.19.0.
- [Release notes](https://github.com/cross-platform-actions/action/releases)
- [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
- [Commits](https://github.com/cross-platform-actions/action/compare/v0.17.0...v0.19.0)
---
updated-dependencies:
- dependency-name: cross-platform-actions/action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 1 Aug 2023 20:38:31 +0000 (20:38 +0000)]
build: bump cross-platform-actions/action from 0.15.0 to 0.17.0 (#595)
Vincent Bernat [Tue, 4 Jul 2023 19:58:33 +0000 (21:58 +0200)]
build: try another way to workaround problem with brew
brew update is not mandatory, let's try it as a best effort.
Vincent Bernat [Tue, 4 Jul 2023 19:54:29 +0000 (21:54 +0200)]
build: try to fix CI on MacOS
Vincent Bernat [Sun, 2 Jul 2023 15:49:27 +0000 (17:49 +0200)]
github: add GitHub sponsorship