diff options
| author | Rob White | 2024-07-31 08:18:36 +0000 |
|---|---|---|
| committer | Josef Schlehofer | 2024-07-31 08:28:40 +0000 |
| commit | 31e66c083940775508b29b9ec2776db4be3f3633 (patch) | |
| tree | 06ddb6f4f45d2520488467e554ba22368ef4d5bd | |
| parent | 3b79b64e32c372d2b67afd55d40a45ba23562d4a (diff) | |
| download | routing-31e66c083940775508b29b9ec2776db4be3f3633.tar.gz | |
mesh11sd: update to version 4.1.1
Maintainer: Rob White rob@blue-wave.net
Compile tested: All
Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, mips_24kc, aarch64_cortex-a53;
On 23.5 and master/snapshot.
Description: mesh11sd (4.1.1)
This release provides a critical bug fix.
In non-cpe peer mode, if the portal node dhcp6 server fails to respond or cannot be reached,
multiple instances of odhcp6c are created, resulting in an eventual oom condition.
Details can be found here:
https://github.com/openNDS/mesh11sd/releases/tag/v4.1.1
Signed-off-by: Rob White <rob@blue-wave.net>
| -rw-r--r-- | mesh11sd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh11sd/Makefile b/mesh11sd/Makefile index b6226a9..110665f 100644 --- a/mesh11sd/Makefile +++ b/mesh11sd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mesh11sd -PKG_VERSION:=4.1.0 +PKG_VERSION:=4.1.1 PKG_RELEASE:=1 PKG_MAINTAINER:=Rob White <rob@blue-wave.net> @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/opennds/mesh11sd/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=80406e70fadf58320ec4891c8fb1e93d118d2927de7c6d9749a15da6768b4ea5 +PKG_HASH:=348bf2b2a4cf07b0f8688e6e4bcf564879e5a978ab3a711704126454d6a42e19 include $(INCLUDE_DIR)/package.mk |