svn commit: r353907 - head

Jung-uk Kim jkim at FreeBSD.org
Wed Oct 23 00:05:30 UTC 2019


Author: jkim
Date: Wed Oct 23 00:05:29 2019
New Revision: 353907
URL: https://svnweb.freebsd.org/changeset/base/353907

Log:
  Belatedly remove stale debug symbols after r339270.
  
  Reported by:	danfe
  MFC after:	3 days

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Oct 22 22:55:46 2019	(r353906)
+++ head/ObsoleteFiles.inc	Wed Oct 23 00:05:29 2019	(r353907)
@@ -872,6 +872,16 @@ OLD_FILES+=usr/include/openssl/kssl.h
 OLD_FILES+=usr/include/openssl/pqueue.h
 OLD_FILES+=usr/include/openssl/ssl23.h
 OLD_FILES+=usr/include/openssl/ui_compat.h
+OLD_FILES+=usr/lib/debug/usr/lib/engines/lib4758cca.so.debug
+OLD_FILES+=usr/lib/debug/usr/lib/engines/libaep.so.debug
+OLD_FILES+=usr/lib/debug/usr/lib/engines/libatalla.so.debug
+OLD_FILES+=usr/lib/debug/usr/lib/engines/libcapi.so.debug
+OLD_FILES+=usr/lib/debug/usr/lib/engines/libchil.so.debug
+OLD_FILES+=usr/lib/debug/usr/lib/engines/libcswift.so.debug
+OLD_FILES+=usr/lib/debug/usr/lib/engines/libgost.so.debug
+OLD_FILES+=usr/lib/debug/usr/lib/engines/libnuron.so.debug
+OLD_FILES+=usr/lib/debug/usr/lib/engines/libsureware.so.debug
+OLD_FILES+=usr/lib/debug/usr/lib/engines/libubsec.so.debug
 OLD_FILES+=usr/share/openssl/man/man1/dss1.1.gz
 OLD_FILES+=usr/share/openssl/man/man1/md2.1.gz
 OLD_FILES+=usr/share/openssl/man/man1/md4.1.gz


More information about the svn-src-head mailing list