[Forensics-changes] [md5deep] 01/01: Imported Debian patch 4.3-3

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Tue Mar 31 02:28:45 UTC 2015


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

eriberto pushed a commit to branch debian
in repository md5deep.

commit a8c6de6cab81ce259b1e2335b705efa883d0db02
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Mon Mar 30 23:24:16 2015 -0300

    Imported Debian patch 4.3-3
---
 debian/changelog              |  7 +++++++
 debian/patches/fix-FTBFS-Hurd | 16 ++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 297609f..84ca09f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+md5deep (4.3-3) experimental; urgency=medium
+
+  * Team upload.
+  * debian/patches/fix-FTBFS-Hurd: added a new fix in another file.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 30 Mar 2015 23:24:16 -0300
+
 md5deep (4.3-2) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/fix-FTBFS-Hurd b/debian/patches/fix-FTBFS-Hurd
index fffcc43..f086282 100644
--- a/debian/patches/fix-FTBFS-Hurd
+++ b/debian/patches/fix-FTBFS-Hurd
@@ -16,3 +16,19 @@ Index: md5deep-4.3/src/main.cpp
  
  #ifdef _WIN32 
  // This can't go in main.h or we get multiple definitions of it
+Index: md5deep-4.3/src/files.cpp
+===================================================================
+--- md5deep-4.3.orig/src/files.cpp
++++ md5deep-4.3/src/files.cpp
+@@ -26,6 +26,11 @@
+ #include "main.h"
+ #include "common.h"
+ 
++// Fix build in HURD on Debian
++#if defined(__GNU__) && !defined(PATH_MAX)
++#define PATH_MAX 1024
++#endif
++
+ #ifndef HAVE_ISXDIGIT
+ bool isxdigit(char ch)
+ {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/md5deep.git



More information about the forensics-changes mailing list