summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-08-18 20:18:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-08-18 20:18:58 +0200
commit321153e48120f72cee4969bf6a91cf3bcb9bb07d (patch)
treee9cbc9108def00c70b44b40c2e924acc9bc5f9ab /package
parent56815d2e475fc41ee1b84e07500d6733541e7011 (diff)
openssl: update to 3.3.1
Diffstat (limited to 'package')
-rw-r--r--package/openssl/Makefile5
-rw-r--r--package/openssl/patches/patch-Configurations_unix-Makefile_tmpl20
2 files changed, 3 insertions, 22 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index cba0c4552..e6022fb17 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= openssl
-PKG_VERSION:= 3.0.14
+PKG_VERSION:= 3.3.1
PKG_RELEASE:= 1
-PKG_HASH:= eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca
+PKG_HASH:= 777cd596284c883375a2a7a11bf5d2786fc5413255efab20c50d6ffe6d020b7e
PKG_DESCR:= ssl/tls library
PKG_SECTION:= libs/crypto
PKG_URL:= https://www.openssl.org
@@ -62,6 +62,7 @@ CONFIG:= linux-x86_64
endif
ifeq ($(ADK_TARGET_ARCH_AARCH64),y)
CONFIG:= linux-aarch64
+OPENSSL_OPTIONS+= no-asm
endif
ifneq (,$(filter CYGWIN%,${OS_FOR_BUILD}))
diff --git a/package/openssl/patches/patch-Configurations_unix-Makefile_tmpl b/package/openssl/patches/patch-Configurations_unix-Makefile_tmpl
deleted file mode 100644
index eb64f9a73..000000000
--- a/package/openssl/patches/patch-Configurations_unix-Makefile_tmpl
+++ /dev/null
@@ -1,20 +0,0 @@
---- openssl-3.0.10.orig/Configurations/unix-Makefile.tmpl 2023-08-01 15:47:24.000000000 +0200
-+++ openssl-3.0.10/Configurations/unix-Makefile.tmpl 2023-08-12 19:44:43.932070216 +0200
-@@ -523,7 +523,7 @@ build_all_generated: $(GENERATED_MANDATO
- @echo " then make will fail..."
- @ : {- output_on() if $disabled{makedepend}; "" -}
-
--all: build_sw build_docs
-+all: build_sw
-
- test: tests
- {- dependmagic('tests'); -}: build_programs_nodep build_modules_nodep link-utils run_tests
-@@ -546,7 +546,7 @@ list-tests:
- @echo "Tests are not supported with your chosen Configure options"
- @ : {- output_on() if !$disabled{tests}; "" -}
-
--install: install_sw install_ssldirs install_docs {- $disabled{fips} ? "" : "install_fips" -}
-+install: install_sw install_ssldirs {- $disabled{fips} ? "" : "install_fips" -}
-
- uninstall: uninstall_docs uninstall_sw {- $disabled{fips} ? "" : "uninstall_fips" -}
-