Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade openssl to 3.0.15 #207

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thirdparty/openssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pvers := $(OPENSSL_VERSION)
pname := openssl
pfile := $(pname)-$(pvers).tar.gz
psrc_file := $(SRC_DIR)/$(pfile)
purl := https://www.openssl.org/source/$(pfile)
purl := https://github.com/openssl/openssl/releases/download/$(pname)-$(pvers)/$(pfile)
zname := zimbra-$(pname)
zspec := $(pname).spec

Expand Down
2 changes: 1 addition & 1 deletion versions.def
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ MAVEN_VERSION := 3.3.9
NGINX_VERSION := 1.24.0
NGINX_HTTP_KEEPALIVE := 19755fc0e22aa7d7ac2198f78b297951d31ea1dc

OPENSSL_VERSION := 3.0.9
OPENSSL_VERSION := 3.0.15

PFLOGSUMM_VERSION := 1.1.5

Expand Down