Date: Tue, 13 Sep 2011 15:46:06 +0400 From: Sergey Kandaurov <pluknet@freebsd.org> To: Doug Barton <dougb@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r224092 - in head/contrib/bind9: . bin bin/check bin/confgen bin/dig bin/dig/include/dig bin/dnssec bin/named bin/named/include/named bin/named/unix bin/named/unix/include/named bin/nsu... Message-ID: <CAE-mSOJSZcWh1Z8LhZH85qjOn0JF8Z-LPHuHE5yZXGSCw749Vw@mail.gmail.com> In-Reply-To: <201107161112.p6GBC9oG025469@svn.freebsd.org> References: <201107161112.p6GBC9oG025469@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16 July 2011 15:12, Doug Barton <dougb@freebsd.org> wrote: > Author: dougb > Date: Sat Jul 16 11:12:09 2011 > New Revision: 224092 > URL: http://svn.freebsd.org/changeset/base/224092 > > Log: > =A0Upgrade to version 9.8.0-P4 > Hi. This commit changed liblwres.so major version 50 --> 80, so the obsolete library needs to be added to ObsoleteFiles.inc. Also, two files were removed in r224175. Does this look good for you? Index: ObsoleteFiles.inc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- ObsoleteFiles.inc (revision 225527) +++ ObsoleteFiles.inc (working copy) @@ -61,6 +61,11 @@ OLD_LIBS+=3Dusr/lib32/librtld_db.so.1 OLD_LIBS+=3Dusr/lib32/libtacplus.so.4 .endif +# 20110718: no longer useful in the age of rc.d +OLD_FILES+=3Dusr/sbin/named.reconfig +OLD_FILES+=3Dusr/sbin/named.reload +# 20110716: bind 9.8.0 import +OLD_LIBS+=3Dusr/lib/liblwres.so.50 # 20110709: vm_map_clean.9 -> vm_map_sync.9 OLD_FILES+=3Dusr/share/man/man9/vm_map_clean.9.gz # 20110709: Catch up with removal of these functions. --=20 wbr, pluknet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-mSOJSZcWh1Z8LhZH85qjOn0JF8Z-LPHuHE5yZXGSCw749Vw>