Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106965157
D40750.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
594 B
Referenced Files
None
Subscribers
None
D40750.diff
View Options
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -115,3 +115,12 @@
# 20230401 54579376c05e kqueue1 from syscall to C wrapper
clean_dep lib/libc kqueue1 S
+
+# 20230623 b077aed33b7b OpenSSL 3.0 update
+if [ -f "$OBJTOP"/secure/lib/libcrypto/aria.o ]; then
+ echo "Removing old OpenSSL 1.1.1 tree"
+ rm -rf "$OBJTOP"/secure/lib/libcrypto \
+ "$OBJTOP"/secure/lib/libssl \
+ "$OBJTOP"/obj-lib32/secure/lib/libcrypto \
+ "$OBJTOP"/obj-lib32/secure/lib/libssl
+fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 4:51 AM (6 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15729681
Default Alt Text
D40750.diff (594 B)
Attached To
Mode
D40750: depend-cleanup: apply big hammer for OpenSSL 3.0 update
Attached
Detach File
Event Timeline
Log In to Comment