pidgin: update helper for new cve updates.

This commit is contained in:
Luis Guzmán 2024-06-19 01:26:50 +00:00
parent 1152581d7c
commit db13a69e70

View file

@ -30,6 +30,13 @@ done
sed '/PIDGIN_PREFS_ROOT.*conv_focus/s/TRUE/FALSE/' -i pidgin/gtksound.c sed '/PIDGIN_PREFS_ROOT.*conv_focus/s/TRUE/FALSE/' -i pidgin/gtksound.c
# apply upstream pidgin security fixes / patches not yet in ubuntu.
for patch in $(ls -v ${DATA}/cve/*.patch)
do
echo "Applying $(echo $patch|xargs basename)"
patch_p1 $patch
done
changelog "Compiled for Trisquel" changelog "Compiled for Trisquel"
package package