[Pkg-phototools-commits] [SCM] openimageio branch, master, updated. upstream/1.1.2+dfsg0-93-g1228be7

Matteo F. Vescovi mfv.debian at gmail.com
Thu Dec 27 09:27:26 UTC 2012


The following commit has been merged in the master branch:
commit 1228be7944b4fb036059e6a5ecbc6e8ac9094bd3
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Thu Dec 27 10:08:09 2012 +0100

    debian/patches/: #0005 added to fix SHA1 issue
    
    This is a known issue on the code and Blender Community
    found this workaround working fine, at least till upstream
    fixes it correctly (or applied this same correction to code).
    
    Git-Dch: Short

diff --git a/debian/patches/0005-Fix_SHA1_issue.patch b/debian/patches/0005-Fix_SHA1_issue.patch
new file mode 100644
index 0000000..5324552
--- /dev/null
+++ b/debian/patches/0005-Fix_SHA1_issue.patch
@@ -0,0 +1,23 @@
+From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
+Date: Thu, 27 Dec 2012 10:07:44 +0100
+Subject: Fix_SHA1_issue
+
+---
+ src/libutil/SHA1.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libutil/SHA1.cpp b/src/libutil/SHA1.cpp
+index b9e6c8b..c761185 100644
+--- a/src/libutil/SHA1.cpp
++++ b/src/libutil/SHA1.cpp
+@@ -8,9 +8,9 @@
+ 
+ // If compiling with MFC, you might want to add #include "StdAfx.h"
+ 
++#include "SHA1.h"
+ #include "hash.h"
+ #include "dassert.h"
+-#include "SHA1.h"
+ 
+ #ifdef SHA1_UTILITY_FUNCTIONS
+ #define SHA1_MAX_FILE_BUFFER 8000
diff --git a/debian/patches/series b/debian/patches/series
index ebbe12e..d6920b8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Fix_IlmBase_issue.patch
 0003-Fix_multiarch_paths.patch
 0004-Fix_pause_issue.patch
+0005-Fix_SHA1_issue.patch

-- 
OpenImageIO packaging



More information about the Pkg-phototools-commits mailing list