Skip to content

Commit 1012b55

Browse files
authored
Merge pull request #10 from hillu/bump-dependency-versions
Bump OpenSSL, YARA, musl-libc versions
2 parents 046cd4f + 50eee28 commit 1012b55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

3rdparty.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ $(or \
2525
3rdparty_JOBS := 8
2626
3rdparty_TARGETS := yara musl openssl
2727

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

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

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

0 commit comments

Comments
 (0)