Browse Source

udpcast: upgrade 20230924 -> 20250223

0001-include-stddef.h-for-ptrdiff_t.patch
refreshed for 20250223

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Wang Mingyu 2 months ago
parent
commit
c08b0046f4

+ 5 - 3
meta-networking/recipes-support/udpcast/udpcast/0001-include-stddef.h-for-ptrdiff_t.patch

@@ -13,15 +13,17 @@ Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelin
  1 file changed, 1 insertion(+)
 
 diff --git a/receivedata.c b/receivedata.c
-index 9a68f67..0aa797f 100644
+index a5ed7e8..b3b2640 100644
 --- a/receivedata.c
 +++ b/receivedata.c
-@@ -1,4 +1,5 @@
+@@ -1,6 +1,7 @@
+ #include "config.h"
+ 
  #include <assert.h>
 +#include <stddef.h>
  #include <sys/types.h>
  #include <unistd.h>
  #include <stdlib.h>
 -- 
-2.34.1
+2.43.0
 

+ 1 - 1
meta-networking/recipes-support/udpcast/udpcast_20230924.bb → meta-networking/recipes-support/udpcast/udpcast_20250223.bb

@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e3cf524a29c8476be354bb329d36ff80"
 SRC_URI = "http://www.udpcast.linux.lu/download/${BP}.tar.gz \
            file://0001-include-stddef.h-for-ptrdiff_t.patch \
            "
-SRC_URI[sha256sum] = "17b5cd8b1e54f7e2e53357ac02ee86e4198bf704096987a03a3b5c402a0ecea1"
+SRC_URI[sha256sum] = "cefd7554c877e1bc76987d2b96b23f7699a2e5340c254454f61b6e0dae370aa7"
 
 # Installation of rateGovernor.h fails without brokensep
 inherit autotools-brokensep manpages