1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Bump openssl version for OS X: 1.0.2g with enable-ssl

This commit is contained in:
dmiller
2016-03-16 03:16:34 +00:00
parent 56effd8438
commit c6837fc3d0

View File

@@ -11,9 +11,9 @@
<repository type="tarball" name="openssl" href="http://www.openssl.org/source/"/>
<autotools id="openssl" autogen-sh="Configure"
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --libdir=lib darwin-i386-cc shared"
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --libdir=lib darwin-i386-cc shared enable-ssl2"
makeinstallargs="install_sw">
<branch repo="openssl" version="1.0.2e" module="openssl-1.0.2e.tar.gz"/>
<branch repo="openssl" version="1.0.2g" module="openssl-1.0.2g.tar.gz"/>
</autotools>
</moduleset>