guix: add patches to fix guix#73919.

This commit is contained in:
Luis Guzmán 2024-10-23 15:31:17 +00:00
parent 1e8d358cbf
commit dbda85fde6
4 changed files with 208 additions and 2 deletions

View file

@ -17,7 +17,8 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=0
VERSION=1
SECURITY=true
. ./config
export FULLVERSION="$(sed 's|1.3.0-4|1.3.0-4+really1.3.0-5|' <<< $FULLVERSION)"
@ -27,6 +28,7 @@ patch_p1 $DATA/guix-1.3.0.4-to-1.3.0-5.patch
# Apply missing CVEs upstream:
## 1.CVE-2024-27297
## 2. https://issues.guix.gnu.org/73919
for patch in $(ls -v ${DATA}/cve/*.patch)
do
patch_p1 $patch
@ -35,6 +37,6 @@ done
# TODO: Confirm fix for nix package.
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066812
changelog "Upgrade to 1.3.0-5 and apply missing CVE-2024-27297 upstream patch."
changelog "Apply latest fix for #73919 || Upgrade to 1.3.0-5 and apply missing CVE-2024-27297 upstream patch."
package