summaryrefslogtreecommitdiff
path: root/strata/network-security.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-15 21:08:54 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-18 15:42:42 +0000
commit1fc39bbd77125612208bd8c69e92fef00f3f1170 (patch)
tree00ccea7fae7c53852831eae7246da8af060a1bc5 /strata/network-security.morph
parent1b7668651d04aa5b7c6d02857f4320b89eaf99e9 (diff)
downloaddefinitions-1fc39bbd77125612208bd8c69e92fef00f3f1170.tar.gz
Move gnutls to network-security stratum
With the other alternative implementation NSS/NSPR Change-Id: Ib8a15cffb7371c397b776a5b4e74dd8463341929
Diffstat (limited to 'strata/network-security.morph')
-rw-r--r--strata/network-security.morph27
1 files changed, 27 insertions, 0 deletions
diff --git a/strata/network-security.morph b/strata/network-security.morph
index cf1fd1dc..caf4a08b 100644
--- a/strata/network-security.morph
+++ b/strata/network-security.morph
@@ -1,5 +1,6 @@
name: network-security
kind: stratum
+description: This stratum provides SSL/TLS libraries
build-depends:
- morph: strata/core.morph
chunks:
@@ -15,3 +16,29 @@ chunks:
unpetrify-ref: baserock/nss-3.21
build-depends:
- nspr
+- name: libtasn1
+ repo: upstream:libtasn1
+ ref: 7f3a9c2294cdebd9e63fe007150c181b980865ef
+ unpetrify-ref: baserock/gnome
+ build-system: autotools
+- 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: 549e2853d6f3fa9cefb099970209c7f5bf5673b7
+ unpetrify-ref: nettle_3.1.1_release_20150424
+- name: gnutls
+ morph: strata/network-security/gnutls.morph
+ repo: upstream:gnutls
+ ref: 21fecbde80ae824f85a10a0c23a327c49e4e5fb6
+ unpetrify-ref: baserock/gnutls_3_4_6
+ build-depends:
+ - nettle
+ - libtasn1
+ - p11-kit