Skip to content
Snippets Groups Projects
Commit 1f5a8593 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib: update libressl

Change-Id: I1256fcb763bd4982714e9205078919d0d05a1e6b
parent 5b96fde6
No related branches found
No related tags found
No related merge requests found
e341dbce8ef3e3314a0734918e83d74f6e8f36a0b84e63dde8d3e6fda0205745ba233527339cc065da644d5f784c44aa09c56ef952f0f7de5f2f14c09016a89e portable-0974145a9e62d844b5b159cddbce36552bca30df.tar.gz
03e77a426cf269035caf745db96f3b4a402bfd7e1709ceb23cc0ee6bb6ed4ecd86372e9b46930544573e407ea2aa47cf723e54164b0b43414255562cfc234470 portable-v3.2.0.tar.gz
......@@ -18,9 +18,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
LIBRESSL_VERSION := 0974145a9e62d844b5b159cddbce36552bca30df
OPENBSD_VERSION := OPENBSD_6_3
SSL_VERSION := 3.2.0
LIBRESSL_VERSION := v$(SSL_VERSION)
OPENBSD_VERSION := libressl-v$(SSL_VERSION)
LIBRESSL_URL := https://github.com/libressl-portable/portable/archive/$(LIBRESSL_VERSION).tar.gz
OPENBSD_URL := https://github.com/libressl-portable/openbsd/archive/$(OPENBSD_VERSION).tar.gz
......@@ -39,7 +39,7 @@ $(TARBALLS)/openbsd-$(OPENBSD_VERSION).tar.gz:
libressl: portable-$(LIBRESSL_VERSION).tar.gz openbsd-$(OPENBSD_VERSION).tar.gz
$(UNPACK)
$(APPLY) $(SRC)/libressl/getpagesize.patch
mv portable-$(SSL_VERSION) portable-v$(SSL_VERSION)
$(APPLY) $(SRC)/libressl/0001-build-don-t-fetch-git-tag-if-openbsd-directory-exist.patch
mv openbsd-$(OPENBSD_VERSION) $(UNPACK_DIR)/openbsd
$(MOVE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment