mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
openssl: bump version, enable mdc2+camellia+tlsext
Closes #1951 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d9c2b63674
commit
3dbc86f098
5
CHANGES
5
CHANGES
@ -7,8 +7,8 @@
|
|||||||
New packages: cgilua, copas, coxpcall, luafilesystem,
|
New packages: cgilua, copas, coxpcall, luafilesystem,
|
||||||
luasocket, rings, wsapi, xavante
|
luasocket, rings, wsapi, xavante
|
||||||
|
|
||||||
Updated/fixed packages: cdrkit, libidn, netperf, php, qt,
|
Updated/fixed packages: cdrkit, libidn, netperf, openssl, php,
|
||||||
tn5250, usbutils
|
qt, tn5250, usbutils
|
||||||
|
|
||||||
Removed packages: modutils
|
Removed packages: modutils
|
||||||
|
|
||||||
@ -21,6 +21,7 @@
|
|||||||
#1903: Bump tn5250 to 0.17.4 and migrate to autotargets
|
#1903: Bump tn5250 to 0.17.4 and migrate to autotargets
|
||||||
#1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
|
#1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
|
||||||
#1945: PHP: add sqlite3 dependency when using external lib
|
#1945: PHP: add sqlite3 dependency when using external lib
|
||||||
|
#1951: Bump openssl to 0.9.8o
|
||||||
|
|
||||||
2010.05, Released May 30th, 2010:
|
2010.05, Released May 30th, 2010:
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# openssl
|
# openssl
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
OPENSSL_VERSION:=0.9.8n
|
OPENSSL_VERSION:=0.9.8o
|
||||||
OPENSSL_SITE:=http://www.openssl.org/source
|
OPENSSL_SITE:=http://www.openssl.org/source
|
||||||
OPENSSL_INSTALL_STAGING = YES
|
OPENSSL_INSTALL_STAGING = YES
|
||||||
OPENSSL_DEPENDENCIES = zlib
|
OPENSSL_DEPENDENCIES = zlib
|
||||||
@ -32,8 +32,10 @@ define OPENSSL_CONFIGURE_CMDS
|
|||||||
threads \
|
threads \
|
||||||
shared \
|
shared \
|
||||||
no-idea \
|
no-idea \
|
||||||
no-mdc2 \
|
|
||||||
no-rc5 \
|
no-rc5 \
|
||||||
|
enable-camellia \
|
||||||
|
enable-mdc2 \
|
||||||
|
enable-tlsext \
|
||||||
zlib-dynamic \
|
zlib-dynamic \
|
||||||
)
|
)
|
||||||
$(SED) "s:-march=[-a-z0-9] ::" -e "s:-mcpu=[-a-z0-9] ::g" $(@D)/Makefile
|
$(SED) "s:-march=[-a-z0-9] ::" -e "s:-mcpu=[-a-z0-9] ::g" $(@D)/Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user