Author: bdubbs
Date: Tue Mar 12 09:24:30 2019
New Revision: 21310

Log:
Fix a security isse in kf5's kcodecs

Modified:
   trunk/BOOK/kde/kf5/kf5-frameworks.xml

Modified: trunk/BOOK/kde/kf5/kf5-frameworks.xml
==============================================================================
--- trunk/BOOK/kde/kf5/kf5-frameworks.xml       Tue Mar 12 08:35:56 2019        
(r21309)
+++ trunk/BOOK/kde/kf5/kf5-frameworks.xml       Tue Mar 12 09:24:30 2019        
(r21310)
@@ -310,6 +310,13 @@
     pkg=$(echo $file|sed 's|^.*/||')          # Remove directory
     packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
 
+    # Fix a security issue in kcodecs
+    name=$(echo $pkg|sed 's|-5.*$||') # Isolate package name
+
+    if [ "$name" == "kcodecs" ]; then
+      sed -i '/int ISO2022JPChar/s/}/, 0, 0}/' src/probers/nsEscSM.cpp
+    fi
+
     tar -xf $file
     pushd $packagedir
       mkdir build
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to