Module Name: src
Committed By: joerg
Date: Tue Nov 2 16:39:31 UTC 2010
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Add entries for XZ 5.0.0 import.
To generate a diff of this commit:
cvs rdiff -u -r1.783 -r1.784 src/doc/3RDPARTY
cvs rdiff -u -r1.1445 -r1.1446 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.783 src/doc/3RDPARTY:1.784
--- src/doc/3RDPARTY:1.783 Sun Oct 31 17:17:45 2010
+++ src/doc/3RDPARTY Tue Nov 2 16:39:31 2010
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.783 2010/10/31 17:17:45 snj Exp $
+# $NetBSD: 3RDPARTY,v 1.784 2010/11/02 16:39:31 joerg Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1147,3 +1147,16 @@
Responsible: mrg
License: zlib
Notes:
+
+Package: xz
+Version: 5.0.0
+Current Vers: 5.0.0
+Maintainer: Lasse Collin <[email protected]>
+Archive Site: http://tukaani.org/xz/
+Home Page: http://tukaani.org/xz/
+Responsible: joerg
+License: public-domain
+Notes:
+1. See prepare-import script for stripping down the distribution.
+2. Update configure.ac and use it to generate include/config.h.
+3. Carefully check for GPL components leaked into the dist area.
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1445 src/doc/CHANGES:1.1446
--- src/doc/CHANGES:1.1445 Sun Oct 31 12:09:10 2010
+++ src/doc/CHANGES Tue Nov 2 16:39:31 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1445 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1446 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -765,3 +765,4 @@
[tsutsui 20101015]
atf(7): Import 0.11. [jmmv 20101020]
Lua: Import of Lua 5.1.4. [mbalmer 20103110]
+ XZ: Import of XZ 5.0.0. [joerg 20101102]