guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove bsdiff traces.


From: guix-commits
Subject: branch master updated: gnu: Remove bsdiff traces.
Date: Sat, 19 Jun 2021 11:17:26 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dece03e  gnu: Remove bsdiff traces.
dece03e is described below

commit dece03e2b98fc1c2428c2448ce5792f813eb79bf
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 19 17:17:02 2021 +0200

    gnu: Remove bsdiff traces.
    
    This is a follow-up to 373c7b5791acd8f377455be47260948b843dd5db.
    
    * gnu/packages/patches/bsdiff-CVE-2014-9862.patch: Delete file.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
---
 gnu/local.mk                                    |  1 -
 gnu/packages/patches/bsdiff-CVE-2014-9862.patch | 15 ---------------
 2 files changed, 16 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 5d84b3c..da86c66 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -854,7 +854,6 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/bc-fix-cross-compilation.patch          \
   %D%/packages/patches/bear-disable-preinstall-tests.patch     \
   %D%/packages/patches/brightnessctl-elogind-support.patch     \
-  %D%/packages/patches/bsdiff-CVE-2014-9862.patch              \
   %D%/packages/patches/bsd-games-2.17-64bit.patch              \
   %D%/packages/patches/bsd-games-add-configure-config.patch    \
   %D%/packages/patches/bsd-games-add-wrapper.patch             \
diff --git a/gnu/packages/patches/bsdiff-CVE-2014-9862.patch 
b/gnu/packages/patches/bsdiff-CVE-2014-9862.patch
deleted file mode 100644
index 7aab818..0000000
--- a/gnu/packages/patches/bsdiff-CVE-2014-9862.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/bspatch.c b/bspatch.c
-index 8d95633..ab77722 100644
---- a/bspatch.c
-+++ b/bspatch.c
-
-@@ -187,6 +187,10 @@
-               };
- 
-               /* Sanity-check */
-+              if ((ctrl[0] < 0) || (ctrl[1] < 0))
-+                      errx(1,"Corrupt patch\n");
-+
-+              /* Sanity-check */
-               if(newpos+ctrl[0]>newsize)
-                       errx(1,"Corrupt patch\n");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]