Skip to content

Commit

Permalink
buildenv/1.2.x: update OpenSSL to 1.0.2k.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Jan 26, 2017
1 parent 8e7eadc commit 5b854e9
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions buildenv/1.2.x/centos-ermine/openssl.build
@@ -1,22 +1,22 @@
#!/usr/bin/env mumble-build
# Copyright 2013-2016 The 'mumble-releng' Authors. All rights reserved.
# Copyright 2013-2017 The 'mumble-releng' Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that
# can be found in the LICENSE file in the source tree or at
# <http://mumble.info/mumble-releng/LICENSE>.

urls=(
"http://releng-distfiles.mumble.info/releng-distfiles/openssl-1.0.2j.tar.gz"
"http://www.openssl.org/source/openssl-1.0.2j.tar.gz"
"http://releng-distfiles.mumble.info/releng-distfiles/openssl-1.0.2k.tar.gz"
"http://www.openssl.org/source/openssl-1.0.2k.tar.gz"
)

digests=(
"sha1:bdfbdb416942f666865fa48fe13c2d0e588df54f"
"sha256:e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431"
"sha1:5f26a624479c51847ebd2f22bb9f84b3b44dcb44"
"sha256:6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0"
)

function extract {
tar -zxf openssl-1.0.2j.tar.gz
cd openssl-1.0.2j
tar -zxf openssl-1.0.2k.tar.gz
cd openssl-1.0.2k
}

function build {
Expand Down
14 changes: 7 additions & 7 deletions buildenv/1.2.x/osx-universal/openssl.build
@@ -1,22 +1,22 @@
#!/usr/bin/env mumble-build
# Copyright 2013-2016 The 'mumble-releng' Authors. All rights reserved.
# Copyright 2013-2017 The 'mumble-releng' Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that
# can be found in the LICENSE file in the source tree or at
# <http://mumble.info/mumble-releng/LICENSE>.

urls=(
"http://releng-distfiles.mumble.info/releng-distfiles/openssl-1.0.2j.tar.gz"
"http://www.openssl.org/source/openssl-1.0.2j.tar.gz"
"http://releng-distfiles.mumble.info/releng-distfiles/openssl-1.0.2k.tar.gz"
"http://www.openssl.org/source/openssl-1.0.2k.tar.gz"
)

digests=(
"sha1:bdfbdb416942f666865fa48fe13c2d0e588df54f"
"sha256:e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431"
"sha1:5f26a624479c51847ebd2f22bb9f84b3b44dcb44"
"sha256:6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0"
)

function extract {
tar -zxf openssl-1.0.2j.tar.gz
cd openssl-1.0.2j
tar -zxf openssl-1.0.2k.tar.gz
cd openssl-1.0.2k
}

function build {
Expand Down
14 changes: 7 additions & 7 deletions buildenv/1.2.x/osx/openssl.build
@@ -1,22 +1,22 @@
#!/usr/bin/env mumble-build
# Copyright 2013-2016 The 'mumble-releng' Authors. All rights reserved.
# Copyright 2013-2017 The 'mumble-releng' Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that
# can be found in the LICENSE file in the source tree or at
# <http://mumble.info/mumble-releng/LICENSE>.

urls=(
"http://releng-distfiles.mumble.info/releng-distfiles/openssl-1.0.2j.tar.gz"
"http://www.openssl.org/source/openssl-1.0.2j.tar.gz"
"http://releng-distfiles.mumble.info/releng-distfiles/openssl-1.0.2k.tar.gz"
"http://www.openssl.org/source/openssl-1.0.2k.tar.gz"
)

digests=(
"sha1:bdfbdb416942f666865fa48fe13c2d0e588df54f"
"sha256:e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431"
"sha1:5f26a624479c51847ebd2f22bb9f84b3b44dcb44"
"sha256:6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0"
)

function extract {
tar -zxf openssl-1.0.2j.tar.gz
cd openssl-1.0.2j
tar -zxf openssl-1.0.2k.tar.gz
cd openssl-1.0.2k
}

function build {
Expand Down
12 changes: 6 additions & 6 deletions buildenv/1.2.x/win32/openssl.build
Expand Up @@ -5,18 +5,18 @@
# <http://mumble.info/mumble-releng/LICENSE>.

urls=(
"http://releng-distfiles.mumble.info/releng-distfiles/openssl-1.0.2j.tar.gz"
"http://www.openssl.org/source/openssl-1.0.2j.tar.gz"
"http://releng-distfiles.mumble.info/releng-distfiles/openssl-1.0.2k.tar.gz"
"http://www.openssl.org/source/openssl-1.0.2k.tar.gz"
)

digests=(
"sha1:bdfbdb416942f666865fa48fe13c2d0e588df54f"
"sha256:e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431"
"sha1:5f26a624479c51847ebd2f22bb9f84b3b44dcb44"
"sha256:6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0"
)

function extract {
tar -zxf openssl-1.0.2j.tar.gz
cd openssl-1.0.2j
tar -zxf openssl-1.0.2k.tar.gz
cd openssl-1.0.2k
}

function build {
Expand Down

0 comments on commit 5b854e9

Please sign in to comment.