Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
23b86bd5
Commit
23b86bd5
authored
Feb 11, 2016
by
Michael Ott
Browse files
Updated URL for cassandra, pushed openssel to 1.0.1r
parent
4fd356ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
23b86bd5
...
...
@@ -8,13 +8,13 @@ CASSANDRA_VERSION = 2.2.4
MOSQUITTO_VERSION
=
1.3.5
BOOST_VERSION
=
1.57.0
SNMP_VERSION
=
5.7.3
OPENSSL_VERSION
=
1.0.1
q
OPENSSL_VERSION
=
1.0.1
r
CPPDRV_VERSION
=
2.0.1
LIBUV_VERSION
=
0.10.36
SOURCEFORGE_MROR
=
netcologne
BOOST_VERSION_U
=
$(
subst
.,_,
$(BOOST_VERSION)
)
DISTFILES
=
apache-cassandra-
$(CASSANDRA_VERSION)
.tar.gz
;
http://
mirrors.sonic.net/apache
/cassandra/
$(CASSANDRA_VERSION)
/apache-cassandra-
$(CASSANDRA_VERSION)
-bin
.tar.gz
\
DISTFILES
=
apache-cassandra-
$(CASSANDRA_VERSION)
.tar.gz
;
http://
archive.apache.org/dist
/cassandra/
$(CASSANDRA_VERSION)
/apache-cassandra-
$(CASSANDRA_VERSION)
-bin
.tar.gz
\
mosquitto-
$(MOSQUITTO_VERSION)
.tar.gz
;
http://mosquitto.org/files/source/mosquitto-
$(MOSQUITTO_VERSION)
.tar.gz
\
OpenIPMI-2.0.21.tar.gz
;
http://
$(SOURCEFORGE_MROR)
.dl.sourceforge.net/project/openipmi/OpenIPMI%202.0%20Library/OpenIPMI-2.0.21.tar.gz
\
boost_
$(BOOST_VERSION_U)
.tar.gz
;
http://
$(SOURCEFORGE_MROR)
.dl.sourceforge.net/project/boost/boost/
$(BOOST_VERSION)
/boost_
$(BOOST_VERSION_U)
.tar.gz
\
...
...
@@ -23,7 +23,7 @@ DISTFILES = apache-cassandra-$(CASSANDRA_VERSION).tar.gz;http://mirrors.sonic.ne
cpp-driver-
$(CPPDRV_VERSION)
.tar.gz
;
https://github.com/datastax/cpp-driver/archive/
$(CPPDRV_VERSION)
.tar.gz
\
libuv-v
$(LIBUV_VERSION)
.tar.gz
;
http://dist.libuv.org/dist/v
$(LIBUV_VERSION)
/libuv-v
$(LIBUV_VERSION)
.tar.gz
DISTFILES_HASHES
=
apache-cassandra-2.2.4.tar.gz
;
cb77a8e3792a7e8551af6602ac5f11df
;
mosquitto-1.3.5.tar.gz
;
55094ad4dc7c7985377f43d4fc3d09da
;
OpenIPMI-2.0.21.tar.gz
;
dc0b42ae40b3f1d0db2a94b75b95fae1
;
boost_1_57_0.tar.gz
;
25f9a8ac28beeb5ab84aa98510305299
;
net-snmp-5.7.3.zip
;
9f682bd70c717efdd9f15b686d07baee
;
openssl-1.0.1
q
.tar.gz
;
54538d0cdcb912f9bc2b36268388205e
;
cpp-driver-2.0.1.tar.gz
;
70bf83e1cbd0d35b7e5ed66fc4dccbb1
;
libuv-v0.10.36.tar.gz
;
8eb77b4fee4f311c114a9fee06f5a2ab
;
DISTFILES_HASHES
=
apache-cassandra-2.2.4.tar.gz
;
cb77a8e3792a7e8551af6602ac5f11df
;
mosquitto-1.3.5.tar.gz
;
55094ad4dc7c7985377f43d4fc3d09da
;
OpenIPMI-2.0.21.tar.gz
;
dc0b42ae40b3f1d0db2a94b75b95fae1
;
boost_1_57_0.tar.gz
;
25f9a8ac28beeb5ab84aa98510305299
;
net-snmp-5.7.3.zip
;
9f682bd70c717efdd9f15b686d07baee
;
openssl-1.0.1
r
.tar.gz
;
1abd905e079542ccae948af37e393d28
;
cpp-driver-2.0.1.tar.gz
;
70bf83e1cbd0d35b7e5ed66fc4dccbb1
;
libuv-v0.10.36.tar.gz
;
8eb77b4fee4f311c114a9fee06f5a2ab
;
FETCH
=
wget
-c
--no-check-certificate
-O
-
MD5
=
$(
if
$(
shell
which md5
)
,md5,md5sum
--tag
)
...
...
Write
Preview
Supports
Markdown
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