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 f40cd26de2a0353fca1fdee407cfce153b16c76d (commit) via ee44d509b61eea858e38e8a4f1f57db6f9940cf3 (commit) from f903d3a6f0c4a3f2e5251fda7ea2d1b788606294 (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 f40cd26de2a0353fca1fdee407cfce153b16c76d Author: Peter Müller peter.mueller@ipfire.org Date: Sat Apr 6 06:04:00 2019 +0000
Postfix: update to 3.4.5
See http://www.postfix.org/announcements/postfix-3.4.5.html for release notes.
Signed-off-by: Peter Müller peter.mueller@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit ee44d509b61eea858e38e8a4f1f57db6f9940cf3 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Apr 5 21:55:12 2019 +0200
wget: Update to 1.20.3
For details see: https://fossies.org/linux/wget/ChangeLog
Excerpt from "NEWS":
"2019-04-05 Tim Ruehsen tim.ruehsen@gmx.de
Fix a buffer overflow vulnerability * src/iri.c(do_conversion): Reallocate the output buffer to a larger size if it is already full"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/postfix | 6 +++--- lfs/wget | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/postfix b/lfs/postfix index c34162d41..41ac90879 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@
include Config
-VER = 3.4.3 +VER = 3.4.5
THISAPP = postfix-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = postfix -PAK_VER = 19 +PAK_VER = 20
DEPS = ""
@@ -66,7 +66,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 7f539d5497f4cb0c3f5b66227aaeb561 +$(DL_FILE)_MD5 = 093109941095390562166de766d4720d
install : $(TARGET)
diff --git a/lfs/wget b/lfs/wget index ac2fa826c..00ca75033 100644 --- a/lfs/wget +++ b/lfs/wget @@ -24,7 +24,7 @@
include Config
-VER = 1.20.2 +VER = 1.20.3
THISAPP = wget-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2692f6678e93601441306b5c1fc6a77a +$(DL_FILE)_MD5 = db4e6dc7977cbddcd543b240079a4899
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree