summaryrefslogtreecommitdiff
path: root/strata/network-security.morph
blob: a80c22f08d6127a0f09797b0bb234636dd78e1dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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