Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2019 17:35:34 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352698 - head
Message-ID:  <201909251735.x8PHZYOq064773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Wed Sep 25 17:35:34 2019
New Revision: 352698
URL: https://svnweb.freebsd.org/changeset/base/352698

Log:
  In r340411, libufs.so's major number was bumped to 7, but an entry in
  ObsoleteFiles.inc was not added.  Retroactively fix that.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Sep 25 17:35:03 2019	(r352697)
+++ head/ObsoleteFiles.inc	Wed Sep 25 17:35:34 2019	(r352698)
@@ -668,6 +668,9 @@ OLD_DIRS+=usr/lib/clang/6.0.1/lib
 OLD_DIRS+=usr/lib/clang/6.0.1
 # 20181116: Rename test file.
 OLD_FILES+=usr/tests/sys/netinet/reuseport_lb
+# 20181113: libufs version bumped to 7.
+OLD_LIBS+=lib/libufs.so.6
+OLD_LIBS+=usr/lib32/libufs.so.6
 # 20181112: Cleanup old libcap_dns.
 OLD_LIBS+=lib/casper/libcap_dns.so.1
 OLD_LIBS+=usr/lib32/libcap_dns.so.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909251735.x8PHZYOq064773>