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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Łukasz Nowak
slapos
Commits
a11e39a6
Commit
a11e39a6
authored
Mar 01, 2019
by
Killian Lufau
Committed by
Thomas Gambier
Mar 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up : babeld v1.8.4-nxd1, openvpn 2.4.7, geoip2: GeoLite2-Country_20190226
/cc
@tomo
@jm
/reviewed-on
nexedi/slapos!520
parent
17dc1232
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
component/babeld/buildout.cfg
component/babeld/buildout.cfg
+2
-2
component/geoip2/buildout.cfg
component/geoip2/buildout.cfg
+1
-1
component/openvpn/buildout.cfg
component/openvpn/buildout.cfg
+4
-6
No files found.
component/babeld/buildout.cfg
View file @
a11e39a6
...
...
@@ -3,8 +3,8 @@ parts = babeld
[babeld]
recipe = slapos.recipe.cmmi
url = https://lab.nexedi.com/nexedi/babeld/repository/archive.tar.gz?ref=v1.
6.2
-nxd1
md5sum =
b7137d7772fa670f4cec39838c4d7b1e
url = https://lab.nexedi.com/nexedi/babeld/repository/archive.tar.gz?ref=v1.
8.4
-nxd1
md5sum =
00fb984503f4fa65de9244226dc11c13
configure-command =
echo "No configure.."
...
...
component/geoip2/buildout.cfg
View file @
a11e39a6
...
...
@@ -17,5 +17,5 @@ rpath = ${:library-dirs}
[geolite2-country]
recipe = slapos.recipe.build:download-unpacked
url = http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz#${:md5sum}
md5sum =
3ae76aa88be4401923acc3acf34e0faf
md5sum =
5dda13a7af3044a1791992712e377252
strip-top-level-dir = true
component/openvpn/buildout.cfg
View file @
a11e39a6
...
...
@@ -11,8 +11,8 @@ parts =
[openvpn]
recipe = slapos.recipe.cmmi
url = https://swupdate.openvpn.org/community/releases/openvpn-${:version}.tar.xz
version = 2.
3.18
md5sum =
844ec9c64aae62051478784b8562f881
version = 2.
4.7
md5sum =
4ad8a008e1e7f261b3aa0024e79e7fb7
configure-options =
--disable-dependency-tracking
--disable-plugin-auth-pam
...
...
@@ -20,9 +20,7 @@ environment =
PATH=${xz-utils:location}/bin:%(PATH)s
LZO_LIBS=-L${lzo:location}/lib -llzo2
LZO_CFLAGS=-I${lzo:location}/include
OPENSSL_SSL_LIBS=-L${openssl:location}/lib -lssl
OPENSSL_SSL_CFLAGS=-I${openssl:location}/include
OPENSSL_CRYPTO_LIBS=-L${openssl:location}/lib -lcrypto
OPENSSL_CRYPTO_CFLAGS=-I${openssl:location}/include
OPENSSL_LIBS=-L${openssl:location}/lib -lcrypto -lssl
OPENSSL_CFLAGS=-I${openssl:location}/include
LDFLAGS =-Wl,-rpath=${lzo:location}/lib -Wl,-rpath=${flex:location}/lib -Wl,-rpath=${openssl:location}/lib
CPPFLAGS=-I${lzo:location}/include -I${flex:location}/include
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