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...

Sergey Kandaurov pluknet at freebsd.org
Tue Sep 13 12:14:41 UTC 2011


On 16 July 2011 15:12, Doug Barton <dougb at 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:
>  Upgrade 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
===================================================================
--- ObsoleteFiles.inc   (revision 225527)
+++ ObsoleteFiles.inc   (working copy)
@@ -61,6 +61,11 @@
 OLD_LIBS+=usr/lib32/librtld_db.so.1
 OLD_LIBS+=usr/lib32/libtacplus.so.4
 .endif
+# 20110718: no longer useful in the age of rc.d
+OLD_FILES+=usr/sbin/named.reconfig
+OLD_FILES+=usr/sbin/named.reload
+# 20110716: bind 9.8.0 import
+OLD_LIBS+=usr/lib/liblwres.so.50
 # 20110709: vm_map_clean.9 -> vm_map_sync.9
 OLD_FILES+=usr/share/man/man9/vm_map_clean.9.gz
 # 20110709: Catch up with removal of these functions.


-- 
wbr,
pluknet


More information about the svn-src-head mailing list