summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-10 10:19:10 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-10 10:19:10 +0100
commit6edda74d1b2a0ae0a92d8ff7676109b5acedf4cc (patch)
tree494d07e4af1b65172954f9875b097acd4e8e29ef
parent872932d25649c3b8f67e1ce786528d8b0f47feae (diff)
Bump libdcp to get fix for incorrect signature digests.
-rw-r--r--ChangeLog6
-rw-r--r--cscript2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dcc4a3bb7..f60dcbcc4 100644
--- 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 cad0f9401..c1afbabf8 100644
--- 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()