Skip to content

Commit

Permalink
OpenSSL: update to version 1.0.1g
Browse files Browse the repository at this point in the history
Fixes #1118.
  • Loading branch information
cproc authored and chelmuth committed Apr 14, 2014
1 parent 69bc875 commit 617d5ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libports/lib/mk/libcrypto.mk
@@ -1,5 +1,5 @@
LIBCRYPTO = libcrypto-1.0.0
LIBCRYPTO_DIR = $(REP_DIR)/contrib/openssl-1.0.1c/crypto
LIBCRYPTO_DIR = $(REP_DIR)/contrib/openssl-1.0.1g/crypto

#
# ARM is not supported currently (needs testing)
Expand Down Expand Up @@ -102,7 +102,7 @@ SRC_C_err = err.c err_all.c err_prn.c
#
# evp (e_camellia.c x86 only?)
#
SRC_C_evp = encode.c digest.c evp_enc.c evp_key.c evp_acnf.c \
SRC_C_evp = encode.c digest.c evp_cnf.c evp_enc.c evp_key.c evp_acnf.c \
e_des.c e_bf.c e_idea.c e_des3.c e_camellia.c e_rc4.c \
e_aes.c names.c e_seed.c e_xcbc_d.c e_rc2.c e_cast.c \
e_rc5.c m_null.c m_md2.c m_md4.c m_md5.c m_sha.c \
Expand Down
4 changes: 2 additions & 2 deletions libports/lib/mk/libssl.mk
@@ -1,5 +1,5 @@
LIBSSL = libssl-1.0.0
LIBSSL_DIR = $(REP_DIR)/contrib/openssl-1.0.1c
LIBSSL_DIR = $(REP_DIR)/contrib/openssl-1.0.1g

#
# ARM is not supported currently (needs testing)
Expand All @@ -9,7 +9,7 @@ REQUIRES = x86
LIBS += libc libcrypto

SRC_C = s2_meth.c s2_srvr.c s2_clnt.c s2_lib.c s2_enc.c s2_pkt.c \
s3_meth.c s3_srvr.c s3_clnt.c s3_lib.c s3_enc.c s3_pkt.c s3_both.c \
s3_meth.c s3_srvr.c s3_clnt.c s3_lib.c s3_enc.c s3_pkt.c s3_both.c s3_cbc.c \
s23_meth.c s23_srvr.c s23_clnt.c s23_lib.c s23_pkt.c \
t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \
d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \
Expand Down
2 changes: 1 addition & 1 deletion libports/ports/openssl.mk
@@ -1,4 +1,4 @@
OPENSSL_VERSION = 1.0.1c
OPENSSL_VERSION = 1.0.1g
OPENSSL = openssl-$(OPENSSL_VERSION)
OPENSSL_TGZ = $(OPENSSL).tar.gz
OPENSSL_SIG = $(OPENSSL_TGZ).asc
Expand Down

0 comments on commit 617d5ee

Please sign in to comment.