svn commit: r359066 - head

Jung-uk Kim jkim at FreeBSD.org
Wed Mar 18 05:28:37 UTC 2020


Author: jkim
Date: Wed Mar 18 05:28:36 2020
New Revision: 359066
URL: https://svnweb.freebsd.org/changeset/base/359066

Log:
  Remove wrong entries added in the previous commit.
  
  Pointyhat to:	jkim

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Mar 18 03:17:15 2020	(r359065)
+++ head/ObsoleteFiles.inc	Wed Mar 18 05:28:36 2020	(r359066)
@@ -36,12 +36,6 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
-# 20200317: OpenSSL 1.1.1e import
-OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_security_bits.3.gz
-OLD_FILES+=usr/share/openssl/man/man3/EVP_PKEY_size.3.gz
-OLD_FILES+=usr/share/openssl/man/man3/X509_LOOKUP_get_method_data.3.gz
-OLD_FILES+=usr/share/openssl/man/man3/X509_LOOKUP_get_store.3.gz
-OLD_FILES+=usr/share/openssl/man/man3/X509_LOOKUP_set_method_data.3.gz
 # 20200310: new clang import which bumps version from 9.0.1 to 10.0.0.
 OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/algorithm
 OLD_FILES+=usr/lib/clang/9.0.1/include/cuda_wrappers/complex


More information about the svn-src-all mailing list