From patchwork Thu Aug 13 18:30:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10155 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 4hLYrJ0l6mz3wqM for ; Thu, 13 Aug 2026 18:32:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::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 4hLYr76Lbgz7PM for ; Thu, 13 Aug 2026 18:32:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hLYnw2DrPz379w for ; Thu, 13 Aug 2026 18:30:44 +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 4hLYns3P4kz2ybk for ; Thu, 13 Aug 2026 18:30:41 +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 4hLYnj1qbvzVs; Thu, 13 Aug 2026 18:30:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786645833; 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=0HxZVGAflQBRTDE8jkO2oYPEPLhwiJN/KquLGxL6TMI=; b=uwFABm1iPJb3BxIvgl+ly6BKyQplusHMWXsc1ht2mGkvrViyNX0hR5s6wv5+l4A4J/6h/g HJECJn8JCzKF1tBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786645833; 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=0HxZVGAflQBRTDE8jkO2oYPEPLhwiJN/KquLGxL6TMI=; b=RzV1h7O5HBetYF12aKMAuGwIYk4S95FvUlYQXZVqR3mlH06DOCNpg05kqtNlxAM/9rAYY2 OYta2rSRQ2/wZSoESaIHOBqOfhbdcMgqa0b0lDkAYw+5GQyxNRzj8S9WtGig9LwuLKEl2V ImAjpNc0bsS7AHKx6FfuVbwUwPb93aon331QZhaG0i61L+IzUevZzW781T7jTHxK0IJH3g KEVQzq8sFvtW17kXbfsCAU73N54v/B/gs3/hZ/W1T8oye52i+mZOjXQQTCLqtgG36cPrsw uqL50dTEKvZ96PDsub1Q6uGQ6wiJDsvDfaEll+waBmncy4F/yffu/MG4RymwLA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 4/4] mympd: Increment PAK_VER due to flac sobump Date: Thu, 13 Aug 2026 20:30:03 +0200 Message-ID: <20260813183003.2064553-4-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/mympd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/mympd b/lfs/mympd index cd591fca4..227e99a4f 100644 --- a/lfs/mympd +++ b/lfs/mympd @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mympd -PAK_VER = 17 +PAK_VER = 18 DEPS = mpd libmpdclient