Skip to content

Commit

Permalink
openssl-3.x: Downgrade to 3.0.x to use LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jan 28, 2024
1 parent 5d80e29 commit e9e584c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cross/openssl-3.1/Makefile → cross/openssl-3.0/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = openssl
PKG_VERS = 3.1.4
PKG_VERS = 3.0.12
PKG_EXT = tar.gz
PKG_DIST_NAME = openssl-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://www.openssl.org/source
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions cross/openssl-3.0/digests
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
openssl-3.0.12.tar.gz SHA1 b48e20c07facfdf6da9ad43a6c5126d51897699b
openssl-3.0.12.tar.gz SHA256 f93c9e8edde5e9166119de31755fc87b4aa34863662f67ddfcba14d0b6b69b61
openssl-3.0.12.tar.gz MD5 e6a199cdf867873eef2c6491b674edbc
3 changes: 0 additions & 3 deletions cross/openssl-3.1/digests

This file was deleted.

4 changes: 2 additions & 2 deletions cross/openssl/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_NAME = openssl-main

OPTIONAL_DEPENDS = cross/openssl-latest
OPTIONAL_DEPENDS += cross/openssl-3.1
OPTIONAL_DEPENDS += cross/openssl-3.0
OPTIONAL_DEPENDS += cross/openssl-1.1

include ../../mk/spksrc.main-depends.mk
Expand All @@ -10,5 +10,5 @@ include ../../mk/spksrc.main-depends.mk
ifeq ($(findstring $(ARCH),$(ARMv5_ARCHS) $(OLD_PPC_ARCHS)),$(ARCH))
DEPENDS = cross/openssl-1.1
else
DEPENDS = cross/openssl-3.1
DEPENDS = cross/openssl-3.0
endif

0 comments on commit e9e584c

Please sign in to comment.