From db13a69e7039f66e6c65078995db121903a2d2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Wed, 19 Jun 2024 01:26:50 +0000 Subject: [PATCH] pidgin: update helper for new cve updates. --- helpers/make-pidgin | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helpers/make-pidgin b/helpers/make-pidgin index f9f3d16..cfaf8ba 100644 --- a/helpers/make-pidgin +++ b/helpers/make-pidgin @@ -30,6 +30,13 @@ done 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" package