From patchwork Sun Mar 18 19:48:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1697 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 5FFA760602 for ; Sun, 18 Mar 2018 09:57:01 +0100 (CET) X-Virus-Scanned: ClamAV at mail01.ipfire.org X-Spam-Flag: NO X-Spam-Score: -0.599 X-Spam-Level: X-Spam-Status: No, score=-0.599 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, KAM_NUMSUBJECT=0.5, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 460A6108C3AC; Sun, 18 Mar 2018 08:56:59 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521363419; x=1523955419; bh=1dz3aukxg5NSf3SqVhoiROeyEpvAlzgO0fGlWjDrEts=; h=From:To:Subject:Date:Message-Id:Sender:From:To:Cc:Date: Content-Type:Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=IGZUtrZRX2pGPuwj47EEh+pPk/twJVqKEewizYtXqFV+Gj0eQGi3ndSm8aNQ4sYfL fIVh56uhvCM1HFDHZ0kssc182bM+FvnseJMtYGNfhGXiwJwbNzkHXUYrTdK3Z4KdDw 0WEh4wHjvSvyUKqFhA+bb2P4f7IIWuZo2tynLLQr54W5id/wy3VfGgbSJ25wNOhU8l Mo1I/cf7cY5QTAhByo8TKx0vXMt0X57rLu1LHxjSxaWzZgq7bLh7kvjYbs6SIdniwm 2A7Q3DLL5UUqyl6bDBxtAIFtw+XZUrveLmLNasQhSNy5rMtMevNrVb3dU7AZ2jOtQG x4KBaDFsFEq3A== X-Virus-Scanned: ClamAV at mail01.ipfire.org Received: from Devel.localdomain (p5B0A20A2.dip0.t-ipconnect.de [91.10.32.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 9988B108F565 for ; Sun, 18 Mar 2018 08:48:08 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ipfire.org; s=201801; t=1521362888; x=1523954888; bh=1dz3aukxg5NSf3SqVhoiROeyEpvAlzgO0fGlWjDrEts=; h=From:To:Subject:Date:Message-Id:From:To:Cc:Date:Content-Type: Message-ID:In-Reply-To:Subject:Reply-To:Sender; b=PMvMCWCsRN4hNsSXi8TvBw/a1NqLKAY2jWQI4yptS92WkCH+BvB8j14YQSCHVVFlJ +UuprGXheFpAYXpdbTOuQKs7Uy3sZyzpwz2Sm0ifLiniKa7+oqme7PzhHc4fFvXjQk 2lBJnQLGdQ4ZbiMGBJeNv1UhGc9Jk0PE5DYVqspJLRjJRgRmPDE0VHesflJrVxt7F8 1p3o/IEY1qpJeNc95rHPKXZKNlPvcE1xx0/Gwi2VFpsXCzxEMK3MsvJOnROPo5zzQq 7F2hwn/wNVr35fuDA9//smrtW8nh1H0KS7qQmJ//Yhi02ehPmX0ntukVCSWZC6soyy cCaxdjLUioi7Q== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] rsync: Update to 3.1.3 Date: Sun, 18 Mar 2018 09:48:04 +0100 Message-Id: <20180318084804.2018-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.16.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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/src/rsync-3.1.3-NEWS Best, Matthias Signed-off-by: Matthias Fischer --- lfs/rsync | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/rsync b/lfs/rsync index ce8c65258..18e6d9e1c 100644 --- a/lfs/rsync +++ b/lfs/rsync @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team # +# Copyright (C) 2007-2018 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 # @@ -24,7 +24,7 @@ include Config -VER = 3.1.2 +VER = 3.1.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 = 10 +PAK_VER = 11 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0f758d7e000c0f7f7d3792610fad70cb +$(DL_FILE)_MD5 = 1581a588fde9d89f6bc6201e8129afaf install : $(TARGET)