summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-01-09 22:28:32 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-01-12 07:51:57 +0530
commitf0fa984d16e8ce0b1370ae7e48ec55e11a4d3be3 (patch)
tree6a4f3e79614d1509ff532dbbefc8d196862be2f1 /meta-networking
parent2aa20b71417e0618825e250ac7c171777bed1824 (diff)
downloadmeta-openembedded-f0fa984d16e8ce0b1370ae7e48ec55e11a4d3be3.tar.gz
dante: upgrade 1.4.3 -> 1.4.4
License-Update: copyright year bump Changelog: - Fix potential security issue CVE-2024-54662, related to "socksmethod" use in client/hostid-rules. - Add a missing call to setgroups(2). - Patch to fix compilation with libminiupnp 2.2.8. - Client connectchild optimizations. - Client SIGIO handling improvements. - Various configure/build fixes. - Updated to support TCP_EXP1 version of TCP hostid format. https://www.inet.no/dante/announce-1.4.4 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-protocols/dante/dante_1.4.4.bb (renamed from meta-networking/recipes-protocols/dante/dante_1.4.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/dante/dante_1.4.3.bb b/meta-networking/recipes-protocols/dante/dante_1.4.4.bb
index 4badff8bbd..3a290d31d6 100644
--- a/meta-networking/recipes-protocols/dante/dante_1.4.3.bb
+++ b/meta-networking/recipes-protocols/dante/dante_1.4.4.bb
@@ -9,11 +9,11 @@ what could be described as a non-transparent Layer 4 router."
9HOMEPAGE = "http://www.inet.no/dante/" 9HOMEPAGE = "http://www.inet.no/dante/"
10 10
11LICENSE = "BSD-3-Clause" 11LICENSE = "BSD-3-Clause"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=edd508404db7339042dfc861a3a690ad" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=b3a8e7dc09bb720460f28c9d3796afa5"
13 13
14SRC_URI = "https://www.inet.no/dante/files/dante-${PV}.tar.gz \ 14SRC_URI = "https://www.inet.no/dante/files/dante-${PV}.tar.gz \
15 " 15 "
16SRC_URI[sha256sum] = "418a065fe1a4b8ace8fbf77c2da269a98f376e7115902e76cda7e741e4846a5d" 16SRC_URI[sha256sum] = "1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec"
17 17
18# without --without-gssapi, config.log will contain reference to /usr/lib 18# without --without-gssapi, config.log will contain reference to /usr/lib
19# as a consequence of GSSAPI path being set to /usr by default. 19# as a consequence of GSSAPI path being set to /usr by default.