Module Name: src
Committed By: msaitoh
Date: Fri Apr 17 10:28:58 UTC 2015
Modified Files:
src/doc [netbsd-6]: 3RDPARTY CHANGES-6.2
Log Message:
Ticket 1291.
To generate a diff of this commit:
cvs rdiff -u -r1.909.2.28 -r1.909.2.29 src/doc/3RDPARTY
cvs rdiff -u -r1.1.2.211 -r1.1.2.212 src/doc/CHANGES-6.2
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.909.2.28 src/doc/3RDPARTY:1.909.2.29
--- src/doc/3RDPARTY:1.909.2.28 Thu Apr 2 17:47:55 2015
+++ src/doc/3RDPARTY Fri Apr 17 10:28:58 2015
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.909.2.28 2015/04/02 17:47:55 snj Exp $
+# $NetBSD: 3RDPARTY,v 1.909.2.29 2015/04/17 10:28:58 msaitoh Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1143,8 +1143,8 @@ Notes:
Added changes from a5 -> a12 manually.
Package: tz
-Version: tzcode2011i / tzdata2014j
-Current Vers: tzcode2014j / tzdata2014j
+Version: tzcode2011i / tzdata2015b
+Current Vers: tzcode2015b / tzdata2015b
Maintainer: Paul Eggert <[email protected]>
Archive Site: ftp://ftp.iana.org/tz/releases/
Archive Site: ftp://munnari.oz.au/pub/oldtz/
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.211 src/doc/CHANGES-6.2:1.1.2.212
--- src/doc/CHANGES-6.2:1.1.2.211 Thu Apr 16 13:40:00 2015
+++ src/doc/CHANGES-6.2 Fri Apr 17 10:28:58 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.211 2015/04/16 13:40:00 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.212 2015/04/17 10:28:58 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -11411,3 +11411,10 @@ libexec/ld.elf_so/rtld.c 1.176
lib/49813: Release mutex on error.
[joerg, ticket #1288]
+
+lib/libutil/parsedate.3 1.11-1.14
+lib/libutil/parsedate.y 1.14-1.20
+tests/lib/libutil/t_parsedate.c 1.4-1.13
+
+ Fix parsedate(3)'s bugs which include PR#47916.
+ [nonaka, ticket #1291]