Skip to content

Commit

Permalink
Merge pull request #10 from hillu/bump-dependency-versions
Browse files Browse the repository at this point in the history
Bump OpenSSL, YARA, musl-libc versions
  • Loading branch information
rhaist authored Oct 16, 2019
2 parents 046cd4f + 50eee28 commit 1012b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3rdparty.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ $(or \
3rdparty_JOBS := 8
3rdparty_TARGETS := yara musl openssl

yara_VERSION := 3.10.0
yara_VERSION := 3.11.0
yara_URL := https://github.com/VirusTotal/yara/archive/v$(yara_VERSION).tar.gz
yara_ARCHS := $(3rdparty_ARCHS)
# This is executed in the source directory
yara_PREP := ./bootstrap.sh

musl_VERSION := 1.1.22
musl_VERSION := 1.1.23
musl_URL := http://www.musl-libc.org/releases/musl-$(musl_VERSION).tar.gz
musl_ARCHS := $(filter %-linux-musl,$(3rdparty_ARCHS))

openssl_VERSION := 1.1.0k
openssl_VERSION := 1.1.0l
openssl_URL := https://www.openssl.org/source/openssl-$(openssl_VERSION).tar.gz
openssl_ARCHS := $(3rdparty_ARCHS)

Expand Down

0 comments on commit 1012b55

Please sign in to comment.