From patchwork Tue Aug 18 15:42:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3375 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BWFYH30YMz3x1f for ; Tue, 18 Aug 2020 15:42:59 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BWFYF3W1MzmV; Tue, 18 Aug 2020 15:42:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BWFYF2zq5z2yFB; Tue, 18 Aug 2020 15:42:57 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BWFYD4R3Hz2xWn for ; Tue, 18 Aug 2020 15:42:56 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BWFYB5FpJzmV for ; Tue, 18 Aug 2020 15:42:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597765374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=YUf+IEXuE28p0o7Q18T7HcnuQfn42VJeRVdgnmEfyXs=; b=egkt7oWqQTv9aVa8/B2wbLCyPsrXHtVicq6zFHqYcWe6zft5SJTEkmQ7HxmZl+bl1Jjxcw yDQH3/nqiCbntpAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597765374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=YUf+IEXuE28p0o7Q18T7HcnuQfn42VJeRVdgnmEfyXs=; b=ouTnk+CP5YaxQLrn8MMYF3amPVqRTlI3XoPmcp64j6LSANGqVkR1oZYuD7gcLvCwhCcqvW YOJMBh0P2wZByphVCFbjwIyzwCPaLnsk3ECE1mU51yadwyBaFGJesJe50lG+wQ3b94TOSS yVY8p5TRi9jADGjqQ8Xc0Euqi4KR0rA/JAgtfiG8AuYb91PqJoSUtNKtZihowon0/e9Bu7 GE1oTVL0ppProx6rQOAkZD1/Rj5uu5qTJ4k0ThYIT/rv3IlBUhPg7XoccK6jIduGX81tYG YCxKsFUF4gq2jjLeF25ORrq78hu9RjEWk2SxsmsL0a5osTZuQzCvpGWxjMAVLg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] rsync: Update to 3.2.3 Date: Tue, 18 Aug 2020 17:42:49 +0200 Message-Id: <20200818154249.2524-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org 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" For details see: https://download.samba.org/pub/rsync/NEWS#3.2.3 Signed-off-by: Matthias Fischer --- lfs/rsync | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/rsync b/lfs/rsync index 092b0187b..3195438a4 100644 --- a/lfs/rsync +++ b/lfs/rsync @@ -24,7 +24,7 @@ include Config -VER = 3.2.1 +VER = 3.2.3 THISAPP = rsync-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rsync -PAK_VER = 12 +PAK_VER = 13 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d2d7f1c6b07a1434203a2a2406e0bddd +$(DL_FILE)_MD5 = 209f8326f5137d8817a6276d9577a2f1 install : $(TARGET)