From patchwork Tue Dec 27 11:59:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6341 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NhCry0Nh4z3wcv for ; Tue, 27 Dec 2022 12:00:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NhCrr41YLz1DV; Tue, 27 Dec 2022 12:00:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NhCrq6q6nz30CB; Tue, 27 Dec 2022 12:00:11 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NhCrp5f97z300C for ; Tue, 27 Dec 2022 12:00:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NhCrp4g4Zzjk; Tue, 27 Dec 2022 12:00:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672142410; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aZAa5zxME3dbEnVcz0bfc8m4OZSnXiFzmpJ20q4iII0=; b=faILmTdOXJnQBYGQAb+P+cDCCnF8JtCF8Vyjyg7B6FQnDOIt2iRn/ZNhYAp7bSmqmA0z7C 89Y0P9Z5iBLQoJBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672142410; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aZAa5zxME3dbEnVcz0bfc8m4OZSnXiFzmpJ20q4iII0=; b=BMHU1vWexRezD2SL8JtNu59aWh3X3tbVqeYNjE5WrJorFQYEIy3dh4WaohtGzqTtD5b/rj 8J7Z3oJMhmnKLdKz4n0c5fHCYO14NhXDD2xvIrDLt7KCCeaRNKyv8bj7QBgsD6lnaFXxmx 2FdCet1Y/a+D7gFOZvWkR6RjG/zpve6AiV5gCzdBRLLwzm57Z+XhWiKqGdwBptO3c5/bF1 em55+0bw05vmBC/KjBtuHDbHKv010adPaRJ4C7zPiZaUw+ciW09dqkwQ74s/9PX4XV+VtN edjlHBebseGgviZPpXQTrxH6EPFgAXB26fWlcckE2GV2E8O7FyVYm12TE0Ok7w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libcdada: Update to version 0.4.0 Date: Tue, 27 Dec 2022 12:59:55 +0100 Message-Id: <20221227120002.12161-4-adolf.belka@ipfire.org> In-Reply-To: <20221227120002.12161-1-adolf.belka@ipfire.org> References: <20221227120002.12161-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 0.3.5 to 0.4.0 - Update of rootfile not required - Update of patch in line with libcdada version - Changelog v0.4.0 (12th March 2022) Add `cdada_map_insert_replace()` Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/libcdada | 10 +++++----- ...-0.3.5-Werror.patch => libcdada-0.4.0-Werror.patch} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename src/patches/{libcdada-0.3.5-Werror.patch => libcdada-0.4.0-Werror.patch} (100%) diff --git a/lfs/libcdada b/lfs/libcdada index 71f0bbf34..0095cc35f 100644 --- a/lfs/libcdada +++ b/lfs/libcdada @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2019 IPFire Team # +# Copyright (C) 2019-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = Basic data structures in C (libstdc++ wrapper) -VER = 0.3.5 +VER = 0.4.0 THISAPP = libcdada-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libcdada -PAK_VER = 2 +PAK_VER = 3 DEPS = @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 55280e28d2fa6235ac95020b07853748a4551f1c1c2e65b12585064c4fa952dd310b54d5f95f986cea12018d452e1fb086d8bc3c944b169d5aeb280b78f25007 +$(DL_FILE)_BLAKE2 = 26e24fa513ab4a290a7632b4f56c102dc45cd9d34d4a7b7464f58aaee596b5ac3c8172080144d3f3c5cbcf5790f29e74b020f11cea943223e5933c2a7db66f8b install : $(TARGET) @@ -82,7 +82,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libcdada-0.3.5-Werror.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libcdada-0.4.0-Werror.patch cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && autoupdate cd $(DIR_APP)/build && ../configure \ diff --git a/src/patches/libcdada-0.3.5-Werror.patch b/src/patches/libcdada-0.4.0-Werror.patch similarity index 100% rename from src/patches/libcdada-0.3.5-Werror.patch rename to src/patches/libcdada-0.4.0-Werror.patch