Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Lukas Niegsch
slapos
Commits
a0c13e56
Commit
a0c13e56
authored
6 years ago
by
Alain Takoudjou
Browse files
Options
Download
Plain Diff
Update Release Candidate
parents
757f4da6
febcbfa9
Changes
195
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
37 additions
and
6 deletions
+37
-6
component/6tunnel/buildout.cfg
component/6tunnel/buildout.cfg
+1
-0
component/apache/buildout.cfg
component/apache/buildout.cfg
+7
-0
component/aspell/buildout.cfg
component/aspell/buildout.cfg
+2
-0
component/autoconf/buildout.cfg
component/autoconf/buildout.cfg
+1
-0
component/automake/buildout.cfg
component/automake/buildout.cfg
+1
-0
component/bash/buildout.cfg
component/bash/buildout.cfg
+1
-0
component/binutils/buildout.cfg
component/binutils/buildout.cfg
+4
-0
component/bison/buildout.cfg
component/bison/buildout.cfg
+1
-0
component/boost-lib/buildout.cfg
component/boost-lib/buildout.cfg
+2
-1
component/bzip2/buildout.cfg
component/bzip2/buildout.cfg
+2
-1
component/ca-certificates/buildout.cfg
component/ca-certificates/buildout.cfg
+2
-1
component/cmake/buildout.cfg
component/cmake/buildout.cfg
+1
-0
component/coreutils/buildout.cfg
component/coreutils/buildout.cfg
+1
-0
component/cups/buildout.cfg
component/cups/buildout.cfg
+1
-0
component/curl/buildout.cfg
component/curl/buildout.cfg
+1
-0
component/cyrus-sasl/buildout.cfg
component/cyrus-sasl/buildout.cfg
+2
-1
component/dash/buildout.cfg
component/dash/buildout.cfg
+1
-0
component/dbus/buildout.cfg
component/dbus/buildout.cfg
+3
-1
component/dcron/buildout.cfg
component/dcron/buildout.cfg
+1
-1
component/file/buildout.cfg
component/file/buildout.cfg
+2
-0
No files found.
component/6tunnel/buildout.cfg
View file @
a0c13e56
...
...
@@ -9,6 +9,7 @@ extends =
[6tunnel]
recipe = slapos.recipe.cmmi
shared = true
url = http://toxygen.net/6tunnel/6tunnel-0.11rc2.tar.gz
md5sum = 74e02d4f0704b3083a01feda66033449
pre-configure =
...
...
This diff is collapsed.
Click to expand it.
component/apache/buildout.cfg
View file @
a0c13e56
...
...
@@ -19,6 +19,7 @@ extends =
[apr]
recipe = slapos.recipe.build:download-unpacked
shared = false
strip-top-level-dir = false
version = 1.5.2
md5sum = 4e9769f3349fe11fc0a5e1b224c236aa
...
...
@@ -26,6 +27,7 @@ url = https://archive.apache.org/dist/apr/apr-${:version}.tar.bz2
[apr-util]
recipe = slapos.recipe.build:download-unpacked
shared = false
strip-top-level-dir = false
version = 1.5.4
url = https://archive.apache.org/dist/apr/apr-util-${:version}.tar.bz2
...
...
@@ -34,6 +36,7 @@ md5sum = 2202b18f269ad606d70e1864857ed93c
[apache]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = slapos.recipe.cmmi
shared = false
version = 2.4.33
url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2
md5sum = 6ef469d3f16fffeb688bc6e0346823e5
...
...
@@ -100,6 +103,7 @@ environment =
[apache-antiloris]
# Note: Shall react on each build of apache and reinstall itself
recipe = slapos.recipe.cmmi
shared = false
url = http://downloads.sourceforge.net/project/mod-antiloris/mod_antiloris-0.4.tar.bz2
md5sum = 66862bf10e9be3a023e475604a28a0b4
patch-options = -p0
...
...
@@ -118,6 +122,7 @@ environment =
[apache-2.2]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = slapos.recipe.cmmi
shared = false
version = 2.2.34
url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2
md5sum = c0bf1bdb779a3b5e6e294caf9ca20441
...
...
@@ -179,6 +184,7 @@ environment =
[apache-antiloris-apache-2.2]
# Note: Shall react on each build of apache and reinstall itself
recipe = slapos.recipe.cmmi
shared = false
url = http://downloads.sourceforge.net/project/mod-antiloris/mod_antiloris-0.4.tar.bz2
md5sum = 66862bf10e9be3a023e475604a28a0b4
configure-command = ${apache-2.2:location}/bin/apxs
...
...
@@ -189,6 +195,7 @@ make-targets =
[template-apache-backend-conf]
recipe = slapos.recipe.build:download
shared = false
url = ${:_profile_base_location_}/apache-backend.conf.in
md5sum = 8f1f92ad308ab6bad973c790ee583428
mode = 640
This diff is collapsed.
Click to expand it.
component/aspell/buildout.cfg
View file @
a0c13e56
...
...
@@ -10,10 +10,12 @@ extends =
[aspell-dictionary-common]
recipe = slapos.recipe.cmmi
shared = false
configure-command = ./configure --vars ASPELL=${aspell:location}/bin/aspell PREZIP=${aspell:location}/bin/prezip-bin
[aspell]
recipe = slapos.recipe.cmmi
shared = false
url = http://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz
md5sum = e66a9c9af6a60dc46134fdacf6ce97d7
patch-options = -p1
...
...
This diff is collapsed.
Click to expand it.
component/autoconf/buildout.cfg
View file @
a0c13e56
...
...
@@ -8,6 +8,7 @@ parts =
[autoconf]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
md5sum = 82d05e03b93e45f5a39b828dc9c6c29b
patch-options = -p1
...
...
This diff is collapsed.
Click to expand it.
component/automake/buildout.cfg
View file @
a0c13e56
...
...
@@ -9,6 +9,7 @@ parts =
[automake]
recipe = slapos.recipe.cmmi
shared = true
md5sum = 24cd3501b6ad8cd4d7e2546f07e8b4d4
url = http://ftp.gnu.org/gnu/automake/automake-1.15.1.tar.xz
patch-options = -p1
...
...
This diff is collapsed.
Click to expand it.
component/bash/buildout.cfg
View file @
a0c13e56
...
...
@@ -8,6 +8,7 @@ extends =
[bash]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
md5sum = 81348932d5da294953e15d4814c74dd1
patches =
...
...
This diff is collapsed.
Click to expand it.
component/binutils/buildout.cfg
View file @
a0c13e56
...
...
@@ -6,6 +6,7 @@ parts = binutils
[mpfr]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.3.tar.xz
md5sum = 6969398cd2fbc56a6af570b5273c56a9
configure-options =
...
...
@@ -17,6 +18,7 @@ environment =
[mpc]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
md5sum = d6a1d5f8ddea3abd2cc3e98f58352d26
configure-options =
...
...
@@ -28,6 +30,7 @@ environment =
[isl]
recipe = slapos.recipe.cmmi
shared = true
url = ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.16.1.tar.bz2
md5sum = ac1f25a0677912952718a51f5bc20f32
configure-options =
...
...
@@ -38,6 +41,7 @@ environment =
[binutils]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.bz2
md5sum = 2869c9bf3e60ee97c74ac2a6bf4e9d68
configure-options =
...
...
This diff is collapsed.
Click to expand it.
component/bison/buildout.cfg
View file @
a0c13e56
...
...
@@ -8,6 +8,7 @@ parts =
[bison]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/bison/bison-3.0.2.tar.xz
md5sum = 146be9ff9fbd27497f0bf2286a5a2082
environment =
...
...
This diff is collapsed.
Click to expand it.
component/boost-lib/buildout.cfg
View file @
a0c13e56
...
...
@@ -8,9 +8,10 @@ extends =
[boost-lib]
recipe = slapos.recipe.cmmi
shared = true
url = http://downloads.sourceforge.net/sourceforge/boost/boost_1_58_0.tar.bz2
md5sum = b8839650e61e9c1c0a89f371dd475546
location =
${buildout:parts-directory}/${:_buildout_section_name_}
location =
@@LOCATION@@
configure-command = ./bootstrap.sh --prefix=${:location} --with-python=${python2.7:location}/bin/python2.7
make-binary =
make-options =
...
...
This diff is collapsed.
Click to expand it.
component/bzip2/buildout.cfg
View file @
a0c13e56
...
...
@@ -4,10 +4,11 @@ parts =
[bzip2]
recipe = slapos.recipe.cmmi
shared = true
url = http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
md5sum = 00b516f4704d4a7cb50a1d97e6e8e15b
configure-command = true
make-options =
PREFIX=
${buildout:parts-directory}/${:_buildout_section_name_}
PREFIX=
@@LOCATION@@
CFLAGS="-fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64"
post-make-hook = ${:_profile_base_location_}/bzip2-hooks.py#066c8355b7d726f30176ea5b6a35e1a2:post_make_hook
This diff is collapsed.
Click to expand it.
component/ca-certificates/buildout.cfg
View file @
a0c13e56
...
...
@@ -11,6 +11,7 @@ parts =
[ca-certificates]
recipe = slapos.recipe.cmmi
shared = true
url = http://http.debian.net/debian/pool/main/c/ca-certificates/ca-certificates_20170717.tar.xz
patch-binary = ${patch:location}/bin/patch
md5sum = 55a6bb6b98afb16b3cde8e3ad1e262eb
...
...
@@ -19,6 +20,6 @@ patches =
${:_profile_base_location_}/ca-certificates-sbin-dir.patch#0b4e7d82ce768823c01954ee41ef177b
patch-options = -p0
configure-command = true
make-targets = install DESTDIR=
${buildout:parts-directory}/${:_buildout_section_name_}
CERTSDIR=certs SBINDIR=sbin
make-targets = install DESTDIR=
@@LOCATION@@
CERTSDIR=certs SBINDIR=sbin
environment =
PATH=${xz-utils:location}/bin:%(PATH)s
This diff is collapsed.
Click to expand it.
component/cmake/buildout.cfg
View file @
a0c13e56
...
...
@@ -7,6 +7,7 @@ parts =
[cmake]
recipe = slapos.recipe.cmmi
shared = true
url = https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz
md5sum = 79bd7e65cd81ea3aa2619484ad6ff25a
environment =
...
...
This diff is collapsed.
Click to expand it.
component/coreutils/buildout.cfg
View file @
a0c13e56
...
...
@@ -8,6 +8,7 @@ parts =
[coreutils]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.gnu.org/gnu/coreutils/coreutils-8.23.tar.xz
md5sum = abed135279f87ad6762ce57ff6d89c41
environment =
...
...
This diff is collapsed.
Click to expand it.
component/cups/buildout.cfg
View file @
a0c13e56
...
...
@@ -9,6 +9,7 @@ extends =
# for now we build and install library and header files only.
[cups]
recipe = slapos.recipe.cmmi
shared = true
url = http://www.cups.org/software/1.7.4/cups-1.7.4-source.tar.bz2
md5sum = 1a2295c2b2d2f422db2e50f40ed2fb99
configure-options =
...
...
This diff is collapsed.
Click to expand it.
component/curl/buildout.cfg
View file @
a0c13e56
...
...
@@ -14,6 +14,7 @@ parts =
[curl]
recipe = slapos.recipe.cmmi
shared = true
url = http://curl.haxx.se/download/curl-7.60.0.tar.xz
md5sum = a889cd11b4ae8794b7030472cb4df0a0
configure-options =
...
...
This diff is collapsed.
Click to expand it.
component/cyrus-sasl/buildout.cfg
View file @
a0c13e56
...
...
@@ -11,9 +11,10 @@ extends =
[cyrus-sasl]
recipe = slapos.recipe.cmmi
shared = true
url = ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz
md5sum = a7f4e5e559a0e37b3ffc438c9456e425
location =
${buildout:parts-directory}/${:_buildout_section_name_}
location =
@@LOCATION@@
pre-configure =
"${libtool:location}/bin/libtoolize" -c -f &&
"${automake:location}/bin/aclocal" -I "${libtool:location}/share/aclocal" -I config -I cmulocal &&
...
...
This diff is collapsed.
Click to expand it.
component/dash/buildout.cfg
View file @
a0c13e56
...
...
@@ -6,6 +6,7 @@ parts = dash-output
[dash]
recipe = slapos.recipe.cmmi
shared = true
url = http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.8.tar.gz
md5sum = 5c152209680dab3c319e8923f6c51378
configure-options =
...
...
This diff is collapsed.
Click to expand it.
component/dbus/buildout.cfg
View file @
a0c13e56
...
...
@@ -10,9 +10,10 @@ parts =
[dbus]
recipe = slapos.recipe.cmmi
shared = true
url = http://dbus.freedesktop.org/releases/dbus/dbus-1.11.6.tar.gz
md5sum = fdb03ad2f2861a171fe7d0caad3b415f
location =
${buildout:parts-directory}/${:_buildout_section_name_}
location =
@@LOCATION@@
configure-options =
--disable-static
--without-x
...
...
@@ -25,6 +26,7 @@ environment =
[dbus-glib]
recipe = slapos.recipe.cmmi
shared = true
url = http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.104.tar.gz
md5sum = 5497d2070709cf796f1878c75a72a039
configure-options =
...
...
This diff is collapsed.
Click to expand it.
component/dcron/buildout.cfg
View file @
a0c13e56
...
...
@@ -28,4 +28,4 @@ stop-on-error = true
update-command = ${:command}
command = ${coreutils-output:test} -x ${:crond} -a -x ${:crontab} -a ! -u ${:crontab}
crond = ${dcron:location}/sbin/crond
crontab = ${dcron:location}/bin/crontab
crontab = ${dcron:location}/bin/crontab
\ No newline at end of file
This diff is collapsed.
Click to expand it.
component/file/buildout.cfg
View file @
a0c13e56
...
...
@@ -11,10 +11,12 @@ recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/msooxml
md5sum = c889ad135cbfb343db36b729a3897432
location = ${buildout:parts-directory}/${:_buildout_section_name_}
shared = false
filename = msooxml
[file]
recipe = slapos.recipe.cmmi
shared = false
url = http://ftp.icm.edu.pl/packages/file/file-5.32.tar.gz
md5sum = 4f2503752ff041895090ed6435610435
configure-options =
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
…
10
Next
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