Commit e742508b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! component/openssl: add OpenSSL-3.0.13, still using OpenSSL-1.1 for python 2.

parent 9c8f7b52
...@@ -25,6 +25,9 @@ revision = ...@@ -25,6 +25,9 @@ revision =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
# we need persistent to be a git checkout because persistent tests want to # we need persistent to be a git checkout because persistent tests want to
# discover in-tree files that are not present in persistent egg when it is # discover in-tree files that are not present in persistent egg when it is
# installed in non-development mode: # installed in non-development mode:
......
...@@ -6,3 +6,6 @@ extends = ...@@ -6,3 +6,6 @@ extends =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
...@@ -5,3 +5,6 @@ extends = test.cfg ...@@ -5,3 +5,6 @@ extends = test.cfg
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
...@@ -17,9 +17,6 @@ extends = ...@@ -17,9 +17,6 @@ extends =
parts = parts =
python2.7 python2.7
[openssl]
<= openssl-1.1
[bootstrap2.7] [bootstrap2.7]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = zc.buildout eggs = zc.buildout
......
...@@ -15,6 +15,9 @@ parts = ...@@ -15,6 +15,9 @@ parts =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[gcc] [gcc]
min_version = 0 min_version = 0
......
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
...@@ -30,6 +30,9 @@ parts = ...@@ -30,6 +30,9 @@ parts =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[rssgen-eggs] [rssgen-eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = python-${:_buildout_section_name_} interpreter = python-${:_buildout_section_name_}
......
...@@ -45,6 +45,9 @@ max_version = 0 ...@@ -45,6 +45,9 @@ max_version = 0
# Beremiz works with python2.7 for now, the code is not yet upgraded for python3 # Beremiz works with python2.7 for now, the code is not yet upgraded for python3
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[open62541] [open62541]
# Beremiz need it to be in folder parts/open62541 # Beremiz need it to be in folder parts/open62541
# as Beremiz search for open62541 to BEREMIZ_PATH/../open62541 # as Beremiz search for open62541 to BEREMIZ_PATH/../open62541
......
...@@ -22,6 +22,9 @@ parts = ...@@ -22,6 +22,9 @@ parts =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[gcc] [gcc]
# we want this SR to use a fixed gcc (so that we have the same gcc as open62541 component) # we want this SR to use a fixed gcc (so that we have the same gcc as open62541 component)
max_version = 0 max_version = 0
......
...@@ -11,6 +11,9 @@ download-cache = ${:directory}/download-cache ...@@ -11,6 +11,9 @@ download-cache = ${:directory}/download-cache
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[template] [template]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
# XXX: "template.cfg" is hardcoded in instanciation recipe # XXX: "template.cfg" is hardcoded in instanciation recipe
......
...@@ -4,3 +4,6 @@ extends = ...@@ -4,3 +4,6 @@ extends =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
...@@ -24,6 +24,9 @@ part = gcc-8.5 ...@@ -24,6 +24,9 @@ part = gcc-8.5
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[dream-repository.git] [dream-repository.git]
revision = f3bcf115741886835df8c0ca0fdbf510d77d8db8 revision = f3bcf115741886835df8c0ca0fdbf510d77d8db8
......
...@@ -9,6 +9,9 @@ parts = ...@@ -9,6 +9,9 @@ parts =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[file] [file]
# For old GCC like 4.9.2 on Debian 8. # For old GCC like 4.9.2 on Debian 8.
# XXX: This should be moved to component/rina-tools/buildout.cfg, next to where # XXX: This should be moved to component/rina-tools/buildout.cfg, next to where
......
...@@ -33,6 +33,9 @@ parts = ...@@ -33,6 +33,9 @@ parts =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[gcc:python2] [gcc:python2]
# use old gcc version for old scipy version used in python2 # use old gcc version for old scipy version used in python2
part = gcc-8.5 part = gcc-8.5
......
...@@ -50,6 +50,9 @@ parts = ...@@ -50,6 +50,9 @@ parts =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[neo] [neo]
<= go-git-package <= go-git-package
go.importpath = lab.nexedi.com/kirr/neo go.importpath = lab.nexedi.com/kirr/neo
......
...@@ -20,6 +20,9 @@ parts += ...@@ -20,6 +20,9 @@ parts +=
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[re6stnet-repository] [re6stnet-repository]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/re6stnet.git repository = https://lab.nexedi.com/nexedi/re6stnet.git
......
...@@ -5,6 +5,9 @@ extends = ...@@ -5,6 +5,9 @@ extends =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[extra-eggs] [extra-eggs]
eggs += eggs +=
${re6stnet-setup:egg} ${re6stnet-setup:egg}
......
...@@ -15,6 +15,9 @@ parts = ...@@ -15,6 +15,9 @@ parts =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
# eggs for instance-rsn-client.cfg # eggs for instance-rsn-client.cfg
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
...@@ -13,6 +13,9 @@ parts = ...@@ -13,6 +13,9 @@ parts =
[python] [python]
part = python2.7 part = python2.7
[openssl]
<= openssl-1.1
[template] [template]
# Default template for the instance. # Default template for the instance.
recipe = slapos.recipe.template recipe = slapos.recipe.template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment