From patchwork Wed Aug 21 18:46:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8046 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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WpwK91prJz3xGD for ; Wed, 21 Aug 2024 18:46:21 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WpwK82x60z60F; Wed, 21 Aug 2024 18:46:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WpwK82QRqz344G; Wed, 21 Aug 2024 18:46:20 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WpwK52zKcz2ybk for ; Wed, 21 Aug 2024 18:46:17 +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 4WpwK51WKyz1GP; Wed, 21 Aug 2024 18:46:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1724265977; 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=FKd317b1Ovomf20kj5m77jWhGS1Lz8A9jB9AbV5orvk=; b=idR8XxqdLuLoHGcLQbce+XPerEYsSA81C6amWfWzuMhtXlFRaMWR9fEEJEj4PSJGq0+sUp oY/lPYZbNRRiH2DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1724265977; 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=FKd317b1Ovomf20kj5m77jWhGS1Lz8A9jB9AbV5orvk=; b=pJFbiK7L23VXo/qvhEGpU9eX1FVuwNvArHjS5bKqQpfCdKsk2tyGanwLjGfcENZDllnKPG zux5ENIMGU8iP5zz8zkmmuOufpJHq9IMoE84A4yJlvZbmpCaR6zga/0sLe9GCYcb2GpENo vUKFNG9/XchqdIYzgNcKm4ozu7gl2fzUYUi2cRWxoFPWmIpgkRJXF5o0yH0P8JApgl/5at LqKW1biF52GMOIHN003s9gyZNvn2pWuncWEgRZcCsTWG09tOJKBAVgBs3aR8H7Qmu4ogPk Mz4jEONrNAUIF7ZGdiiDrWh7gS+5pHD7uPKHYm0yxyFwKviZk/fVHar4dq3YLQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/4] shairport-sync: Ship due to sobump from ffmpeg update Date: Wed, 21 Aug 2024 20:46:11 +0200 Message-ID: <20240821184611.1906582-4-adolf.belka@ipfire.org> In-Reply-To: <20240821184611.1906582-1-adolf.belka@ipfire.org> References: <20240821184611.1906582-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 2IZ544T2I2XNDVNVS4MT4QNIWXNTV3UT X-Message-ID-Hash: 2IZ544T2I2XNDVNVS4MT4QNIWXNTV3UT 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 --- lfs/shairport-sync | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/shairport-sync b/lfs/shairport-sync index 53306d060..4ade1ab99 100644 --- a/lfs/shairport-sync +++ b/lfs/shairport-sync @@ -1,14 +1,14 @@ ############################################################################### # # # 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 # # the Free Software Foundation, either version 3 of the License, or # # (at your option) any later version. # # # -# This program is distribubed3228874e7ca1bf6e7d8cc21d6d750533d0bdd103bbd1f49412bab06da099adbecfa689d8f733084a1a5519391a01b5b47a527597e1dbf6ab151badda18284ted in the hope that it will be useful, # +# This program is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # GNU General Public License for more details. # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = shairport-sync -PAK_VER = 14 +PAK_VER = 15 DEPS = alac alsa avahi ffmpeg libdaemon libplist nqptp soxr