From owner-svn-src-stable-9@FreeBSD.ORG Thu Apr 19 20:44:40 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C764106564A; Thu, 19 Apr 2012 20:44:40 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8669C8FC1F; Thu, 19 Apr 2012 20:44:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q3JKiexc006572; Thu, 19 Apr 2012 20:44:40 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q3JKieVp006570; Thu, 19 Apr 2012 20:44:40 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201204192044.q3JKieVp006570@svn.freebsd.org> From: Doug Barton Date: Thu, 19 Apr 2012 20:44:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r234468 - in stable/9: contrib/bind9 share/doc/bind9 X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Apr 2012 20:44:40 -0000 Author: dougb Date: Thu Apr 19 20:44:40 2012 New Revision: 234468 URL: http://svn.freebsd.org/changeset/base/234468 Log: MFV r234164/MFC r234165: The BIND 9.8.2 tarball was re-rolled to remove 9.8.1 release notes. This change was noticed by ISC at: https://lists.isc.org/pipermail/bind-users/2012-April/087345.html and verified by me both by comparing the contents of the old and new distfiles and by verifying the PGP signature on the new distfile. Deleted: stable/9/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.html stable/9/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.pdf stable/9/contrib/bind9/RELEASE-NOTES-BIND-9.8.1.txt stable/9/contrib/bind9/release-notes.css Modified: stable/9/share/doc/bind9/Makefile Directory Properties: stable/9/contrib/bind9/ (props changed) stable/9/share/doc/bind9/ (props changed) Modified: stable/9/share/doc/bind9/Makefile ============================================================================== --- stable/9/share/doc/bind9/Makefile Thu Apr 19 20:11:43 2012 (r234467) +++ stable/9/share/doc/bind9/Makefile Thu Apr 19 20:44:40 2012 (r234468) @@ -8,9 +8,7 @@ SRCDIR= ${BIND_DIR}/doc NO_OBJ= FILESGROUPS= TOP ARM MISC -TOP= CHANGES COPYRIGHT FAQ HISTORY README \ - RELEASE-NOTES-BIND-9.8.1.pdf RELEASE-NOTES-BIND-9.8.1.txt \ - RELEASE-NOTES-BIND-9.8.1.html release-notes.css +TOP= CHANGES COPYRIGHT FAQ HISTORY README TOPDIR= ${DOCDIR}/bind9 ARM= Bv9ARM.ch01.html Bv9ARM.ch02.html Bv9ARM.ch03.html \ Bv9ARM.ch04.html Bv9ARM.ch05.html Bv9ARM.ch06.html \