From mboxrd@z Thu Jan  1 00:00:00 1970
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated.
 9a2685f326881914791d8f9511c31fd5a0cfa7f4
Date: Wed, 19 Aug 2020 12:10:19 +0000
Message-ID: <4BWmnS0mQ4z2xMT@people01.haj.ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2807616229582315432=="
List-Id: <ipfire-scm.lists.ipfire.org>

--===============2807616229582315432==
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  9a2685f326881914791d8f9511c31fd5a0cfa7f4 (commit)
       via  f43ee385502493e01e609743b5feba86a6cc4a14 (commit)
      from  9ac54186132701e67fbbdf6ef1a76c44d415e40e (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 9a2685f326881914791d8f9511c31fd5a0cfa7f4
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date:   Tue Aug 18 17:42:49 2020 +0200

    rsync: Update to 3.2.3
   =20
    For details see:
    https://download.samba.org/pub/rsync/NEWS#3.2.3
   =20
    Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit f43ee385502493e01e609743b5feba86a6cc4a14
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Aug 19 11:56:56 2020 +0000

    core149: Fix typo in apache initscript
   =20
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/core/149/update.sh | 2 +-
 lfs/rsync                           | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Difference in files:
diff --git a/config/rootfiles/core/149/update.sh b/config/rootfiles/core/149/=
update.sh
index 63e10efaa..d30f748f5 100644
--- a/config/rootfiles/core/149/update.sh
+++ b/config/rootfiles/core/149/update.sh
@@ -49,7 +49,7 @@ ldconfig
 /usr/local/bin/filesystem-cleanup
=20
 # Start services
-/etc/init.d/apache2 restart
+/etc/init.d/apache restart
 /etc/init.d/unbound restart
=20
 # Update crontab
diff --git a/lfs/rsync b/lfs/rsync
index 092b0187b..3195438a4 100644
--- a/lfs/rsync
+++ b/lfs/rsync
@@ -24,7 +24,7 @@
=20
 include Config
=20
-VER        =3D 3.2.1
+VER        =3D 3.2.3
=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 12
+PAK_VER    =3D 13
=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 d2d7f1c6b07a1434203a2a2406e0bddd
+$(DL_FILE)_MD5 =3D 209f8326f5137d8817a6276d9577a2f1
=20
 install : $(TARGET)
=20


hooks/post-receive
--
IPFire 2.x development tree

--===============2807616229582315432==--