summaryrefslogtreecommitdiff
path: root/strata/network-security.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/network-security.morph')
-rw-r--r--strata/network-security.morph47
1 files changed, 47 insertions, 0 deletions
diff --git a/strata/network-security.morph b/strata/network-security.morph
new file mode 100644
index 00000000..a80c22f0
--- /dev/null
+++ b/strata/network-security.morph
@@ -0,0 +1,47 @@
+name: network-security
+kind: stratum
+description: This stratum provides SSL/TLS libraries
+build-depends:
+- morph: strata/core.morph
+chunks:
+- name: nspr
+ morph: strata/network-security/nspr.morph
+ repo: upstream:nspr-hg
+ ref: 996918a8942606b640279bcd69ef4fec18e28844
+ unpetrify-ref: NSPR_4_12_RTM
+- name: nss
+ morph: strata/network-security/nss.morph
+ repo: upstream:nss
+ ref: 711f0416e5f43f6514ad3c169080aed89054d44b
+ unpetrify-ref: baserock/nss-3.31
+ build-depends:
+ - nspr
+- name: libtasn1
+ morph: strata/network-security/libtasn1.morph
+ repo: upstream:libtasn1
+ ref: 4bc67882e72929732b1d9cccc73e606f3a44f542
+ unpetrify-ref: libtasn1_4_12
+- name: p11-kit
+ morph: strata/network-security/p11-kit.morph
+ repo: upstream:p11-kit
+ ref: ec9e2450bafa1cda47525b38a28c8f981f43c1e1
+ unpetrify-ref: 0.23.1
+ build-depends:
+ - libtasn1
+- name: nettle
+ morph: strata/network-security/nettle.morph
+ repo: upstream:nettle
+ ref: 22185d4efbd4c9c9afde9cba21eef0d550e88fab
+ unpetrify-ref: nettle_3.2_release_20160128
+- name: gnutls
+ morph: strata/network-security/gnutls.morph
+ repo: upstream:gnutls
+ ref: ae8ac9d420e9bd95eba2ce9f990dcd001d83ca42
+ unpetrify-ref: gnutls_3_4_14
+ build-depends:
+ - nettle
+ - libtasn1
+ - p11-kit
+ submodules:
+ devel/openssl:
+ url: upstream:openssl-new