/pidgin/main: 0da0be8dd144: Add Makefile rule to generate mozill...
Richard Laager <[email protected]> Sat, 18 Jun 2016 20:00:08 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 0da0be8dd144676c9f28b1c4346c457f288697c8 Author: Richard Laager <[email protected]> Date: 2016-06-17 23:21 -0500 Branch: release-2.x.y URL: https://hg.pidgin.im/pidgin/main/rev/0da0be8dd144 Description: 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. diffstat: share/ca-certs/Makefile.am | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diffs (16 lines): diff --git a/share/ca-certs/Makefile.am b/share/ca-certs/Makefile.am --- a/share/ca-certs/Makefile.am +++ b/share/ca-certs/Makefile.am @@ -27,3 +27,12 @@ EXTRA_DIST = \ 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 _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits