Module Name: src Committed By: christos Date: Tue Jan 10 01:29:31 UTC 2017
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new zlib To generate a diff of this commit: cvs rdiff -u -r1.1395 -r1.1396 src/doc/3RDPARTY cvs rdiff -u -r1.2233 -r1.2234 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.1395 src/doc/3RDPARTY:1.1396 --- src/doc/3RDPARTY:1.1395 Mon Jan 9 04:54:34 2017 +++ src/doc/3RDPARTY Mon Jan 9 20:29:31 2017 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1395 2017/01/09 09:54:34 wiz Exp $ +# $NetBSD: 3RDPARTY,v 1.1396 2017/01/10 01:29:31 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1444,7 +1444,7 @@ Notes: See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions. Package: zlib -Version: 1.2.3 +Version: 1.2.10 Current Vers: 1.2.10 Maintainer: Jean-loup Gailly and Mark Adler <z...@gzip.org> Archive Site: http://www.zlib.net/ @@ -1455,6 +1455,7 @@ License: BSD (3-clause) Location: common/dist/zlib Notes: Imported to src/common/dist/zlib and shared by the kernel and userland. +Remember to run cleantags Package: services, protocols Version: 2013-02-21 (services), 2013-02-17 (protocols) Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2233 src/doc/CHANGES:1.2234 --- src/doc/CHANGES:1.2233 Sat Jan 7 15:21:57 2017 +++ src/doc/CHANGES Mon Jan 9 20:29:31 2017 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2233 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2234 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -445,3 +445,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: ptrace(2): Add signal information accessors API: PT_GET_SIGINFO and PT_SET_SIGINFO [kamil 20170107] nsd(8): Add the NSD Authoritative DNS server [christos 20170107] + zlib(3): Import 1.2.10 [christos 20170109]