Module Name: src Committed By: jmmv Date: Tue Feb 11 16:15:06 UTC 2014
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note update of atf to 0.20. To generate a diff of this commit: cvs rdiff -u -r1.1090 -r1.1091 src/doc/3RDPARTY cvs rdiff -u -r1.1886 -r1.1887 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.1090 src/doc/3RDPARTY:1.1091 --- src/doc/3RDPARTY:1.1090 Sat Feb 8 19:18:39 2014 +++ src/doc/3RDPARTY Tue Feb 11 16:15:06 2014 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1090 2014/02/08 19:18:39 jmmv Exp $ +# $NetBSD: 3RDPARTY,v 1.1091 2014/02/11 16:15:06 jmmv Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -69,11 +69,11 @@ Fix symbolic links before import. Check external/bsd/am-utils/include/config.h is correct after import. Package: Automated Testing Framework (ATF) -Version: 0.19 -Current Vers: 0.19 +Version: 0.20 +Current Vers: 0.20 Maintainer: Julio Merino <j...@netbsd.org> -Archive site: http://code.google.com/p/kyua/downloads/list?can=1 -Home page: http://code.google.com/p/kyua/wiki/ATF +Archive site: https://github.com/jmmv/atf/releases +Home page: https://github.com/jmmv/atf Mailing List: atf-de...@netbsd.org Responsible: jmmv License: The NetBSD Foundation's license (BSD 2-clause) @@ -81,9 +81,11 @@ Location: external/bsd/atf/dist Notes: The source files are in external/bsd/atf/dist. Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory. -Given that the primary goal of ATF is to provide a testing framework for -NetBSD, no local changes should be ever needed. Always direct them to the -maintainer for integration in official releases. +Please avoid performing local changes to this package without discussing +them with the responsible person and/or the mailing list shown above. +Note that the external/bsd/atf/dist/tools is owned by NetBSD and does not +exist upstream; however, please continue to discuss any desired changes +upfront. Package: ath-hal Version: FreeBSD SVN revision number 185521 Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1886 src/doc/CHANGES:1.1887 --- src/doc/CHANGES:1.1886 Sat Feb 8 19:18:39 2014 +++ src/doc/CHANGES Tue Feb 11 16:15:06 2014 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1886 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1887 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -346,3 +346,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0: ohci(4): Support the National Semiconductor PC87560 as found in many hppa machines. [skrll 20140128] atf(7): Import atf 0.19. [jmmv 20140208] + atf(7): Import atf 0.20. [jmmv 20140211]