summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-06-05 14:42:18 +0100
committerCarl Hetherington <cth@carlh.net>2017-06-05 14:42:18 +0100
commit42a30c6c05ffdf00acf44daed07d48388175c7a4 (patch)
treef3efc82443f94ec06a66ee418ccb004f2b140536 /cscript
parent03ff0afa934e0a1919d65d1407b4b5997672ca09 (diff)
Improve management of certificate chains to make it harder to have
an inconsistent chain / private key set.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 8a4e605ca..6fdeb8736 100644
--- a/cscript
+++ b/cscript
@@ -280,8 +280,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'd993f38', ffmpeg_options),
- ('libdcp', 'c871326'),
- ('libsub', 'ce09e4e'),
+ ('libdcp', '284f247'),
+ ('libsub', '424041f'),
('rtaudio-cdist', None))
def configure_options(target):