pidgin/pidgin

Add Makefile rule to generate mozilla.pem
release-2.x.y
2016-06-17, Richard Laager
0da0be8dd144
Parents d044fd4a4cb9
Children 4c11c13d2748
Add Makefile rule to generate mozilla.pem

This is something that should be run manually as part of the release
process, and any changes reviewed.
--- a/share/ca-certs/Makefile.am Fri Jun 17 23:20:41 2016 -0500
+++ b/share/ca-certs/Makefile.am Fri Jun 17 23:21:08 2016 -0500
@@ -27,3 +27,12 @@
Makefile.mingw \
$(CERTIFICATES) \
$(EXTRA_CERTS)
+
+.PHONY: mk-ca-bundle.pl
+mk-ca-bundle.pl:
+ curl -o $@ https://raw.githubusercontent.com/curl/curl/HEAD/lib/mk-ca-bundle.pl
+ chmod +x $@
+
+.PHONY: mozilla.pem
+mozilla.pem: mk-ca-bundle.pl
+ ./mk-ca-bundle.pl -u mozilla.pem