aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/stunnel
AgeCommit message (Expand)Author
2017-03-07Make use of the new bb.utils.filter() functionPeter Kjellerstedt
2016-09-12stunnel: 5.28 -> 5.35Wang Xin
2016-09-05stunnel: control ipv6 support based on DISTRO_FEATURESJackie Huang
2016-05-05meta-networking: use bb.utils.contains() instead of base_contains()Ross Burton
2016-01-20stunnel: 5.21 -> 5.28Dai Caiyun
2015-08-06stunnel: upgrade 5.17 -> 5.21Li xin
2015-06-05stunnel: upgrade to 5.17Roy Li
2015-03-10stunnel: Update to version 5.10Sven Ebenfeld
2014-09-26stunnel: add perl to RDEPENDS_stunnelRobert Yang
2014-08-11stunnel: add dependency on zlib and tcp-wrappersMartin Jansa
2014-04-24stunnel: fix configure ssl parameterJavier Viguera
2014-04-02stunnel: fix SRC_URIJavier Viguera
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
2013-09-05stunnel: Add 4.56 versionLaszlo Papp
ol17-oe OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/eSDK.py
blob: f36c3ccd3b4931627070e8495b8a54f676a70a51 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111