From 979daf4fea5c9c58c1fad962a4a9dd7a9216d91a Mon Sep 17 00:00:00 2001 From: William Fleurant Date: Sat, 18 Jun 2022 18:36:35 +0200 Subject: [PATCH] cjdns: bump release we remove patch musl Signed-off-by: William Fleurant --- cjdns/Makefile | 2 +- cjdns/patches/010-musl-12x.patch | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 cjdns/patches/010-musl-12x.patch diff --git a/cjdns/Makefile b/cjdns/Makefile index d55c6fd..b926bc7 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -18,7 +18,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cjdns PKG_VERSION:=v21.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/cjdelisle/cjdns/tar.gz/$(PKG_NAME)-$(PKG_VERSION)? diff --git a/cjdns/patches/010-musl-12x.patch b/cjdns/patches/010-musl-12x.patch deleted file mode 100644 index 5443b5b..0000000 --- a/cjdns/patches/010-musl-12x.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/memory/Allocator.c -+++ b/memory/Allocator.c -@@ -57,7 +57,7 @@ static void unroll(struct Allocator_pvt* - struct Allocator_Allocation_pvt* allocation = context->allocations; - while (allocation && includeAllocations) { - writeUnroller(&childUnroller); -- fprintf(stderr, "%s:%ld [%lu] bytes at [0x%lx]\n", -+ fprintf(stderr, "%s:%tu [%tu] bytes at [0x%lx]\n", - allocation->fileName, - (unsigned long)allocation->lineNum, - (unsigned long)allocation->pub.size,