Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
e742508b
Commit
e742508b
authored
May 15, 2024
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! component/openssl: add OpenSSL-3.0.13, still using OpenSSL-1.1 for python 2.
parent
9c8f7b52
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
54 additions
and
3 deletions
+54
-3
component/ZODB/test-zodb4-wc2.cfg
component/ZODB/test-zodb4-wc2.cfg
+3
-0
component/nxdtest/test-py2.cfg
component/nxdtest/test-py2.cfg
+3
-0
component/pygolang/test-py2.cfg
component/pygolang/test-py2.cfg
+3
-0
component/python-2.7/buildout.cfg
component/python-2.7/buildout.cfg
+0
-3
component/re6stnet/buildout.cfg
component/re6stnet/buildout.cfg
+3
-0
component/zodbtools/test-py2.cfg
component/zodbtools/test-py2.cfg
+3
-0
software/backupserver/software.cfg
software/backupserver/software.cfg
+3
-0
software/beremiz-ide/software.cfg
software/beremiz-ide/software.cfg
+3
-0
software/beremiz-runtime/software.cfg
software/beremiz-runtime/software.cfg
+3
-0
software/build-rina/software.cfg
software/build-rina/software.cfg
+3
-0
software/buildout-testing/software-py2.cfg
software/buildout-testing/software-py2.cfg
+3
-0
software/dream/software.cfg
software/dream/software.cfg
+3
-0
software/hellorina/software.cfg
software/hellorina/software.cfg
+3
-0
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+3
-0
software/neotest/software.cfg
software/neotest/software.cfg
+3
-0
software/re6stnet/software.cfg
software/re6stnet/software.cfg
+3
-0
software/slapos-testing/software-py2.cfg
software/slapos-testing/software-py2.cfg
+3
-0
software/tsn-demo/software.cfg
software/tsn-demo/software.cfg
+3
-0
software/zabbix-agent/software.cfg
software/zabbix-agent/software.cfg
+3
-0
No files found.
component/ZODB/test-zodb4-wc2.cfg
View file @
e742508b
...
...
@@ -25,6 +25,9 @@ revision =
[python]
part = python2.7
[openssl]
<= openssl-1.1
# 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
# installed in non-development mode:
...
...
component/nxdtest/test-py2.cfg
View file @
e742508b
...
...
@@ -6,3 +6,6 @@ extends =
[python]
part = python2.7
[openssl]
<= openssl-1.1
component/pygolang/test-py2.cfg
View file @
e742508b
...
...
@@ -5,3 +5,6 @@ extends = test.cfg
[python]
part = python2.7
[openssl]
<= openssl-1.1
component/python-2.7/buildout.cfg
View file @
e742508b
...
...
@@ -17,9 +17,6 @@ extends =
parts =
python2.7
[openssl]
<= openssl-1.1
[bootstrap2.7]
recipe = zc.recipe.egg
eggs = zc.buildout
...
...
component/re6stnet/buildout.cfg
View file @
e742508b
...
...
@@ -15,6 +15,9 @@ parts =
[python]
part = python2.7
[openssl]
<= openssl-1.1
[gcc]
min_version = 0
...
...
component/zodbtools/test-py2.cfg
View file @
e742508b
[python]
part = python2.7
[openssl]
<= openssl-1.1
software/backupserver/software.cfg
View file @
e742508b
...
...
@@ -30,6 +30,9 @@ parts =
[python]
part = python2.7
[openssl]
<= openssl-1.1
[rssgen-eggs]
recipe = zc.recipe.egg
interpreter = python-${:_buildout_section_name_}
...
...
software/beremiz-ide/software.cfg
View file @
e742508b
...
...
@@ -45,6 +45,9 @@ max_version = 0
# Beremiz works with python2.7 for now, the code is not yet upgraded for python3
part = python2.7
[openssl]
<= openssl-1.1
[open62541]
# Beremiz need it to be in folder parts/open62541
# as Beremiz search for open62541 to BEREMIZ_PATH/../open62541
...
...
software/beremiz-runtime/software.cfg
View file @
e742508b
...
...
@@ -22,6 +22,9 @@ parts =
[python]
part = python2.7
[openssl]
<= openssl-1.1
[gcc]
# we want this SR to use a fixed gcc (so that we have the same gcc as open62541 component)
max_version = 0
...
...
software/build-rina/software.cfg
View file @
e742508b
...
...
@@ -11,6 +11,9 @@ download-cache = ${:directory}/download-cache
[python]
part = python2.7
[openssl]
<= openssl-1.1
[template]
recipe = slapos.recipe.template:jinja2
# XXX: "template.cfg" is hardcoded in instanciation recipe
...
...
software/buildout-testing/software-py2.cfg
View file @
e742508b
...
...
@@ -4,3 +4,6 @@ extends =
[python]
part = python2.7
[openssl]
<= openssl-1.1
software/dream/software.cfg
View file @
e742508b
...
...
@@ -24,6 +24,9 @@ part = gcc-8.5
[python]
part = python2.7
[openssl]
<= openssl-1.1
[dream-repository.git]
revision = f3bcf115741886835df8c0ca0fdbf510d77d8db8
...
...
software/hellorina/software.cfg
View file @
e742508b
...
...
@@ -9,6 +9,9 @@ parts =
[python]
part = python2.7
[openssl]
<= openssl-1.1
[file]
# For old GCC like 4.9.2 on Debian 8.
# XXX: This should be moved to component/rina-tools/buildout.cfg, next to where
...
...
software/neoppod/software-common.cfg
View file @
e742508b
...
...
@@ -33,6 +33,9 @@ parts =
[python]
part = python2.7
[openssl]
<= openssl-1.1
[gcc:python2]
# use old gcc version for old scipy version used in python2
part = gcc-8.5
...
...
software/neotest/software.cfg
View file @
e742508b
...
...
@@ -50,6 +50,9 @@ parts =
[python]
part = python2.7
[openssl]
<= openssl-1.1
[neo]
<= go-git-package
go.importpath = lab.nexedi.com/kirr/neo
...
...
software/re6stnet/software.cfg
View file @
e742508b
...
...
@@ -20,6 +20,9 @@ parts +=
[python]
part = python2.7
[openssl]
<= openssl-1.1
[re6stnet-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/re6stnet.git
...
...
software/slapos-testing/software-py2.cfg
View file @
e742508b
...
...
@@ -5,6 +5,9 @@ extends =
[python]
part = python2.7
[openssl]
<= openssl-1.1
[extra-eggs]
eggs +=
${re6stnet-setup:egg}
...
...
software/tsn-demo/software.cfg
View file @
e742508b
...
...
@@ -15,6 +15,9 @@ parts =
[python]
part = python2.7
[openssl]
<= openssl-1.1
# eggs for instance-rsn-client.cfg
[eggs]
recipe = zc.recipe.egg
...
...
software/zabbix-agent/software.cfg
View file @
e742508b
...
...
@@ -13,6 +13,9 @@ parts =
[python]
part = python2.7
[openssl]
<= openssl-1.1
[template]
# Default template for the instance.
recipe = slapos.recipe.template
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment