Changeset 41f721e
- Timestamp:
- 04/02/2021 05:54:32 PM (4 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9d31900
- Parents:
- b5bd147
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libssh2.xml
rb5bd147 r41f721e 71 71 </itemizedlist> 72 72 73 <itemizedlist spacing="compact"> 74 <listitem> 75 <para> 76 Required patch: 77 <ulink url="&patch-root;/libssh2-&libssh2-version;-security_fixes-1.patch"/> 78 </para> 79 </listitem> 80 </itemizedlist> 81 73 82 <bridgehead renderas="sect3">libssh2 Dependencies</bridgehead> 74 83 … … 93 102 </para> 94 103 95 <screen><userinput>./configure --prefix=/usr --disable-static && 104 <screen><userinput>patch -Np1 -i ../libssh2-&libssh2-version;-security_fixes-1.patch && 105 ./configure --prefix=/usr --disable-static && 96 106 make</userinput></screen> 97 107 -
introduction/welcome/changelog.xml
rb5bd147 r41f721e 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Add a warning in xdg-utils about an unfixed 49 security vulnerability.</para> 50 </listitem> 51 <listitem> 52 <para>[ken] - Patch libssh2-1.9.0 for a security vulnerability. Fixes 53 <ulink url="&blfs-ticket-root;14853">#14853</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[ken] - Patch flac-1.3.3 for a security vulnerability. Fixes 57 <ulink url="&blfs-ticket-root;14852">#14852</ulink>.</para> 58 </listitem> 59 <listitem> 48 60 <para>[timtas] - Update to xscreensaver-6.00. Fixes 49 61 <ulink url="&blfs-ticket-root;14851">#14851</ulink>.</para> -
multimedia/libdriv/flac.xml
rb5bd147 r41f721e 68 68 <para> 69 69 Estimated build time: &flac-time; 70 </para> 71 </listitem> 72 </itemizedlist> 73 74 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 75 76 <itemizedlist spacing="compact"> 77 <listitem> 78 <para> 79 Required patch: 80 <ulink url="&patch-root;/flac-&flac-version;-security_fixes-1.patch"/> 70 81 </para> 71 82 </listitem> … … 97 108 </para> 98 109 99 <screen><userinput>./configure --prefix=/usr \ 100 --disable-thorough-tests \ 101 --docdir=/usr/share/doc/flac-&flac-version; && 110 <screen><userinput>patch -Np1 -i ../flac-&flac-version;-security_fixes-1.patch && 111 ./configure --prefix=/usr \ 112 --disable-thorough-tests \ 113 --docdir=/usr/share/doc/flac-&flac-version; && 102 114 make</userinput></screen> 103 115 -
xsoft/other/xdg-utils.xml
rb5bd147 r41f721e 36 36 It is required for Linux Standards Base (LSB) conformance. 37 37 </para> 38 39 <warning> 40 <para> 41 A security vulnerability exists in all versions of 42 <application>xdg-utils</application> from version 1.1.0rc1 when handling 43 mailto: URIs. An attacker could potentially send a victim a URI that 44 automatically attaches a sensitive file to a new email. If a victim user 45 does not notice that an attachment was added and sends the email, this 46 could result in sensitive information disclosure. 47 </para> 48 49 <para> 50 To mitigate this flaw, either do not use mailto links at all, or always 51 double-check in the user interface that there are no unwanted attachments 52 before sending emails, especially when the email originates from clicking 53 on a mailto link. 54 </para> 55 </warning> 38 56 39 57 &lfs101_checked;
Note:
See TracChangeset
for help on using the changeset viewer.