From patchwork Thu Jun 16 21:16:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5664 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LPFNb0tNMz3yZD for ; Thu, 16 Jun 2022 21:16:47 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LPFNY1y0dz1GZ; Thu, 16 Jun 2022 21:16:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LPFNY0QR9z2ylW; Thu, 16 Jun 2022 21:16:45 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LPFNW60mWz2xbY for ; Thu, 16 Jun 2022 21:16:43 +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 4LPFNV5szYzgW; Thu, 16 Jun 2022 21:16:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1655414202; 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; bh=vrIKR4pOByWN27lIcQgyZNujXzFTvfELoG3hyX5BaVE=; b=4cUagq4hoFiWY1Py9mo7cmbarDf8Djcr9wMLfkqwk6ylq0/4VEEVcqYTHxkUemIrHI2p+0 nARjGK66W8rrzaAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1655414202; 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; bh=vrIKR4pOByWN27lIcQgyZNujXzFTvfELoG3hyX5BaVE=; b=NYyNQ7bD+o4aDB3lNSeWZienZdBJph9NmMnXQzKQgUD9H+66e9rCeBIf3emOVLUROOs8Ce xbWczNLCjmTWG1WdPBbzH1amGNGGS4ibr1/vMluIiudem5+ZiIfB4uIT3BsjERxAWR/wi3 f5DONS1w9iG72ht8/WTweijTcaon5GdVXH2vNIahgUXgcRy42pwiDg1EtdbGiRxNiJwVn0 BpnGjA/WJZe6E6K8PDgMHogk3Ms+n23FGBatGMNXQN91PRVuhuUZOd8F0bDadaMAkCyUag msH4p2L5Sf9j2bWq17TI74QmNA1w4nVsS+NAkz3KpGaDzXhl2dB3DgyCG7sEaQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] netatalk: Ship with CU169 - Fixes bug #12878 Date: Thu, 16 Jun 2022 23:16:36 +0200 Message-Id: <20220616211636.2812067-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" - netatalk is linked to liblber from openldap. openldap was updated in CU168 but I missed that netatalk had a dependency to one of its libraries. - find-dependencies was not run on openldap liblber although looking at the openldap rootfile it is clear that an sobump occurred. - This patch increments the netatalk PAK_VER so that it will be shipped and therefore have the library links updated. Fixes: Bug #12878 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/netatalk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/netatalk b/lfs/netatalk index 61ba193a5..9e8ce454b 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = netatalk -PAK_VER = 2 +PAK_VER = 3 DEPS = avahi dbus krb5