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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alain Takoudjou
slapos
Commits
8d4fa263
Commit
8d4fa263
authored
Apr 02, 2019
by
Killian Lufau
Committed by
Julien Muchembled
Apr 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up: perl 5.28.1, GeoLite2-Country_20190402
/reviewed-on
nexedi/slapos!539
parent
d0e0b06f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
component/geoip2/buildout.cfg
component/geoip2/buildout.cfg
+1
-1
component/perl/buildout.cfg
component/perl/buildout.cfg
+5
-4
No files found.
component/geoip2/buildout.cfg
View file @
8d4fa263
...
...
@@ -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 =
2e92c3567aaad25e0f1cc8ce2c1f920d
md5sum =
9c2d927d3a9ee0220855037b0566d77a
strip-top-level-dir = true
component/perl/buildout.cfg
View file @
8d4fa263
...
...
@@ -2,14 +2,15 @@
extends =
../gdbm/buildout.cfg
../patch/buildout.cfg
../xz-utils/buildout.cfg
parts =
perl
[perl]
recipe = slapos.recipe.cmmi
version = 5.2
6
.1
url = http://www.cpan.org/src/5.0/perl-${:version}.tar.
bz2
md5sum =
467cd0c43514b9b5e397c8b385581f53
version = 5.2
8
.1
url = http://www.cpan.org/src/5.0/perl-${:version}.tar.
xz
md5sum =
fbb590c305f2f88578f448581b8cf9c4
siteprefix = ${buildout:parts-directory}/site_${:_buildout_section_name_}
patch-options = -p1
patches =
...
...
@@ -24,7 +25,7 @@ configure-command =
-Dnoextensions=ODBM_File \
-Dusethreads
environment =
PATH=${patch:location}/bin:%(PATH)s
PATH=${patch:location}/bin:
${xz-utils:location}/bin:
%(PATH)s
post-make-hook = ${:_profile_base_location_}/perl-create-libs-symlink.py#943453b7d3ff8d49ed12d44a7f7076ee:post_make_hook
...
...
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