From: Bruno Thomsen <bth@kamstrup.dk>
To: m.olbrich@pengutronix.de
Cc: ptxdist@pengutronix.de, bth@kamstrup.com
Subject: [ptxdist] [PATCH 1/2] host-certdata: root CA certificate bundle downloader
Date: Fri, 16 Jan 2015 12:58:44 +0100 [thread overview]
Message-ID: <1421409525-13713-1-git-send-email-bth@kamstrup.dk> (raw)
From: Bruno Thomsen <bth@kamstrup.com>
Added a new host dummy package that download a specific firefox bundle
of root CA certificates. This functionality is used by libcurl package.
Signed-off-by: Bruno Thomsen <bth@kamstrup.com>
---
rules/host-certdata.in | 5 +++++
rules/host-certdata.make | 57 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
create mode 100644 rules/host-certdata.in
create mode 100644 rules/host-certdata.make
diff --git a/rules/host-certdata.in b/rules/host-certdata.in
new file mode 100644
index 0000000..087f34c
--- /dev/null
+++ b/rules/host-certdata.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_CERTDATA
+ tristate
+
diff --git a/rules/host-certdata.make b/rules/host-certdata.make
new file mode 100644
index 0000000..0bdccc4
--- /dev/null
+++ b/rules/host-certdata.make
@@ -0,0 +1,57 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2015 by Bruno Thomsen <bth@kamstrup.com>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_CERTDATA) += host-certdata
+
+#
+# Paths and names
+#
+FIREFOX_MAJOR_VERSION := 33
+FIREFOX_MINOR_VERSION := 0
+HOST_CERTDATA_VERSION := $(FIREFOX_MAJOR_VERSION)_$(FIREFOX_MINOR_VERSION)
+HOST_CERTDATA_MD5 := c9a187ce3bcd6d5ee1f8f5f531cf97f9
+HOST_CERTDATA := certdata
+HOST_CERTDATA_SUFFIX := txt
+HOST_CERTDATA_URL := \
+ http://hg.mozilla.org/releases/mozilla-release/raw-file/FIREFOX_$(HOST_CERTDATA_VERSION)_RELEASE/security/nss/lib/ckfw/builtins/$(HOST_CERTDATA).$(HOST_CERTDATA_SUFFIX)
+HOST_CERTDATA_SOURCE := $(SRCDIR)/$(HOST_CERTDATA).$(HOST_CERTDATA_SUFFIX)
+HOST_CERTDATA_DIR := $(HOST_BUILDDIR)/$(HOST_CERTDATA)-$(HOST_CERTDATA_VERSION)
+
+# ----------------------------------------------------------------------------
+# Extract
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-certdata.extract:
+ @$(call targetinfo)
+ @$(call clean, $(HOST_CERTDATA_DIR))
+ @mkdir -p $(HOST_CERTDATA_DIR)
+ @cp $(HOST_CERTDATA_SOURCE) $(HOST_CERTDATA_DIR)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Compile
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-certdata.compile:
+ @$(call targetinfo)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-certdata.install:
+ @$(call targetinfo)
+ @$(call touch)
+
+# vim: syntax=make
--
1.9.1
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2015-01-16 11:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-16 11:58 Bruno Thomsen [this message]
2015-01-16 11:58 ` [ptxdist] [PATCH 2/2] curl: install root CA certificates option Bruno Thomsen
2015-03-26 10:06 ` Michael Olbrich
2015-03-18 11:56 ` [ptxdist] [PATCH 1/2] host-certdata: root CA certificate bundle downloader Bruno Thomsen
2015-03-26 10:06 ` Michael Olbrich
2015-03-26 10:00 ` Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421409525-13713-1-git-send-email-bth@kamstrup.dk \
--to=bth@kamstrup.dk \
--cc=bth@kamstrup.com \
--cc=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox