mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-27 01:50:47 +00:00
openssl: update to openssl-1.0.0e
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
80b7179aea
commit
5484099afb
@ -7,6 +7,7 @@ Package updates:
|
||||
- update eglibc to eglibc-2.14
|
||||
- update Python to Python-2.7.2
|
||||
- update gcc to gcc-4.6.2
|
||||
- update openssl to openssl-1.0.0e
|
||||
|
||||
Added functions:
|
||||
- PXE netboot support
|
||||
|
3
TODO
3
TODO
@ -1,5 +1,2 @@
|
||||
openssl-1.0.0(d):
|
||||
- problems using urllib2 in Python -> using openssl-0.9.8
|
||||
|
||||
ncurses-5.8/5.9:
|
||||
- segfaults in nano and dialog -> using ncurses-5.7
|
||||
|
@ -19,8 +19,8 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="openssl"
|
||||
#PKG_VERSION="1.0.0d"
|
||||
PKG_VERSION="0.9.8r"
|
||||
PKG_VERSION="1.0.0e"
|
||||
#PKG_VERSION="0.9.8r"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
|
Loading…
Reference in New Issue
Block a user