Bump libdcp to get fix for incorrect signature digests.
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Oct 2013 09:19:10 +0000 (10:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Oct 2013 09:19:10 +0000 (10:19 +0100)
ChangeLog
cscript

index dcc4a3bb702497954bcb1654128c8ec9e579044f..f60dcbcc4c8ce5ac376c10eda67ff5e4997995b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-10  Carl Hetherington  <cth@carlh.net>
+
+       * libdcp fix to incorrect signature digests.
+
 2013-10-09  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.10 released.
@@ -5,7 +9,7 @@
 2013-10-09  Carl Hetherington  <cth@carlh.net>
 
        * Add some missing Windows dependencies.
-       
+
 2013-10-09  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.09 released.
diff --git a/cscript b/cscript
index cad0f9401ae60dfed979e98da9e6f527815e4552..c1afbabf891158de3a91bca4cdbaf3874842c636 100644 (file)
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
 
 def dependencies(target):
     return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
-            ('libdcp', 'f45c39be13bae47936d8b87be45df55741b5bb9c'))
+            ('libdcp', '9394dad74a8439f8230eb6aa21b639f3e10cbb2a'))
 
 def build(target):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()