Skip to content

Commit

Permalink
feat: upgrade openssl from 3.3.2 to 3.4.0 (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Jan 7, 2025
1 parent 39dc3fd commit 245c8a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
| [openjdk](https://adoptopenjdk.net) | 11.0.5+10 | java |
| [openldap](https://www.openldap.org/) | 2.6.8 | core |
| [openresty](http://openresty.org) | 1.15.8.4 | openresty |
| [openssl](https://www.openssl.org/) | 3.3.2 | core |
| [openssl](https://www.openssl.org/) | 3.4.0 | core |
| [opinionated_configparser](https://github.com/metwork-framework/opinionated_configparser) | 1.0.1 | python3 |
| [packaging](https://pypi.org/project/packaging) | 24.2 | python3_core |
| [paginate](https://github.com/Signum/paginate) | 0.5.6 | python3_devtools |
Expand Down
4 changes: 2 additions & 2 deletions layers/layer0_core/0025_openssl/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ include ../../../adm/root.mk
include ../../package.mk

export NAME=openssl
export VERSION=3.3.2
export VERSION=3.4.0
export EXTENSION=tar.gz
export CHECKTYPE=MD5
export CHECKSUM=015fca2692596560b6fe8a2d8fecd84b
export CHECKSUM=34733f7be2d60ecd8bd9ddb796e182af
DESCRIPTION=\
OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit for the TLS (formerly SSL), DTLS and QUIC protocols
WEBSITE=https://www.openssl.org/
Expand Down
2 changes: 1 addition & 1 deletion layers/layer0_core/0025_openssl/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz
https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz

0 comments on commit 245c8a7

Please sign in to comment.