guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Remove leftover patch.


From: Leo Famulari
Subject: 01/01: gnu: Remove leftover patch.
Date: Mon, 16 Jul 2018 15:04:09 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 36bbac734f2b7adda39bbda4ff8f5498347adfd3
Author: Leo Famulari <address@hidden>
Date:   Mon Jul 16 14:24:59 2018 -0400

    gnu: Remove leftover patch.
    
    * gnu/packages/patches/file-CVE-2017-1000249.patch: Delete file.
    * gnu/local.mk (dist_patch_DATA): Remove it.patch'.
---
 gnu/local.mk                                     |  1 -
 gnu/packages/patches/file-CVE-2017-1000249.patch | 27 ------------------------
 2 files changed, 28 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index d273b1c..64e71a8 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -671,7 +671,6 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/fcgi-2.4.0-poll.patch                   \
   %D%/packages/patches/fifo-map-fix-flags-for-gcc.patch                \
   %D%/packages/patches/fifo-map-remove-catch.hpp.patch         \
-  %D%/packages/patches/file-CVE-2017-1000249.patch             \
   %D%/packages/patches/findutils-localstatedir.patch           \
   %D%/packages/patches/findutils-test-xargs.patch              \
   %D%/packages/patches/flann-cmake-3.11.patch                  \
diff --git a/gnu/packages/patches/file-CVE-2017-1000249.patch 
b/gnu/packages/patches/file-CVE-2017-1000249.patch
deleted file mode 100644
index 505acf1..0000000
--- a/gnu/packages/patches/file-CVE-2017-1000249.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-https://github.com/file/file/commit/35c94dc6acc418f1ad7f6241a6680e5327495793.patch
-http://openwall.com/lists/oss-security/2017/09/05/3
-
-The patch is minorly modified to apply to file-5.30
-
-From 35c94dc6acc418f1ad7f6241a6680e5327495793 Mon Sep 17 00:00:00 2001
-From: Christos Zoulas <address@hidden>
-Date: Sun, 27 Aug 2017 07:55:02 +0000
-Subject: [PATCH] Fix always true condition (Thomas Jarosch)
-
----
- src/readelf.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/readelf.c b/src/readelf.c
-index 81451827..5f425c97 100644
---- a/src/readelf.c
-+++ b/src/readelf.c
-@@ -511,7 +511,7 @@ do_bid_note(struct magic_set *ms, unsigned char *nbuf, 
uint32_t type,
-     size_t noff, size_t doff, int *flags)
- {
-       if (namesz == 4 && strcmp((char *)&nbuf[noff], "GNU") == 0 &&
--          type == NT_GNU_BUILD_ID && (descsz >= 4 || descsz <= 20)) {
-+          type == NT_GNU_BUILD_ID && (descsz >= 4 && descsz <= 20)) {
-               uint8_t desc[20];
-               const char *btype;
-               uint32_t i;



reply via email to

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