Skip to content

Commit

Permalink
updated package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Jul 5, 2017
1 parent e357901 commit 03f9438
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions packages/ansible/spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dependencies:
- pip

files:
- ansible/ansible-2.2.1.0.tar.gz # http://releases.ansible.com/ansible/ansible-2.2.1.0.tar.gz
- ansible/ansible-2.2.3.0.tar.gz # http://releases.ansible.com/ansible/ansible-2.2.3.0.tar.gz
- ansible/pycrypto-2.6.1.tar.gz # https://pypi.python.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz
- ansible/jinja-2.9.4.tar.gz # https://github.com/pallets/jinja/archive/2.9.4.tar.gz
- ansible/paramiko-2.0.4.tar.gz # https://github.com/paramiko/paramiko/archive/2.0.4.tar.gz
- ansible/jinja-2.9.6.tar.gz # https://github.com/pallets/jinja/archive/2.9.6.tar.gz
- ansible/paramiko-2.2.1.tar.gz # https://github.com/paramiko/paramiko/archive/2.2.1.tar.gz
- plugins/**/*
- library/**/*
- roles/**/*
Expand Down
2 changes: 1 addition & 1 deletion packages/openssl/prepare
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

PACKAGE="openssl"
VERSION="1.0.2j"
VERSION="1.0.2l"
FILE="openssl-${VERSION}.tar.gz"
URL="https://www.openssl.org/source/openssl-${VERSION}.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion packages/openssl/spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- zlib

files:
- openssl/openssl-1.0.2j.tar.gz # http://openssl.org/source/openssl-1.0.2j.tar.gz
- openssl/openssl-1.0.2l.tar.gz # http://openssl.org/source/openssl-1.0.2l.tar.gz
2 changes: 1 addition & 1 deletion packages/setuptools/spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- python27

files:
- setuptools/setuptools-33.1.1.tar.gz # https://github.com/pypa/setuptools/archive/v33.1.1.tar.gz
- setuptools/setuptools-36.0.1.tar.gz # https://github.com/pypa/setuptools/archive/v36.0.1.tar.gz
22 changes: 11 additions & 11 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Aditional packages for extras ansible modules (E)
cfconfigurator>=0.2.1
bosh_inventory>=0.2.1
cfconfigurator>=0.2.4
bosh_inventory>=0.2.2
f5-sdk==1.6.0
bigsuds==1.0.4
netaddr==0.7.18
boto==2.43.0
azure==2.0.0rc6
cs==0.9.1
netaddr==0.7.19
boto==2.47.0
azure==2.0.0
cs==1.1.1
docker-py==1.10.6
docker-compose==1.9.0
apache-libcloud==1.3.0
shade==1.13.1
docker-compose==1.14.0
apache-libcloud==2.0.0
shade==1.22.2
pyvmomi==6.5
python-consul==0.6.1
datadog==0.14.0
python-consul==0.7.0
datadog==0.16.0
zabbix-api==0.4

0 comments on commit 03f9438

Please sign in to comment.