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
Labels
Merge Requests
103
Merge Requests
103
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
f2ea3c29
Commit
f2ea3c29
authored
Jun 23, 2022
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Plain Diff
Update Release Candidate
parents
b259a278
307e0b10
Pipeline
#22299
failed with stage
in 0 seconds
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
14 deletions
+12
-14
component/apache/buildout.cfg
component/apache/buildout.cfg
+6
-6
component/firewalld/buildout.cfg
component/firewalld/buildout.cfg
+0
-1
component/libxml2/buildout.cfg
component/libxml2/buildout.cfg
+2
-2
component/libxslt/buildout.cfg
component/libxslt/buildout.cfg
+2
-2
component/openssl/buildout.cfg
component/openssl/buildout.cfg
+2
-2
component/theia/buildout.cfg
component/theia/buildout.cfg
+0
-1
No files found.
component/apache/buildout.cfg
View file @
f2ea3c29
...
...
@@ -22,16 +22,16 @@ extends =
[apr]
recipe = slapos.recipe.cmmi
shared = true
version = 1.
5.2
md5sum =
4e9769f3349fe11fc0a5e1b224c236aa
version = 1.
7.0
md5sum =
7a14a83d664e87599ea25ff4432e48a7
url = https://archive.apache.org/dist/apr/apr-${:version}.tar.bz2
[apr-util]
recipe = slapos.recipe.cmmi
shared = true
version = 1.
5.4
version = 1.
6.1
url = https://archive.apache.org/dist/apr/apr-util-${:version}.tar.bz2
md5sum =
2202b18f269ad606d70e1864857ed93c
md5sum =
8ff5dc36fa39a2a3db1df196d3ed6086
configure-options =
--with-apr=${apr:location}
--with-expat=${libexpat:location}
...
...
@@ -39,9 +39,9 @@ configure-options =
[apache]
recipe = slapos.recipe.cmmi
shared = true
version = 2.4.5
3
version = 2.4.5
4
url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2
md5sum =
f594f137137b5bdff3998dc17e3e9526
md5sum =
861b43073ab416d689f1fc4dfa087711
configure-options = --disable-static
--enable-authn-alias
--enable-bucketeer
...
...
component/firewalld/buildout.cfg
View file @
f2ea3c29
...
...
@@ -69,7 +69,6 @@ url = http://ftp.gnome.org/pub/gnome/core/3.22/3.22.2/sources/gobject-introspect
md5sum = 5af8d724f25d0c9cfbe6df41b77e5dc0
configure-options =
--disable-static
--with-python=${buildout:executable}
environment =
PATH=${pkgconfig:location}/bin:${gettext:location}/bin:${glib:location}/bin:${xz-utils:location}/bin:${flex:location}/bin:${bison:location}/bin:%(PATH)s
...
...
component/libxml2/buildout.cfg
View file @
f2ea3c29
...
...
@@ -12,8 +12,8 @@ parts =
[libxml2]
recipe = slapos.recipe.cmmi
shared = true
url = http
://xmlsoft.org/sources/libxml2-2.9.10.tar.g
z
md5sum =
10942a1dc23137a8aa07f0639cbfece5
url = http
s://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.x
z
md5sum =
b7b3029ac6beb32a7925225515f83ca3
configure-options =
--disable-static
--without-python
...
...
component/libxslt/buildout.cfg
View file @
f2ea3c29
...
...
@@ -7,8 +7,8 @@ parts =
libxslt
[libxslt]
url =
ftp://xmlsoft.org/libxslt/libxslt-1.1.34.tar.g
z
md5sum =
db8765c8d076f1b6caafd9f2542a304a
url =
https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.35.tar.x
z
md5sum =
5b3a634b77effd8a6268c21173575053
recipe = slapos.recipe.cmmi
shared = true
# --disable-static is temporarilly removed due to build error
...
...
component/openssl/buildout.cfg
View file @
f2ea3c29
...
...
@@ -17,8 +17,8 @@ parts =
[openssl]
recipe = slapos.recipe.cmmi
shared = true
url = https://www.openssl.org/source/openssl-1.1.1
n
.tar.gz
md5sum =
2aad5635f9bb338bc2c6b7d19cbc9676
url = https://www.openssl.org/source/openssl-1.1.1
o
.tar.gz
md5sum =
d05e96e200d2ff0aef20c114cb5f17bf
location = @@LOCATION@@
# 'prefix' option to override --openssldir/--prefix (which is useful
# when combined with DESTDIR). Used by slapos.package.git/obs
...
...
component/theia/buildout.cfg
View file @
f2ea3c29
...
...
@@ -106,7 +106,6 @@ content =
"**/.git/**": true,
"**/node_modules/**": true
},
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"plantuml.server": "https://plantuml.host.vifib.net/svg/",
"plantuml.render": "PlantUMLServer",
...
...
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