diff options
Diffstat (limited to 'debian/patches/112_fix_CVE-2011-4339.patch')
-rw-r--r-- | debian/patches/112_fix_CVE-2011-4339.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/112_fix_CVE-2011-4339.patch b/debian/patches/112_fix_CVE-2011-4339.patch index f67b845..9354c47 100644 --- a/debian/patches/112_fix_CVE-2011-4339.patch +++ b/debian/patches/112_fix_CVE-2011-4339.patch @@ -4,14 +4,14 @@ Description: CVE-2011-4339 Author: Jörg Frings-Fürst <debian@jff-webhosting.net> Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651917 Forwarded: https://sourceforge.net/p/ipmitool/patches/99/ -Last-Update: 2014-05-18 +Last-Update: 2014-12-01 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/lib/helper.c =================================================================== ---- trunk.orig/lib/helper.c 2014-05-18 18:50:55.000000000 +0200 -+++ trunk/lib/helper.c 2014-05-18 19:30:41.275908129 +0200 -@@ -657,7 +657,6 @@ +--- trunk.orig/lib/helper.c ++++ trunk/lib/helper.c +@@ -658,7 +658,6 @@ ipmi_start_daemon(struct ipmi_intf *intf #endif chdir("/"); |