public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 78c3ea61b29ed527e4854f2f03ca0614888f5dd1
Date: Mon, 26 Sep 2016 14:41:29 +0100	[thread overview]
Message-ID: <20160926134129.883951078E81@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2304 bytes --]

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  78c3ea61b29ed527e4854f2f03ca0614888f5dd1 (commit)
      from  def1ad3e948a8473c2443985b234180238aaf66a (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 78c3ea61b29ed527e4854f2f03ca0614888f5dd1
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Sep 26 14:37:20 2016 +0100

    openssl: Update to 1.0.2j
    
    Missing CRL sanity check (CVE-2016-7052)
    ========================================
    
    Severity: Moderate
    
    This issue only affects OpenSSL 1.0.2i, released on 22nd September 2016.
    
    A bug fix which included a CRL sanity check was added to OpenSSL 1.1.0
    but was omitted from OpenSSL 1.0.2i. As a result any attempt to use
    CRLs in OpenSSL 1.0.2i will crash with a null pointer exception.
    
    OpenSSL 1.0.2i users should upgrade to 1.0.2j
    
    The issue was reported to OpenSSL on 22nd September 2016 by Bruce Stephens and
    Thomas Jakobi. The fix was developed by Matt Caswell of the OpenSSL development
    team.
    
    https://www.openssl.org/news/secadv/20160926.txt
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

Summary of changes:
 lfs/openssl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/lfs/openssl b/lfs/openssl
index d0ed4d3..0405a77 100644
--- a/lfs/openssl
+++ b/lfs/openssl
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.0.2i
+VER        = 1.0.2j
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -87,7 +87,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 678374e63f8df456a697d3e5e5a931fb
+$(DL_FILE)_MD5 = 96322138f0b69e61b7212bc53d5e912b
 
 install : $(TARGET)
 


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

                 reply	other threads:[~2016-09-26 13:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160926134129.883951078E81@git01.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox