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@ipfire.org Date: Tue Aug 18 17:42:49 2020 +0200
rsync: Update to 3.2.3
For details see: https://download.samba.org/pub/rsync/NEWS#3.2.3
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit f43ee385502493e01e609743b5feba86a6cc4a14 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Aug 19 11:56:56 2020 +0000
core149: Fix typo in apache initscript
Signed-off-by: Michael Tremer michael.tremer@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
# Start services -/etc/init.d/apache2 restart +/etc/init.d/apache restart /etc/init.d/unbound restart
# Update crontab 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)
hooks/post-receive -- IPFire 2.x development tree