comparison src/openssl.mk @ 3582:d91b22004b80

openssl: update to 1.0.1g * src/openssl.mk: update to version 1.0.1g * dist-files.mk: add src/openssl-1-fixes.patch * src/openssl-1-fixes.patch: new file. * src/openssl-1-winsock2.patch: removed file. * src/openssl-2-pod.patch: removed file.
author John Donoghue <john.donoghue@ieee.org>
date Wed, 23 Apr 2014 20:13:56 -0400
parents 13be64f9f16d
children 09ad2f46e0b7
comparison
equal deleted inserted replaced
3581:7dafcc683b78 3582:d91b22004b80
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := openssl 4 PKG := openssl
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.0.1e 6 $(PKG)_VERSION := 1.0.1g
7 $(PKG)_CHECKSUM := 3f1b1223c9e8189bfe4e186d86449775bd903460 7 $(PKG)_CHECKSUM := b28b3bcb1dc3ee7b55024c9f795be60eb3183e3c
8 $(PKG)_SUBDIR := openssl-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
9 $(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)
11 $(PKG)_URL_2 := ftp://ftp.openssl.org/source/$($(PKG)_FILE) 11 $(PKG)_URL_2 := ftp://ftp.openssl.org/source/$($(PKG)_FILE)
12 $(PKG)_DEPS := zlib libgcrypt 12 $(PKG)_DEPS := zlib libgcrypt