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 9d5e5eb01240cad610088fe2ea6b5b68e4f5e5ee (commit) via a12d48868202f0bef98b4c392eb7ca33cd6fe957 (commit) from 568a227bd318c743225d90c8d93559d04ac72a8f (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 9d5e5eb01240cad610088fe2ea6b5b68e4f5e5ee Author: Peter Müller peter.mueller@link38.eu Date: Sun Mar 4 18:03:04 2018 +0100
Tor: update to 0.3.2.10
Update Tor to 0.3.2.10, which fixes some security and DoS issues especially important for relays.
The release notes are available at: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-p...
Signed-off-by: Peter Müller peter.mueller@link38.eu Signed-off-by: Michael Tremer michael.tremer@ipfire.org Fixes: #11662
commit a12d48868202f0bef98b4c392eb7ca33cd6fe957 Author: Peter Müller peter.mueller@link38.eu Date: Sun Mar 4 17:57:15 2018 +0100
ClamAV: update to 0.99.4
Update ClamAV to 0.99.4 which fixes four security issues and compatibility issues with GCC 6 and C++ 11.
The release note can be found here: http://blog.clamav.net/2018/03/clamav-0994-has-been-released.html
Signed-off-by: Peter Müller peter.mueller@link38.eu Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/clamav | 6 +++--- lfs/tor | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/lfs/clamav b/lfs/clamav index a4e460ffc..957788aa0 100644 --- a/lfs/clamav +++ b/lfs/clamav @@ -24,7 +24,7 @@
include Config
-VER = 0.99.3 +VER = 0.99.4
THISAPP = clamav-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = clamav -PAK_VER = 36 +PAK_VER = 37
DEPS = ""
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5272f127312e987b3e10c155cf1d84df +$(DL_FILE)_MD5 = b9359b90086948b3c4eb97c84cf4b400
install : $(TARGET)
diff --git a/lfs/tor b/lfs/tor index a63a5fb49..f78e017eb 100644 --- a/lfs/tor +++ b/lfs/tor @@ -24,7 +24,7 @@
include Config
-VER = 0.3.2.9 +VER = 0.3.2.10
THISAPP = tor-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tor -PAK_VER = 27 +PAK_VER = 28
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 9aafe4d11464548346fdfb95a3eb9e83 +$(DL_FILE)_MD5 = a8b8b3db93f87a5c061109dbd8cd5309
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree