From patchwork Thu Jul 6 23:53:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 6973 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 4Qxtf145Krz3wgJ for ; Thu, 6 Jul 2023 23:53:45 +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 4Qxtf00HtCzkt; Thu, 6 Jul 2023 23:53:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Qxtdz6cwwz2yTc; Thu, 6 Jul 2023 23:53:43 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Qxtdz468cz2xMT for ; Thu, 6 Jul 2023 23:53: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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Qxtdy6Z9BzX5; Thu, 6 Jul 2023 23:53:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1688687623; 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=x4BOuSLciQqm5EATiZBN/UWsbNddZpGvBvAKSvEC7ek=; b=OFCqv0ZF/PnQUrzIIW+sDDrhH7zC2XwNcJN3SqtJnDyhygWw2zzCddvKpvRk1L7AiI6b/B NkGrpbkJw1U2/AAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1688687623; 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=x4BOuSLciQqm5EATiZBN/UWsbNddZpGvBvAKSvEC7ek=; b=Vh7zdgBIawFMuP2RKXT2AgLjEHkjW3U6ZYLLbXOso0NwoP1krzpTLoB6ZxMl4qfdF6lK8l UWMWVek0cXUCvLkct9wdX7QKzn6iJ6x+0zFJMNd9ytIWDUxeznnfdTD7V7gex3xX4/IZ6J +4ENnJJdN8qXkDjv+BLG67PXeRmEVhQ6gFGk38RjOAgL60j9rIDzw9BNMmtR1we3GG7SDt 1xLFL1Dqf+CWur26K/1B8wYQhU5ghsEcwEgOOCaHggLUjGqcw1aVOytnR4S8lXXBE6DZ4B kzYNjeLsQVHgcwWHuVTEJVMH0u7K19WgcgrRu7w+YS+XkhBEypuaNIvJJWp2HA== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] samba: update to 4.18.4 Date: Fri, 7 Jul 2023 01:53:32 +0200 Message-Id: <20230706235332.23823-1-arne_f@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: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" --- lfs/samba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Peter Müller diff --git a/lfs/samba b/lfs/samba index cda2a2820..9e104f64a 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@ include Config -VER = 4.18.1 +VER = 4.18.4 SUMMARY = A SMB/CIFS File, Print, and Authentication Server THISAPP = samba-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 93 +PAK_VER = 94 DEPS = avahi cups perl-Parse-Yapp perl-JSON @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f8df6582044ff802766a397cc2a9216eb41c9353822d94281b86fb6b833b23eeaf3eb5a0d32e3f2079e59d098a16f87406cf1da65f58818a73767f27b7f7dc1f +$(DL_FILE)_BLAKE2 = 1f1aab7eb933111b9b1c72af8c3dd379fe34014085129e9d5cc400b4e434742e1c08ad4fdf2a98291d6063ce9b2ddc811e9ab5dbb133a85e97f2158f83dd7c96 install : $(TARGET)