#4643: openssl-1.1.1g (CVE-2020-1967)
--------------------+-----------------------
Reporter: renodr | Owner: lfs-book
Type: task | Status: new
Priority: high | Milestone: 9.2
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
--------------------+-----------------------
Comment (by ken@…):
The sed is no-longer necessary, although it still builds with the added
line present.
As a reminder for people doing upgrades, find what processes are currently
using the old libs and restart them:
{{{
grep -l -e 'libssl.*deleted' -e 'libcrypto.*deleted' /proc/*/maps | tr
-cd 0-9\\n | xargs -r ps u
}}}
On my sysvinit server, things with rc scripts which can be restarted.
On my sysvinit desktop, also anything using qtwebengine (falkon in my
case) and my original login on tty1 from where I ran startx. So, for a
desktop use killall -HUP on your browsers to get them to save state, then
logout.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/4643#comment:1>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page