From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 8998dde892d3e515747ee9a2e6e3fdf04ae607b9 Date: Tue, 26 Jan 2016 18:02:51 +0100 Message-ID: <20160126170252.30A3E215AF@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5064301039828895746==" List-Id: --===============5064301039828895746== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 8998dde892d3e515747ee9a2e6e3fdf04ae607b9 (commit) from 00ee4eb13ce2f3cdd7deee08b6487145b46b28bb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8998dde892d3e515747ee9a2e6e3fdf04ae607b9 Author: Arne Fitzenreiter Date: Tue Jan 26 18:02:00 2016 +0100 rsync: update to 3.1.2 =20 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: lfs/rsync | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Difference in files: diff --git a/lfs/rsync b/lfs/rsync index 8899ec0..ce8c652 100644 --- a/lfs/rsync +++ b/lfs/rsync @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2013 IPFire Team = # +# Copyright (C) 2007-2016 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 @@ =20 include Config =20 -VER =3D 3.1.1 +VER =3D 3.1.2 =20 THISAPP =3D rsync-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D rsync -PAK_VER =3D 9 +PAK_VER =3D 10 =20 DEPS =3D "" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 43bd6676f0b404326eee2d63be3cdcfe +$(DL_FILE)_MD5 =3D 0f758d7e000c0f7f7d3792610fad70cb =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============5064301039828895746==--