From patchwork Wed Dec 6 10:59:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7387 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 4SlZDZ6T4gz3x4T for ; Wed, 6 Dec 2023 10:59:58 +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 4SlZDV1RQ7z2Hn; Wed, 6 Dec 2023 10:59:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SlZDV031nz30TF; Wed, 6 Dec 2023 10:59: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 4SlZDN1w6Hz2ytc for ; Wed, 6 Dec 2023 10:59:48 +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 4SlZDN0Lfsz1yp; Wed, 6 Dec 2023 10:59:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1701860388; 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=CmI4VDwbkAglVIJykjSbapzjYaGA58mhFDpbLQgeJTU=; b=6c9SIZY5rLTPn7uVLdevXLLgNiZLCPg0MQ5lSuZrT8j4QXR4x1HtdpcDnmdGUUOo96RTF1 YAImN7nMJ48BBLAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1701860388; 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=CmI4VDwbkAglVIJykjSbapzjYaGA58mhFDpbLQgeJTU=; b=ND2J8uzo772XLOxxBSykiQS4tX+V86NQ/O1RUWUtQaYf8YYDCCJWjoQ5Ryv6L61BW0BRf9 aAAbfl+5F42Ex9XEDB39owJemAn4aDlXMFsGs1gWgcmoR7SO9FMAnAWFzksbAQK0Ldpf4a qZY+bAba3jSoYcoQa0L8u8S615SpuX5k7dyD3yJmDq9V2IEIg+fG1BkSrtCBYRrsOtxu2q rT6UNuCx1eMnswtPjMqu7YmoK2MfVbzR/0/+7kiY0gnuDnwwguiysV2CudUfeVmLBclAXt aRCXKLoqG664ycxIQH0tEUeNm/4vi6aD19wHmlBcJh31HVoPiw9oeulUoYNlvA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 3/3] netatalk: Bump PAK_VER due to dbus update Date: Wed, 6 Dec 2023 11:59:44 +0100 Message-ID: <20231206105944.40276-3-adolf.belka@ipfire.org> In-Reply-To: <20231206105944.40276-1-adolf.belka@ipfire.org> References: <20231206105944.40276-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: MDFLBPQCZ4Q2NRAXUKCHMXAOAPKCIVFB X-Message-ID-Hash: MDFLBPQCZ4Q2NRAXUKCHMXAOAPKCIVFB 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/netatalk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/netatalk b/lfs/netatalk index 75e5dbca5..5875fb1b2 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 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 = netatalk -PAK_VER = 7 +PAK_VER = 8 DEPS = avahi dbus