Changeset efc31fb
- Timestamp:
- 03/12/2019 04:24:30 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a296899
- Parents:
- 4a61228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kf5/kf5-frameworks.xml
r4a61228 refc31fb 311 311 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory 312 312 313 # Fix a security issue in kcodecs 314 name=$(echo $pkg|sed 's|-5.*$||') # Isolate package name 315 316 if [ "$name" == "kcodecs" ]; then 317 sed -i '/int ISO2022JPChar/s/}/, 0, 0}/' src/probers/nsEscSM.cpp 318 fi 319 313 320 tar -xf $file 314 321 pushd $packagedir
Note:
See TracChangeset
for help on using the changeset viewer.