/pidgin/main: 0da0be8dd144: Add Makefile rule to generate mozill...

Richard Laager rlaager at pidgin.im
Sat Jun 18 20:00:08 EDT 2016


Changeset: 0da0be8dd144676c9f28b1c4346c457f288697c8
Author:	 Richard Laager <rlaager at pidgin.im>
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



More information about the Commits mailing list