mk-ca-bundle.pl: Only download if modified
authorAsk Bjørn Hansen <ask@develooper.com>
Mon, 14 Mar 2011 05:52:33 +0000 (06:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Mar 2011 09:20:21 +0000 (10:20 +0100)
commit3e00af34c8b271cb946b2a8a4977b599dcf2d9e3
tree53348c80caa55f4078a3c7bc4c6635e2e52141b8
parent3eac14b43c62717cc14733aba6827c0c3d38dc9a
mk-ca-bundle.pl: Only download if modified

Only download and convert the certdata to the ca-bundle.crt if Mozilla
changed the data

The Perl LWP module (which in a bit of a circular reference is used by
mk-ca-bundle.pl) is now indirectly using this script. I made this small
tweak to make it easier to automatically maintain the generated
ca-bundle.crt file in version control.
lib/mk-ca-bundle.pl