Skip to content

Commit

Permalink
feat: bump openssl to 3.3.2 (fix CVE-2024-6119 and CVE-2024-5535) (#1942
Browse files Browse the repository at this point in the history
)
  • Loading branch information
thebaptiste authored Sep 6, 2024
1 parent cec23a3 commit c3e9967
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,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.1 | core |
| [openssl](https://www.openssl.org/) | 3.3.2 | core |
| [opinionated_configparser](https://github.com/metwork-framework/opinionated_configparser) | 1.0.1 | python3 |
| [packaging](https://pypi.org/project/packaging) | 23.1 | python3_core |
| [paginate](https://github.com/Signum/paginate) | 0.5.6 | python3_devtools |
Expand Down
6 changes: 3 additions & 3 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.1
export VERSION=3.3.2
export EXTENSION=tar.gz
export CHECKTYPE=MD5
export CHECKSUM=8a4342b399c18f870ca6186299195984
export CHECKSUM=015fca2692596560b6fe8a2d8fecd84b
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 All @@ -15,4 +15,4 @@ all:: $(PREFIX)/lib/libssl.so
$(PREFIX)/lib/libssl.so:
$(MAKE) --file=../../Makefile.standard PREFIX=$(PREFIX) OPTIONS="--libdir=lib no-docs" download uncompress Configure build install
rm -f $(PREFIX)/lib/libssl.a $(PREFIX)/lib/libcrypto.a
cd $(PREFIX)/ssl && ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem cert.pem
cd $(PREFIX)/ssl && rm -f cert.pem && ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem cert.pem
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.1/openssl-3.3.1.tar.gz
https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz

0 comments on commit c3e9967

Please sign in to comment.