public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a95c8b978137d435d4b734b03371c7fc7f2930b1
Date: Tue, 21 Apr 2020 13:52:33 +0000	[thread overview]
Message-ID: <4964kp1T2hz2xr9@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4683 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  a95c8b978137d435d4b734b03371c7fc7f2930b1 (commit)
       via  83cee5f02ead8d296bc874651f6f36a07e581df7 (commit)
       via  9ec0fca91d237fffe686b2a23fa5cd1dac731fd3 (commit)
      from  88ba9a24801338f5421cace9ae99db31be1f0889 (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 a95c8b978137d435d4b734b03371c7fc7f2930b1
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Tue Apr 21 13:52:01 2020 +0000

    core144: ship /etc/os-release
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 83cee5f02ead8d296bc874651f6f36a07e581df7
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Tue Apr 21 13:50:43 2020 +0000

    core144: add openssl
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit 9ec0fca91d237fffe686b2a23fa5cd1dac731fd3
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Tue Apr 21 15:43:38 2020 +0200

    openssl: update to 1.1.1g
    
    CVE-2020-1967 (OpenSSL advisory) [High severity] 21 April 2020:
        Server or client applications that call the SSL_check_chain()
        function during or after a TLS 1.3 handshake may crash due
        to a NULL pointer dereference as a result of incorrect handling
        of the "signature_algorithms_cert" TLS extension.
        The crash occurs if an invalid or unrecognised signature algorithm
        is received from the peer. This could be exploited by a malicious
        peer in a Denial of Service attack.
    https://www.openssl.org/news/secadv/20200421.txt
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

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

Summary of changes:
 config/rootfiles/core/144/filelists/files                             | 1 +
 .../rootfiles/{oldcore/100 => core/144}/filelists/i586/openssl-sse2   | 0
 config/rootfiles/{oldcore/100 => core/144}/filelists/openssl          | 0
 config/rootfiles/core/144/update.sh                                   | 2 +-
 lfs/openssl                                                           | 4 ++--
 5 files changed, 4 insertions(+), 3 deletions(-)
 copy config/rootfiles/{oldcore/100 => core/144}/filelists/i586/openssl-sse2 (100%)
 copy config/rootfiles/{oldcore/100 => core/144}/filelists/openssl (100%)

Difference in files:
diff --git a/config/rootfiles/core/144/filelists/files b/config/rootfiles/core/144/filelists/files
index ead2c54b7..555fb38bc 100644
--- a/config/rootfiles/core/144/filelists/files
+++ b/config/rootfiles/core/144/filelists/files
@@ -1,3 +1,4 @@
+etc/os-release
 etc/system-release
 etc/issue
 srv/web/ipfire/cgi-bin/credits.cgi
diff --git a/config/rootfiles/core/144/filelists/i586/openssl-sse2 b/config/rootfiles/core/144/filelists/i586/openssl-sse2
new file mode 120000
index 000000000..f424713d6
--- /dev/null
+++ b/config/rootfiles/core/144/filelists/i586/openssl-sse2
@@ -0,0 +1 @@
+../../../../common/i586/openssl-sse2
\ No newline at end of file
diff --git a/config/rootfiles/core/144/filelists/openssl b/config/rootfiles/core/144/filelists/openssl
new file mode 120000
index 000000000..e011a9266
--- /dev/null
+++ b/config/rootfiles/core/144/filelists/openssl
@@ -0,0 +1 @@
+../../../common/openssl
\ No newline at end of file
diff --git a/config/rootfiles/core/144/update.sh b/config/rootfiles/core/144/update.sh
index 861d90fac..8449418f0 100644
--- a/config/rootfiles/core/144/update.sh
+++ b/config/rootfiles/core/144/update.sh
@@ -74,7 +74,7 @@ useradd -c 'dhcpcd privsep user' \
 /usr/local/bin/filesystem-cleanup
 
 # This update needs a reboot...
-#touch /var/run/need_reboot
+touch /var/run/need_reboot
 
 # Finish
 /etc/init.d/fireinfo start
diff --git a/lfs/openssl b/lfs/openssl
index 06b999a15..8fe3c2856 100644
--- a/lfs/openssl
+++ b/lfs/openssl
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.1.1f
+VER        = 1.1.1g
 
 THISAPP    = openssl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -87,7 +87,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3f486f2f4435ef14b81814dbbc7b48bb
+$(DL_FILE)_MD5 = 76766e98997660138cdaf13a187bd234
 
 install : $(TARGET)
 


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

                 reply	other threads:[~2020-04-21 13:52 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=4964kp1T2hz2xr9@people01.haj.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