From patchwork Tue May 2 17:54:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6835 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 4Q9nl457jSz3wlV for ; Tue, 2 May 2023 17:54:08 +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 4Q9nl264sQz1JT; Tue, 2 May 2023 17:54:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Q9nl23sq9z30Jn; Tue, 2 May 2023 17:54:06 +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 4Q9nl10pdJz2xmm for ; Tue, 2 May 2023 17:54:05 +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 4Q9nl06cClz1Cb; Tue, 2 May 2023 17:54:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1683050045; 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=D6kO/AWmWcBMo52E16LG9FZoyt2/NvVkdBXw3pN0ZBg=; b=DQE6v4eGKxrZ5AzimUFu82j6viGKzLAaNvH1N1Xtxe8goOwiZR2UoDvv9awKijkWKM0xxO V51rCCm6s73B6RDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1683050045; 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=D6kO/AWmWcBMo52E16LG9FZoyt2/NvVkdBXw3pN0ZBg=; b=FVwV7mnXg8QGafI9FjoRc/LvHYoBLr159dHIRRsCXn+JHj3QE/h1jdFvQgHnFdGB7tsYMt J9WfTANWwazw4z+g8p8I//W5e/QRG6BJuDfTetMROCVaso5OUNaq8cH2EMy/nUh2bq/g/Y KOfWUWcYhweR1XqlJhGdtUo9B+FVZmKJ6XZbyOqtz5EIGajxmXjot/e7Ym1Mt/MMk7IDXr DCZ4IaWhH7W3dfJiwT35awMZ+xyXrdzIUvyalcKpUM2NbOiSziSn9TEuwGAaMWhYstGOb4 kq7kWkaKaPm3dco5CEwvww2BPFDAaM+iNLxlomy4ACMIRDLUaJ1poa7IpGGLJg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/4] minidlna: bump PAK_VER due to ffmpeg library sobump Date: Tue, 2 May 2023 19:54:00 +0200 Message-Id: <20230502175400.3769686-4-adolf.belka@ipfire.org> In-Reply-To: <20230502175400.3769686-1-adolf.belka@ipfire.org> References: <20230502175400.3769686-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" Signed-off-by: Adolf Belka --- lfs/minidlna | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/minidlna b/lfs/minidlna index 82a9d7f38..1ef104743 100644 --- a/lfs/minidlna +++ b/lfs/minidlna @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2023 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 = 11 +PAK_VER = 12 DEPS = ffmpeg flac libexif libid3tag libogg