From patchwork Thu Jun 6 16:48:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7848 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Vw9Jv3tKYz3wxV for ; Thu, 6 Jun 2024 16:49:03 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Vw9Jk2pf3z5N5; Thu, 6 Jun 2024 16:48:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Vw9Jk0CpRz339H; Thu, 6 Jun 2024 16:48:54 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Vw9Jf4fVGz336F for ; Thu, 6 Jun 2024 16:48:50 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Vw9Jf0v3dz15h; Thu, 6 Jun 2024 16:48:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1717692530; 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=wJ1/gR1hgiWiGNN8uHbvkqDrQdyHIMe/wSwEF08n50g=; b=/YiNs7zUnjQF5Rg4tki+3591+HnQ1CiEilDkebmvv6Pw+Wef0F96A8t0LaasQSjMOMmgXy ItYzf3O6BEs6R9AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1717692530; 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=wJ1/gR1hgiWiGNN8uHbvkqDrQdyHIMe/wSwEF08n50g=; b=Lf8XhIZ/Nn1QQZVn9Dpjj2QZ3LNvYdDA05B4QHRufjHsjBBa/GFKNjSg7gpeb1ZrlLQ0aA a9D9IgsjTDdBuceSa/4B1Vs0peVZMnZm5ZJ1KbPgay9w3+8ec7ys6mTD6En+0A+CxbDlmX PBhc5P/w+VapzfUMOoOu62Gjpq848BXcJUdgTHrin+LBUl7QeZilX8CH9g/x8tBBwkY1EP AVyq5EQIwwdy8WOHAUuyZyvx9VCAPCEt0TJpQ/reY6kYk/UIHiXcCc81JKU7WGX0gNFjcW GK0KHGvUii2lY9VSxoPt5VRS6dMYQqC/fdp0XbJy/UQkmGhhdXIyH118x4mx3A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] minidlna: Ship to use new libid3tag library Date: Thu, 6 Jun 2024 18:48:42 +0200 Message-ID: <20240606164843.90198-2-adolf.belka@ipfire.org> In-Reply-To: <20240606164843.90198-1-adolf.belka@ipfire.org> References: <20240606164843.90198-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: HFQ6N5IGKDPDSFOICVL4F6BXPBUHD6FP X-Message-ID-Hash: HFQ6N5IGKDPDSFOICVL4F6BXPBUHD6FP X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/minidlna | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/minidlna b/lfs/minidlna index 55941bea8..eb989567c 100644 --- a/lfs/minidlna +++ b/lfs/minidlna @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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 # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = minidlna -PAK_VER = 14 +PAK_VER = 15 DEPS = ffmpeg flac libexif libid3tag libogg