|
@@ -4,9 +4,9 @@
|
|
include $(ADK_TOPDIR)/rules.mk
|
|
include $(ADK_TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:= openssl
|
|
PKG_NAME:= openssl
|
|
-PKG_VERSION:= 3.4.1
|
|
+PKG_VERSION:= 3.5.0
|
|
PKG_RELEASE:= 1
|
|
PKG_RELEASE:= 1
|
|
-PKG_HASH:= 002a2d6b30b58bf4bea46c43bdd96365aaf8daa6c428782aa4feee06da197df3
|
|
+PKG_HASH:= 344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0
|
|
PKG_DESCR:= ssl/tls library
|
|
PKG_DESCR:= ssl/tls library
|
|
PKG_SECTION:= libs/crypto
|
|
PKG_SECTION:= libs/crypto
|
|
PKG_URL:= https://openssl-library.org/
|
|
PKG_URL:= https://openssl-library.org/
|
|
@@ -66,7 +66,7 @@ OPENSSL_OPTIONS+= no-asm
|
|
endif
|
|
endif
|
|
|
|
|
|
host-configure:
|
|
host-configure:
|
|
- (cd $(WRKBUILD); ./config --prefix='$(STAGING_HOST_DIR)/usr' -fPIC -ldl)
|
|
+ (cd $(WRKBUILD); ./config --prefix='$(STAGING_HOST_DIR)/usr' -fPIC -ldl no-docs no-tests)
|
|
|
|
|
|
host-build:
|
|
host-build:
|
|
(cd $(WRKBUILD); $(MAKE))
|
|
(cd $(WRKBUILD); $(MAKE))
|