svn commit: r361702 - head

Jung-uk Kim jkim at FreeBSD.org
Mon Jun 1 19:34:22 UTC 2020


Author: jkim
Date: Mon Jun  1 19:34:21 2020
New Revision: 361702
URL: https://svnweb.freebsd.org/changeset/base/361702

Log:
  Catch up with r361700.
  
  OpenSSL 32-bit compat engines are moved to /usr/lib32/engines.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Mon Jun  1 19:26:16 2020	(r361701)
+++ head/ObsoleteFiles.inc	Mon Jun  1 19:34:21 2020	(r361702)
@@ -36,6 +36,10 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20200601: OpenSSL 32-bit compat engines moved to /usr/lib32/engines
+OLD_LIBS+=usr/lib32/capi.so
+OLD_LIBS+=usr/lib32/padlock.so
+
 # 20200528: libevent renamed libevent1
 OLD_FILES+=usr/include/private/event/event.h
 OLD_DIRS+=usr/include/private/event


More information about the svn-src-head mailing list