From patchwork Thu Aug 13 18:30:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10154 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hLYqc1p5nz3wqM for ; Thu, 13 Aug 2026 18:32:12 +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) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hLYqS0Xlbz5cf for ; Thu, 13 Aug 2026 18:32:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hLYnm1j1Lz377t for ; Thu, 13 Aug 2026 18:30:36 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hLYnj1qcbz2ybk for ; Thu, 13 Aug 2026 18:30:33 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hLYnY0Zx8z5fH; Thu, 13 Aug 2026 18:30:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786645825; 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=OnHwfNhKFIrRfRXQWmqVNWht+JvSkJKrLvlzBTnxw8U=; b=N6k+A2OEk9DSoMGJ7CLFaEaCqg0mmXGSdZ5X7o9gefDy3PtOXHcXgbv9/PRVF82DitglKg FA8uxdgwJR30NuDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786645825; 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=OnHwfNhKFIrRfRXQWmqVNWht+JvSkJKrLvlzBTnxw8U=; b=bM5n/9VD3AwBDYFAcQna3NNAM5/Th3OwNWQpO9YlSLf4dP8kY87EDnT7s5FM/lTKaShk6A towXKs57OdbXUDcQJIoRBFjOtEA+oMSjySpMPHcRtvR7r/mVOE1k9DNCSNP0BOVUmJHJZJ iuiwZTgUhAUXQprjX5Aa6/9fy6IMzQEz9vtIOLXap223rFLNk8gtMMWovmqm838p2tvC/F 30JCQUfoR/LQoFZ3A6BY7fu6VkL6cuTFKT4YXrQvYXP6HaiJRA4Mtk5adwuCG6EwuabW9l FQ88njWCV8ulWFE6TZJWLbPTJ2Gx72JcLaehAEoe1LjoxQ9Hb+npihwAiuuvSg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 3/4] mpd: Increment PAK_VER due to flac sobump Date: Thu, 13 Aug 2026 20:30:02 +0200 Message-ID: <20260813183003.2064553-3-adolf.belka@ipfire.org> In-Reply-To: <20260813183003.2064553-1-adolf.belka@ipfire.org> References: <20260813183003.2064553-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- lfs/mpd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mpd b/lfs/mpd index a5a3cd357..7c8c32f33 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 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 = mpd -PAK_VER = 49 +PAK_VER = 50 # SUP_ARCH = aarch64 x86_64 DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt