Skip to content
Merged
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: 2 additions & 0 deletions crypto/openssl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ WANT_VERSION= download_module wget &&
./config --prefix=/usr \
--openssldir=/etc/ssl \
shared \
no-brotli \
no-brotli-dynamic \
no-ssl3 \
no-ssl3-method \
$(arch | grep -q x86_64 && echo enable-ec_nistp_64_gcc_128) \
Expand Down
6 changes: 3 additions & 3 deletions crypto/openssl/DETAILS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MODULE=openssl
VERSION=3.3.3
VERSION=3.6.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=Makefile.openssl-certs
SOURCE_URL[0]=https://github.com/$MODULE/$MODULE/releases/download/${MODULE}-${VERSION}/
Expand All @@ -8,11 +8,11 @@
SOURCE_URL[3]=ftp://ftp.infoscience.co.jp/pub/Crypto/SSL/openssl/source
SOURCE_URL[4]=ftp://ftp.duth.gr/pub/OpenSSL/source
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha256:712590fd20aaa60ec75d778fe5b810d6b829ca7fb1e530577917a131f9105539
SOURCE_VFY=sha256:b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9
SOURCE2_VFY=sha256:9b44b0bfac91672a3249e70484d036924ca528b4f704ff7ef2a9b46413d2afab
WEB_SITE=http://www.openssl.org
ENTERED=20010922
UPDATED=20250212
UPDATED=20251212
PSAFE="no"
SHORT="A library for providing encrypted transport layers"

Expand Down
2 changes: 1 addition & 1 deletion crypto/openssl/POST_INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# copy of the bn.h include files. This will allow gcc to correctly
# recompile an openssl app.

rm -rf /usr/lib/gcc-lib/*/$(installed_version gcc)/include/openssl &> /dev/null
rm -rf /usr/lib/gcc/*/$(installed_version gcc)/include/openssl &> /dev/null

# Has to be done BEFORE anything else
lin -c wget &&
Expand Down