Module Name: src Committed By: christos Date: Tue Jan 12 23:03:55 UTC 2016
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new gettext (and minor explanations to other GPL programs) To generate a diff of this commit: cvs rdiff -u -r1.1291 -r1.1292 src/doc/3RDPARTY cvs rdiff -u -r1.2131 -r1.2132 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.1291 src/doc/3RDPARTY:1.1292 --- src/doc/3RDPARTY:1.1291 Sun Jan 10 15:12:20 2016 +++ src/doc/3RDPARTY Tue Jan 12 18:03:55 2016 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1291 2016/01/10 20:12:20 christos Exp $ +# $NetBSD: 3RDPARTY,v 1.1292 2016/01/12 23:03:55 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -481,14 +481,14 @@ No hexadecimal floating-point string con Only double-precision addressed at this time. Package: gettext -Version: 0.14.4 -Current Vers: 0.18 +Version: 0.16.1 (Last GPLv2+ version) +Current Vers: 0.19.7 Maintainer: FSF Archive Site: ftp://ftp.gnu.org/gnu/gettext/ Home Page: http://www.gnu.org/software/gettext/ Mailing List: bug-gnu-ut...@gnu.org -Responsible: -License: GPLv2 +Responsible: christos +License: GPLv2+ (0.16.1), GPLv3+ (0.17 and later) Location: gnu/dist/gettext Notes: GNU gettext is used for userland tools like msgfmt(1) only. For libintl, @@ -496,14 +496,14 @@ we use BSD-licensed implementation from "Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. Package: grep -Version: 2.5.1 +Version: 2.5.1a (last GPLv2+ version) Current Vers: 2.21 Maintainer: FSF Archive Site: ftp://ftp.gnu.org/gnu/grep/ Home Page: http://www.gnu.org/software/grep/ Mailing List: bug-gnu-ut...@gnu.org Responsible: simonb -License: GPLv2+ (2.5.1), GPLv3+ (2.5.3 and later) +License: GPLv2+ (2.5.1a), GPLv3+ (2.5.3 and later) Location: gnu/dist/grep Notes: Use src/gnu/dist/grep/grep2netbsd for preparing the source tree @@ -516,7 +516,7 @@ in src/usr.bin/grep, replacing FreeGrep (http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html). Package: groff -Version: 1.19.2 +Version: 1.19.2 (last GPLv2+ version) Current Vers: 1.22.3 Maintainer: Werner Lemberg/FSF Archive Site: ftp://ftp.gnu.org/gnu/groff/ Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2131 src/doc/CHANGES:1.2132 --- src/doc/CHANGES:1.2131 Sun Jan 10 15:12:20 2016 +++ src/doc/CHANGES Tue Jan 12 18:03:55 2016 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2131 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2132 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -244,3 +244,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: byacc: update to 20150711 [christos 20160109] tmux(1): Import of tmux 2.1 [christos 20160110] dhcp: Import version 4.3.3. [christos 20160110] + gettext: Upgrade to 0.16.1 [christos 20160112]